Class: Google::Apis::AdminDirectoryV1::ListPrintServersResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListPrintServersResponse

Returns a new instance of ListPrintServersResponse.



2791
2792
2793
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2791

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

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


2784
2785
2786
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2784

def next_page_token
  @next_page_token
end

List of print servers. Corresponds to the JSON property printServers



2789
2790
2791
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2789

def print_servers
  @print_servers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2796
2797
2798
2799
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2796

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