toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final displayName = this.displayName;
  final encryptionSpec = this.encryptionSpec;
  final endTime = this.endTime;
  final error = this.error;
  final jobDetail = this.jobDetail;
  final labels = this.labels;
  final name = this.name;
  final network = this.network;
  final pipelineSpec = this.pipelineSpec;
  final preflightValidations = this.preflightValidations;
  final pscInterfaceConfig = this.pscInterfaceConfig;
  final reservedIpRanges = this.reservedIpRanges;
  final runtimeConfig = this.runtimeConfig;
  final scheduleName = this.scheduleName;
  final serviceAccount = this.serviceAccount;
  final startTime = this.startTime;
  final state = this.state;
  final templateMetadata = this.templateMetadata;
  final templateUri = this.templateUri;
  final updateTime = this.updateTime;
  return {
    'createTime': ?createTime,
    'displayName': ?displayName,
    'encryptionSpec': ?encryptionSpec,
    'endTime': ?endTime,
    'error': ?error,
    'jobDetail': ?jobDetail,
    'labels': ?labels,
    'name': ?name,
    'network': ?network,
    'pipelineSpec': ?pipelineSpec,
    'preflightValidations': ?preflightValidations,
    'pscInterfaceConfig': ?pscInterfaceConfig,
    'reservedIpRanges': ?reservedIpRanges,
    'runtimeConfig': ?runtimeConfig,
    'scheduleName': ?scheduleName,
    'serviceAccount': ?serviceAccount,
    'startTime': ?startTime,
    'state': ?state,
    'templateMetadata': ?templateMetadata,
    'templateUri': ?templateUri,
    'updateTime': ?updateTime,
  };
}