Show / Hide Table of Contents

Class AccountsResource.CredentialsResource

The "credentials" collection of methods.

Inheritance
object
AccountsResource.CredentialsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountsResource.CredentialsResource

Constructors

CredentialsResource(IClientService)

Constructs a new resource.

Declaration
public CredentialsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(AccountCredentials, long)

Uploads credentials for the Merchant Center account. If credentials already exist for this Merchant Center account and purpose, this method updates them.

Declaration
public virtual AccountsResource.CredentialsResource.CreateRequest Create(AccountCredentials body, long accountId)
Parameters
Type Name Description
AccountCredentials body

The body of the request.

long accountId

Required. The merchant id of the account these credentials belong to.

Returns
Type Description
AccountsResource.CredentialsResource.CreateRequest
In this article
Back to top Generated by DocFX