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