Cloud Security Compliance v1 API - Class AggregateFrameworkComplianceReportResponse (1.0.0-beta04)

public sealed class AggregateFrameworkComplianceReportResponse : IMessage<AggregateFrameworkComplianceReportResponse>, IEquatable<AggregateFrameworkComplianceReportResponse>, IDeepCloneable<AggregateFrameworkComplianceReportResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class AggregateFrameworkComplianceReportResponse.

The response message for [AggregateFrameworkComplianceReport][].

Inheritance

object > AggregateFrameworkComplianceReportResponse

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

AggregateFrameworkComplianceReportResponse()

public AggregateFrameworkComplianceReportResponse()

AggregateFrameworkComplianceReportResponse(AggregateFrameworkComplianceReportResponse)

public AggregateFrameworkComplianceReportResponse(AggregateFrameworkComplianceReportResponse other)
Parameter
Name Description
other AggregateFrameworkComplianceReportResponse

Properties

AggregatedComplianceReports

public RepeatedField<AggregatedComplianceReport> AggregatedComplianceReports { get; }

The list of aggregated compliance reports.

Property Value
Type Description
RepeatedFieldAggregatedComplianceReport