ClientSummary

class oci.apigateway.models.ClientSummary(**kwargs)

Bases: object

A summary of a client.

Methods

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

Attributes

name [Required] Gets the name of this ClientSummary.
__init__(**kwargs)

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

Parameters:name (str) – The value to assign to the name property of this ClientSummary.
name

[Required] Gets the name of this ClientSummary. The client name.

Returns:The name of this ClientSummary.
Return type:str