toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowedReplacementLicenses = this.allowedReplacementLicenses;
  final appendableToDisk = this.appendableToDisk;
  final chargesUseFee = this.chargesUseFee;
  final creationTimestamp = this.creationTimestamp;
  final description = this.description;
  final id = this.id;
  final incompatibleLicenses = this.incompatibleLicenses;
  final kind = this.kind;
  final licenseCode = this.licenseCode;
  final minimumRetention = this.minimumRetention;
  final multiTenantOnly = this.multiTenantOnly;
  final name = this.name;
  final osLicense = this.osLicense;
  final params = this.params;
  final removableFromDisk = this.removableFromDisk;
  final requiredCoattachedLicenses = this.requiredCoattachedLicenses;
  final resourceRequirements = this.resourceRequirements;
  final selfLink = this.selfLink;
  final selfLinkWithId = this.selfLinkWithId;
  final soleTenantOnly = this.soleTenantOnly;
  final transferable = this.transferable;
  final updateTimestamp = this.updateTimestamp;
  return {
    'allowedReplacementLicenses': ?allowedReplacementLicenses,
    'appendableToDisk': ?appendableToDisk,
    'chargesUseFee': ?chargesUseFee,
    'creationTimestamp': ?creationTimestamp,
    'description': ?description,
    'id': ?id,
    'incompatibleLicenses': ?incompatibleLicenses,
    'kind': ?kind,
    'licenseCode': ?licenseCode,
    'minimumRetention': ?minimumRetention,
    'multiTenantOnly': ?multiTenantOnly,
    'name': ?name,
    'osLicense': ?osLicense,
    'params': ?params,
    'removableFromDisk': ?removableFromDisk,
    'requiredCoattachedLicenses': ?requiredCoattachedLicenses,
    'resourceRequirements': ?resourceRequirements,
    'selfLink': ?selfLink,
    'selfLinkWithId': ?selfLinkWithId,
    'soleTenantOnly': ?soleTenantOnly,
    'transferable': ?transferable,
    'updateTimestamp': ?updateTimestamp,
  };
}