Class AccountsResource.CreativesResource.UpdateRequest
Updates a creative.
Inheritance
AccountsResource.CreativesResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.CreativesResource.UpdateRequest : AdExchangeBuyerIIBaseServiceRequest<Creative>, IClientServiceRequest<Creative>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Creative, string, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Creative body, string accountId, string creativeId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Creative | body | |
string | accountId | |
string | creativeId |
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 |
CreativeId
The buyer-defined creative ID of this creative. Can be used to filter the response of the creatives.list method.
Declaration
[RequestParameter("creativeId", RequestParameterType.Path)]
public virtual string CreativeId { get; }
Property Value
Type | Description |
---|---|
string |
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 Update parameter list.
Declaration
protected override void InitParameters()