Show / Hide Table of Contents

Class SearchConsoleService.Scope

Available OAuth 2.0 scopes for use with the Google Search Console API.

Inheritance
System.Object
SearchConsoleService.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.SearchConsole.v1
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class Scope

Fields

Webmasters

View and manage Search Console data for your verified sites

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

WebmastersReadonly

View Search Console data for your verified sites

Declaration
public static string WebmastersReadonly
Field Value
Type Description
System.String
Back to top