toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accessLoggingConfig = this.accessLoggingConfig;
  final consumerAcceptList = this.consumerAcceptList;
  final createdAt = this.createdAt;
  final description = this.description;
  final diskEncryptionKeyName = this.diskEncryptionKeyName;
  final displayName = this.displayName;
  final host = this.host;
  final ipRange = this.ipRange;
  final isVersionLocked = this.isVersionLocked;
  final lastModifiedAt = this.lastModifiedAt;
  final location = this.location;
  final maintenanceUpdatePolicy = this.maintenanceUpdatePolicy;
  final name = this.name;
  final peeringCidrRange = this.peeringCidrRange;
  final port = this.port;
  final runtimeVersion = this.runtimeVersion;
  final scheduledMaintenance = this.scheduledMaintenance;
  final serviceAttachment = this.serviceAttachment;
  final state = this.state;
  return {
    'accessLoggingConfig': ?accessLoggingConfig,
    'consumerAcceptList': ?consumerAcceptList,
    'createdAt': ?createdAt,
    'description': ?description,
    'diskEncryptionKeyName': ?diskEncryptionKeyName,
    'displayName': ?displayName,
    'host': ?host,
    'ipRange': ?ipRange,
    'isVersionLocked': ?isVersionLocked,
    'lastModifiedAt': ?lastModifiedAt,
    'location': ?location,
    'maintenanceUpdatePolicy': ?maintenanceUpdatePolicy,
    'name': ?name,
    'peeringCidrRange': ?peeringCidrRange,
    'port': ?port,
    'runtimeVersion': ?runtimeVersion,
    'scheduledMaintenance': ?scheduledMaintenance,
    'serviceAttachment': ?serviceAttachment,
    'state': ?state,
  };
}