google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.DeviceConfig View Source
The device configuration. Eventually delivered to devices.
Attributes
- binaryData (String.t): The device configuration data. Defaults to
nil
. - cloudUpdateTime (DateTime.t): [Output only] The time at which this configuration version was updated in
Cloud IoT Core. This timestamp is set by the server. Defaults to
nil
. - deviceAckTime (DateTime.t): [Output only] The time at which Cloud IoT Core received the
acknowledgment from the device, indicating that the device has received
this configuration version. If this field is not present, the device has
not yet acknowledged that it received this version. Note that when
the config was sent to the device, many config versions may have been
available in Cloud IoT Core while the device was disconnected, and on
connection, only the latest version is sent to the device. Some
versions may never be sent to the device, and therefore are never
acknowledged. This timestamp is set by Cloud IoT Core. Defaults to
nil
. - version (String.t): [Output only] The version of this update. The version number is assigned by
the server, and is always greater than 0 after device creation. The
version must be 0 on the
CreateDevice
request if aconfig
is specified; the response ofCreateDevice
will always have a value of 1. Defaults tonil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudIot.V1.Model.DeviceConfig{
binaryData: String.t(),
cloudUpdateTime: DateTime.t(),
deviceAckTime: DateTime.t(),
version: String.t()
}
t() :: %GoogleApi.CloudIot.V1.Model.DeviceConfig{ binaryData: String.t(), cloudUpdateTime: DateTime.t(), deviceAckTime: DateTime.t(), version: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.