Class AccountsResource
The "accounts" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class AccountsResource
Constructors
AccountsResource(IClientService)
Constructs a new resource.
Declaration
public AccountsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(long, long)
Gets one account by ID.
Declaration
public virtual AccountsResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | id | Account ID. |
Returns
Type | Description |
---|---|
AccountsResource.GetRequest |
List(long)
Retrieves the list of accounts, possibly filtered. This method supports paging.
Declaration
public virtual AccountsResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AccountsResource.ListRequest |
Patch(Account, long, long)
Updates an existing account. This method supports patch semantics.
Declaration
public virtual AccountsResource.PatchRequest Patch(Account body, long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
Account | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
long | id | Required. Account ID. |
Returns
Type | Description |
---|---|
AccountsResource.PatchRequest |
Update(Account, long)
Updates an existing account.
Declaration
public virtual AccountsResource.UpdateRequest Update(Account body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
Account | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AccountsResource.UpdateRequest |