Show / Hide Table of Contents

Class MarketplacenotesResource

The "marketplacenotes" collection of methods.

Inheritance
System.Object
MarketplacenotesResource
Inherited Members
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 MarketplacenotesResource

Constructors

MarketplacenotesResource(IClientService)

Constructs a new resource.

Declaration
public MarketplacenotesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Insert(AddOrderNotesRequest, String)

Add notes to the proposal

Declaration
public virtual MarketplacenotesResource.InsertRequest Insert(AddOrderNotesRequest body, string proposalId)
Parameters
Type Name Description
AddOrderNotesRequest body

The body of the request.

System.String proposalId

The proposalId to add notes for.

Returns
Type Description
MarketplacenotesResource.InsertRequest

List(String)

Get all the notes associated with a proposal

Declaration
public virtual MarketplacenotesResource.ListRequest List(string proposalId)
Parameters
Type Name Description
System.String proposalId

The proposalId to get notes for. To search across all proposals specify order_id = '-' as part of the URL.

Returns
Type Description
MarketplacenotesResource.ListRequest
In This Article
Back to top