Show / Hide Table of Contents

Class AdsenseService.Scope

Available OAuth 2.0 scopes for use with the AdSense Management API.

Inheritance
System.Object
AdsenseService.Scope
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.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class Scope

Fields

Adsense

View and manage your AdSense data

Declaration
public static string Adsense
Field Value
Type Description
System.String

AdsenseReadonly

View your AdSense data

Declaration
public static string AdsenseReadonly
Field Value
Type Description
System.String
In This Article
Back to top