panorama_describe_package_version {paws.machine.learning} | R Documentation |
Returns information about a package version
Description
Returns information about a package version.
See https://www.paws-r-sdk.com/docs/panorama_describe_package_version/ for full documentation.
Usage
panorama_describe_package_version(
OwnerAccount = NULL,
PackageId,
PackageVersion,
PatchVersion = NULL
)
Arguments
OwnerAccount |
The version's owner account. |
PackageId |
[required] The version's ID. |
PackageVersion |
[required] The version's version. |
PatchVersion |
The version's patch version. |
[Package paws.machine.learning version 0.9.0 Index]