Class CreativeFieldsResource
The "creativeFields" collection of methods.
Inheritance
System.Object
CreativeFieldsResource
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.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class CreativeFieldsResource
Constructors
CreativeFieldsResource(IClientService)
Constructs a new resource.
Declaration
public CreativeFieldsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Delete(Int64, Int64)
Deletes an existing creative field.
Declaration
public virtual CreativeFieldsResource.DeleteRequest Delete(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Creative Field ID |
Returns
Type | Description |
---|---|
CreativeFieldsResource.DeleteRequest |
Get(Int64, Int64)
Gets one creative field by ID.
Declaration
public virtual CreativeFieldsResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Creative Field ID |
Returns
Type | Description |
---|---|
CreativeFieldsResource.GetRequest |
Insert(CreativeField, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
CreativeFieldsResource.InsertRequest |
List(Int64)
Retrieves a list of creative fields, possibly filtered. This method supports paging.
Declaration
public virtual CreativeFieldsResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
CreativeFieldsResource.ListRequest |
Patch(CreativeField, Int64, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | CreativeField ID. |
Returns
Type | Description |
---|---|
CreativeFieldsResource.PatchRequest |
Update(CreativeField, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
CreativeFieldsResource.UpdateRequest |