Show / Hide Table of Contents

Class MarketplacenotesResource.InsertRequest

Add notes to the proposal

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<AddOrderNotesResponse>
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>
MarketplacenotesResource.InsertRequest
Implements
Google.Apis.Requests.IClientServiceRequest<AddOrderNotesResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.Alt
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.Fields
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.Key
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.OauthToken
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.PrettyPrint
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.QuotaUser
AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.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 InsertRequest : AdExchangeBuyerBaseServiceRequest<AddOrderNotesResponse>, IClientServiceRequest<AddOrderNotesResponse>, IClientServiceRequest

Constructors

InsertRequest(IClientService, AddOrderNotesRequest, String)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, AddOrderNotesRequest body, string proposalId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
AddOrderNotesRequest body
System.String proposalId

Properties

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.AddOrderNotesResponse>.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.AddOrderNotesResponse>.MethodName

ProposalId

The proposalId to add notes for.

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

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.AddOrderNotesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdExchangeBuyer.v1_4.Data.AddOrderNotesResponse>.GetBody()

InitParameters()

Initializes Insert parameter list.

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

Implements

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