toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final enableInstanceV2Logs = this.enableInstanceV2Logs;
  final instanceCloudLoggingDisabled = this.instanceCloudLoggingDisabled;
  return {
    'enableInstanceV2Logs': ?enableInstanceV2Logs,
    'instanceCloudLoggingDisabled': ?instanceCloudLoggingDisabled,
  };
}