Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCategoriesClient ¶
type EventCategoriesClient struct {
Client *resourcemanager.Client
}
func NewEventCategoriesClientWithBaseURI ¶
func NewEventCategoriesClientWithBaseURI(sdkApi sdkEnv.Api) (*EventCategoriesClient, error)
func (EventCategoriesClient) List ¶
func (c EventCategoriesClient) List(ctx context.Context) (result ListOperationResponse, err error)
List ...
type EventCategoryCollection ¶
type EventCategoryCollection struct {
Value []LocalizableString `json:"value"`
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EventCategoryCollection }
type LocalizableString ¶
Click to show internal directories.
Click to hide internal directories.