public sealed class ListNotificationConfigsRequest : IPageRequest, IMessage<ListNotificationConfigsRequest>, IEquatable<ListNotificationConfigsRequest>, IDeepCloneable<ListNotificationConfigsRequest>, IBufferMessage, IMessage
Request message for listing notification configs.
Implements
IPageRequest, IMessage<ListNotificationConfigsRequest>, IEquatable<ListNotificationConfigsRequest>, IDeepCloneable<ListNotificationConfigsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListNotificationConfigsRequest()
public ListNotificationConfigsRequest()
ListNotificationConfigsRequest(ListNotificationConfigsRequest)
public ListNotificationConfigsRequest(ListNotificationConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListNotificationConfigsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The value returned by the last ListNotificationConfigsResponse
; indicates
that this is a continuation of a prior ListNotificationConfigs
call, and
that the system should return the next page of data.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Name of the organization to list notification configs. Its format is "organizations/[organization_id]".
Property Value | |
---|---|
Type | Description |
String |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |