toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowedVpcs = this.allowedVpcs;
  final lookerServiceAttachmentUri = this.lookerServiceAttachmentUri;
  final serviceAttachments = this.serviceAttachments;
  return {
    'allowedVpcs': ?allowedVpcs,
    'lookerServiceAttachmentUri': ?lookerServiceAttachmentUri,
    'serviceAttachments': ?serviceAttachments,
  };
}