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