OperatingSystem¶
- 
class oci.marketplace.models.OperatingSystem(**kwargs)¶
- Bases: - object- The operating system used by the listing. - Methods - __init__(**kwargs)- Initializes a new OperatingSystem object with values from keyword arguments. - Attributes - name- Gets the name of this OperatingSystem. - 
__init__(**kwargs)¶
- Initializes a new OperatingSystem 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 OperatingSystem. 
 - 
name¶
- Gets the name of this OperatingSystem. The name of the operating system. - Returns: - The name of this OperatingSystem. - Return type: - str 
 
-