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.
Implements
IMessageGetAssetRequest, IEquatableGetAssetRequest, IDeepCloneableGetAssetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GetAssetRequest()
public GetAssetRequest()
GetAssetRequest(GetAssetRequest)
public GetAssetRequest(GetAssetRequest other)
Parameter | |
---|---|
Name | Description |
other | GetAssetRequest |
Properties
AssetName
public AssetName AssetName { get; set; }
Property Value | |
---|---|
Type | Description |
AssetName |
Name
public string Name { get; set; }
Required. Name of the resource.
Property Value | |
---|---|
Type | Description |
string |
View
public AssetView View { get; set; }
View of the assets. Defaults to BASIC.
Property Value | |
---|---|
Type | Description |
AssetView |