Class: Google::Apis::AndroiddeviceprovisioningV1::GetDeviceSimLockStateRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::GetDeviceSimLockStateRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androiddeviceprovisioning_v1/classes.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb,
lib/google/apis/androiddeviceprovisioning_v1/representations.rb
Overview
Request to get a device's SIM lock status.
Instance Attribute Summary collapse
-
#device_identifier ⇒ Google::Apis::AndroiddeviceprovisioningV1::DeviceIdentifier
Encapsulates hardware and product IDs to identify a manufactured device.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetDeviceSimLockStateRequest
constructor
A new instance of GetDeviceSimLockStateRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetDeviceSimLockStateRequest
Returns a new instance of GetDeviceSimLockStateRequest.
1042 1043 1044 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1042 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_identifier ⇒ Google::Apis::AndroiddeviceprovisioningV1::DeviceIdentifier
Encapsulates hardware and product IDs to identify a manufactured device. To
understand requirements on identifier sets, read Identifiers.
Corresponds to the JSON property deviceIdentifier
1040 1041 1042 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1040 def device_identifier @device_identifier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1047 1048 1049 |
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 1047 def update!(**args) @device_identifier = args[:device_identifier] if args.key?(:device_identifier) end |