ClientDiscoveryDisplay Class

Localized display information of an operation.

Inheritance
ClientDiscoveryDisplay

Constructor

ClientDiscoveryDisplay(*, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, description: Optional[str] = None, **kwargs)

Variables

provider
str

Name of the provider for display purposes.

resource
str

ResourceType for which this Operation can be performed.

operation
str

Operations Name itself.

description
str

Description of the operation having details of what operation is about.