Show / Hide Table of Contents

Class RestDescription.AuthData.Oauth2Data.ScopesDataElement

The scope value.

Inheritance
object
RestDescription.AuthData.Oauth2Data.ScopesDataElement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestDescription.AuthData.Oauth2Data.ScopesDataElement

Properties

Description

Description of scope.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX