Show / Hide Table of Contents

Class AnalyzeMoveResponse

The response message for resource move analysis.

Inheritance
object
AnalyzeMoveResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class AnalyzeMoveResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MoveAnalysis

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.

Declaration
[JsonProperty("moveAnalysis")]
public virtual IList<MoveAnalysis> MoveAnalysis { get; set; }
Property Value
Type Description
IList<MoveAnalysis>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX