Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteRequest
- type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetRequest
- type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest
- type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest
- type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) Execute() (*ListEdgeFunctionsInstancesResponse, *http.Response, error)
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) OrderBy(orderBy string) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) Page(page int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) PageSize(pageSize int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) Sort(sort string) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
- type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) CreateEdgeFunctionsInstancesRequest(createEdgeFunctionsInstancesRequest CreateEdgeFunctionsInstancesRequest) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest
- func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) Execute() (*EdgeFunctionsInstanceResponse, *http.Response, error)
- type BasicAuth
- type Configuration
- type CreateEdgeFunctionsInstancesRequest
- func (o *CreateEdgeFunctionsInstancesRequest) GetEdgeFunction() int64
- func (o *CreateEdgeFunctionsInstancesRequest) GetEdgeFunctionOk() (*int64, bool)
- func (o *CreateEdgeFunctionsInstancesRequest) GetJsonArgs() interface{}
- func (o *CreateEdgeFunctionsInstancesRequest) GetJsonArgsOk() (*interface{}, bool)
- func (o *CreateEdgeFunctionsInstancesRequest) GetName() string
- func (o *CreateEdgeFunctionsInstancesRequest) GetNameOk() (*string, bool)
- func (o *CreateEdgeFunctionsInstancesRequest) HasEdgeFunction() bool
- func (o *CreateEdgeFunctionsInstancesRequest) HasJsonArgs() bool
- func (o *CreateEdgeFunctionsInstancesRequest) HasName() bool
- func (o CreateEdgeFunctionsInstancesRequest) MarshalJSON() ([]byte, error)
- func (o *CreateEdgeFunctionsInstancesRequest) SetEdgeFunction(v int64)
- func (o *CreateEdgeFunctionsInstancesRequest) SetJsonArgs(v interface{})
- func (o *CreateEdgeFunctionsInstancesRequest) SetName(v string)
- func (o CreateEdgeFunctionsInstancesRequest) ToMap() (map[string]interface{}, error)
- type DefaultAPIService
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDelete(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ...
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteExecute(...) (*http.Response, error)
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGet(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ...
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetExecute(...) (*EdgeFunctionsInstanceResponse, *http.Response, error)
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatch(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ...
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchExecute(...) (*EdgeFunctionsInstanceResponse, *http.Response, error)
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPut(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ...
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutExecute(...) (*EdgeFunctionsInstanceResponse, *http.Response, error)
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesGet(ctx context.Context, edgeFirewallId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesGetExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) (*ListEdgeFunctionsInstancesResponse, *http.Response, error)
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesPost(ctx context.Context, edgeFirewallId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest
- func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesPostExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) (*EdgeFunctionsInstanceResponse, *http.Response, error)
- type EdgeFunctionsInstance
- func (o *EdgeFunctionsInstance) GetEdgeFunction() int64
- func (o *EdgeFunctionsInstance) GetEdgeFunctionOk() (*int64, bool)
- func (o *EdgeFunctionsInstance) GetId() int64
- func (o *EdgeFunctionsInstance) GetIdOk() (*int64, bool)
- func (o *EdgeFunctionsInstance) GetJsonArgs() interface{}
- func (o *EdgeFunctionsInstance) GetJsonArgsOk() (*interface{}, bool)
- func (o *EdgeFunctionsInstance) GetLastEditor() string
- func (o *EdgeFunctionsInstance) GetLastEditorOk() (*string, bool)
- func (o *EdgeFunctionsInstance) GetLastModified() string
- func (o *EdgeFunctionsInstance) GetLastModifiedOk() (*string, bool)
- func (o *EdgeFunctionsInstance) GetName() string
- func (o *EdgeFunctionsInstance) GetNameOk() (*string, bool)
- func (o *EdgeFunctionsInstance) HasEdgeFunction() bool
- func (o *EdgeFunctionsInstance) HasId() bool
- func (o *EdgeFunctionsInstance) HasJsonArgs() bool
- func (o *EdgeFunctionsInstance) HasLastEditor() bool
- func (o *EdgeFunctionsInstance) HasLastModified() bool
- func (o *EdgeFunctionsInstance) HasName() bool
- func (o EdgeFunctionsInstance) MarshalJSON() ([]byte, error)
- func (o *EdgeFunctionsInstance) SetEdgeFunction(v int64)
- func (o *EdgeFunctionsInstance) SetId(v int64)
- func (o *EdgeFunctionsInstance) SetJsonArgs(v interface{})
- func (o *EdgeFunctionsInstance) SetLastEditor(v string)
- func (o *EdgeFunctionsInstance) SetLastModified(v string)
- func (o *EdgeFunctionsInstance) SetName(v string)
- func (o EdgeFunctionsInstance) ToMap() (map[string]interface{}, error)
- type EdgeFunctionsInstanceResponse
- func (o *EdgeFunctionsInstanceResponse) GetResults() EdgeFunctionsInstance
- func (o *EdgeFunctionsInstanceResponse) GetResultsOk() (*EdgeFunctionsInstance, bool)
- func (o *EdgeFunctionsInstanceResponse) GetSchemaVersion() float32
- func (o *EdgeFunctionsInstanceResponse) GetSchemaVersionOk() (*float32, bool)
- func (o *EdgeFunctionsInstanceResponse) HasResults() bool
- func (o *EdgeFunctionsInstanceResponse) HasSchemaVersion() bool
- func (o EdgeFunctionsInstanceResponse) MarshalJSON() ([]byte, error)
- func (o *EdgeFunctionsInstanceResponse) SetResults(v EdgeFunctionsInstance)
- func (o *EdgeFunctionsInstanceResponse) SetSchemaVersion(v float32)
- func (o EdgeFunctionsInstanceResponse) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type Links
- func (o *Links) GetNext() string
- func (o *Links) GetNextOk() (*string, bool)
- func (o *Links) GetPrevious() string
- func (o *Links) GetPreviousOk() (*string, bool)
- func (o *Links) HasNext() bool
- func (o *Links) HasPrevious() bool
- func (o Links) MarshalJSON() ([]byte, error)
- func (o *Links) SetNext(v string)
- func (o *Links) SetPrevious(v string)
- func (o Links) ToMap() (map[string]interface{}, error)
- type ListEdgeFunctionsInstancesResponse
- func (o *ListEdgeFunctionsInstancesResponse) GetCount() int64
- func (o *ListEdgeFunctionsInstancesResponse) GetCountOk() (*int64, bool)
- func (o *ListEdgeFunctionsInstancesResponse) GetLinks() Links
- func (o *ListEdgeFunctionsInstancesResponse) GetLinksOk() (*Links, bool)
- func (o *ListEdgeFunctionsInstancesResponse) GetResults() []EdgeFunctionsInstance
- func (o *ListEdgeFunctionsInstancesResponse) GetResultsOk() ([]EdgeFunctionsInstance, bool)
- func (o *ListEdgeFunctionsInstancesResponse) GetSchemaVersion() int64
- func (o *ListEdgeFunctionsInstancesResponse) GetSchemaVersionOk() (*int64, bool)
- func (o *ListEdgeFunctionsInstancesResponse) GetTotalPages() int64
- func (o *ListEdgeFunctionsInstancesResponse) GetTotalPagesOk() (*int64, bool)
- func (o *ListEdgeFunctionsInstancesResponse) HasCount() bool
- func (o *ListEdgeFunctionsInstancesResponse) HasLinks() bool
- func (o *ListEdgeFunctionsInstancesResponse) HasResults() bool
- func (o *ListEdgeFunctionsInstancesResponse) HasSchemaVersion() bool
- func (o *ListEdgeFunctionsInstancesResponse) HasTotalPages() bool
- func (o ListEdgeFunctionsInstancesResponse) MarshalJSON() ([]byte, error)
- func (o *ListEdgeFunctionsInstancesResponse) SetCount(v int64)
- func (o *ListEdgeFunctionsInstancesResponse) SetLinks(v Links)
- func (o *ListEdgeFunctionsInstancesResponse) SetResults(v []EdgeFunctionsInstance)
- func (o *ListEdgeFunctionsInstancesResponse) SetSchemaVersion(v int64)
- func (o *ListEdgeFunctionsInstancesResponse) SetTotalPages(v int64)
- func (o ListEdgeFunctionsInstancesResponse) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableBool
- type NullableCreateEdgeFunctionsInstancesRequest
- func (v NullableCreateEdgeFunctionsInstancesRequest) Get() *CreateEdgeFunctionsInstancesRequest
- func (v NullableCreateEdgeFunctionsInstancesRequest) IsSet() bool
- func (v NullableCreateEdgeFunctionsInstancesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEdgeFunctionsInstancesRequest) Set(val *CreateEdgeFunctionsInstancesRequest)
- func (v *NullableCreateEdgeFunctionsInstancesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEdgeFunctionsInstancesRequest) Unset()
- type NullableEdgeFunctionsInstance
- func (v NullableEdgeFunctionsInstance) Get() *EdgeFunctionsInstance
- func (v NullableEdgeFunctionsInstance) IsSet() bool
- func (v NullableEdgeFunctionsInstance) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeFunctionsInstance) Set(val *EdgeFunctionsInstance)
- func (v *NullableEdgeFunctionsInstance) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeFunctionsInstance) Unset()
- type NullableEdgeFunctionsInstanceResponse
- func (v NullableEdgeFunctionsInstanceResponse) Get() *EdgeFunctionsInstanceResponse
- func (v NullableEdgeFunctionsInstanceResponse) IsSet() bool
- func (v NullableEdgeFunctionsInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEdgeFunctionsInstanceResponse) Set(val *EdgeFunctionsInstanceResponse)
- func (v *NullableEdgeFunctionsInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEdgeFunctionsInstanceResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLinks
- type NullableListEdgeFunctionsInstancesResponse
- func (v NullableListEdgeFunctionsInstancesResponse) Get() *ListEdgeFunctionsInstancesResponse
- func (v NullableListEdgeFunctionsInstancesResponse) IsSet() bool
- func (v NullableListEdgeFunctionsInstancesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListEdgeFunctionsInstancesResponse) Set(val *ListEdgeFunctionsInstancesResponse)
- func (v *NullableListEdgeFunctionsInstancesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListEdgeFunctionsInstancesResponse) Unset()
- type NullableString
- type NullableTime
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultAPI *DefaultAPIService // contains filtered or unexported fields }
APIClient manages communication with the Edge Functions Instances API API v2.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteRequest ¶ added in v0.104.0
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetRequest ¶ added in v0.104.0
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest ¶ added in v0.104.0
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest) Body ¶ added in v0.104.0
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest ¶ added in v0.104.0
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest) Body ¶ added in v0.104.0
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest ¶
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) Execute ¶
func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) Execute() (*ListEdgeFunctionsInstancesResponse, *http.Response, error)
func (ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) PageSize ¶
func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) PageSize(pageSize int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest ¶
type ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) CreateEdgeFunctionsInstancesRequest ¶
func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) CreateEdgeFunctionsInstancesRequest(createEdgeFunctionsInstancesRequest CreateEdgeFunctionsInstancesRequest) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest
func (ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) Execute ¶
func (r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) Execute() (*EdgeFunctionsInstanceResponse, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateEdgeFunctionsInstancesRequest ¶
type CreateEdgeFunctionsInstancesRequest struct { Name *string `json:"name,omitempty"` EdgeFunction *int64 `json:"edge_function,omitempty"` JsonArgs interface{} `json:"json_args,omitempty"` }
CreateEdgeFunctionsInstancesRequest struct for CreateEdgeFunctionsInstancesRequest
func NewCreateEdgeFunctionsInstancesRequest ¶
func NewCreateEdgeFunctionsInstancesRequest() *CreateEdgeFunctionsInstancesRequest
NewCreateEdgeFunctionsInstancesRequest instantiates a new CreateEdgeFunctionsInstancesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEdgeFunctionsInstancesRequestWithDefaults ¶
func NewCreateEdgeFunctionsInstancesRequestWithDefaults() *CreateEdgeFunctionsInstancesRequest
NewCreateEdgeFunctionsInstancesRequestWithDefaults instantiates a new CreateEdgeFunctionsInstancesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEdgeFunctionsInstancesRequest) GetEdgeFunction ¶
func (o *CreateEdgeFunctionsInstancesRequest) GetEdgeFunction() int64
GetEdgeFunction returns the EdgeFunction field value if set, zero value otherwise.
func (*CreateEdgeFunctionsInstancesRequest) GetEdgeFunctionOk ¶
func (o *CreateEdgeFunctionsInstancesRequest) GetEdgeFunctionOk() (*int64, bool)
GetEdgeFunctionOk returns a tuple with the EdgeFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateEdgeFunctionsInstancesRequest) GetJsonArgs ¶
func (o *CreateEdgeFunctionsInstancesRequest) GetJsonArgs() interface{}
GetJsonArgs returns the JsonArgs field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateEdgeFunctionsInstancesRequest) GetJsonArgsOk ¶
func (o *CreateEdgeFunctionsInstancesRequest) GetJsonArgsOk() (*interface{}, bool)
GetJsonArgsOk returns a tuple with the JsonArgs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateEdgeFunctionsInstancesRequest) GetName ¶
func (o *CreateEdgeFunctionsInstancesRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateEdgeFunctionsInstancesRequest) GetNameOk ¶
func (o *CreateEdgeFunctionsInstancesRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateEdgeFunctionsInstancesRequest) HasEdgeFunction ¶
func (o *CreateEdgeFunctionsInstancesRequest) HasEdgeFunction() bool
HasEdgeFunction returns a boolean if a field has been set.
func (*CreateEdgeFunctionsInstancesRequest) HasJsonArgs ¶
func (o *CreateEdgeFunctionsInstancesRequest) HasJsonArgs() bool
HasJsonArgs returns a boolean if a field has been set.
func (*CreateEdgeFunctionsInstancesRequest) HasName ¶
func (o *CreateEdgeFunctionsInstancesRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateEdgeFunctionsInstancesRequest) MarshalJSON ¶
func (o CreateEdgeFunctionsInstancesRequest) MarshalJSON() ([]byte, error)
func (*CreateEdgeFunctionsInstancesRequest) SetEdgeFunction ¶
func (o *CreateEdgeFunctionsInstancesRequest) SetEdgeFunction(v int64)
SetEdgeFunction gets a reference to the given int64 and assigns it to the EdgeFunction field.
func (*CreateEdgeFunctionsInstancesRequest) SetJsonArgs ¶
func (o *CreateEdgeFunctionsInstancesRequest) SetJsonArgs(v interface{})
SetJsonArgs gets a reference to the given interface{} and assigns it to the JsonArgs field.
func (*CreateEdgeFunctionsInstancesRequest) SetName ¶
func (o *CreateEdgeFunctionsInstancesRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (CreateEdgeFunctionsInstancesRequest) ToMap ¶
func (o CreateEdgeFunctionsInstancesRequest) ToMap() (map[string]interface{}, error)
type DefaultAPIService ¶ added in v0.103.0
type DefaultAPIService service
DefaultAPIService DefaultAPI service
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDelete ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDelete(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteRequest
EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDelete Delete an Edge Functions Instance by uuid
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgeFirewallId @param edgeFunctionInstanceId @return ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteRequest
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteExecute ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGet ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGet(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetRequest
EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGet Retrieve an Edge Functions Instance set by uuid
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgeFirewallId @param edgeFunctionInstanceId @return ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetRequest
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetExecute ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdGetRequest) (*EdgeFunctionsInstanceResponse, *http.Response, error)
Execute executes the request
@return EdgeFunctionsInstanceResponse
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatch ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatch(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest
EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatch Update some Edge Functions Instance attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgeFirewallId @param edgeFunctionInstanceId @return ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchExecute ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPatchRequest) (*EdgeFunctionsInstanceResponse, *http.Response, error)
Execute executes the request
@return EdgeFunctionsInstanceResponse
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPut ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPut(ctx context.Context, edgeFirewallId int64, edgeFunctionInstanceId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest
EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPut Overwrite some Edge Functions Instance attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgeFirewallId @param edgeFunctionInstanceId @return ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutExecute ¶ added in v0.104.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesEdgeFunctionInstanceIdPutRequest) (*EdgeFunctionsInstanceResponse, *http.Response, error)
Execute executes the request
@return EdgeFunctionsInstanceResponse
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesGet ¶ added in v0.103.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesGet(ctx context.Context, edgeFirewallId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
EdgeFirewallEdgeFirewallIdFunctionsInstancesGet List all user Edge Functions Instances
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgeFirewallId @return ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesGetExecute ¶ added in v0.103.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesGetExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesGetRequest) (*ListEdgeFunctionsInstancesResponse, *http.Response, error)
Execute executes the request
@return ListEdgeFunctionsInstancesResponse
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesPost ¶ added in v0.103.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesPost(ctx context.Context, edgeFirewallId int64) ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest
EdgeFirewallEdgeFirewallIdFunctionsInstancesPost Create an Edge Functions Instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param edgeFirewallId @return ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest
func (*DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesPostExecute ¶ added in v0.103.0
func (a *DefaultAPIService) EdgeFirewallEdgeFirewallIdFunctionsInstancesPostExecute(r ApiEdgeFirewallEdgeFirewallIdFunctionsInstancesPostRequest) (*EdgeFunctionsInstanceResponse, *http.Response, error)
Execute executes the request
@return EdgeFunctionsInstanceResponse
type EdgeFunctionsInstance ¶
type EdgeFunctionsInstance struct { Id *int64 `json:"id,omitempty"` Name *string `json:"name,omitempty"` LastEditor *string `json:"last_editor,omitempty"` LastModified *string `json:"last_modified,omitempty"` JsonArgs interface{} `json:"json_args,omitempty"` EdgeFunction *int64 `json:"edge_function,omitempty"` }
EdgeFunctionsInstance struct for EdgeFunctionsInstance
func NewEdgeFunctionsInstance ¶
func NewEdgeFunctionsInstance() *EdgeFunctionsInstance
NewEdgeFunctionsInstance instantiates a new EdgeFunctionsInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEdgeFunctionsInstanceWithDefaults ¶
func NewEdgeFunctionsInstanceWithDefaults() *EdgeFunctionsInstance
NewEdgeFunctionsInstanceWithDefaults instantiates a new EdgeFunctionsInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EdgeFunctionsInstance) GetEdgeFunction ¶
func (o *EdgeFunctionsInstance) GetEdgeFunction() int64
GetEdgeFunction returns the EdgeFunction field value if set, zero value otherwise.
func (*EdgeFunctionsInstance) GetEdgeFunctionOk ¶
func (o *EdgeFunctionsInstance) GetEdgeFunctionOk() (*int64, bool)
GetEdgeFunctionOk returns a tuple with the EdgeFunction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstance) GetId ¶
func (o *EdgeFunctionsInstance) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*EdgeFunctionsInstance) GetIdOk ¶
func (o *EdgeFunctionsInstance) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstance) GetJsonArgs ¶
func (o *EdgeFunctionsInstance) GetJsonArgs() interface{}
GetJsonArgs returns the JsonArgs field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EdgeFunctionsInstance) GetJsonArgsOk ¶
func (o *EdgeFunctionsInstance) GetJsonArgsOk() (*interface{}, bool)
GetJsonArgsOk returns a tuple with the JsonArgs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EdgeFunctionsInstance) GetLastEditor ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) GetLastEditor() string
GetLastEditor returns the LastEditor field value if set, zero value otherwise.
func (*EdgeFunctionsInstance) GetLastEditorOk ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) GetLastEditorOk() (*string, bool)
GetLastEditorOk returns a tuple with the LastEditor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstance) GetLastModified ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) GetLastModified() string
GetLastModified returns the LastModified field value if set, zero value otherwise.
func (*EdgeFunctionsInstance) GetLastModifiedOk ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) GetLastModifiedOk() (*string, bool)
GetLastModifiedOk returns a tuple with the LastModified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstance) GetName ¶
func (o *EdgeFunctionsInstance) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EdgeFunctionsInstance) GetNameOk ¶
func (o *EdgeFunctionsInstance) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstance) HasEdgeFunction ¶
func (o *EdgeFunctionsInstance) HasEdgeFunction() bool
HasEdgeFunction returns a boolean if a field has been set.
func (*EdgeFunctionsInstance) HasId ¶
func (o *EdgeFunctionsInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (*EdgeFunctionsInstance) HasJsonArgs ¶
func (o *EdgeFunctionsInstance) HasJsonArgs() bool
HasJsonArgs returns a boolean if a field has been set.
func (*EdgeFunctionsInstance) HasLastEditor ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) HasLastEditor() bool
HasLastEditor returns a boolean if a field has been set.
func (*EdgeFunctionsInstance) HasLastModified ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (*EdgeFunctionsInstance) HasName ¶
func (o *EdgeFunctionsInstance) HasName() bool
HasName returns a boolean if a field has been set.
func (EdgeFunctionsInstance) MarshalJSON ¶
func (o EdgeFunctionsInstance) MarshalJSON() ([]byte, error)
func (*EdgeFunctionsInstance) SetEdgeFunction ¶
func (o *EdgeFunctionsInstance) SetEdgeFunction(v int64)
SetEdgeFunction gets a reference to the given int64 and assigns it to the EdgeFunction field.
func (*EdgeFunctionsInstance) SetId ¶
func (o *EdgeFunctionsInstance) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*EdgeFunctionsInstance) SetJsonArgs ¶
func (o *EdgeFunctionsInstance) SetJsonArgs(v interface{})
SetJsonArgs gets a reference to the given interface{} and assigns it to the JsonArgs field.
func (*EdgeFunctionsInstance) SetLastEditor ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) SetLastEditor(v string)
SetLastEditor gets a reference to the given string and assigns it to the LastEditor field.
func (*EdgeFunctionsInstance) SetLastModified ¶ added in v0.103.0
func (o *EdgeFunctionsInstance) SetLastModified(v string)
SetLastModified gets a reference to the given string and assigns it to the LastModified field.
func (*EdgeFunctionsInstance) SetName ¶
func (o *EdgeFunctionsInstance) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (EdgeFunctionsInstance) ToMap ¶
func (o EdgeFunctionsInstance) ToMap() (map[string]interface{}, error)
type EdgeFunctionsInstanceResponse ¶
type EdgeFunctionsInstanceResponse struct { Results *EdgeFunctionsInstance `json:"results,omitempty"` SchemaVersion *float32 `json:"schema_version,omitempty"` }
EdgeFunctionsInstanceResponse struct for EdgeFunctionsInstanceResponse
func NewEdgeFunctionsInstanceResponse ¶
func NewEdgeFunctionsInstanceResponse() *EdgeFunctionsInstanceResponse
NewEdgeFunctionsInstanceResponse instantiates a new EdgeFunctionsInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEdgeFunctionsInstanceResponseWithDefaults ¶
func NewEdgeFunctionsInstanceResponseWithDefaults() *EdgeFunctionsInstanceResponse
NewEdgeFunctionsInstanceResponseWithDefaults instantiates a new EdgeFunctionsInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EdgeFunctionsInstanceResponse) GetResults ¶
func (o *EdgeFunctionsInstanceResponse) GetResults() EdgeFunctionsInstance
GetResults returns the Results field value if set, zero value otherwise.
func (*EdgeFunctionsInstanceResponse) GetResultsOk ¶
func (o *EdgeFunctionsInstanceResponse) GetResultsOk() (*EdgeFunctionsInstance, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstanceResponse) GetSchemaVersion ¶
func (o *EdgeFunctionsInstanceResponse) GetSchemaVersion() float32
GetSchemaVersion returns the SchemaVersion field value if set, zero value otherwise.
func (*EdgeFunctionsInstanceResponse) GetSchemaVersionOk ¶
func (o *EdgeFunctionsInstanceResponse) GetSchemaVersionOk() (*float32, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EdgeFunctionsInstanceResponse) HasResults ¶
func (o *EdgeFunctionsInstanceResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*EdgeFunctionsInstanceResponse) HasSchemaVersion ¶
func (o *EdgeFunctionsInstanceResponse) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (EdgeFunctionsInstanceResponse) MarshalJSON ¶
func (o EdgeFunctionsInstanceResponse) MarshalJSON() ([]byte, error)
func (*EdgeFunctionsInstanceResponse) SetResults ¶
func (o *EdgeFunctionsInstanceResponse) SetResults(v EdgeFunctionsInstance)
SetResults gets a reference to the given EdgeFunctionsInstance and assigns it to the Results field.
func (*EdgeFunctionsInstanceResponse) SetSchemaVersion ¶
func (o *EdgeFunctionsInstanceResponse) SetSchemaVersion(v float32)
SetSchemaVersion gets a reference to the given float32 and assigns it to the SchemaVersion field.
func (EdgeFunctionsInstanceResponse) ToMap ¶
func (o EdgeFunctionsInstanceResponse) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type Links ¶
type Links struct { Previous *string `json:"previous,omitempty"` Next *string `json:"next,omitempty"` }
Links struct for Links
func NewLinks ¶
func NewLinks() *Links
NewLinks instantiates a new Links object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinksWithDefaults ¶
func NewLinksWithDefaults() *Links
NewLinksWithDefaults instantiates a new Links object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Links) GetNextOk ¶
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Links) GetPrevious ¶
GetPrevious returns the Previous field value if set, zero value otherwise.
func (*Links) GetPreviousOk ¶
GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Links) HasPrevious ¶
HasPrevious returns a boolean if a field has been set.
func (Links) MarshalJSON ¶
func (*Links) SetNext ¶
SetNext gets a reference to the given string and assigns it to the Next field.
func (*Links) SetPrevious ¶
SetPrevious gets a reference to the given string and assigns it to the Previous field.
type ListEdgeFunctionsInstancesResponse ¶
type ListEdgeFunctionsInstancesResponse struct { Count *int64 `json:"count,omitempty"` TotalPages *int64 `json:"total_pages,omitempty"` SchemaVersion *int64 `json:"schema_version,omitempty"` Links *Links `json:"links,omitempty"` Results []EdgeFunctionsInstance `json:"results,omitempty"` }
ListEdgeFunctionsInstancesResponse struct for ListEdgeFunctionsInstancesResponse
func NewListEdgeFunctionsInstancesResponse ¶
func NewListEdgeFunctionsInstancesResponse() *ListEdgeFunctionsInstancesResponse
NewListEdgeFunctionsInstancesResponse instantiates a new ListEdgeFunctionsInstancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListEdgeFunctionsInstancesResponseWithDefaults ¶
func NewListEdgeFunctionsInstancesResponseWithDefaults() *ListEdgeFunctionsInstancesResponse
NewListEdgeFunctionsInstancesResponseWithDefaults instantiates a new ListEdgeFunctionsInstancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListEdgeFunctionsInstancesResponse) GetCount ¶
func (o *ListEdgeFunctionsInstancesResponse) GetCount() int64
GetCount returns the Count field value if set, zero value otherwise.
func (*ListEdgeFunctionsInstancesResponse) GetCountOk ¶
func (o *ListEdgeFunctionsInstancesResponse) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEdgeFunctionsInstancesResponse) GetLinks ¶
func (o *ListEdgeFunctionsInstancesResponse) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListEdgeFunctionsInstancesResponse) GetLinksOk ¶
func (o *ListEdgeFunctionsInstancesResponse) GetLinksOk() (*Links, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEdgeFunctionsInstancesResponse) GetResults ¶
func (o *ListEdgeFunctionsInstancesResponse) GetResults() []EdgeFunctionsInstance
GetResults returns the Results field value if set, zero value otherwise.
func (*ListEdgeFunctionsInstancesResponse) GetResultsOk ¶
func (o *ListEdgeFunctionsInstancesResponse) GetResultsOk() ([]EdgeFunctionsInstance, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEdgeFunctionsInstancesResponse) GetSchemaVersion ¶
func (o *ListEdgeFunctionsInstancesResponse) GetSchemaVersion() int64
GetSchemaVersion returns the SchemaVersion field value if set, zero value otherwise.
func (*ListEdgeFunctionsInstancesResponse) GetSchemaVersionOk ¶
func (o *ListEdgeFunctionsInstancesResponse) GetSchemaVersionOk() (*int64, bool)
GetSchemaVersionOk returns a tuple with the SchemaVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEdgeFunctionsInstancesResponse) GetTotalPages ¶
func (o *ListEdgeFunctionsInstancesResponse) GetTotalPages() int64
GetTotalPages returns the TotalPages field value if set, zero value otherwise.
func (*ListEdgeFunctionsInstancesResponse) GetTotalPagesOk ¶
func (o *ListEdgeFunctionsInstancesResponse) GetTotalPagesOk() (*int64, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEdgeFunctionsInstancesResponse) HasCount ¶
func (o *ListEdgeFunctionsInstancesResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListEdgeFunctionsInstancesResponse) HasLinks ¶
func (o *ListEdgeFunctionsInstancesResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ListEdgeFunctionsInstancesResponse) HasResults ¶
func (o *ListEdgeFunctionsInstancesResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*ListEdgeFunctionsInstancesResponse) HasSchemaVersion ¶
func (o *ListEdgeFunctionsInstancesResponse) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (*ListEdgeFunctionsInstancesResponse) HasTotalPages ¶
func (o *ListEdgeFunctionsInstancesResponse) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (ListEdgeFunctionsInstancesResponse) MarshalJSON ¶
func (o ListEdgeFunctionsInstancesResponse) MarshalJSON() ([]byte, error)
func (*ListEdgeFunctionsInstancesResponse) SetCount ¶
func (o *ListEdgeFunctionsInstancesResponse) SetCount(v int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListEdgeFunctionsInstancesResponse) SetLinks ¶
func (o *ListEdgeFunctionsInstancesResponse) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*ListEdgeFunctionsInstancesResponse) SetResults ¶
func (o *ListEdgeFunctionsInstancesResponse) SetResults(v []EdgeFunctionsInstance)
SetResults gets a reference to the given []EdgeFunctionsInstance and assigns it to the Results field.
func (*ListEdgeFunctionsInstancesResponse) SetSchemaVersion ¶
func (o *ListEdgeFunctionsInstancesResponse) SetSchemaVersion(v int64)
SetSchemaVersion gets a reference to the given int64 and assigns it to the SchemaVersion field.
func (*ListEdgeFunctionsInstancesResponse) SetTotalPages ¶
func (o *ListEdgeFunctionsInstancesResponse) SetTotalPages(v int64)
SetTotalPages gets a reference to the given int64 and assigns it to the TotalPages field.
func (ListEdgeFunctionsInstancesResponse) ToMap ¶
func (o ListEdgeFunctionsInstancesResponse) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCreateEdgeFunctionsInstancesRequest ¶
type NullableCreateEdgeFunctionsInstancesRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateEdgeFunctionsInstancesRequest ¶
func NewNullableCreateEdgeFunctionsInstancesRequest(val *CreateEdgeFunctionsInstancesRequest) *NullableCreateEdgeFunctionsInstancesRequest
func (NullableCreateEdgeFunctionsInstancesRequest) IsSet ¶
func (v NullableCreateEdgeFunctionsInstancesRequest) IsSet() bool
func (NullableCreateEdgeFunctionsInstancesRequest) MarshalJSON ¶
func (v NullableCreateEdgeFunctionsInstancesRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateEdgeFunctionsInstancesRequest) Set ¶
func (v *NullableCreateEdgeFunctionsInstancesRequest) Set(val *CreateEdgeFunctionsInstancesRequest)
func (*NullableCreateEdgeFunctionsInstancesRequest) UnmarshalJSON ¶
func (v *NullableCreateEdgeFunctionsInstancesRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateEdgeFunctionsInstancesRequest) Unset ¶
func (v *NullableCreateEdgeFunctionsInstancesRequest) Unset()
type NullableEdgeFunctionsInstance ¶
type NullableEdgeFunctionsInstance struct {
// contains filtered or unexported fields
}
func NewNullableEdgeFunctionsInstance ¶
func NewNullableEdgeFunctionsInstance(val *EdgeFunctionsInstance) *NullableEdgeFunctionsInstance
func (NullableEdgeFunctionsInstance) Get ¶
func (v NullableEdgeFunctionsInstance) Get() *EdgeFunctionsInstance
func (NullableEdgeFunctionsInstance) IsSet ¶
func (v NullableEdgeFunctionsInstance) IsSet() bool
func (NullableEdgeFunctionsInstance) MarshalJSON ¶
func (v NullableEdgeFunctionsInstance) MarshalJSON() ([]byte, error)
func (*NullableEdgeFunctionsInstance) Set ¶
func (v *NullableEdgeFunctionsInstance) Set(val *EdgeFunctionsInstance)
func (*NullableEdgeFunctionsInstance) UnmarshalJSON ¶
func (v *NullableEdgeFunctionsInstance) UnmarshalJSON(src []byte) error
func (*NullableEdgeFunctionsInstance) Unset ¶
func (v *NullableEdgeFunctionsInstance) Unset()
type NullableEdgeFunctionsInstanceResponse ¶
type NullableEdgeFunctionsInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableEdgeFunctionsInstanceResponse ¶
func NewNullableEdgeFunctionsInstanceResponse(val *EdgeFunctionsInstanceResponse) *NullableEdgeFunctionsInstanceResponse
func (NullableEdgeFunctionsInstanceResponse) Get ¶
func (v NullableEdgeFunctionsInstanceResponse) Get() *EdgeFunctionsInstanceResponse
func (NullableEdgeFunctionsInstanceResponse) IsSet ¶
func (v NullableEdgeFunctionsInstanceResponse) IsSet() bool
func (NullableEdgeFunctionsInstanceResponse) MarshalJSON ¶
func (v NullableEdgeFunctionsInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableEdgeFunctionsInstanceResponse) Set ¶
func (v *NullableEdgeFunctionsInstanceResponse) Set(val *EdgeFunctionsInstanceResponse)
func (*NullableEdgeFunctionsInstanceResponse) UnmarshalJSON ¶
func (v *NullableEdgeFunctionsInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableEdgeFunctionsInstanceResponse) Unset ¶
func (v *NullableEdgeFunctionsInstanceResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableLinks ¶
type NullableLinks struct {
// contains filtered or unexported fields
}
func NewNullableLinks ¶
func NewNullableLinks(val *Links) *NullableLinks
func (NullableLinks) Get ¶
func (v NullableLinks) Get() *Links
func (NullableLinks) IsSet ¶
func (v NullableLinks) IsSet() bool
func (NullableLinks) MarshalJSON ¶
func (v NullableLinks) MarshalJSON() ([]byte, error)
func (*NullableLinks) Set ¶
func (v *NullableLinks) Set(val *Links)
func (*NullableLinks) UnmarshalJSON ¶
func (v *NullableLinks) UnmarshalJSON(src []byte) error
func (*NullableLinks) Unset ¶
func (v *NullableLinks) Unset()
type NullableListEdgeFunctionsInstancesResponse ¶
type NullableListEdgeFunctionsInstancesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListEdgeFunctionsInstancesResponse ¶
func NewNullableListEdgeFunctionsInstancesResponse(val *ListEdgeFunctionsInstancesResponse) *NullableListEdgeFunctionsInstancesResponse
func (NullableListEdgeFunctionsInstancesResponse) IsSet ¶
func (v NullableListEdgeFunctionsInstancesResponse) IsSet() bool
func (NullableListEdgeFunctionsInstancesResponse) MarshalJSON ¶
func (v NullableListEdgeFunctionsInstancesResponse) MarshalJSON() ([]byte, error)
func (*NullableListEdgeFunctionsInstancesResponse) Set ¶
func (v *NullableListEdgeFunctionsInstancesResponse) Set(val *ListEdgeFunctionsInstancesResponse)
func (*NullableListEdgeFunctionsInstancesResponse) UnmarshalJSON ¶
func (v *NullableListEdgeFunctionsInstancesResponse) UnmarshalJSON(src []byte) error
func (*NullableListEdgeFunctionsInstancesResponse) Unset ¶
func (v *NullableListEdgeFunctionsInstancesResponse) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable