ApiResourceGeneralInformation Class

The API general information.

Inheritance
ApiResourceGeneralInformation

Constructor

ApiResourceGeneralInformation(*, icon_url: Optional[str] = None, display_name: Optional[str] = None, description: Optional[str] = None, terms_of_use_url: Optional[str] = None, release_tag: Optional[str] = None, tier: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.ApiTier]] = None, **kwargs)

Variables

icon_url
str

The icon url.

display_name
str

The display name.

description
str

The description.

terms_of_use_url
str

The terms of use url.

release_tag
str

The release tag.

tier
str or ApiTier

The tier. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium".