GenericRestApiAttributes

class oci.data_integration.models.GenericRestApiAttributes(**kwargs)

Bases: object

Generic rest api specific attributes.

Methods

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

Attributes

server_url Gets the server_url of this GenericRestApiAttributes.
__init__(**kwargs)

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

Parameters:server_url (str) – The value to assign to the server_url property of this GenericRestApiAttributes.
server_url

Gets the server_url of this GenericRestApiAttributes. The server URL serving operation.

Returns:The server_url of this GenericRestApiAttributes.
Return type:str