Show / Hide Table of Contents

Class MoveAnalysis

A message to group the analysis information.

Inheritance
object
MoveAnalysis
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 MoveAnalysis : IDirectResponseSchema

Properties

Analysis

Analysis result of moving the target resource.

Declaration
[JsonProperty("analysis")]
public virtual MoveAnalysisResult Analysis { get; set; }
Property Value
Type Description
MoveAnalysisResult

DisplayName

The user friendly display name of the analysis. E.g. IAM, organization policy etc.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Error

Description of error encountered when performing the analysis.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX