Show / Hide Table of Contents

Class AwsMetadata

Inheritance
object
AwsMetadata
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class AwsMetadata : IDirectResponseSchema

Properties

Account

Declaration
[JsonProperty("account")]
public virtual AwsAccount Account { get; set; }
Property Value
Type Description
AwsAccount

ETag

The ETag of the item.

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

Organization

Declaration
[JsonProperty("organization")]
public virtual AwsOrganization Organization { get; set; }
Property Value
Type Description
AwsOrganization

OrganizationalUnits

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX