GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse (google_api_apigee v0.54.0)
View SourceResponse for ListSecurityMonitoringConditions.
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. -
securityMonitoringConditions(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityMonitoringCondition.t), default:nil) - List of security monitoring conditions in the organization.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse{ nextPageToken: String.t() | nil, securityMonitoringConditions: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityMonitoringCondition.t() ] | nil }