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