toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final authorizationRule = this.authorizationRule;
final resourceAttributes = this.resourceAttributes;
return {
'authorizationRule': ?authorizationRule,
'resourceAttributes': ?resourceAttributes,
};
}