MarketplaceNote class
A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
Constructors
- MarketplaceNote()
- MarketplaceNote.fromJson(Map _json)
Properties
- creatorRole ↔ String
-
The role of the person (buyer/seller) creating the note. (readonly)
read / write
- dealId ↔ String
-
Notes can optionally be associated with a deal. (readonly, except on
create)
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kind ↔ String
-
Identifies what kind of resource this is. Value: the fixed string
"adexchangebuyer#marketplaceNote".
read / write
- note ↔ String
-
The actual note to attach. (readonly, except on create)
read / write
- noteId ↔ String
-
The unique id for the note. (readonly)
read / write
- proposalId ↔ String
-
The proposalId that a note is attached to. (readonly)
read / write
- proposalRevisionNumber ↔ String
-
If the note is associated with a proposal revision number, then store that
here. (readonly, except on create)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- timestampMs ↔ String
-
The timestamp (ms since epoch) that this note was created. (readonly)
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited