Show / Hide Table of Contents

Class CheckAccessTypeResponse

Response to checking the token's access type.

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

Properties

ETag

The ETag of the item.

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

OneTimeResources

Jobs initiated with this token will be one-time if any requested resources have one-time access.

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

TimeBasedResources

Jobs initiated with this token will be time-based if all requested resources have time-based access.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX