Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListSecurityProfilesV2Response

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Overview

Response for ListSecurityProfilesV2.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListSecurityProfilesV2Response

Returns a new instance of GoogleCloudApigeeV1ListSecurityProfilesV2Response.



7490
7491
7492
# File 'lib/google/apis/apigee_v1/classes.rb', line 7490

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7483
7484
7485
# File 'lib/google/apis/apigee_v1/classes.rb', line 7483

def next_page_token
  @next_page_token
end

#security_profiles_v2Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileV2>

List of security profiles in the organization. Corresponds to the JSON property securityProfilesV2



7488
7489
7490
# File 'lib/google/apis/apigee_v1/classes.rb', line 7488

def security_profiles_v2
  @security_profiles_v2
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7495
7496
7497
7498
# File 'lib/google/apis/apigee_v1/classes.rb', line 7495

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @security_profiles_v2 = args[:security_profiles_v2] if args.key?(:security_profiles_v2)
end