Show / Hide Table of Contents

Class CreativesResource.ListDealsRequest

Lists the external deal ids associated with the creative.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<CreativeDealIds>
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>
CreativesResource.ListDealsRequest
Implements
Google.Apis.Requests.IClientServiceRequest<CreativeDealIds>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.Alt
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.Fields
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.Key
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.OauthToken
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.QuotaUser
AdExchangeBuyerBaseServiceRequest<CreativeDealIds>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class ListDealsRequest : AdExchangeBuyerBaseServiceRequest<CreativeDealIds>, IClientServiceRequest<CreativeDealIds>, IClientServiceRequest

Constructors

ListDealsRequest(IClientService, Int32, String)

Constructs a new ListDeals request.

Declaration
public ListDealsRequest(IClientService service, int accountId, string buyerCreativeId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.Int32 accountId
System.String buyerCreativeId

Properties

AccountId

The id for the account that will serve this creative.

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

BuyerCreativeId

The buyer-specific id for this creative.

Declaration
[RequestParameter("buyerCreativeId", RequestParameterType.Path)]
public virtual string BuyerCreativeId { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.RestPath

Methods

InitParameters()

Initializes ListDeals parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdExchangeBuyer.v1_4.AdExchangeBuyerBaseServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.CreativeDealIds>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top