Class: Google::Apis::AdminDirectoryV1::ChromeOsDevices

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) ⇒ ChromeOsDevices

Returns a new instance of ChromeOsDevices.



1812
1813
1814
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1812

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

Instance Attribute Details

#chromeosdevicesArray<Google::Apis::AdminDirectoryV1::ChromeOsDevice>

A list of Chrome OS Device objects. Corresponds to the JSON property chromeosdevices



1794
1795
1796
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1794

def chromeosdevices
  @chromeosdevices
end

#etagString

ETag of the resource. Corresponds to the JSON property etag

Returns:

  • (String)


1799
1800
1801
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1799

def etag
  @etag
end

#kindString

Kind of resource this is. Corresponds to the JSON property kind

Returns:

  • (String)


1804
1805
1806
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1804

def kind
  @kind
end

#next_page_tokenString

Token used to access the next page of this result. To access the next page, use this token's value in the pageToken query string of this request. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1810
1811
1812
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1810

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1817
1818
1819
1820
1821
1822
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 1817

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