GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1StructureParentRelation (google_api_smart_device_management v0.2.0) View Source

Represents structure assignee relationships, for instance, group to which the structure is assigned to.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The custom name of the relation -- e.g., group, to which the structure is assigned to.
  • parent (type: String.t, default: nil) - Output only. The name of the relation -- e.g., group to which the structure is assigned to. For example: "enterprises/XYZ/groups/ABC"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1StructureParentRelation{
    displayName: String.t(),
    parent: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.