Show / Hide Table of Contents

Class ShoppingContentService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Content API for Shopping.

Inheritance
System.Object
ShoppingContentService.ScopeConstants
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.ShoppingContent.v2
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public static class ScopeConstants

Fields

Content

Manage your product listings and accounts for Google Shopping

Declaration
public const string Content = "https://www.googleapis.com/auth/content"
Field Value
Type Description
System.String
In This Article
Back to top