toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allocatablePrefixLength = this.allocatablePrefixLength;
  final byoipApiVersion = this.byoipApiVersion;
  final creationTimestamp = this.creationTimestamp;
  final description = this.description;
  final enableEnhancedIpv4Allocation = this.enableEnhancedIpv4Allocation;
  final fingerprint = this.fingerprint;
  final id = this.id;
  final ipCidrRange = this.ipCidrRange;
  final ipv6AccessType = this.ipv6AccessType;
  final isLiveMigration = this.isLiveMigration;
  final kind = this.kind;
  final mode = this.mode;
  final name = this.name;
  final parentPrefix = this.parentPrefix;
  final publicDelegatedSubPrefixs = this.publicDelegatedSubPrefixs;
  final region = this.region;
  final selfLink = this.selfLink;
  final status = this.status;
  return {
    'allocatablePrefixLength': ?allocatablePrefixLength,
    'byoipApiVersion': ?byoipApiVersion,
    'creationTimestamp': ?creationTimestamp,
    'description': ?description,
    'enableEnhancedIpv4Allocation': ?enableEnhancedIpv4Allocation,
    'fingerprint': ?fingerprint,
    'id': ?id,
    'ipCidrRange': ?ipCidrRange,
    'ipv6AccessType': ?ipv6AccessType,
    'isLiveMigration': ?isLiveMigration,
    'kind': ?kind,
    'mode': ?mode,
    'name': ?name,
    'parentPrefix': ?parentPrefix,
    'publicDelegatedSubPrefixs': ?publicDelegatedSubPrefixs,
    'region': ?region,
    'selfLink': ?selfLink,
    'status': ?status,
  };
}