Migration Center v1 API - Class GetAssetRequest (1.1.0)

public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class GetAssetRequest.

Message for getting a Asset.

Inheritance

object > GetAssetRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GetAssetRequest()

public GetAssetRequest()

GetAssetRequest(GetAssetRequest)

public GetAssetRequest(GetAssetRequest other)
Parameter
NameDescription
otherGetAssetRequest

Properties

AssetName

public AssetName AssetName { get; set; }

AssetName-typed view over the Name resource name property.

Property Value
TypeDescription
AssetName

Name

public string Name { get; set; }

Required. Name of the resource.

Property Value
TypeDescription
string

View

public AssetView View { get; set; }

View of the assets. Defaults to BASIC.

Property Value
TypeDescription
AssetView