GoogleHomePayload class

Payload specific for Google Home products.

Constructors

GoogleHomePayload.new({bool? attachedToGoogleStructure, String? googleStructureId, String? partnerStructureId})
GoogleHomePayload.fromJson(Map json_)

Properties

attachedToGoogleStructure bool?
This identifies whether the subscription is attached to a Google Home structure.
getter/setter pair
googleStructureId String?
Structure identifier on Google side.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
partnerStructureId String?
This identifies the structure ID on partner side that the subscription should be applied to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited