Class: Google::Cloud::Dataplex::V1::ListSessionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/service.rb

Overview

List sessions response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



796
797
798
799
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 796

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

#sessions::Array<::Google::Cloud::Dataplex::V1::Session>



796
797
798
799
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 796

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