Documentation ¶
Index ¶
- func ValidateApiID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateApiOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceApiID(input interface{}, key string) (warnings []string, errors []error)
- type ApiId
- type ApiOperationClient
- func (c ApiOperationClient) CreateOrUpdate(ctx context.Context, id OperationId, input OperationContract, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ApiOperationClient) Delete(ctx context.Context, id OperationId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c ApiOperationClient) Get(ctx context.Context, id OperationId) (result GetOperationResponse, err error)
- func (c ApiOperationClient) GetEntityTag(ctx context.Context, id OperationId) (result GetEntityTagOperationResponse, err error)
- func (c ApiOperationClient) ListByApi(ctx context.Context, id ApiId, options ListByApiOperationOptions) (result ListByApiOperationResponse, err error)
- func (c ApiOperationClient) ListByApiComplete(ctx context.Context, id ApiId, options ListByApiOperationOptions) (ListByApiCompleteResult, error)
- func (c ApiOperationClient) ListByApiCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByApiOperationOptions, ...) (result ListByApiCompleteResult, err error)
- func (c ApiOperationClient) Update(ctx context.Context, id OperationId, input OperationUpdateContract, ...) (result UpdateOperationResponse, err error)
- func (c ApiOperationClient) WorkspaceApiOperationCreateOrUpdate(ctx context.Context, id ApiOperationId, input OperationContract, ...) (result WorkspaceApiOperationCreateOrUpdateOperationResponse, err error)
- func (c ApiOperationClient) WorkspaceApiOperationDelete(ctx context.Context, id ApiOperationId, ...) (result WorkspaceApiOperationDeleteOperationResponse, err error)
- func (c ApiOperationClient) WorkspaceApiOperationGet(ctx context.Context, id ApiOperationId) (result WorkspaceApiOperationGetOperationResponse, err error)
- func (c ApiOperationClient) WorkspaceApiOperationGetEntityTag(ctx context.Context, id ApiOperationId) (result WorkspaceApiOperationGetEntityTagOperationResponse, err error)
- func (c ApiOperationClient) WorkspaceApiOperationListByApi(ctx context.Context, id WorkspaceApiId, ...) (result WorkspaceApiOperationListByApiOperationResponse, err error)
- func (c ApiOperationClient) WorkspaceApiOperationListByApiComplete(ctx context.Context, id WorkspaceApiId, ...) (WorkspaceApiOperationListByApiCompleteResult, error)
- func (c ApiOperationClient) WorkspaceApiOperationListByApiCompleteMatchingPredicate(ctx context.Context, id WorkspaceApiId, ...) (result WorkspaceApiOperationListByApiCompleteResult, err error)
- func (c ApiOperationClient) WorkspaceApiOperationUpdate(ctx context.Context, id ApiOperationId, input OperationUpdateContract, ...) (result WorkspaceApiOperationUpdateOperationResponse, err error)
- type ApiOperationId
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type GetEntityTagOperationResponse
- type GetOperationResponse
- type ListByApiCompleteResult
- type ListByApiCustomPager
- type ListByApiOperationOptions
- type ListByApiOperationResponse
- type OperationContract
- type OperationContractOperationPredicate
- type OperationContractProperties
- type OperationId
- type OperationUpdateContract
- type OperationUpdateContractProperties
- type ParameterContract
- type ParameterExampleContract
- type RepresentationContract
- type RequestContract
- type ResponseContract
- type UpdateOperationOptions
- type UpdateOperationResponse
- type WorkspaceApiId
- type WorkspaceApiOperationCreateOrUpdateOperationOptions
- type WorkspaceApiOperationCreateOrUpdateOperationResponse
- type WorkspaceApiOperationDeleteOperationOptions
- type WorkspaceApiOperationDeleteOperationResponse
- type WorkspaceApiOperationGetEntityTagOperationResponse
- type WorkspaceApiOperationGetOperationResponse
- type WorkspaceApiOperationListByApiCompleteResult
- type WorkspaceApiOperationListByApiCustomPager
- type WorkspaceApiOperationListByApiOperationOptions
- type WorkspaceApiOperationListByApiOperationResponse
- type WorkspaceApiOperationUpdateOperationOptions
- type WorkspaceApiOperationUpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateApiID ¶
ValidateApiID checks that 'input' can be parsed as a Api ID
func ValidateApiOperationID ¶
ValidateApiOperationID checks that 'input' can be parsed as a Api Operation ID
func ValidateOperationID ¶
ValidateOperationID checks that 'input' can be parsed as a Operation ID
func ValidateWorkspaceApiID ¶
ValidateWorkspaceApiID checks that 'input' can be parsed as a Workspace Api ID
Types ¶
type ApiId ¶
type ApiId struct { SubscriptionId string ResourceGroupName string ServiceName string ApiId string }
ApiId is a struct representing the Resource ID for a Api
func NewApiID ¶
func NewApiID(subscriptionId string, resourceGroupName string, serviceName string, apiId string) ApiId
NewApiID returns a new ApiId struct
func ParseApiID ¶
ParseApiID parses 'input' into a ApiId
func ParseApiIDInsensitively ¶
ParseApiIDInsensitively parses 'input' case-insensitively into a ApiId note: this method should only be used for API response data and not user input
func (*ApiId) FromParseResult ¶
func (id *ApiId) FromParseResult(input resourceids.ParseResult) error
func (ApiId) Segments ¶
func (id ApiId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Api ID
type ApiOperationClient ¶
type ApiOperationClient struct {
Client *resourcemanager.Client
}
func NewApiOperationClientWithBaseURI ¶
func NewApiOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiOperationClient, error)
func (ApiOperationClient) CreateOrUpdate ¶
func (c ApiOperationClient) CreateOrUpdate(ctx context.Context, id OperationId, input OperationContract, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ApiOperationClient) Delete ¶
func (c ApiOperationClient) Delete(ctx context.Context, id OperationId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (ApiOperationClient) Get ¶
func (c ApiOperationClient) Get(ctx context.Context, id OperationId) (result GetOperationResponse, err error)
Get ...
func (ApiOperationClient) GetEntityTag ¶
func (c ApiOperationClient) GetEntityTag(ctx context.Context, id OperationId) (result GetEntityTagOperationResponse, err error)
GetEntityTag ...
func (ApiOperationClient) ListByApi ¶
func (c ApiOperationClient) ListByApi(ctx context.Context, id ApiId, options ListByApiOperationOptions) (result ListByApiOperationResponse, err error)
ListByApi ...
func (ApiOperationClient) ListByApiComplete ¶
func (c ApiOperationClient) ListByApiComplete(ctx context.Context, id ApiId, options ListByApiOperationOptions) (ListByApiCompleteResult, error)
ListByApiComplete retrieves all the results into a single object
func (ApiOperationClient) ListByApiCompleteMatchingPredicate ¶
func (c ApiOperationClient) ListByApiCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByApiOperationOptions, predicate OperationContractOperationPredicate) (result ListByApiCompleteResult, err error)
ListByApiCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ApiOperationClient) Update ¶
func (c ApiOperationClient) Update(ctx context.Context, id OperationId, input OperationUpdateContract, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
func (ApiOperationClient) WorkspaceApiOperationCreateOrUpdate ¶
func (c ApiOperationClient) WorkspaceApiOperationCreateOrUpdate(ctx context.Context, id ApiOperationId, input OperationContract, options WorkspaceApiOperationCreateOrUpdateOperationOptions) (result WorkspaceApiOperationCreateOrUpdateOperationResponse, err error)
WorkspaceApiOperationCreateOrUpdate ...
func (ApiOperationClient) WorkspaceApiOperationDelete ¶
func (c ApiOperationClient) WorkspaceApiOperationDelete(ctx context.Context, id ApiOperationId, options WorkspaceApiOperationDeleteOperationOptions) (result WorkspaceApiOperationDeleteOperationResponse, err error)
WorkspaceApiOperationDelete ...
func (ApiOperationClient) WorkspaceApiOperationGet ¶
func (c ApiOperationClient) WorkspaceApiOperationGet(ctx context.Context, id ApiOperationId) (result WorkspaceApiOperationGetOperationResponse, err error)
WorkspaceApiOperationGet ...
func (ApiOperationClient) WorkspaceApiOperationGetEntityTag ¶
func (c ApiOperationClient) WorkspaceApiOperationGetEntityTag(ctx context.Context, id ApiOperationId) (result WorkspaceApiOperationGetEntityTagOperationResponse, err error)
WorkspaceApiOperationGetEntityTag ...
func (ApiOperationClient) WorkspaceApiOperationListByApi ¶
func (c ApiOperationClient) WorkspaceApiOperationListByApi(ctx context.Context, id WorkspaceApiId, options WorkspaceApiOperationListByApiOperationOptions) (result WorkspaceApiOperationListByApiOperationResponse, err error)
WorkspaceApiOperationListByApi ...
func (ApiOperationClient) WorkspaceApiOperationListByApiComplete ¶
func (c ApiOperationClient) WorkspaceApiOperationListByApiComplete(ctx context.Context, id WorkspaceApiId, options WorkspaceApiOperationListByApiOperationOptions) (WorkspaceApiOperationListByApiCompleteResult, error)
WorkspaceApiOperationListByApiComplete retrieves all the results into a single object
func (ApiOperationClient) WorkspaceApiOperationListByApiCompleteMatchingPredicate ¶
func (c ApiOperationClient) WorkspaceApiOperationListByApiCompleteMatchingPredicate(ctx context.Context, id WorkspaceApiId, options WorkspaceApiOperationListByApiOperationOptions, predicate OperationContractOperationPredicate) (result WorkspaceApiOperationListByApiCompleteResult, err error)
WorkspaceApiOperationListByApiCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ApiOperationClient) WorkspaceApiOperationUpdate ¶
func (c ApiOperationClient) WorkspaceApiOperationUpdate(ctx context.Context, id ApiOperationId, input OperationUpdateContract, options WorkspaceApiOperationUpdateOperationOptions) (result WorkspaceApiOperationUpdateOperationResponse, err error)
WorkspaceApiOperationUpdate ...
type ApiOperationId ¶
type ApiOperationId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string ApiId string OperationId string }
ApiOperationId is a struct representing the Resource ID for a Api Operation
func NewApiOperationID ¶
func NewApiOperationID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, apiId string, operationId string) ApiOperationId
NewApiOperationID returns a new ApiOperationId struct
func ParseApiOperationID ¶
func ParseApiOperationID(input string) (*ApiOperationId, error)
ParseApiOperationID parses 'input' into a ApiOperationId
func ParseApiOperationIDInsensitively ¶
func ParseApiOperationIDInsensitively(input string) (*ApiOperationId, error)
ParseApiOperationIDInsensitively parses 'input' case-insensitively into a ApiOperationId note: this method should only be used for API response data and not user input
func (*ApiOperationId) FromParseResult ¶
func (id *ApiOperationId) FromParseResult(input resourceids.ParseResult) error
func (ApiOperationId) ID ¶
func (id ApiOperationId) ID() string
ID returns the formatted Api Operation ID
func (ApiOperationId) Segments ¶
func (id ApiOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Api Operation ID
func (ApiOperationId) String ¶
func (id ApiOperationId) String() string
String returns a human-readable description of this Api Operation ID
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationContract }
type DeleteOperationOptions ¶
type DeleteOperationOptions struct {
IfMatch *string
}
func DefaultDeleteOperationOptions ¶
func DefaultDeleteOperationOptions() DeleteOperationOptions
func (DeleteOperationOptions) ToHeaders ¶
func (o DeleteOperationOptions) ToHeaders() *client.Headers
func (DeleteOperationOptions) ToOData ¶
func (o DeleteOperationOptions) ToOData() *odata.Query
func (DeleteOperationOptions) ToQuery ¶
func (o DeleteOperationOptions) ToQuery() *client.QueryParams
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationContract }
type ListByApiCompleteResult ¶
type ListByApiCompleteResult struct { LatestHttpResponse *http.Response Items []OperationContract }
type ListByApiCustomPager ¶ added in v0.20240628.1153531
func (*ListByApiCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByApiCustomPager) NextPageLink() *odata.Link
type ListByApiOperationOptions ¶
func DefaultListByApiOperationOptions ¶
func DefaultListByApiOperationOptions() ListByApiOperationOptions
func (ListByApiOperationOptions) ToHeaders ¶
func (o ListByApiOperationOptions) ToHeaders() *client.Headers
func (ListByApiOperationOptions) ToOData ¶
func (o ListByApiOperationOptions) ToOData() *odata.Query
func (ListByApiOperationOptions) ToQuery ¶
func (o ListByApiOperationOptions) ToQuery() *client.QueryParams
type ListByApiOperationResponse ¶
type ListByApiOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]OperationContract }
type OperationContract ¶
type OperationContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *OperationContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type OperationContractOperationPredicate ¶
func (OperationContractOperationPredicate) Matches ¶
func (p OperationContractOperationPredicate) Matches(input OperationContract) bool
type OperationContractProperties ¶
type OperationContractProperties struct { Description *string `json:"description,omitempty"` DisplayName string `json:"displayName"` Method string `json:"method"` Policies *string `json:"policies,omitempty"` Request *RequestContract `json:"request,omitempty"` Responses *[]ResponseContract `json:"responses,omitempty"` TemplateParameters *[]ParameterContract `json:"templateParameters,omitempty"` UrlTemplate string `json:"urlTemplate"` }
type OperationId ¶
type OperationId struct { SubscriptionId string ResourceGroupName string ServiceName string ApiId string OperationId string }
OperationId is a struct representing the Resource ID for a Operation
func NewOperationID ¶
func NewOperationID(subscriptionId string, resourceGroupName string, serviceName string, apiId string, operationId string) OperationId
NewOperationID returns a new OperationId struct
func ParseOperationID ¶
func ParseOperationID(input string) (*OperationId, error)
ParseOperationID parses 'input' into a OperationId
func ParseOperationIDInsensitively ¶
func ParseOperationIDInsensitively(input string) (*OperationId, error)
ParseOperationIDInsensitively parses 'input' case-insensitively into a OperationId note: this method should only be used for API response data and not user input
func (*OperationId) FromParseResult ¶
func (id *OperationId) FromParseResult(input resourceids.ParseResult) error
func (OperationId) Segments ¶
func (id OperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Operation ID
func (OperationId) String ¶
func (id OperationId) String() string
String returns a human-readable description of this Operation ID
type OperationUpdateContract ¶
type OperationUpdateContract struct {
Properties *OperationUpdateContractProperties `json:"properties,omitempty"`
}
type OperationUpdateContractProperties ¶
type OperationUpdateContractProperties struct { Description *string `json:"description,omitempty"` DisplayName *string `json:"displayName,omitempty"` Method *string `json:"method,omitempty"` Policies *string `json:"policies,omitempty"` Request *RequestContract `json:"request,omitempty"` Responses *[]ResponseContract `json:"responses,omitempty"` TemplateParameters *[]ParameterContract `json:"templateParameters,omitempty"` UrlTemplate *string `json:"urlTemplate,omitempty"` }
type ParameterContract ¶
type ParameterContract struct { DefaultValue *string `json:"defaultValue,omitempty"` Description *string `json:"description,omitempty"` Examples *map[string]ParameterExampleContract `json:"examples,omitempty"` Name string `json:"name"` Required *bool `json:"required,omitempty"` SchemaId *string `json:"schemaId,omitempty"` Type string `json:"type"` TypeName *string `json:"typeName,omitempty"` Values *[]string `json:"values,omitempty"` }
type RepresentationContract ¶
type RepresentationContract struct { ContentType string `json:"contentType"` Examples *map[string]ParameterExampleContract `json:"examples,omitempty"` FormParameters *[]ParameterContract `json:"formParameters,omitempty"` SchemaId *string `json:"schemaId,omitempty"` TypeName *string `json:"typeName,omitempty"` }
type RequestContract ¶
type RequestContract struct { Description *string `json:"description,omitempty"` Headers *[]ParameterContract `json:"headers,omitempty"` QueryParameters *[]ParameterContract `json:"queryParameters,omitempty"` Representations *[]RepresentationContract `json:"representations,omitempty"` }
type ResponseContract ¶
type ResponseContract struct { Description *string `json:"description,omitempty"` Headers *[]ParameterContract `json:"headers,omitempty"` Representations *[]RepresentationContract `json:"representations,omitempty"` StatusCode int64 `json:"statusCode"` }
type UpdateOperationOptions ¶
type UpdateOperationOptions struct {
IfMatch *string
}
func DefaultUpdateOperationOptions ¶
func DefaultUpdateOperationOptions() UpdateOperationOptions
func (UpdateOperationOptions) ToHeaders ¶
func (o UpdateOperationOptions) ToHeaders() *client.Headers
func (UpdateOperationOptions) ToOData ¶
func (o UpdateOperationOptions) ToOData() *odata.Query
func (UpdateOperationOptions) ToQuery ¶
func (o UpdateOperationOptions) ToQuery() *client.QueryParams
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationContract }
type WorkspaceApiId ¶
type WorkspaceApiId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string ApiId string }
WorkspaceApiId is a struct representing the Resource ID for a Workspace Api
func NewWorkspaceApiID ¶
func NewWorkspaceApiID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, apiId string) WorkspaceApiId
NewWorkspaceApiID returns a new WorkspaceApiId struct
func ParseWorkspaceApiID ¶
func ParseWorkspaceApiID(input string) (*WorkspaceApiId, error)
ParseWorkspaceApiID parses 'input' into a WorkspaceApiId
func ParseWorkspaceApiIDInsensitively ¶
func ParseWorkspaceApiIDInsensitively(input string) (*WorkspaceApiId, error)
ParseWorkspaceApiIDInsensitively parses 'input' case-insensitively into a WorkspaceApiId note: this method should only be used for API response data and not user input
func (*WorkspaceApiId) FromParseResult ¶
func (id *WorkspaceApiId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceApiId) ID ¶
func (id WorkspaceApiId) ID() string
ID returns the formatted Workspace Api ID
func (WorkspaceApiId) Segments ¶
func (id WorkspaceApiId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace Api ID
func (WorkspaceApiId) String ¶
func (id WorkspaceApiId) String() string
String returns a human-readable description of this Workspace Api ID
type WorkspaceApiOperationCreateOrUpdateOperationOptions ¶
type WorkspaceApiOperationCreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceApiOperationCreateOrUpdateOperationOptions ¶
func DefaultWorkspaceApiOperationCreateOrUpdateOperationOptions() WorkspaceApiOperationCreateOrUpdateOperationOptions
func (WorkspaceApiOperationCreateOrUpdateOperationOptions) ToHeaders ¶
func (o WorkspaceApiOperationCreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (WorkspaceApiOperationCreateOrUpdateOperationOptions) ToOData ¶
func (o WorkspaceApiOperationCreateOrUpdateOperationOptions) ToOData() *odata.Query
func (WorkspaceApiOperationCreateOrUpdateOperationOptions) ToQuery ¶
func (o WorkspaceApiOperationCreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type WorkspaceApiOperationCreateOrUpdateOperationResponse ¶
type WorkspaceApiOperationCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationContract }
type WorkspaceApiOperationDeleteOperationOptions ¶
type WorkspaceApiOperationDeleteOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceApiOperationDeleteOperationOptions ¶
func DefaultWorkspaceApiOperationDeleteOperationOptions() WorkspaceApiOperationDeleteOperationOptions
func (WorkspaceApiOperationDeleteOperationOptions) ToHeaders ¶
func (o WorkspaceApiOperationDeleteOperationOptions) ToHeaders() *client.Headers
func (WorkspaceApiOperationDeleteOperationOptions) ToOData ¶
func (o WorkspaceApiOperationDeleteOperationOptions) ToOData() *odata.Query
func (WorkspaceApiOperationDeleteOperationOptions) ToQuery ¶
func (o WorkspaceApiOperationDeleteOperationOptions) ToQuery() *client.QueryParams
type WorkspaceApiOperationGetOperationResponse ¶
type WorkspaceApiOperationGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationContract }
type WorkspaceApiOperationListByApiCompleteResult ¶
type WorkspaceApiOperationListByApiCompleteResult struct { LatestHttpResponse *http.Response Items []OperationContract }
type WorkspaceApiOperationListByApiCustomPager ¶ added in v0.20240628.1153531
func (*WorkspaceApiOperationListByApiCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *WorkspaceApiOperationListByApiCustomPager) NextPageLink() *odata.Link
type WorkspaceApiOperationListByApiOperationOptions ¶
type WorkspaceApiOperationListByApiOperationOptions struct { Filter *string Skip *int64 Tags *string Top *int64 }
func DefaultWorkspaceApiOperationListByApiOperationOptions ¶
func DefaultWorkspaceApiOperationListByApiOperationOptions() WorkspaceApiOperationListByApiOperationOptions
func (WorkspaceApiOperationListByApiOperationOptions) ToHeaders ¶
func (o WorkspaceApiOperationListByApiOperationOptions) ToHeaders() *client.Headers
func (WorkspaceApiOperationListByApiOperationOptions) ToOData ¶
func (o WorkspaceApiOperationListByApiOperationOptions) ToOData() *odata.Query
func (WorkspaceApiOperationListByApiOperationOptions) ToQuery ¶
func (o WorkspaceApiOperationListByApiOperationOptions) ToQuery() *client.QueryParams
type WorkspaceApiOperationListByApiOperationResponse ¶
type WorkspaceApiOperationListByApiOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]OperationContract }
type WorkspaceApiOperationUpdateOperationOptions ¶
type WorkspaceApiOperationUpdateOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceApiOperationUpdateOperationOptions ¶
func DefaultWorkspaceApiOperationUpdateOperationOptions() WorkspaceApiOperationUpdateOperationOptions
func (WorkspaceApiOperationUpdateOperationOptions) ToHeaders ¶
func (o WorkspaceApiOperationUpdateOperationOptions) ToHeaders() *client.Headers
func (WorkspaceApiOperationUpdateOperationOptions) ToOData ¶
func (o WorkspaceApiOperationUpdateOperationOptions) ToOData() *odata.Query
func (WorkspaceApiOperationUpdateOperationOptions) ToQuery ¶
func (o WorkspaceApiOperationUpdateOperationOptions) ToQuery() *client.QueryParams
type WorkspaceApiOperationUpdateOperationResponse ¶
type WorkspaceApiOperationUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationContract }
Source Files ¶
- client.go
- id_api.go
- id_apioperation.go
- id_operation.go
- id_workspaceapi.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_getentitytag.go
- method_listbyapi.go
- method_update.go
- method_workspaceapioperationcreateorupdate.go
- method_workspaceapioperationdelete.go
- method_workspaceapioperationget.go
- method_workspaceapioperationgetentitytag.go
- method_workspaceapioperationlistbyapi.go
- method_workspaceapioperationupdate.go
- model_operationcontract.go
- model_operationcontractproperties.go
- model_operationupdatecontract.go
- model_operationupdatecontractproperties.go
- model_parametercontract.go
- model_parameterexamplecontract.go
- model_representationcontract.go
- model_requestcontract.go
- model_responsecontract.go
- predicates.go
- version.go