GoogleCloudAiplatformV1PostStartupScriptConfig.fromJson constructor
GoogleCloudAiplatformV1PostStartupScriptConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1PostStartupScriptConfig.fromJson(core.Map json_)
: this(
postStartupScript: json_['postStartupScript'] as core.String?,
postStartupScriptBehavior:
json_['postStartupScriptBehavior'] as core.String?,
postStartupScriptUrl: json_['postStartupScriptUrl'] as core.String?,
);