Google Cloud Storage Insights v1 API - Class ListReportDetailsResponse (1.2.0)

public sealed class ListReportDetailsResponse : IMessage<ListReportDetailsResponse>, IEquatable<ListReportDetailsResponse>, IDeepCloneable<ListReportDetailsResponse>, IBufferMessage, IMessage, IPageResponse<ReportDetail>, IEnumerable<ReportDetail>, IEnumerable

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class ListReportDetailsResponse.

Message for response to listing ReportDetails

Inheritance

object > ListReportDetailsResponse

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

ListReportDetailsResponse()

public ListReportDetailsResponse()

ListReportDetailsResponse(ListReportDetailsResponse)

public ListReportDetailsResponse(ListReportDetailsResponse other)
Parameter
NameDescription
otherListReportDetailsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

ReportDetails

public RepeatedField<ReportDetail> ReportDetails { get; }

The list of ReportDetail

Property Value
TypeDescription
RepeatedFieldReportDetail

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ReportDetail> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorReportDetail