Show / Hide Table of Contents

Class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata

Metadata associated with PartnerTenant and is provided by the Partner.

Inheritance
object
GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InternalTenantId

Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.

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

PartnerTenantId

Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX