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