Show / Hide Table of Contents

Class RestDescription.AuthData.Oauth2Data.ScopesDataElement

The scope value.

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

Properties

Description

Description of scope.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top