google_api_security_center v0.14.0 GoogleApi.SecurityCenter.V1.Model.ListNotificationConfigsResponse View Source
Response message for listing notification configs.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results. -
notificationConfigs
(type:list(GoogleApi.SecurityCenter.V1.Model.NotificationConfig.t)
, default:nil
) - Notification configs belonging to the requested parent.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SecurityCenter.V1.Model.ListNotificationConfigsResponse{ nextPageToken: String.t(), notificationConfigs: [ GoogleApi.SecurityCenter.V1.Model.NotificationConfig.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.