toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (idleTtl != null) 'idleTtl': idleTtl!,
      if (kmsKey != null) 'kmsKey': kmsKey!,
      if (networkTags != null) 'networkTags': networkTags!,
      if (networkUri != null) 'networkUri': networkUri!,
      if (serviceAccount != null) 'serviceAccount': serviceAccount!,
      if (stagingBucket != null) 'stagingBucket': stagingBucket!,
      if (subnetworkUri != null) 'subnetworkUri': subnetworkUri!,
      if (ttl != null) 'ttl': ttl!,
    };