GoogleCloudApihubV1RuntimeProjectAttachment.fromJson constructor
GoogleCloudApihubV1RuntimeProjectAttachment.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1RuntimeProjectAttachment.fromJson(core.Map json_)
: this(
createTime: json_['createTime'] as core.String?,
name: json_['name'] as core.String?,
runtimeProject: json_['runtimeProject'] as core.String?,
);