Class AccountsResource.CredentialsResource
The "credentials" collection of methods.
Inheritance
System.Object
AccountsResource.CredentialsResource
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_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CredentialsResource
Constructors
CredentialsResource(IClientService)
Constructs a new resource.
Declaration
public CredentialsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(AccountCredentials, Int64)
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. |
| System.Int64 | accountId | Required. The merchant id of the account these credentials belong to. |
Returns
| Type | Description |
|---|---|
| AccountsResource.CredentialsResource.CreateRequest |