GoogleCloudApigeeV1SecurityReport constructor
GoogleCloudApigeeV1SecurityReport({
- String? created,
- String? displayName,
- String? envgroupHostname,
- String? error,
- String? executionTime,
- GoogleCloudApigeeV1SecurityReportMetadata? queryParams,
- String? reportDefinitionId,
- GoogleCloudApigeeV1SecurityReportResultMetadata? result,
- String? resultFileSize,
- String? resultRows,
- String? self,
- String? state,
- String? updated,
Implementation
GoogleCloudApigeeV1SecurityReport({
this.created,
this.displayName,
this.envgroupHostname,
this.error,
this.executionTime,
this.queryParams,
this.reportDefinitionId,
this.result,
this.resultFileSize,
this.resultRows,
this.self,
this.state,
this.updated,
});