UpdateConfigurationDetails¶
- 
class oci.license_manager.models.UpdateConfigurationDetails(**kwargs)¶
- Bases: - object- The compartment-specific configuration. - Methods - __init__(**kwargs)- Initializes a new UpdateConfigurationDetails object with values from keyword arguments. - Attributes - email_ids- [Required] Gets the email_ids of this UpdateConfigurationDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - email_ids (list[str]) – The value to assign to the email_ids property of this UpdateConfigurationDetails. 
 - 
email_ids¶
- [Required] Gets the email_ids of this UpdateConfigurationDetails. List of email IDs associated with the configuration. - Returns: - The email_ids of this UpdateConfigurationDetails. - Return type: - list[str] 
 
-