toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataAttributeBindings = this.dataAttributeBindings;
final nextPageToken = this.nextPageToken;
final unreachableLocations = this.unreachableLocations;
return {
'dataAttributeBindings': ?dataAttributeBindings,
'nextPageToken': ?nextPageToken,
'unreachableLocations': ?unreachableLocations,
};
}