Show / Hide Table of Contents

Class StudioCreativesResource

The "studioCreatives" collection of methods.

Inheritance
object
StudioCreativesResource
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.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreativesResource

Constructors

StudioCreativesResource(IClientService)

Constructs a new resource.

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

Methods

Get(long)

Gets a studio creative by ID.

Declaration
public virtual StudioCreativesResource.GetRequest Get(long studioCreativeId)
Parameters
Type Name Description
long studioCreativeId

Required. Studio creative ID.

Returns
Type Description
StudioCreativesResource.GetRequest

Insert(StudioCreative)

Inserts a new studio creative.

Declaration
public virtual StudioCreativesResource.InsertRequest Insert(StudioCreative body)
Parameters
Type Name Description
StudioCreative body

The body of the request.

Returns
Type Description
StudioCreativesResource.InsertRequest

Publish(long)

Publish for a studio creative.

Declaration
public virtual StudioCreativesResource.PublishRequest Publish(long studioCreativeId)
Parameters
Type Name Description
long studioCreativeId

Required. Studio creative ID.

Returns
Type Description
StudioCreativesResource.PublishRequest
In this article
Back to top Generated by DocFX