Struct gapi_grpc::google::home::enterprise::sdm::v1::ParentRelation[][src]

pub struct ParentRelation {
    pub parent: String,
    pub display_name: String,
}

Represents device relationships, for instance, structure/room to which the device is assigned to. For now this is only filled in the enterprise flow.

Fields

parent: String

Output only. The name of the relation – e.g., structure/room where the device is assigned to. For example: “enterprises/XYZ/structures/ABC” or “enterprises/XYZ/structures/ABC/rooms/123”

display_name: String

Output only. The custom name of the relation – e.g., structure/room where the device is assigned to.

Trait Implementations

impl Clone for ParentRelation[src]

impl Debug for ParentRelation[src]

impl Default for ParentRelation[src]

impl Message for ParentRelation[src]

impl PartialEq<ParentRelation> for ParentRelation[src]

impl StructuralPartialEq for ParentRelation[src]

Auto Trait Implementations

impl RefUnwindSafe for ParentRelation

impl Send for ParentRelation

impl Sync for ParentRelation

impl Unpin for ParentRelation

impl UnwindSafe for ParentRelation

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]