toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final addonsConfig = this.addonsConfig;
final analyticsRegion = this.analyticsRegion;
final apiConsumerDataEncryptionKeyName =
this.apiConsumerDataEncryptionKeyName;
final apiConsumerDataLocation = this.apiConsumerDataLocation;
final apigeeProjectId = this.apigeeProjectId;
final attributes = this.attributes;
final authorizedNetwork = this.authorizedNetwork;
final billingType = this.billingType;
final caCertificate = this.caCertificate;
final caCertificates = this.caCertificates;
final controlPlaneEncryptionKeyName = this.controlPlaneEncryptionKeyName;
final createdAt = this.createdAt;
final customerName = this.customerName;
final description = this.description;
final disableVpcPeering = this.disableVpcPeering;
final displayName = this.displayName;
final environments = this.environments;
final expiresAt = this.expiresAt;
final lastModifiedAt = this.lastModifiedAt;
final name = this.name;
final networkEgressRestricted = this.networkEgressRestricted;
final portalDisabled = this.portalDisabled;
final projectId = this.projectId;
final properties = this.properties;
final runtimeDatabaseEncryptionKeyName =
this.runtimeDatabaseEncryptionKeyName;
final runtimeType_ = this.runtimeType_;
final state = this.state;
final subscriptionPlan = this.subscriptionPlan;
final subscriptionType = this.subscriptionType;
final type = this.type;
return {
'addonsConfig': ?addonsConfig,
'analyticsRegion': ?analyticsRegion,
'apiConsumerDataEncryptionKeyName': ?apiConsumerDataEncryptionKeyName,
'apiConsumerDataLocation': ?apiConsumerDataLocation,
'apigeeProjectId': ?apigeeProjectId,
'attributes': ?attributes,
'authorizedNetwork': ?authorizedNetwork,
'billingType': ?billingType,
'caCertificate': ?caCertificate,
'caCertificates': ?caCertificates,
'controlPlaneEncryptionKeyName': ?controlPlaneEncryptionKeyName,
'createdAt': ?createdAt,
'customerName': ?customerName,
'description': ?description,
'disableVpcPeering': ?disableVpcPeering,
'displayName': ?displayName,
'environments': ?environments,
'expiresAt': ?expiresAt,
'lastModifiedAt': ?lastModifiedAt,
'name': ?name,
'networkEgressRestricted': ?networkEgressRestricted,
'portalDisabled': ?portalDisabled,
'projectId': ?projectId,
'properties': ?properties,
'runtimeDatabaseEncryptionKeyName': ?runtimeDatabaseEncryptionKeyName,
'runtimeType': ?runtimeType_,
'state': ?state,
'subscriptionPlan': ?subscriptionPlan,
'subscriptionType': ?subscriptionType,
'type': ?type,
};
}