View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityIncidentsResponse (google_api_apigee v0.53.0)
Response for ListSecurityIncidents.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
securityIncidents(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t), default:nil) - List of security incidents in the organization
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityIncidentsResponse{ nextPageToken: String.t() | nil, securityIncidents: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityIncident.t()] | nil }