Show / Hide Table of Contents

Class AccountsResource.CreativesResource.CreateRequest

Creates a creative.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Creative>
AdExchangeBuyerIIBaseServiceRequest<Creative>
AccountsResource.CreativesResource.CreateRequest
Implements
IClientServiceRequest<Creative>
IClientServiceRequest
Inherited Members
AdExchangeBuyerIIBaseServiceRequest<Creative>.Xgafv
AdExchangeBuyerIIBaseServiceRequest<Creative>.AccessToken
AdExchangeBuyerIIBaseServiceRequest<Creative>.Alt
AdExchangeBuyerIIBaseServiceRequest<Creative>.Callback
AdExchangeBuyerIIBaseServiceRequest<Creative>.Fields
AdExchangeBuyerIIBaseServiceRequest<Creative>.Key
AdExchangeBuyerIIBaseServiceRequest<Creative>.OauthToken
AdExchangeBuyerIIBaseServiceRequest<Creative>.PrettyPrint
AdExchangeBuyerIIBaseServiceRequest<Creative>.QuotaUser
AdExchangeBuyerIIBaseServiceRequest<Creative>.UploadType
AdExchangeBuyerIIBaseServiceRequest<Creative>.UploadProtocol
ClientServiceRequest<Creative>.Execute()
ClientServiceRequest<Creative>.ExecuteAsStream()
ClientServiceRequest<Creative>.ExecuteAsync()
ClientServiceRequest<Creative>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Creative>.ExecuteAsStreamAsync()
ClientServiceRequest<Creative>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Creative>.CreateRequest(bool?)
ClientServiceRequest<Creative>.GenerateRequestUri()
ClientServiceRequest<Creative>.GetDefaultETagAction(string)
ClientServiceRequest<Creative>.ETagAction
ClientServiceRequest<Creative>.ModifyRequest
ClientServiceRequest<Creative>.ValidateParameters
ClientServiceRequest<Creative>.ApiVersion
ClientServiceRequest<Creative>.RequestParameters
ClientServiceRequest<Creative>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.CreativesResource.CreateRequest : AdExchangeBuyerIIBaseServiceRequest<Creative>, IClientServiceRequest<Creative>, IClientServiceRequest

Constructors

CreateRequest(IClientService, Creative, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, Creative body, string accountId)
Parameters
Type Name Description
IClientService service
Creative body
string accountId

Properties

AccountId

The account that this creative belongs to. Can be used to filter the response of the creatives.list method.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type Description
string

DuplicateIdMode

Indicates if multiple creatives can share an ID or not. Default is NO_DUPLICATES (one ID per creative).

Declaration
[RequestParameter("duplicateIdMode", RequestParameterType.Query)]
public virtual AccountsResource.CreativesResource.CreateRequest.DuplicateIdModeEnum? DuplicateIdMode { get; set; }
Property Value
Type Description
AccountsResource.CreativesResource.CreateRequest.DuplicateIdModeEnum?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Creative>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Creative>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Creative>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Creative>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
AdExchangeBuyerIIBaseServiceRequest<Creative>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX