OrganizationS3LogsConfigurationResult.fromJson constructor
Implementation
factory OrganizationS3LogsConfigurationResult.fromJson(
Map<String, dynamic> json) {
return OrganizationS3LogsConfigurationResult(
autoEnable: json['autoEnable'] as bool,
);
}