ServiceIdRequestDetails

class oci.vn_monitoring.models.ServiceIdRequestDetails(**kwargs)

Bases: object

ServiceIdRequestDetails model.

Methods

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

Attributes

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

Initializes a new ServiceIdRequestDetails 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 ServiceIdRequestDetails.
service_id

[Required] Gets the service_id of this ServiceIdRequestDetails. The OCID of the Service.

Returns:The service_id of this ServiceIdRequestDetails.
Return type:str