googleapis package
documentation
googleapis.adexchangebuyer.v1_4
CreateOrdersResponse
proposals property
proposals
googleapis package
documentation
googleapis.adexchangebuyer.v1_4
CreateOrdersResponse
proposals property
CreateOrdersResponse class
Constructors
CreateOrdersResponse
fromJson
Properties
hashCode
proposals
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
proposals
property
List
<
Proposal
>
proposals
read / write
The list of proposals successfully created.
Implementation
core.List<Proposal> proposals;