Show / Hide Table of Contents

Class AccessLocations

Home office and physical location of the principal.

Inheritance
object
AccessLocations
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.AccessApproval.v1.Data
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class AccessLocations : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PrincipalOfficeCountry

The "home office" location of the principal. A two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes: * ASI: Asia * EUR: Europe * OCE: Oceania * AFR: Africa * NAM: North America * SAM: South America * ANT: Antarctica * ANY: Any location

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

PrincipalPhysicalLocationCountry

Physical location of the principal at the time of the access. A two-letter country code (ISO 3166-1 alpha-2), such as "US", "DE" or "GB" or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes: * ASI: Asia * EUR: Europe * OCE: Oceania * AFR: Africa * NAM: North America * SAM: South America * ANT: Antarctica * ANY: Any location

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX