Class: Google::Apis::AdminDirectoryV1::MobileDevices

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

Returns a new instance of MobileDevices.



3214
3215
3216
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3214

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

Instance Attribute Details

#etagString

ETag of the resource. Corresponds to the JSON property etag

Returns:

  • (String)


3197
3198
3199
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3197

def etag
  @etag
end

#kindString

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

Returns:

  • (String)


3202
3203
3204
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3202

def kind
  @kind
end

#mobiledevicesArray<Google::Apis::AdminDirectoryV1::MobileDevice>

A list of Mobile Device objects. Corresponds to the JSON property mobiledevices



3207
3208
3209
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3207

def mobiledevices
  @mobiledevices
end

#next_page_tokenString

Token used to access next page of this result. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


3212
3213
3214
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3212

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3219
3220
3221
3222
3223
3224
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 3219

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