Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo

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

Overview

Network devices info.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1NetworkInfo

Returns a new instance of GoogleChromeManagementV1NetworkInfo.



1428
1429
1430
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1428

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

Instance Attribute Details

#network_devicesArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice>

Output only. List of network devices. Corresponds to the JSON property networkDevices



1426
1427
1428
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1426

def network_devices
  @network_devices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1433
1434
1435
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1433

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