Google Cloud Security Command Center Settings v1beta1 API - Class ListDetectorsResponse (2.0.0-beta02)

public sealed class ListDetectorsResponse : IMessage<ListDetectorsResponse>, IEquatable<ListDetectorsResponse>, IDeepCloneable<ListDetectorsResponse>, IBufferMessage, IMessage, IPageResponse<Detector>, IEnumerable<Detector>, IEnumerable

Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class ListDetectorsResponse.

Response message for ListDetectors.

Inheritance

object > ListDetectorsResponse

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

ListDetectorsResponse()

public ListDetectorsResponse()

ListDetectorsResponse(ListDetectorsResponse)

public ListDetectorsResponse(ListDetectorsResponse other)
Parameter
NameDescription
otherListDetectorsResponse

Properties

Detectors

public RepeatedField<Detector> Detectors { get; }

The detectors from the specified organization.

Property Value
TypeDescription
RepeatedFieldDetector

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Detector> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDetector