toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final gcsDestination = this.gcsDestination;
  final requestAttributes = this.requestAttributes;
  final resourceAttributes = this.resourceAttributes;
  return {
    'gcsDestination': ?gcsDestination,
    'requestAttributes': ?requestAttributes,
    'resourceAttributes': ?resourceAttributes,
  };
}