toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final cloudKmsKey = this.cloudKmsKey;
  final cloudLoggingDetails = this.cloudLoggingDetails;
  final createTime = this.createTime;
  final createdFromTemplate = this.createdFromTemplate;
  final databasePersistencePolicy = this.databasePersistencePolicy;
  final description = this.description;
  final enableVariableMasking = this.enableVariableMasking;
  final errorCatcherConfigs = this.errorCatcherConfigs;
  final integrationConfigParameters = this.integrationConfigParameters;
  final integrationParameters = this.integrationParameters;
  final integrationParametersInternal = this.integrationParametersInternal;
  final lastModifierEmail = this.lastModifierEmail;
  final lockHolder = this.lockHolder;
  final name = this.name;
  final origin = this.origin;
  final parentTemplateId = this.parentTemplateId;
  final runAsServiceAccount = this.runAsServiceAccount;
  final snapshotNumber = this.snapshotNumber;
  final state = this.state;
  final status = this.status;
  final taskConfigs = this.taskConfigs;
  final taskConfigsInternal = this.taskConfigsInternal;
  final teardown = this.teardown;
  final triggerConfigs = this.triggerConfigs;
  final triggerConfigsInternal = this.triggerConfigsInternal;
  final updateTime = this.updateTime;
  final userLabel = this.userLabel;
  return {
    'cloudKmsKey': ?cloudKmsKey,
    'cloudLoggingDetails': ?cloudLoggingDetails,
    'createTime': ?createTime,
    'createdFromTemplate': ?createdFromTemplate,
    'databasePersistencePolicy': ?databasePersistencePolicy,
    'description': ?description,
    'enableVariableMasking': ?enableVariableMasking,
    'errorCatcherConfigs': ?errorCatcherConfigs,
    'integrationConfigParameters': ?integrationConfigParameters,
    'integrationParameters': ?integrationParameters,
    'integrationParametersInternal': ?integrationParametersInternal,
    'lastModifierEmail': ?lastModifierEmail,
    'lockHolder': ?lockHolder,
    'name': ?name,
    'origin': ?origin,
    'parentTemplateId': ?parentTemplateId,
    'runAsServiceAccount': ?runAsServiceAccount,
    'snapshotNumber': ?snapshotNumber,
    'state': ?state,
    'status': ?status,
    'taskConfigs': ?taskConfigs,
    'taskConfigsInternal': ?taskConfigsInternal,
    'teardown': ?teardown,
    'triggerConfigs': ?triggerConfigs,
    'triggerConfigsInternal': ?triggerConfigsInternal,
    'updateTime': ?updateTime,
    'userLabel': ?userLabel,
  };
}