Screenshot¶
- 
class oci.marketplace.models.Screenshot(**kwargs)¶
- Bases: - object- The model for a listing’s screenshot. - Methods - __init__(**kwargs)- Initializes a new Screenshot object with values from keyword arguments. - Attributes - content_url- Gets the content_url of this Screenshot. - description- Gets the description of this Screenshot. - file_extension- Gets the file_extension of this Screenshot. - mime_type- Gets the mime_type of this Screenshot. - name- Gets the name of this Screenshot. - 
__init__(**kwargs)¶
- Initializes a new Screenshot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this Screenshot.
- description (str) – The value to assign to the description property of this Screenshot.
- content_url (str) – The value to assign to the content_url property of this Screenshot.
- mime_type (str) – The value to assign to the mime_type property of this Screenshot.
- file_extension (str) – The value to assign to the file_extension property of this Screenshot.
 
 - 
content_url¶
- Gets the content_url of this Screenshot. The content URL of the screenshot. - Returns: - The content_url of this Screenshot. - Return type: - str 
 - 
description¶
- Gets the description of this Screenshot. A description of the screenshot. - Returns: - The description of this Screenshot. - Return type: - str 
 - 
file_extension¶
- Gets the file_extension of this Screenshot. The file extension of the screenshot. - Returns: - The file_extension of this Screenshot. - Return type: - str 
 - 
mime_type¶
- Gets the mime_type of this Screenshot. The MIME type of the screenshot. - Returns: - The mime_type of this Screenshot. - Return type: - str 
 - 
name¶
- Gets the name of this Screenshot. The name of the screenshot. - Returns: - The name of this Screenshot. - Return type: - str 
 
-