ImageResponse¶
-
class
oci.license_manager.models.
ImageResponse
(**kwargs)¶ Bases:
object
The collection of image details for the product license.
Methods
__init__
(**kwargs)Initializes a new ImageResponse object with values from keyword arguments. Attributes
id
Gets the id of this ImageResponse. listing_id
Gets the listing_id of this ImageResponse. listing_name
Gets the listing_name of this ImageResponse. package_version
Gets the package_version of this ImageResponse. publisher
Gets the publisher of this ImageResponse. -
__init__
(**kwargs)¶ Initializes a new ImageResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ImageResponse.
- listing_name (str) – The value to assign to the listing_name property of this ImageResponse.
- publisher (str) – The value to assign to the publisher property of this ImageResponse.
- listing_id (str) – The value to assign to the listing_id property of this ImageResponse.
- package_version (str) – The value to assign to the package_version property of this ImageResponse.
-
id
¶ Gets the id of this ImageResponse. The image ID associated with the product license.
Returns: The id of this ImageResponse. Return type: str
-
listing_id
¶ Gets the listing_id of this ImageResponse. The image listing ID.
Returns: The listing_id of this ImageResponse. Return type: str
-
listing_name
¶ Gets the listing_name of this ImageResponse. The listing name associated with the product license.
Returns: The listing_name of this ImageResponse. Return type: str
-
package_version
¶ Gets the package_version of this ImageResponse. The image package version.
Returns: The package_version of this ImageResponse. Return type: str
-
publisher
¶ Gets the publisher of this ImageResponse. The image publisher.
Returns: The publisher of this ImageResponse. Return type: str
-