toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adaptiveProtectionConfig = this.adaptiveProtectionConfig;
final advancedOptionsConfig = this.advancedOptionsConfig;
final associations = this.associations;
final creationTimestamp = this.creationTimestamp;
final ddosProtectionConfig = this.ddosProtectionConfig;
final description = this.description;
final fingerprint = this.fingerprint;
final id = this.id;
final kind = this.kind;
final labelFingerprint = this.labelFingerprint;
final labels = this.labels;
final name = this.name;
final parent = this.parent;
final recaptchaOptionsConfig = this.recaptchaOptionsConfig;
final region = this.region;
final rules = this.rules;
final selfLink = this.selfLink;
final shortName = this.shortName;
final type = this.type;
final userDefinedFields = this.userDefinedFields;
return {
'adaptiveProtectionConfig': ?adaptiveProtectionConfig,
'advancedOptionsConfig': ?advancedOptionsConfig,
'associations': ?associations,
'creationTimestamp': ?creationTimestamp,
'ddosProtectionConfig': ?ddosProtectionConfig,
'description': ?description,
'fingerprint': ?fingerprint,
'id': ?id,
'kind': ?kind,
'labelFingerprint': ?labelFingerprint,
'labels': ?labels,
'name': ?name,
'parent': ?parent,
'recaptchaOptionsConfig': ?recaptchaOptionsConfig,
'region': ?region,
'rules': ?rules,
'selfLink': ?selfLink,
'shortName': ?shortName,
'type': ?type,
'userDefinedFields': ?userDefinedFields,
};
}