toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (header != null) 'header': header!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
if (responsePolicyRules != null)
'responsePolicyRules': responsePolicyRules!,
};