GoogleHomeEnterpriseSdmV1Device constructor

GoogleHomeEnterpriseSdmV1Device({
  1. String? ghpName,
  2. String? name,
  3. List<GoogleHomeEnterpriseSdmV1ParentRelation>? parentRelations,
  4. Map<String, Object?>? traits,
  5. String? type,
})

Implementation

GoogleHomeEnterpriseSdmV1Device({
  this.ghpName,
  this.name,
  this.parentRelations,
  this.traits,
  this.type,
});