Class AdvertisersResource.CreativesResource.CreateRequest
Creates a new creative. Returns the newly created creative if successful. A "Standard" user role or greater for the parent advertiser or partner is required to make this request.
Inheritance
AdvertisersResource.CreativesResource.CreateRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertisersResource.CreativesResource.CreateRequest : DisplayVideoBaseServiceRequest<Creative>, IClientServiceRequest<Creative>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Creative, long)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Creative body, long advertiserId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Creative | body | |
long | advertiserId |
Properties
AdvertiserId
Output only. The unique ID of the advertiser the creative belongs to.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type | Description |
---|---|
long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()