Class GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse
Response containing the analysis results for the hypothetical resource move.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1AnalyzeWorkloadMoveResponse : IDirectResponseSchema
Properties
AssetMoveAnalyses
List of analysis results for each asset in scope.
Declaration
[JsonProperty("assetMoveAnalyses")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis> AssetMoveAnalyses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAssuredworkloadsV1beta1AssetMoveAnalysis> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The next page token. Is empty if the last page is reached.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |