Show / Hide Table of Contents

Class CreativeGroupsResource

The "creativeGroups" collection of methods.

Inheritance
object
CreativeGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class CreativeGroupsResource

Constructors

CreativeGroupsResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one creative group by ID.

Declaration
public virtual CreativeGroupsResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long id

Creative group ID.

Returns
Type Description
CreativeGroupsResource.GetRequest

Insert(CreativeGroup, long)

Inserts a new creative group.

Declaration
public virtual CreativeGroupsResource.InsertRequest Insert(CreativeGroup body, long profileId)
Parameters
Type Name Description
CreativeGroup body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
CreativeGroupsResource.InsertRequest

List(long)

Retrieves a list of creative groups, possibly filtered. This method supports paging.

Declaration
public virtual CreativeGroupsResource.ListRequest List(long profileId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

Returns
Type Description
CreativeGroupsResource.ListRequest

Patch(CreativeGroup, long, long)

Updates an existing creative group. This method supports patch semantics.

Declaration
public virtual CreativeGroupsResource.PatchRequest Patch(CreativeGroup body, long profileId, long id)
Parameters
Type Name Description
CreativeGroup body

The body of the request.

long profileId

User profile ID associated with this request.

long id

CreativeGroup ID.

Returns
Type Description
CreativeGroupsResource.PatchRequest

Update(CreativeGroup, long)

Updates an existing creative group.

Declaration
public virtual CreativeGroupsResource.UpdateRequest Update(CreativeGroup body, long profileId)
Parameters
Type Name Description
CreativeGroup body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
CreativeGroupsResource.UpdateRequest
In This Article
Back to top Generated by DocFX