Show / Hide Table of Contents

Class GetOrderNotesResponse

Inheritance
System.Object
GetOrderNotesResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class GetOrderNotesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Notes

The list of matching notes. The notes for a proposal are ordered from oldest to newest. If the notes span multiple proposals, they will be grouped by proposal, with the notes for the most recently modified proposal appearing first.

Declaration
[JsonProperty("notes")]
public virtual IList<MarketplaceNote> Notes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<MarketplaceNote>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top