struct NodeMetadataextension NodeMetadata : AutomationValue, Equatable, Hashable, Sendable, StructDataRepresentableRepresents metadata for a node.
See: google3/google/internal/home/platform/mesh/interaction/v1/hub_connection_service.proto
-
Undocumented
Declaration
Swift
let icdToken: Data? -
Undocumented
Declaration
Swift
init(icdToken: Data? = nil) -
Creates a new Struct instance using data read from the given
TraitDecoder.Throws
HomeError.parseErrorwhen parsing fails.Declaration
Swift
init(decoder: TraitDecoder) throwsParameters
decoderThe raw data representing this Struct.
-
Writes this Struct to the given
TraitEncoder. ThrowsHomeError.parseErrorif the data could not be encoded.Declaration
Swift
func encode(with encoder: TraitEncoder) throws