ServiceIdResponseDetails

class oci.core.models.ServiceIdResponseDetails(**kwargs)

Bases: object

ServiceIdResponseDetails model.

Methods

__init__(**kwargs) Initializes a new ServiceIdResponseDetails object with values from keyword arguments.

Attributes

service_id [Required] Gets the service_id of this ServiceIdResponseDetails.
service_name [Required] Gets the service_name of this ServiceIdResponseDetails.
__init__(**kwargs)

Initializes a new ServiceIdResponseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • service_id (str) – The value to assign to the service_id property of this ServiceIdResponseDetails.
  • service_name (str) – The value to assign to the service_name property of this ServiceIdResponseDetails.
service_id

[Required] Gets the service_id of this ServiceIdResponseDetails. The OCID of the service.

Returns:The service_id of this ServiceIdResponseDetails.
Return type:str
service_name

[Required] Gets the service_name of this ServiceIdResponseDetails. The name of the service.

Returns:The service_name of this ServiceIdResponseDetails.
Return type:str