toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final billingType = this.billingType;
  final clientState = this.clientState;
  final cloudKmsConfig = this.cloudKmsConfig;
  final createTime = this.createTime;
  final customerConfig = this.customerConfig;
  final description = this.description;
  final enableHttpCall = this.enableHttpCall;
  final enableInternalIp = this.enableInternalIp;
  final enableManagedAiFeatures = this.enableManagedAiFeatures;
  final enableVariableMasking = this.enableVariableMasking;
  final id = this.id;
  final isGmek = this.isGmek;
  final p4ServiceAccount = this.p4ServiceAccount;
  final projectId = this.projectId;
  final region = this.region;
  final runAsServiceAccount = this.runAsServiceAccount;
  return {
    'billingType': ?billingType,
    'clientState': ?clientState,
    'cloudKmsConfig': ?cloudKmsConfig,
    'createTime': ?createTime,
    'customerConfig': ?customerConfig,
    'description': ?description,
    'enableHttpCall': ?enableHttpCall,
    'enableInternalIp': ?enableInternalIp,
    'enableManagedAiFeatures': ?enableManagedAiFeatures,
    'enableVariableMasking': ?enableVariableMasking,
    'id': ?id,
    'isGmek': ?isGmek,
    'p4ServiceAccount': ?p4ServiceAccount,
    'projectId': ?projectId,
    'region': ?region,
    'runAsServiceAccount': ?runAsServiceAccount,
  };
}