Class: Google::Cloud::Dialogflow::CX::V3::ListSecuritySettingsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb

Overview

The response message for [SecuritySettings.ListSecuritySettings][].

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



77
78
79
80
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 77

class ListSecuritySettingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#security_settings::Array<::Google::Cloud::Dialogflow::CX::V3::SecuritySettings>

Returns The list of security settings.

Returns:



77
78
79
80
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 77

class ListSecuritySettingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end