View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityProfilesV2Response (google_api_apigee v0.53.0)
Response for ListSecurityProfilesV2.
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. -
securityProfilesV2(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileV2.t), default:nil) - List of security profiles in the organization.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListSecurityProfilesV2Response{ nextPageToken: String.t() | nil, securityProfilesV2: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityProfileV2.t()] | nil }