EndpointResponse

class oci.log_analytics.models.EndpointResponse(**kwargs)

Bases: object

An object containing details of a REST response.

Methods

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

Attributes

content_type Gets the content_type of this EndpointResponse.
example Gets the example of this EndpointResponse.
__init__(**kwargs)

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

Parameters:
  • content_type (str) – The value to assign to the content_type property of this EndpointResponse.
  • example (str) – The value to assign to the example property of this EndpointResponse.
content_type

Gets the content_type of this EndpointResponse. The response content type.

Returns:The content_type of this EndpointResponse.
Return type:str
example

Gets the example of this EndpointResponse. A sample response.

Returns:The example of this EndpointResponse.
Return type:str