Security Command Center v2 API - Class ListSourcesResponse (1.0.0-beta03)

public sealed class ListSourcesResponse : IPageResponse<Source>, IEnumerable<Source>, IEnumerable, IMessage<ListSourcesResponse>, IEquatable<ListSourcesResponse>, IDeepCloneable<ListSourcesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class ListSourcesResponse.

Response message for listing sources.

Inheritance

object > ListSourcesResponse

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListSourcesResponse()

public ListSourcesResponse()

ListSourcesResponse(ListSourcesResponse)

public ListSourcesResponse(ListSourcesResponse other)
Parameter
Name Description
other ListSourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
Type Description
string

Sources

public RepeatedField<Source> Sources { get; }

Sources belonging to the requested parent.

Property Value
Type Description
RepeatedFieldSource

Methods

GetEnumerator()

public IEnumerator<Source> GetEnumerator()

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

Returns
Type Description
IEnumeratorSource