GoogleHomeEnterpriseSdmV1ParentRelation.fromJson constructor
GoogleHomeEnterpriseSdmV1ParentRelation.fromJson(
- Map json_
Implementation
GoogleHomeEnterpriseSdmV1ParentRelation.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
ghpParent: json_['ghpParent'] as core.String?,
parent: json_['parent'] as core.String?,
);