GoogleAppsCloudidentityDevicesV1CustomAttributeValue constructor

GoogleAppsCloudidentityDevicesV1CustomAttributeValue({
  1. bool? boolValue,
  2. double? numberValue,
  3. String? stringValue,
})

Implementation

GoogleAppsCloudidentityDevicesV1CustomAttributeValue({
  this.boolValue,
  this.numberValue,
  this.stringValue,
});