GoogleHomeEnterpriseSdmV1ParentRelation constructor

GoogleHomeEnterpriseSdmV1ParentRelation({
  1. String? displayName,
  2. String? parent,
})

Implementation

GoogleHomeEnterpriseSdmV1ParentRelation({
  this.displayName,
  this.parent,
});