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 ApiNetworkListsGetRequest
- func (r ApiNetworkListsGetRequest) Execute() (*ListNetworkListsResponse, *http.Response, error)
- func (r ApiNetworkListsGetRequest) OrderBy(orderBy string) ApiNetworkListsGetRequest
- func (r ApiNetworkListsGetRequest) Page(page int32) ApiNetworkListsGetRequest
- func (r ApiNetworkListsGetRequest) PageSize(pageSize int32) ApiNetworkListsGetRequest
- func (r ApiNetworkListsGetRequest) Sort(sort string) ApiNetworkListsGetRequest
- type ApiNetworkListsPostRequest
- type ApiNetworkListsUuidDeleteRequest
- type ApiNetworkListsUuidGetRequest
- type ApiNetworkListsUuidPutRequest
- type BadRequestResponse
- func (o *BadRequestResponse) GetItemsValues() []string
- func (o *BadRequestResponse) GetItemsValuesOk() ([]string, bool)
- func (o *BadRequestResponse) GetListType() []string
- func (o *BadRequestResponse) GetListTypeOk() ([]string, bool)
- func (o *BadRequestResponse) GetName() []string
- func (o *BadRequestResponse) GetNameOk() ([]string, bool)
- func (o *BadRequestResponse) HasItemsValues() bool
- func (o *BadRequestResponse) HasListType() bool
- func (o *BadRequestResponse) HasName() bool
- func (o BadRequestResponse) MarshalJSON() ([]byte, error)
- func (o *BadRequestResponse) SetItemsValues(v []string)
- func (o *BadRequestResponse) SetListType(v []string)
- func (o *BadRequestResponse) SetName(v []string)
- func (o BadRequestResponse) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type Configuration
- type CreateNetworkListsRequest
- func (o *CreateNetworkListsRequest) GetItemsValues() []string
- func (o *CreateNetworkListsRequest) GetItemsValuesOk() ([]string, bool)
- func (o *CreateNetworkListsRequest) GetListType() string
- func (o *CreateNetworkListsRequest) GetListTypeOk() (*string, bool)
- func (o *CreateNetworkListsRequest) GetName() string
- func (o *CreateNetworkListsRequest) GetNameOk() (*string, bool)
- func (o *CreateNetworkListsRequest) HasItemsValues() bool
- func (o *CreateNetworkListsRequest) HasListType() bool
- func (o *CreateNetworkListsRequest) HasName() bool
- func (o CreateNetworkListsRequest) MarshalJSON() ([]byte, error)
- func (o *CreateNetworkListsRequest) SetItemsValues(v []string)
- func (o *CreateNetworkListsRequest) SetListType(v string)
- func (o *CreateNetworkListsRequest) SetName(v string)
- func (o CreateNetworkListsRequest) ToMap() (map[string]interface{}, error)
- type DefaultApiService
- func (a *DefaultApiService) NetworkListsGet(ctx context.Context) ApiNetworkListsGetRequest
- func (a *DefaultApiService) NetworkListsGetExecute(r ApiNetworkListsGetRequest) (*ListNetworkListsResponse, *http.Response, error)
- func (a *DefaultApiService) NetworkListsPost(ctx context.Context) ApiNetworkListsPostRequest
- func (a *DefaultApiService) NetworkListsPostExecute(r ApiNetworkListsPostRequest) (*NetworkListsResponse, *http.Response, error)
- func (a *DefaultApiService) NetworkListsUuidDelete(ctx context.Context, uuid string) ApiNetworkListsUuidDeleteRequest
- func (a *DefaultApiService) NetworkListsUuidDeleteExecute(r ApiNetworkListsUuidDeleteRequest) (*http.Response, error)
- func (a *DefaultApiService) NetworkListsUuidGet(ctx context.Context, uuid string) ApiNetworkListsUuidGetRequest
- func (a *DefaultApiService) NetworkListsUuidGetExecute(r ApiNetworkListsUuidGetRequest) (*NetworkListUuidResponse, *http.Response, error)
- func (a *DefaultApiService) NetworkListsUuidPut(ctx context.Context, uuid string) ApiNetworkListsUuidPutRequest
- func (a *DefaultApiService) NetworkListsUuidPutExecute(r ApiNetworkListsUuidPutRequest) (*NetworkListsResponse, *http.Response, error)
- type ErrorModel
- type ErrorResponse
- 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) SetNextNil()
- func (o *Links) SetPrevious(v string)
- func (o *Links) SetPreviousNil()
- func (o Links) ToMap() (map[string]interface{}, error)
- func (o *Links) UnsetNext()
- func (o *Links) UnsetPrevious()
- type ListNetworkListsResponse
- func (o *ListNetworkListsResponse) GetCount() int64
- func (o *ListNetworkListsResponse) GetCountOk() (*int64, bool)
- func (o *ListNetworkListsResponse) GetLinks() Links
- func (o *ListNetworkListsResponse) GetLinksOk() (*Links, bool)
- func (o *ListNetworkListsResponse) GetResults() []NetworkLists
- func (o *ListNetworkListsResponse) GetResultsOk() ([]NetworkLists, bool)
- func (o *ListNetworkListsResponse) GetSchemaVersion() int64
- func (o *ListNetworkListsResponse) GetSchemaVersionOk() (*int64, bool)
- func (o *ListNetworkListsResponse) GetTotalPages() int64
- func (o *ListNetworkListsResponse) GetTotalPagesOk() (*int64, bool)
- func (o *ListNetworkListsResponse) HasCount() bool
- func (o *ListNetworkListsResponse) HasLinks() bool
- func (o *ListNetworkListsResponse) HasResults() bool
- func (o *ListNetworkListsResponse) HasSchemaVersion() bool
- func (o *ListNetworkListsResponse) HasTotalPages() bool
- func (o ListNetworkListsResponse) MarshalJSON() ([]byte, error)
- func (o *ListNetworkListsResponse) SetCount(v int64)
- func (o *ListNetworkListsResponse) SetLinks(v Links)
- func (o *ListNetworkListsResponse) SetResults(v []NetworkLists)
- func (o *ListNetworkListsResponse) SetSchemaVersion(v int64)
- func (o *ListNetworkListsResponse) SetTotalPages(v int64)
- func (o ListNetworkListsResponse) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NetworkListResponseEntry
- func (o *NetworkListResponseEntry) GetId() int64
- func (o *NetworkListResponseEntry) GetIdOk() (*int64, bool)
- func (o *NetworkListResponseEntry) GetItemsValues() []string
- func (o *NetworkListResponseEntry) GetItemsValuesOk() ([]string, bool)
- func (o *NetworkListResponseEntry) GetLastEditor() string
- func (o *NetworkListResponseEntry) GetLastEditorOk() (*string, bool)
- func (o *NetworkListResponseEntry) GetLastModified() string
- func (o *NetworkListResponseEntry) GetLastModifiedOk() (*string, bool)
- func (o *NetworkListResponseEntry) GetListType() string
- func (o *NetworkListResponseEntry) GetListTypeOk() (*string, bool)
- func (o *NetworkListResponseEntry) GetName() string
- func (o *NetworkListResponseEntry) GetNameOk() (*string, bool)
- func (o *NetworkListResponseEntry) HasId() bool
- func (o *NetworkListResponseEntry) HasItemsValues() bool
- func (o *NetworkListResponseEntry) HasLastEditor() bool
- func (o *NetworkListResponseEntry) HasLastModified() bool
- func (o *NetworkListResponseEntry) HasListType() bool
- func (o *NetworkListResponseEntry) HasName() bool
- func (o NetworkListResponseEntry) MarshalJSON() ([]byte, error)
- func (o *NetworkListResponseEntry) SetId(v int64)
- func (o *NetworkListResponseEntry) SetItemsValues(v []string)
- func (o *NetworkListResponseEntry) SetLastEditor(v string)
- func (o *NetworkListResponseEntry) SetLastModified(v string)
- func (o *NetworkListResponseEntry) SetListType(v string)
- func (o *NetworkListResponseEntry) SetName(v string)
- func (o NetworkListResponseEntry) ToMap() (map[string]interface{}, error)
- type NetworkListUuidResponse
- func (o *NetworkListUuidResponse) GetResults() NetworkListUuidResponseEntry
- func (o *NetworkListUuidResponse) GetResultsOk() (*NetworkListUuidResponseEntry, bool)
- func (o *NetworkListUuidResponse) GetSchemaVersion() int64
- func (o *NetworkListUuidResponse) GetSchemaVersionOk() (*int64, bool)
- func (o *NetworkListUuidResponse) HasResults() bool
- func (o *NetworkListUuidResponse) HasSchemaVersion() bool
- func (o NetworkListUuidResponse) MarshalJSON() ([]byte, error)
- func (o *NetworkListUuidResponse) SetResults(v NetworkListUuidResponseEntry)
- func (o *NetworkListUuidResponse) SetSchemaVersion(v int64)
- func (o NetworkListUuidResponse) ToMap() (map[string]interface{}, error)
- type NetworkListUuidResponseEntry
- type NetworkListUuidResponseEntryInt
- func (o *NetworkListUuidResponseEntryInt) GetItemsValues() []int32
- func (o *NetworkListUuidResponseEntryInt) GetItemsValuesOk() ([]int32, bool)
- func (o *NetworkListUuidResponseEntryInt) GetLastEditor() string
- func (o *NetworkListUuidResponseEntryInt) GetLastEditorOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryInt) GetLastModified() string
- func (o *NetworkListUuidResponseEntryInt) GetLastModifiedOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryInt) GetListType() string
- func (o *NetworkListUuidResponseEntryInt) GetListTypeOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryInt) GetName() string
- func (o *NetworkListUuidResponseEntryInt) GetNameOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryInt) HasItemsValues() bool
- func (o *NetworkListUuidResponseEntryInt) HasLastEditor() bool
- func (o *NetworkListUuidResponseEntryInt) HasLastModified() bool
- func (o *NetworkListUuidResponseEntryInt) HasListType() bool
- func (o *NetworkListUuidResponseEntryInt) HasName() bool
- func (o NetworkListUuidResponseEntryInt) MarshalJSON() ([]byte, error)
- func (o *NetworkListUuidResponseEntryInt) SetItemsValues(v []int32)
- func (o *NetworkListUuidResponseEntryInt) SetLastEditor(v string)
- func (o *NetworkListUuidResponseEntryInt) SetLastModified(v string)
- func (o *NetworkListUuidResponseEntryInt) SetListType(v string)
- func (o *NetworkListUuidResponseEntryInt) SetName(v string)
- func (o NetworkListUuidResponseEntryInt) ToMap() (map[string]interface{}, error)
- type NetworkListUuidResponseEntryString
- func (o *NetworkListUuidResponseEntryString) GetItemsValues() []string
- func (o *NetworkListUuidResponseEntryString) GetItemsValuesOk() ([]string, bool)
- func (o *NetworkListUuidResponseEntryString) GetLastEditor() string
- func (o *NetworkListUuidResponseEntryString) GetLastEditorOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryString) GetLastModified() string
- func (o *NetworkListUuidResponseEntryString) GetLastModifiedOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryString) GetListType() string
- func (o *NetworkListUuidResponseEntryString) GetListTypeOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryString) GetName() string
- func (o *NetworkListUuidResponseEntryString) GetNameOk() (*string, bool)
- func (o *NetworkListUuidResponseEntryString) HasItemsValues() bool
- func (o *NetworkListUuidResponseEntryString) HasLastEditor() bool
- func (o *NetworkListUuidResponseEntryString) HasLastModified() bool
- func (o *NetworkListUuidResponseEntryString) HasListType() bool
- func (o *NetworkListUuidResponseEntryString) HasName() bool
- func (o NetworkListUuidResponseEntryString) MarshalJSON() ([]byte, error)
- func (o *NetworkListUuidResponseEntryString) SetItemsValues(v []string)
- func (o *NetworkListUuidResponseEntryString) SetLastEditor(v string)
- func (o *NetworkListUuidResponseEntryString) SetLastModified(v string)
- func (o *NetworkListUuidResponseEntryString) SetListType(v string)
- func (o *NetworkListUuidResponseEntryString) SetName(v string)
- func (o NetworkListUuidResponseEntryString) ToMap() (map[string]interface{}, error)
- type NetworkLists
- func (o *NetworkLists) GetCountryList() []string
- func (o *NetworkLists) GetCountryListOk() ([]string, bool)
- func (o *NetworkLists) GetId() int64
- func (o *NetworkLists) GetIdOk() (*int64, bool)
- func (o *NetworkLists) GetIpList() []string
- func (o *NetworkLists) GetIpListOk() ([]string, bool)
- func (o *NetworkLists) GetLastEditor() string
- func (o *NetworkLists) GetLastEditorOk() (*string, bool)
- func (o *NetworkLists) GetLastModified() string
- func (o *NetworkLists) GetLastModifiedOk() (*string, bool)
- func (o *NetworkLists) GetListType() string
- func (o *NetworkLists) GetListTypeOk() (*string, bool)
- func (o *NetworkLists) GetName() string
- func (o *NetworkLists) GetNameOk() (*string, bool)
- func (o *NetworkLists) HasCountryList() bool
- func (o *NetworkLists) HasId() bool
- func (o *NetworkLists) HasIpList() bool
- func (o *NetworkLists) HasLastEditor() bool
- func (o *NetworkLists) HasLastModified() bool
- func (o *NetworkLists) HasListType() bool
- func (o *NetworkLists) HasName() bool
- func (o NetworkLists) MarshalJSON() ([]byte, error)
- func (o *NetworkLists) SetCountryList(v []string)
- func (o *NetworkLists) SetId(v int64)
- func (o *NetworkLists) SetIpList(v []string)
- func (o *NetworkLists) SetLastEditor(v string)
- func (o *NetworkLists) SetLastModified(v string)
- func (o *NetworkLists) SetListType(v string)
- func (o *NetworkLists) SetName(v string)
- func (o NetworkLists) ToMap() (map[string]interface{}, error)
- type NetworkListsResponse
- func (o *NetworkListsResponse) GetResults() NetworkListResponseEntry
- func (o *NetworkListsResponse) GetResultsOk() (*NetworkListResponseEntry, bool)
- func (o *NetworkListsResponse) GetSchemaVersion() int64
- func (o *NetworkListsResponse) GetSchemaVersionOk() (*int64, bool)
- func (o *NetworkListsResponse) HasResults() bool
- func (o *NetworkListsResponse) HasSchemaVersion() bool
- func (o NetworkListsResponse) MarshalJSON() ([]byte, error)
- func (o *NetworkListsResponse) SetResults(v NetworkListResponseEntry)
- func (o *NetworkListsResponse) SetSchemaVersion(v int64)
- func (o NetworkListsResponse) ToMap() (map[string]interface{}, error)
- type NullableBadRequestResponse
- func (v NullableBadRequestResponse) Get() *BadRequestResponse
- func (v NullableBadRequestResponse) IsSet() bool
- func (v NullableBadRequestResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBadRequestResponse) Set(val *BadRequestResponse)
- func (v *NullableBadRequestResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBadRequestResponse) Unset()
- type NullableBool
- type NullableCreateNetworkListsRequest
- func (v NullableCreateNetworkListsRequest) Get() *CreateNetworkListsRequest
- func (v NullableCreateNetworkListsRequest) IsSet() bool
- func (v NullableCreateNetworkListsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateNetworkListsRequest) Set(val *CreateNetworkListsRequest)
- func (v *NullableCreateNetworkListsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateNetworkListsRequest) Unset()
- type NullableErrorModel
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLinks
- type NullableListNetworkListsResponse
- func (v NullableListNetworkListsResponse) Get() *ListNetworkListsResponse
- func (v NullableListNetworkListsResponse) IsSet() bool
- func (v NullableListNetworkListsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListNetworkListsResponse) Set(val *ListNetworkListsResponse)
- func (v *NullableListNetworkListsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListNetworkListsResponse) Unset()
- type NullableNetworkListResponseEntry
- func (v NullableNetworkListResponseEntry) Get() *NetworkListResponseEntry
- func (v NullableNetworkListResponseEntry) IsSet() bool
- func (v NullableNetworkListResponseEntry) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListResponseEntry) Set(val *NetworkListResponseEntry)
- func (v *NullableNetworkListResponseEntry) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListResponseEntry) Unset()
- type NullableNetworkListUuidResponse
- func (v NullableNetworkListUuidResponse) Get() *NetworkListUuidResponse
- func (v NullableNetworkListUuidResponse) IsSet() bool
- func (v NullableNetworkListUuidResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListUuidResponse) Set(val *NetworkListUuidResponse)
- func (v *NullableNetworkListUuidResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListUuidResponse) Unset()
- type NullableNetworkListUuidResponseEntry
- func (v NullableNetworkListUuidResponseEntry) Get() *NetworkListUuidResponseEntry
- func (v NullableNetworkListUuidResponseEntry) IsSet() bool
- func (v NullableNetworkListUuidResponseEntry) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListUuidResponseEntry) Set(val *NetworkListUuidResponseEntry)
- func (v *NullableNetworkListUuidResponseEntry) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListUuidResponseEntry) Unset()
- type NullableNetworkListUuidResponseEntryInt
- func (v NullableNetworkListUuidResponseEntryInt) Get() *NetworkListUuidResponseEntryInt
- func (v NullableNetworkListUuidResponseEntryInt) IsSet() bool
- func (v NullableNetworkListUuidResponseEntryInt) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListUuidResponseEntryInt) Set(val *NetworkListUuidResponseEntryInt)
- func (v *NullableNetworkListUuidResponseEntryInt) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListUuidResponseEntryInt) Unset()
- type NullableNetworkListUuidResponseEntryString
- func (v NullableNetworkListUuidResponseEntryString) Get() *NetworkListUuidResponseEntryString
- func (v NullableNetworkListUuidResponseEntryString) IsSet() bool
- func (v NullableNetworkListUuidResponseEntryString) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListUuidResponseEntryString) Set(val *NetworkListUuidResponseEntryString)
- func (v *NullableNetworkListUuidResponseEntryString) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListUuidResponseEntryString) Unset()
- type NullableNetworkLists
- func (v NullableNetworkLists) Get() *NetworkLists
- func (v NullableNetworkLists) IsSet() bool
- func (v NullableNetworkLists) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkLists) Set(val *NetworkLists)
- func (v *NullableNetworkLists) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkLists) Unset()
- type NullableNetworkListsResponse
- func (v NullableNetworkListsResponse) Get() *NetworkListsResponse
- func (v NullableNetworkListsResponse) IsSet() bool
- func (v NullableNetworkListsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsResponse) Set(val *NetworkListsResponse)
- func (v *NullableNetworkListsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsResponse) Unset()
- type NullableString
- type NullableTime
- type NullableUpdateNetworkListsRequest
- func (v NullableUpdateNetworkListsRequest) Get() *UpdateNetworkListsRequest
- func (v NullableUpdateNetworkListsRequest) IsSet() bool
- func (v NullableUpdateNetworkListsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateNetworkListsRequest) Set(val *UpdateNetworkListsRequest)
- func (v *NullableUpdateNetworkListsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateNetworkListsRequest) Unset()
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type UpdateNetworkListsRequest
- func (o *UpdateNetworkListsRequest) GetItemsValues() []string
- func (o *UpdateNetworkListsRequest) GetItemsValuesOk() ([]string, bool)
- func (o *UpdateNetworkListsRequest) GetListType() string
- func (o *UpdateNetworkListsRequest) GetListTypeOk() (*string, bool)
- func (o *UpdateNetworkListsRequest) GetName() string
- func (o *UpdateNetworkListsRequest) GetNameOk() (*string, bool)
- func (o *UpdateNetworkListsRequest) HasItemsValues() bool
- func (o *UpdateNetworkListsRequest) HasListType() bool
- func (o *UpdateNetworkListsRequest) HasName() bool
- func (o UpdateNetworkListsRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateNetworkListsRequest) SetItemsValues(v []string)
- func (o *UpdateNetworkListsRequest) SetListType(v string)
- func (o *UpdateNetworkListsRequest) SetName(v string)
- func (o UpdateNetworkListsRequest) ToMap() (map[string]interface{}, error)
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 Network Lists API API v1.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 ApiNetworkListsGetRequest ¶
type ApiNetworkListsGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiNetworkListsGetRequest) Execute ¶
func (r ApiNetworkListsGetRequest) Execute() (*ListNetworkListsResponse, *http.Response, error)
func (ApiNetworkListsGetRequest) OrderBy ¶ added in v0.78.0
func (r ApiNetworkListsGetRequest) OrderBy(orderBy string) ApiNetworkListsGetRequest
func (ApiNetworkListsGetRequest) Page ¶
func (r ApiNetworkListsGetRequest) Page(page int32) ApiNetworkListsGetRequest
func (ApiNetworkListsGetRequest) PageSize ¶ added in v0.78.0
func (r ApiNetworkListsGetRequest) PageSize(pageSize int32) ApiNetworkListsGetRequest
func (ApiNetworkListsGetRequest) Sort ¶ added in v0.78.0
func (r ApiNetworkListsGetRequest) Sort(sort string) ApiNetworkListsGetRequest
type ApiNetworkListsPostRequest ¶
type ApiNetworkListsPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiNetworkListsPostRequest) CreateNetworkListsRequest ¶
func (r ApiNetworkListsPostRequest) CreateNetworkListsRequest(createNetworkListsRequest CreateNetworkListsRequest) ApiNetworkListsPostRequest
func (ApiNetworkListsPostRequest) Execute ¶
func (r ApiNetworkListsPostRequest) Execute() (*NetworkListsResponse, *http.Response, error)
type ApiNetworkListsUuidDeleteRequest ¶ added in v0.83.0
type ApiNetworkListsUuidDeleteRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiNetworkListsUuidDeleteRequest) Accept ¶ added in v0.83.0
func (r ApiNetworkListsUuidDeleteRequest) Accept(accept string) ApiNetworkListsUuidDeleteRequest
type ApiNetworkListsUuidGetRequest ¶
type ApiNetworkListsUuidGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiNetworkListsUuidGetRequest) Execute ¶
func (r ApiNetworkListsUuidGetRequest) Execute() (*NetworkListUuidResponse, *http.Response, error)
type ApiNetworkListsUuidPutRequest ¶
type ApiNetworkListsUuidPutRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiNetworkListsUuidPutRequest) CreateNetworkListsRequest ¶ added in v0.78.0
func (r ApiNetworkListsUuidPutRequest) CreateNetworkListsRequest(createNetworkListsRequest CreateNetworkListsRequest) ApiNetworkListsUuidPutRequest
func (ApiNetworkListsUuidPutRequest) Execute ¶
func (r ApiNetworkListsUuidPutRequest) Execute() (*NetworkListsResponse, *http.Response, error)
type BadRequestResponse ¶
type BadRequestResponse struct { Name []string `json:"name,omitempty"` ItemsValues []string `json:"items_values,omitempty"` ListType []string `json:"list_type,omitempty"` }
BadRequestResponse struct for BadRequestResponse
func NewBadRequestResponse ¶
func NewBadRequestResponse() *BadRequestResponse
NewBadRequestResponse instantiates a new BadRequestResponse 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 NewBadRequestResponseWithDefaults ¶
func NewBadRequestResponseWithDefaults() *BadRequestResponse
NewBadRequestResponseWithDefaults instantiates a new BadRequestResponse 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 (*BadRequestResponse) GetItemsValues ¶
func (o *BadRequestResponse) GetItemsValues() []string
GetItemsValues returns the ItemsValues field value if set, zero value otherwise.
func (*BadRequestResponse) GetItemsValuesOk ¶
func (o *BadRequestResponse) GetItemsValuesOk() ([]string, bool)
GetItemsValuesOk returns a tuple with the ItemsValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BadRequestResponse) GetListType ¶
func (o *BadRequestResponse) GetListType() []string
GetListType returns the ListType field value if set, zero value otherwise.
func (*BadRequestResponse) GetListTypeOk ¶
func (o *BadRequestResponse) GetListTypeOk() ([]string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BadRequestResponse) GetName ¶
func (o *BadRequestResponse) GetName() []string
GetName returns the Name field value if set, zero value otherwise.
func (*BadRequestResponse) GetNameOk ¶
func (o *BadRequestResponse) 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 (*BadRequestResponse) HasItemsValues ¶
func (o *BadRequestResponse) HasItemsValues() bool
HasItemsValues returns a boolean if a field has been set.
func (*BadRequestResponse) HasListType ¶
func (o *BadRequestResponse) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*BadRequestResponse) HasName ¶
func (o *BadRequestResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (BadRequestResponse) MarshalJSON ¶
func (o BadRequestResponse) MarshalJSON() ([]byte, error)
func (*BadRequestResponse) SetItemsValues ¶
func (o *BadRequestResponse) SetItemsValues(v []string)
SetItemsValues gets a reference to the given []string and assigns it to the ItemsValues field.
func (*BadRequestResponse) SetListType ¶
func (o *BadRequestResponse) SetListType(v []string)
SetListType gets a reference to the given []string and assigns it to the ListType field.
func (*BadRequestResponse) SetName ¶
func (o *BadRequestResponse) SetName(v []string)
SetName gets a reference to the given []string and assigns it to the Name field.
func (BadRequestResponse) ToMap ¶
func (o BadRequestResponse) ToMap() (map[string]interface{}, 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 CreateNetworkListsRequest ¶
type CreateNetworkListsRequest struct { Name *string `json:"name,omitempty"` ItemsValues []string `json:"items_values,omitempty"` ListType *string `json:"list_type,omitempty"` }
CreateNetworkListsRequest struct for CreateNetworkListsRequest
func NewCreateNetworkListsRequest ¶
func NewCreateNetworkListsRequest() *CreateNetworkListsRequest
NewCreateNetworkListsRequest instantiates a new CreateNetworkListsRequest 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 NewCreateNetworkListsRequestWithDefaults ¶
func NewCreateNetworkListsRequestWithDefaults() *CreateNetworkListsRequest
NewCreateNetworkListsRequestWithDefaults instantiates a new CreateNetworkListsRequest 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 (*CreateNetworkListsRequest) GetItemsValues ¶
func (o *CreateNetworkListsRequest) GetItemsValues() []string
GetItemsValues returns the ItemsValues field value if set, zero value otherwise.
func (*CreateNetworkListsRequest) GetItemsValuesOk ¶
func (o *CreateNetworkListsRequest) GetItemsValuesOk() ([]string, bool)
GetItemsValuesOk returns a tuple with the ItemsValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateNetworkListsRequest) GetListType ¶
func (o *CreateNetworkListsRequest) GetListType() string
GetListType returns the ListType field value if set, zero value otherwise.
func (*CreateNetworkListsRequest) GetListTypeOk ¶
func (o *CreateNetworkListsRequest) GetListTypeOk() (*string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateNetworkListsRequest) GetName ¶
func (o *CreateNetworkListsRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateNetworkListsRequest) GetNameOk ¶
func (o *CreateNetworkListsRequest) 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 (*CreateNetworkListsRequest) HasItemsValues ¶
func (o *CreateNetworkListsRequest) HasItemsValues() bool
HasItemsValues returns a boolean if a field has been set.
func (*CreateNetworkListsRequest) HasListType ¶
func (o *CreateNetworkListsRequest) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*CreateNetworkListsRequest) HasName ¶
func (o *CreateNetworkListsRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateNetworkListsRequest) MarshalJSON ¶
func (o CreateNetworkListsRequest) MarshalJSON() ([]byte, error)
func (*CreateNetworkListsRequest) SetItemsValues ¶
func (o *CreateNetworkListsRequest) SetItemsValues(v []string)
SetItemsValues gets a reference to the given []string and assigns it to the ItemsValues field.
func (*CreateNetworkListsRequest) SetListType ¶
func (o *CreateNetworkListsRequest) SetListType(v string)
SetListType gets a reference to the given string and assigns it to the ListType field.
func (*CreateNetworkListsRequest) SetName ¶
func (o *CreateNetworkListsRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (CreateNetworkListsRequest) ToMap ¶
func (o CreateNetworkListsRequest) ToMap() (map[string]interface{}, error)
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) NetworkListsGet ¶
func (a *DefaultApiService) NetworkListsGet(ctx context.Context) ApiNetworkListsGetRequest
NetworkListsGet List all user Network Lists
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiNetworkListsGetRequest
func (*DefaultApiService) NetworkListsGetExecute ¶
func (a *DefaultApiService) NetworkListsGetExecute(r ApiNetworkListsGetRequest) (*ListNetworkListsResponse, *http.Response, error)
Execute executes the request
@return ListNetworkListsResponse
func (*DefaultApiService) NetworkListsPost ¶
func (a *DefaultApiService) NetworkListsPost(ctx context.Context) ApiNetworkListsPostRequest
NetworkListsPost Create a Network Lists
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiNetworkListsPostRequest
func (*DefaultApiService) NetworkListsPostExecute ¶
func (a *DefaultApiService) NetworkListsPostExecute(r ApiNetworkListsPostRequest) (*NetworkListsResponse, *http.Response, error)
Execute executes the request
@return NetworkListsResponse
func (*DefaultApiService) NetworkListsUuidDelete ¶ added in v0.83.0
func (a *DefaultApiService) NetworkListsUuidDelete(ctx context.Context, uuid string) ApiNetworkListsUuidDeleteRequest
NetworkListsUuidDelete Delete a Network Lists set by uuid
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param uuid The id of the networkList to be deleted. @return ApiNetworkListsUuidDeleteRequest
func (*DefaultApiService) NetworkListsUuidDeleteExecute ¶ added in v0.83.0
func (a *DefaultApiService) NetworkListsUuidDeleteExecute(r ApiNetworkListsUuidDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) NetworkListsUuidGet ¶
func (a *DefaultApiService) NetworkListsUuidGet(ctx context.Context, uuid string) ApiNetworkListsUuidGetRequest
NetworkListsUuidGet Retrieve a Network Lists set by uuid
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param uuid @return ApiNetworkListsUuidGetRequest
func (*DefaultApiService) NetworkListsUuidGetExecute ¶
func (a *DefaultApiService) NetworkListsUuidGetExecute(r ApiNetworkListsUuidGetRequest) (*NetworkListUuidResponse, *http.Response, error)
Execute executes the request
@return NetworkListUuidResponse
func (*DefaultApiService) NetworkListsUuidPut ¶
func (a *DefaultApiService) NetworkListsUuidPut(ctx context.Context, uuid string) ApiNetworkListsUuidPutRequest
NetworkListsUuidPut Overwrite some Network Lists attributes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param uuid @return ApiNetworkListsUuidPutRequest
func (*DefaultApiService) NetworkListsUuidPutExecute ¶
func (a *DefaultApiService) NetworkListsUuidPutExecute(r ApiNetworkListsUuidPutRequest) (*NetworkListsResponse, *http.Response, error)
Execute executes the request
@return NetworkListsResponse
type ErrorModel ¶
type ErrorModel struct {
Code *string `json:"code,omitempty"`
}
ErrorModel struct for ErrorModel
func NewErrorModel ¶
func NewErrorModel() *ErrorModel
NewErrorModel instantiates a new ErrorModel 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 NewErrorModelWithDefaults ¶
func NewErrorModelWithDefaults() *ErrorModel
NewErrorModelWithDefaults instantiates a new ErrorModel 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 (*ErrorModel) GetCode ¶
func (o *ErrorModel) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorModel) GetCodeOk ¶
func (o *ErrorModel) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) HasCode ¶
func (o *ErrorModel) HasCode() bool
HasCode returns a boolean if a field has been set.
func (ErrorModel) MarshalJSON ¶
func (o ErrorModel) MarshalJSON() ([]byte, error)
func (*ErrorModel) SetCode ¶
func (o *ErrorModel) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (ErrorModel) ToMap ¶
func (o ErrorModel) ToMap() (map[string]interface{}, error)
type ErrorResponse ¶
type ErrorResponse struct {
Detail *string `json:"detail,omitempty"`
}
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse() *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse 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 NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse 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 (*ErrorResponse) GetDetail ¶
func (o *ErrorResponse) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ErrorResponse) GetDetailOk ¶
func (o *ErrorResponse) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) HasDetail ¶
func (o *ErrorResponse) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetDetail ¶
func (o *ErrorResponse) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) 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 NullableString `json:"previous,omitempty"` Next NullableString `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) GetNext ¶
GetNext returns the Next field value if set, zero value otherwise (both if not set or set to explicit null).
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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Links) GetPrevious ¶
GetPrevious returns the Previous field value if set, zero value otherwise (both if not set or set to explicit null).
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. NOTE: If the value is an explicit nil, `nil, true` will be returned
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 NullableString and assigns it to the Next field.
func (*Links) SetNextNil ¶ added in v0.57.0
func (o *Links) SetNextNil()
SetNextNil sets the value for Next to be an explicit nil
func (*Links) SetPrevious ¶
SetPrevious gets a reference to the given NullableString and assigns it to the Previous field.
func (*Links) SetPreviousNil ¶ added in v0.57.0
func (o *Links) SetPreviousNil()
SetPreviousNil sets the value for Previous to be an explicit nil
func (*Links) UnsetNext ¶ added in v0.57.0
func (o *Links) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil
func (*Links) UnsetPrevious ¶ added in v0.57.0
func (o *Links) UnsetPrevious()
UnsetPrevious ensures that no value is present for Previous, not even an explicit nil
type ListNetworkListsResponse ¶
type ListNetworkListsResponse struct { Count *int64 `json:"count,omitempty"` TotalPages *int64 `json:"total_pages,omitempty"` SchemaVersion *int64 `json:"schema_version,omitempty"` Links *Links `json:"links,omitempty"` Results []NetworkLists `json:"results,omitempty"` }
ListNetworkListsResponse struct for ListNetworkListsResponse
func NewListNetworkListsResponse ¶
func NewListNetworkListsResponse() *ListNetworkListsResponse
NewListNetworkListsResponse instantiates a new ListNetworkListsResponse 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 NewListNetworkListsResponseWithDefaults ¶
func NewListNetworkListsResponseWithDefaults() *ListNetworkListsResponse
NewListNetworkListsResponseWithDefaults instantiates a new ListNetworkListsResponse 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 (*ListNetworkListsResponse) GetCount ¶
func (o *ListNetworkListsResponse) GetCount() int64
GetCount returns the Count field value if set, zero value otherwise.
func (*ListNetworkListsResponse) GetCountOk ¶
func (o *ListNetworkListsResponse) 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 (*ListNetworkListsResponse) GetLinks ¶
func (o *ListNetworkListsResponse) GetLinks() Links
GetLinks returns the Links field value if set, zero value otherwise.
func (*ListNetworkListsResponse) GetLinksOk ¶
func (o *ListNetworkListsResponse) 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 (*ListNetworkListsResponse) GetResults ¶
func (o *ListNetworkListsResponse) GetResults() []NetworkLists
GetResults returns the Results field value if set, zero value otherwise.
func (*ListNetworkListsResponse) GetResultsOk ¶
func (o *ListNetworkListsResponse) GetResultsOk() ([]NetworkLists, 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 (*ListNetworkListsResponse) GetSchemaVersion ¶
func (o *ListNetworkListsResponse) GetSchemaVersion() int64
GetSchemaVersion returns the SchemaVersion field value if set, zero value otherwise.
func (*ListNetworkListsResponse) GetSchemaVersionOk ¶
func (o *ListNetworkListsResponse) 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 (*ListNetworkListsResponse) GetTotalPages ¶
func (o *ListNetworkListsResponse) GetTotalPages() int64
GetTotalPages returns the TotalPages field value if set, zero value otherwise.
func (*ListNetworkListsResponse) GetTotalPagesOk ¶
func (o *ListNetworkListsResponse) 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 (*ListNetworkListsResponse) HasCount ¶
func (o *ListNetworkListsResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListNetworkListsResponse) HasLinks ¶
func (o *ListNetworkListsResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ListNetworkListsResponse) HasResults ¶
func (o *ListNetworkListsResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*ListNetworkListsResponse) HasSchemaVersion ¶
func (o *ListNetworkListsResponse) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (*ListNetworkListsResponse) HasTotalPages ¶
func (o *ListNetworkListsResponse) HasTotalPages() bool
HasTotalPages returns a boolean if a field has been set.
func (ListNetworkListsResponse) MarshalJSON ¶
func (o ListNetworkListsResponse) MarshalJSON() ([]byte, error)
func (*ListNetworkListsResponse) SetCount ¶
func (o *ListNetworkListsResponse) SetCount(v int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListNetworkListsResponse) SetLinks ¶
func (o *ListNetworkListsResponse) SetLinks(v Links)
SetLinks gets a reference to the given Links and assigns it to the Links field.
func (*ListNetworkListsResponse) SetResults ¶
func (o *ListNetworkListsResponse) SetResults(v []NetworkLists)
SetResults gets a reference to the given []NetworkLists and assigns it to the Results field.
func (*ListNetworkListsResponse) SetSchemaVersion ¶
func (o *ListNetworkListsResponse) SetSchemaVersion(v int64)
SetSchemaVersion gets a reference to the given int64 and assigns it to the SchemaVersion field.
func (*ListNetworkListsResponse) SetTotalPages ¶
func (o *ListNetworkListsResponse) SetTotalPages(v int64)
SetTotalPages gets a reference to the given int64 and assigns it to the TotalPages field.
func (ListNetworkListsResponse) ToMap ¶
func (o ListNetworkListsResponse) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NetworkListResponseEntry ¶ added in v0.78.0
type NetworkListResponseEntry struct { Id *int64 `json:"id,omitempty"` LastEditor *string `json:"last_editor,omitempty"` LastModified *string `json:"last_modified,omitempty"` ListType *string `json:"list_type,omitempty"` Name *string `json:"name,omitempty"` ItemsValues []string `json:"items_values,omitempty"` }
NetworkListResponseEntry struct for NetworkListResponseEntry
func NewNetworkListResponseEntry ¶ added in v0.78.0
func NewNetworkListResponseEntry() *NetworkListResponseEntry
NewNetworkListResponseEntry instantiates a new NetworkListResponseEntry 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 NewNetworkListResponseEntryWithDefaults ¶ added in v0.78.0
func NewNetworkListResponseEntryWithDefaults() *NetworkListResponseEntry
NewNetworkListResponseEntryWithDefaults instantiates a new NetworkListResponseEntry 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 (*NetworkListResponseEntry) GetId ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*NetworkListResponseEntry) GetIdOk ¶ added in v0.78.0
func (o *NetworkListResponseEntry) 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 (*NetworkListResponseEntry) GetItemsValues ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetItemsValues() []string
GetItemsValues returns the ItemsValues field value if set, zero value otherwise.
func (*NetworkListResponseEntry) GetItemsValuesOk ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetItemsValuesOk() ([]string, bool)
GetItemsValuesOk returns a tuple with the ItemsValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListResponseEntry) GetLastEditor ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetLastEditor() string
GetLastEditor returns the LastEditor field value if set, zero value otherwise.
func (*NetworkListResponseEntry) GetLastEditorOk ¶ added in v0.78.0
func (o *NetworkListResponseEntry) 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 (*NetworkListResponseEntry) GetLastModified ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetLastModified() string
GetLastModified returns the LastModified field value if set, zero value otherwise.
func (*NetworkListResponseEntry) GetLastModifiedOk ¶ added in v0.78.0
func (o *NetworkListResponseEntry) 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 (*NetworkListResponseEntry) GetListType ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetListType() string
GetListType returns the ListType field value if set, zero value otherwise.
func (*NetworkListResponseEntry) GetListTypeOk ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetListTypeOk() (*string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListResponseEntry) GetName ¶ added in v0.78.0
func (o *NetworkListResponseEntry) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkListResponseEntry) GetNameOk ¶ added in v0.78.0
func (o *NetworkListResponseEntry) 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 (*NetworkListResponseEntry) HasId ¶ added in v0.78.0
func (o *NetworkListResponseEntry) HasId() bool
HasId returns a boolean if a field has been set.
func (*NetworkListResponseEntry) HasItemsValues ¶ added in v0.78.0
func (o *NetworkListResponseEntry) HasItemsValues() bool
HasItemsValues returns a boolean if a field has been set.
func (*NetworkListResponseEntry) HasLastEditor ¶ added in v0.78.0
func (o *NetworkListResponseEntry) HasLastEditor() bool
HasLastEditor returns a boolean if a field has been set.
func (*NetworkListResponseEntry) HasLastModified ¶ added in v0.78.0
func (o *NetworkListResponseEntry) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (*NetworkListResponseEntry) HasListType ¶ added in v0.78.0
func (o *NetworkListResponseEntry) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*NetworkListResponseEntry) HasName ¶ added in v0.78.0
func (o *NetworkListResponseEntry) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkListResponseEntry) MarshalJSON ¶ added in v0.78.0
func (o NetworkListResponseEntry) MarshalJSON() ([]byte, error)
func (*NetworkListResponseEntry) SetId ¶ added in v0.78.0
func (o *NetworkListResponseEntry) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*NetworkListResponseEntry) SetItemsValues ¶ added in v0.78.0
func (o *NetworkListResponseEntry) SetItemsValues(v []string)
SetItemsValues gets a reference to the given []string and assigns it to the ItemsValues field.
func (*NetworkListResponseEntry) SetLastEditor ¶ added in v0.78.0
func (o *NetworkListResponseEntry) SetLastEditor(v string)
SetLastEditor gets a reference to the given string and assigns it to the LastEditor field.
func (*NetworkListResponseEntry) SetLastModified ¶ added in v0.78.0
func (o *NetworkListResponseEntry) SetLastModified(v string)
SetLastModified gets a reference to the given string and assigns it to the LastModified field.
func (*NetworkListResponseEntry) SetListType ¶ added in v0.78.0
func (o *NetworkListResponseEntry) SetListType(v string)
SetListType gets a reference to the given string and assigns it to the ListType field.
func (*NetworkListResponseEntry) SetName ¶ added in v0.78.0
func (o *NetworkListResponseEntry) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NetworkListResponseEntry) ToMap ¶ added in v0.78.0
func (o NetworkListResponseEntry) ToMap() (map[string]interface{}, error)
type NetworkListUuidResponse ¶ added in v0.78.0
type NetworkListUuidResponse struct { Results *NetworkListUuidResponseEntry `json:"results,omitempty"` SchemaVersion *int64 `json:"schema_version,omitempty"` }
NetworkListUuidResponse struct for NetworkListUuidResponse
func NewNetworkListUuidResponse ¶ added in v0.78.0
func NewNetworkListUuidResponse() *NetworkListUuidResponse
NewNetworkListUuidResponse instantiates a new NetworkListUuidResponse 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 NewNetworkListUuidResponseWithDefaults ¶ added in v0.78.0
func NewNetworkListUuidResponseWithDefaults() *NetworkListUuidResponse
NewNetworkListUuidResponseWithDefaults instantiates a new NetworkListUuidResponse 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 (*NetworkListUuidResponse) GetResults ¶ added in v0.78.0
func (o *NetworkListUuidResponse) GetResults() NetworkListUuidResponseEntry
GetResults returns the Results field value if set, zero value otherwise.
func (*NetworkListUuidResponse) GetResultsOk ¶ added in v0.78.0
func (o *NetworkListUuidResponse) GetResultsOk() (*NetworkListUuidResponseEntry, 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 (*NetworkListUuidResponse) GetSchemaVersion ¶ added in v0.78.0
func (o *NetworkListUuidResponse) GetSchemaVersion() int64
GetSchemaVersion returns the SchemaVersion field value if set, zero value otherwise.
func (*NetworkListUuidResponse) GetSchemaVersionOk ¶ added in v0.78.0
func (o *NetworkListUuidResponse) 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 (*NetworkListUuidResponse) HasResults ¶ added in v0.78.0
func (o *NetworkListUuidResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*NetworkListUuidResponse) HasSchemaVersion ¶ added in v0.78.0
func (o *NetworkListUuidResponse) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (NetworkListUuidResponse) MarshalJSON ¶ added in v0.78.0
func (o NetworkListUuidResponse) MarshalJSON() ([]byte, error)
func (*NetworkListUuidResponse) SetResults ¶ added in v0.78.0
func (o *NetworkListUuidResponse) SetResults(v NetworkListUuidResponseEntry)
SetResults gets a reference to the given NetworkListUuidResponseEntry and assigns it to the Results field.
func (*NetworkListUuidResponse) SetSchemaVersion ¶ added in v0.78.0
func (o *NetworkListUuidResponse) SetSchemaVersion(v int64)
SetSchemaVersion gets a reference to the given int64 and assigns it to the SchemaVersion field.
func (NetworkListUuidResponse) ToMap ¶ added in v0.78.0
func (o NetworkListUuidResponse) ToMap() (map[string]interface{}, error)
type NetworkListUuidResponseEntry ¶ added in v0.78.0
type NetworkListUuidResponseEntry struct { NetworkListUuidResponseEntryInt *NetworkListUuidResponseEntryInt NetworkListUuidResponseEntryString *NetworkListUuidResponseEntryString }
NetworkListUuidResponseEntry - struct for NetworkListUuidResponseEntry
func NetworkListUuidResponseEntryIntAsNetworkListUuidResponseEntry ¶ added in v0.80.0
func NetworkListUuidResponseEntryIntAsNetworkListUuidResponseEntry(v *NetworkListUuidResponseEntryInt) NetworkListUuidResponseEntry
NetworkListUuidResponseEntryIntAsNetworkListUuidResponseEntry is a convenience function that returns NetworkListUuidResponseEntryInt wrapped in NetworkListUuidResponseEntry
func NetworkListUuidResponseEntryStringAsNetworkListUuidResponseEntry ¶ added in v0.80.0
func NetworkListUuidResponseEntryStringAsNetworkListUuidResponseEntry(v *NetworkListUuidResponseEntryString) NetworkListUuidResponseEntry
NetworkListUuidResponseEntryStringAsNetworkListUuidResponseEntry is a convenience function that returns NetworkListUuidResponseEntryString wrapped in NetworkListUuidResponseEntry
func (*NetworkListUuidResponseEntry) GetActualInstance ¶ added in v0.80.0
func (obj *NetworkListUuidResponseEntry) GetActualInstance() interface{}
Get the actual instance
func (NetworkListUuidResponseEntry) MarshalJSON ¶ added in v0.78.0
func (src NetworkListUuidResponseEntry) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NetworkListUuidResponseEntry) UnmarshalJSON ¶ added in v0.80.0
func (dst *NetworkListUuidResponseEntry) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NetworkListUuidResponseEntryInt ¶ added in v0.80.0
type NetworkListUuidResponseEntryInt struct { LastEditor *string `json:"last_editor,omitempty"` LastModified *string `json:"last_modified,omitempty"` ListType *string `json:"list_type,omitempty"` Name *string `json:"name,omitempty"` ItemsValues []int32 `json:"items_values,omitempty"` }
NetworkListUuidResponseEntryInt struct for NetworkListUuidResponseEntryInt
func NewNetworkListUuidResponseEntryInt ¶ added in v0.80.0
func NewNetworkListUuidResponseEntryInt() *NetworkListUuidResponseEntryInt
NewNetworkListUuidResponseEntryInt instantiates a new NetworkListUuidResponseEntryInt 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 NewNetworkListUuidResponseEntryIntWithDefaults ¶ added in v0.80.0
func NewNetworkListUuidResponseEntryIntWithDefaults() *NetworkListUuidResponseEntryInt
NewNetworkListUuidResponseEntryIntWithDefaults instantiates a new NetworkListUuidResponseEntryInt 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 (*NetworkListUuidResponseEntryInt) GetItemsValues ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetItemsValues() []int32
GetItemsValues returns the ItemsValues field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryInt) GetItemsValuesOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetItemsValuesOk() ([]int32, bool)
GetItemsValuesOk returns a tuple with the ItemsValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListUuidResponseEntryInt) GetLastEditor ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetLastEditor() string
GetLastEditor returns the LastEditor field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryInt) GetLastEditorOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) 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 (*NetworkListUuidResponseEntryInt) GetLastModified ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetLastModified() string
GetLastModified returns the LastModified field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryInt) GetLastModifiedOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) 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 (*NetworkListUuidResponseEntryInt) GetListType ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetListType() string
GetListType returns the ListType field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryInt) GetListTypeOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetListTypeOk() (*string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListUuidResponseEntryInt) GetName ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryInt) GetNameOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) 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 (*NetworkListUuidResponseEntryInt) HasItemsValues ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) HasItemsValues() bool
HasItemsValues returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryInt) HasLastEditor ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) HasLastEditor() bool
HasLastEditor returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryInt) HasLastModified ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryInt) HasListType ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryInt) HasName ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkListUuidResponseEntryInt) MarshalJSON ¶ added in v0.80.0
func (o NetworkListUuidResponseEntryInt) MarshalJSON() ([]byte, error)
func (*NetworkListUuidResponseEntryInt) SetItemsValues ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) SetItemsValues(v []int32)
SetItemsValues gets a reference to the given []int32 and assigns it to the ItemsValues field.
func (*NetworkListUuidResponseEntryInt) SetLastEditor ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) SetLastEditor(v string)
SetLastEditor gets a reference to the given string and assigns it to the LastEditor field.
func (*NetworkListUuidResponseEntryInt) SetLastModified ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) SetLastModified(v string)
SetLastModified gets a reference to the given string and assigns it to the LastModified field.
func (*NetworkListUuidResponseEntryInt) SetListType ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) SetListType(v string)
SetListType gets a reference to the given string and assigns it to the ListType field.
func (*NetworkListUuidResponseEntryInt) SetName ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryInt) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NetworkListUuidResponseEntryInt) ToMap ¶ added in v0.80.0
func (o NetworkListUuidResponseEntryInt) ToMap() (map[string]interface{}, error)
type NetworkListUuidResponseEntryString ¶ added in v0.80.0
type NetworkListUuidResponseEntryString struct { LastEditor *string `json:"last_editor,omitempty"` LastModified *string `json:"last_modified,omitempty"` ListType *string `json:"list_type,omitempty"` Name *string `json:"name,omitempty"` ItemsValues []string `json:"items_values,omitempty"` }
NetworkListUuidResponseEntryString struct for NetworkListUuidResponseEntryString
func NewNetworkListUuidResponseEntryString ¶ added in v0.80.0
func NewNetworkListUuidResponseEntryString() *NetworkListUuidResponseEntryString
NewNetworkListUuidResponseEntryString instantiates a new NetworkListUuidResponseEntryString 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 NewNetworkListUuidResponseEntryStringWithDefaults ¶ added in v0.80.0
func NewNetworkListUuidResponseEntryStringWithDefaults() *NetworkListUuidResponseEntryString
NewNetworkListUuidResponseEntryStringWithDefaults instantiates a new NetworkListUuidResponseEntryString 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 (*NetworkListUuidResponseEntryString) GetItemsValues ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetItemsValues() []string
GetItemsValues returns the ItemsValues field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryString) GetItemsValuesOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetItemsValuesOk() ([]string, bool)
GetItemsValuesOk returns a tuple with the ItemsValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListUuidResponseEntryString) GetLastEditor ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetLastEditor() string
GetLastEditor returns the LastEditor field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryString) GetLastEditorOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) 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 (*NetworkListUuidResponseEntryString) GetLastModified ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetLastModified() string
GetLastModified returns the LastModified field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryString) GetLastModifiedOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) 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 (*NetworkListUuidResponseEntryString) GetListType ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetListType() string
GetListType returns the ListType field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryString) GetListTypeOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetListTypeOk() (*string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListUuidResponseEntryString) GetName ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkListUuidResponseEntryString) GetNameOk ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) 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 (*NetworkListUuidResponseEntryString) HasItemsValues ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) HasItemsValues() bool
HasItemsValues returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryString) HasLastEditor ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) HasLastEditor() bool
HasLastEditor returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryString) HasLastModified ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryString) HasListType ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*NetworkListUuidResponseEntryString) HasName ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkListUuidResponseEntryString) MarshalJSON ¶ added in v0.80.0
func (o NetworkListUuidResponseEntryString) MarshalJSON() ([]byte, error)
func (*NetworkListUuidResponseEntryString) SetItemsValues ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) SetItemsValues(v []string)
SetItemsValues gets a reference to the given []string and assigns it to the ItemsValues field.
func (*NetworkListUuidResponseEntryString) SetLastEditor ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) SetLastEditor(v string)
SetLastEditor gets a reference to the given string and assigns it to the LastEditor field.
func (*NetworkListUuidResponseEntryString) SetLastModified ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) SetLastModified(v string)
SetLastModified gets a reference to the given string and assigns it to the LastModified field.
func (*NetworkListUuidResponseEntryString) SetListType ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) SetListType(v string)
SetListType gets a reference to the given string and assigns it to the ListType field.
func (*NetworkListUuidResponseEntryString) SetName ¶ added in v0.80.0
func (o *NetworkListUuidResponseEntryString) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NetworkListUuidResponseEntryString) ToMap ¶ added in v0.80.0
func (o NetworkListUuidResponseEntryString) ToMap() (map[string]interface{}, error)
type NetworkLists ¶
type NetworkLists struct { Id *int64 `json:"id,omitempty"` LastEditor *string `json:"last_editor,omitempty"` LastModified *string `json:"last_modified,omitempty"` ListType *string `json:"list_type,omitempty"` Name *string `json:"name,omitempty"` CountryList []string `json:"country_list,omitempty"` IpList []string `json:"ip_list,omitempty"` }
NetworkLists struct for NetworkLists
func NewNetworkLists ¶
func NewNetworkLists() *NetworkLists
NewNetworkLists instantiates a new NetworkLists 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 NewNetworkListsWithDefaults ¶
func NewNetworkListsWithDefaults() *NetworkLists
NewNetworkListsWithDefaults instantiates a new NetworkLists 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 (*NetworkLists) GetCountryList ¶ added in v0.78.0
func (o *NetworkLists) GetCountryList() []string
GetCountryList returns the CountryList field value if set, zero value otherwise.
func (*NetworkLists) GetCountryListOk ¶ added in v0.78.0
func (o *NetworkLists) GetCountryListOk() ([]string, bool)
GetCountryListOk returns a tuple with the CountryList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkLists) GetId ¶
func (o *NetworkLists) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*NetworkLists) GetIdOk ¶
func (o *NetworkLists) 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 (*NetworkLists) GetIpList ¶ added in v0.78.0
func (o *NetworkLists) GetIpList() []string
GetIpList returns the IpList field value if set, zero value otherwise.
func (*NetworkLists) GetIpListOk ¶ added in v0.78.0
func (o *NetworkLists) GetIpListOk() ([]string, bool)
GetIpListOk returns a tuple with the IpList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkLists) GetLastEditor ¶ added in v0.78.0
func (o *NetworkLists) GetLastEditor() string
GetLastEditor returns the LastEditor field value if set, zero value otherwise.
func (*NetworkLists) GetLastEditorOk ¶ added in v0.78.0
func (o *NetworkLists) 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 (*NetworkLists) GetLastModified ¶ added in v0.78.0
func (o *NetworkLists) GetLastModified() string
GetLastModified returns the LastModified field value if set, zero value otherwise.
func (*NetworkLists) GetLastModifiedOk ¶ added in v0.78.0
func (o *NetworkLists) 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 (*NetworkLists) GetListType ¶
func (o *NetworkLists) GetListType() string
GetListType returns the ListType field value if set, zero value otherwise.
func (*NetworkLists) GetListTypeOk ¶
func (o *NetworkLists) GetListTypeOk() (*string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkLists) GetName ¶
func (o *NetworkLists) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkLists) GetNameOk ¶
func (o *NetworkLists) 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 (*NetworkLists) HasCountryList ¶ added in v0.78.0
func (o *NetworkLists) HasCountryList() bool
HasCountryList returns a boolean if a field has been set.
func (*NetworkLists) HasId ¶
func (o *NetworkLists) HasId() bool
HasId returns a boolean if a field has been set.
func (*NetworkLists) HasIpList ¶ added in v0.78.0
func (o *NetworkLists) HasIpList() bool
HasIpList returns a boolean if a field has been set.
func (*NetworkLists) HasLastEditor ¶ added in v0.78.0
func (o *NetworkLists) HasLastEditor() bool
HasLastEditor returns a boolean if a field has been set.
func (*NetworkLists) HasLastModified ¶ added in v0.78.0
func (o *NetworkLists) HasLastModified() bool
HasLastModified returns a boolean if a field has been set.
func (*NetworkLists) HasListType ¶
func (o *NetworkLists) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*NetworkLists) HasName ¶
func (o *NetworkLists) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkLists) MarshalJSON ¶
func (o NetworkLists) MarshalJSON() ([]byte, error)
func (*NetworkLists) SetCountryList ¶ added in v0.78.0
func (o *NetworkLists) SetCountryList(v []string)
SetCountryList gets a reference to the given []string and assigns it to the CountryList field.
func (*NetworkLists) SetId ¶
func (o *NetworkLists) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*NetworkLists) SetIpList ¶ added in v0.78.0
func (o *NetworkLists) SetIpList(v []string)
SetIpList gets a reference to the given []string and assigns it to the IpList field.
func (*NetworkLists) SetLastEditor ¶ added in v0.78.0
func (o *NetworkLists) SetLastEditor(v string)
SetLastEditor gets a reference to the given string and assigns it to the LastEditor field.
func (*NetworkLists) SetLastModified ¶ added in v0.78.0
func (o *NetworkLists) SetLastModified(v string)
SetLastModified gets a reference to the given string and assigns it to the LastModified field.
func (*NetworkLists) SetListType ¶
func (o *NetworkLists) SetListType(v string)
SetListType gets a reference to the given string and assigns it to the ListType field.
func (*NetworkLists) SetName ¶
func (o *NetworkLists) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (NetworkLists) ToMap ¶
func (o NetworkLists) ToMap() (map[string]interface{}, error)
type NetworkListsResponse ¶
type NetworkListsResponse struct { Results *NetworkListResponseEntry `json:"results,omitempty"` SchemaVersion *int64 `json:"schema_version,omitempty"` }
NetworkListsResponse struct for NetworkListsResponse
func NewNetworkListsResponse ¶
func NewNetworkListsResponse() *NetworkListsResponse
NewNetworkListsResponse instantiates a new NetworkListsResponse 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 NewNetworkListsResponseWithDefaults ¶
func NewNetworkListsResponseWithDefaults() *NetworkListsResponse
NewNetworkListsResponseWithDefaults instantiates a new NetworkListsResponse 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 (*NetworkListsResponse) GetResults ¶
func (o *NetworkListsResponse) GetResults() NetworkListResponseEntry
GetResults returns the Results field value if set, zero value otherwise.
func (*NetworkListsResponse) GetResultsOk ¶
func (o *NetworkListsResponse) GetResultsOk() (*NetworkListResponseEntry, 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 (*NetworkListsResponse) GetSchemaVersion ¶
func (o *NetworkListsResponse) GetSchemaVersion() int64
GetSchemaVersion returns the SchemaVersion field value if set, zero value otherwise.
func (*NetworkListsResponse) GetSchemaVersionOk ¶
func (o *NetworkListsResponse) 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 (*NetworkListsResponse) HasResults ¶
func (o *NetworkListsResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*NetworkListsResponse) HasSchemaVersion ¶
func (o *NetworkListsResponse) HasSchemaVersion() bool
HasSchemaVersion returns a boolean if a field has been set.
func (NetworkListsResponse) MarshalJSON ¶
func (o NetworkListsResponse) MarshalJSON() ([]byte, error)
func (*NetworkListsResponse) SetResults ¶
func (o *NetworkListsResponse) SetResults(v NetworkListResponseEntry)
SetResults gets a reference to the given NetworkListResponseEntry and assigns it to the Results field.
func (*NetworkListsResponse) SetSchemaVersion ¶
func (o *NetworkListsResponse) SetSchemaVersion(v int64)
SetSchemaVersion gets a reference to the given int64 and assigns it to the SchemaVersion field.
func (NetworkListsResponse) ToMap ¶
func (o NetworkListsResponse) ToMap() (map[string]interface{}, error)
type NullableBadRequestResponse ¶
type NullableBadRequestResponse struct {
// contains filtered or unexported fields
}
func NewNullableBadRequestResponse ¶
func NewNullableBadRequestResponse(val *BadRequestResponse) *NullableBadRequestResponse
func (NullableBadRequestResponse) Get ¶
func (v NullableBadRequestResponse) Get() *BadRequestResponse
func (NullableBadRequestResponse) IsSet ¶
func (v NullableBadRequestResponse) IsSet() bool
func (NullableBadRequestResponse) MarshalJSON ¶
func (v NullableBadRequestResponse) MarshalJSON() ([]byte, error)
func (*NullableBadRequestResponse) Set ¶
func (v *NullableBadRequestResponse) Set(val *BadRequestResponse)
func (*NullableBadRequestResponse) UnmarshalJSON ¶
func (v *NullableBadRequestResponse) UnmarshalJSON(src []byte) error
func (*NullableBadRequestResponse) Unset ¶
func (v *NullableBadRequestResponse) Unset()
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 NullableCreateNetworkListsRequest ¶
type NullableCreateNetworkListsRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateNetworkListsRequest ¶
func NewNullableCreateNetworkListsRequest(val *CreateNetworkListsRequest) *NullableCreateNetworkListsRequest
func (NullableCreateNetworkListsRequest) Get ¶
func (v NullableCreateNetworkListsRequest) Get() *CreateNetworkListsRequest
func (NullableCreateNetworkListsRequest) IsSet ¶
func (v NullableCreateNetworkListsRequest) IsSet() bool
func (NullableCreateNetworkListsRequest) MarshalJSON ¶
func (v NullableCreateNetworkListsRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateNetworkListsRequest) Set ¶
func (v *NullableCreateNetworkListsRequest) Set(val *CreateNetworkListsRequest)
func (*NullableCreateNetworkListsRequest) UnmarshalJSON ¶
func (v *NullableCreateNetworkListsRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateNetworkListsRequest) Unset ¶
func (v *NullableCreateNetworkListsRequest) Unset()
type NullableErrorModel ¶
type NullableErrorModel struct {
// contains filtered or unexported fields
}
func NewNullableErrorModel ¶
func NewNullableErrorModel(val *ErrorModel) *NullableErrorModel
func (NullableErrorModel) Get ¶
func (v NullableErrorModel) Get() *ErrorModel
func (NullableErrorModel) IsSet ¶
func (v NullableErrorModel) IsSet() bool
func (NullableErrorModel) MarshalJSON ¶
func (v NullableErrorModel) MarshalJSON() ([]byte, error)
func (*NullableErrorModel) Set ¶
func (v *NullableErrorModel) Set(val *ErrorModel)
func (*NullableErrorModel) UnmarshalJSON ¶
func (v *NullableErrorModel) UnmarshalJSON(src []byte) error
func (*NullableErrorModel) Unset ¶
func (v *NullableErrorModel) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) 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 NullableListNetworkListsResponse ¶
type NullableListNetworkListsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListNetworkListsResponse ¶
func NewNullableListNetworkListsResponse(val *ListNetworkListsResponse) *NullableListNetworkListsResponse
func (NullableListNetworkListsResponse) Get ¶
func (v NullableListNetworkListsResponse) Get() *ListNetworkListsResponse
func (NullableListNetworkListsResponse) IsSet ¶
func (v NullableListNetworkListsResponse) IsSet() bool
func (NullableListNetworkListsResponse) MarshalJSON ¶
func (v NullableListNetworkListsResponse) MarshalJSON() ([]byte, error)
func (*NullableListNetworkListsResponse) Set ¶
func (v *NullableListNetworkListsResponse) Set(val *ListNetworkListsResponse)
func (*NullableListNetworkListsResponse) UnmarshalJSON ¶
func (v *NullableListNetworkListsResponse) UnmarshalJSON(src []byte) error
func (*NullableListNetworkListsResponse) Unset ¶
func (v *NullableListNetworkListsResponse) Unset()
type NullableNetworkListResponseEntry ¶ added in v0.78.0
type NullableNetworkListResponseEntry struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListResponseEntry ¶ added in v0.78.0
func NewNullableNetworkListResponseEntry(val *NetworkListResponseEntry) *NullableNetworkListResponseEntry
func (NullableNetworkListResponseEntry) Get ¶ added in v0.78.0
func (v NullableNetworkListResponseEntry) Get() *NetworkListResponseEntry
func (NullableNetworkListResponseEntry) IsSet ¶ added in v0.78.0
func (v NullableNetworkListResponseEntry) IsSet() bool
func (NullableNetworkListResponseEntry) MarshalJSON ¶ added in v0.78.0
func (v NullableNetworkListResponseEntry) MarshalJSON() ([]byte, error)
func (*NullableNetworkListResponseEntry) Set ¶ added in v0.78.0
func (v *NullableNetworkListResponseEntry) Set(val *NetworkListResponseEntry)
func (*NullableNetworkListResponseEntry) UnmarshalJSON ¶ added in v0.78.0
func (v *NullableNetworkListResponseEntry) UnmarshalJSON(src []byte) error
func (*NullableNetworkListResponseEntry) Unset ¶ added in v0.78.0
func (v *NullableNetworkListResponseEntry) Unset()
type NullableNetworkListUuidResponse ¶ added in v0.78.0
type NullableNetworkListUuidResponse struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListUuidResponse ¶ added in v0.78.0
func NewNullableNetworkListUuidResponse(val *NetworkListUuidResponse) *NullableNetworkListUuidResponse
func (NullableNetworkListUuidResponse) Get ¶ added in v0.78.0
func (v NullableNetworkListUuidResponse) Get() *NetworkListUuidResponse
func (NullableNetworkListUuidResponse) IsSet ¶ added in v0.78.0
func (v NullableNetworkListUuidResponse) IsSet() bool
func (NullableNetworkListUuidResponse) MarshalJSON ¶ added in v0.78.0
func (v NullableNetworkListUuidResponse) MarshalJSON() ([]byte, error)
func (*NullableNetworkListUuidResponse) Set ¶ added in v0.78.0
func (v *NullableNetworkListUuidResponse) Set(val *NetworkListUuidResponse)
func (*NullableNetworkListUuidResponse) UnmarshalJSON ¶ added in v0.78.0
func (v *NullableNetworkListUuidResponse) UnmarshalJSON(src []byte) error
func (*NullableNetworkListUuidResponse) Unset ¶ added in v0.78.0
func (v *NullableNetworkListUuidResponse) Unset()
type NullableNetworkListUuidResponseEntry ¶ added in v0.78.0
type NullableNetworkListUuidResponseEntry struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListUuidResponseEntry ¶ added in v0.78.0
func NewNullableNetworkListUuidResponseEntry(val *NetworkListUuidResponseEntry) *NullableNetworkListUuidResponseEntry
func (NullableNetworkListUuidResponseEntry) Get ¶ added in v0.78.0
func (v NullableNetworkListUuidResponseEntry) Get() *NetworkListUuidResponseEntry
func (NullableNetworkListUuidResponseEntry) IsSet ¶ added in v0.78.0
func (v NullableNetworkListUuidResponseEntry) IsSet() bool
func (NullableNetworkListUuidResponseEntry) MarshalJSON ¶ added in v0.78.0
func (v NullableNetworkListUuidResponseEntry) MarshalJSON() ([]byte, error)
func (*NullableNetworkListUuidResponseEntry) Set ¶ added in v0.78.0
func (v *NullableNetworkListUuidResponseEntry) Set(val *NetworkListUuidResponseEntry)
func (*NullableNetworkListUuidResponseEntry) UnmarshalJSON ¶ added in v0.78.0
func (v *NullableNetworkListUuidResponseEntry) UnmarshalJSON(src []byte) error
func (*NullableNetworkListUuidResponseEntry) Unset ¶ added in v0.78.0
func (v *NullableNetworkListUuidResponseEntry) Unset()
type NullableNetworkListUuidResponseEntryInt ¶ added in v0.80.0
type NullableNetworkListUuidResponseEntryInt struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListUuidResponseEntryInt ¶ added in v0.80.0
func NewNullableNetworkListUuidResponseEntryInt(val *NetworkListUuidResponseEntryInt) *NullableNetworkListUuidResponseEntryInt
func (NullableNetworkListUuidResponseEntryInt) IsSet ¶ added in v0.80.0
func (v NullableNetworkListUuidResponseEntryInt) IsSet() bool
func (NullableNetworkListUuidResponseEntryInt) MarshalJSON ¶ added in v0.80.0
func (v NullableNetworkListUuidResponseEntryInt) MarshalJSON() ([]byte, error)
func (*NullableNetworkListUuidResponseEntryInt) Set ¶ added in v0.80.0
func (v *NullableNetworkListUuidResponseEntryInt) Set(val *NetworkListUuidResponseEntryInt)
func (*NullableNetworkListUuidResponseEntryInt) UnmarshalJSON ¶ added in v0.80.0
func (v *NullableNetworkListUuidResponseEntryInt) UnmarshalJSON(src []byte) error
func (*NullableNetworkListUuidResponseEntryInt) Unset ¶ added in v0.80.0
func (v *NullableNetworkListUuidResponseEntryInt) Unset()
type NullableNetworkListUuidResponseEntryString ¶ added in v0.80.0
type NullableNetworkListUuidResponseEntryString struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListUuidResponseEntryString ¶ added in v0.80.0
func NewNullableNetworkListUuidResponseEntryString(val *NetworkListUuidResponseEntryString) *NullableNetworkListUuidResponseEntryString
func (NullableNetworkListUuidResponseEntryString) IsSet ¶ added in v0.80.0
func (v NullableNetworkListUuidResponseEntryString) IsSet() bool
func (NullableNetworkListUuidResponseEntryString) MarshalJSON ¶ added in v0.80.0
func (v NullableNetworkListUuidResponseEntryString) MarshalJSON() ([]byte, error)
func (*NullableNetworkListUuidResponseEntryString) Set ¶ added in v0.80.0
func (v *NullableNetworkListUuidResponseEntryString) Set(val *NetworkListUuidResponseEntryString)
func (*NullableNetworkListUuidResponseEntryString) UnmarshalJSON ¶ added in v0.80.0
func (v *NullableNetworkListUuidResponseEntryString) UnmarshalJSON(src []byte) error
func (*NullableNetworkListUuidResponseEntryString) Unset ¶ added in v0.80.0
func (v *NullableNetworkListUuidResponseEntryString) Unset()
type NullableNetworkLists ¶
type NullableNetworkLists struct {
// contains filtered or unexported fields
}
func NewNullableNetworkLists ¶
func NewNullableNetworkLists(val *NetworkLists) *NullableNetworkLists
func (NullableNetworkLists) Get ¶
func (v NullableNetworkLists) Get() *NetworkLists
func (NullableNetworkLists) IsSet ¶
func (v NullableNetworkLists) IsSet() bool
func (NullableNetworkLists) MarshalJSON ¶
func (v NullableNetworkLists) MarshalJSON() ([]byte, error)
func (*NullableNetworkLists) Set ¶
func (v *NullableNetworkLists) Set(val *NetworkLists)
func (*NullableNetworkLists) UnmarshalJSON ¶
func (v *NullableNetworkLists) UnmarshalJSON(src []byte) error
func (*NullableNetworkLists) Unset ¶
func (v *NullableNetworkLists) Unset()
type NullableNetworkListsResponse ¶
type NullableNetworkListsResponse struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsResponse ¶
func NewNullableNetworkListsResponse(val *NetworkListsResponse) *NullableNetworkListsResponse
func (NullableNetworkListsResponse) Get ¶
func (v NullableNetworkListsResponse) Get() *NetworkListsResponse
func (NullableNetworkListsResponse) IsSet ¶
func (v NullableNetworkListsResponse) IsSet() bool
func (NullableNetworkListsResponse) MarshalJSON ¶
func (v NullableNetworkListsResponse) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsResponse) Set ¶
func (v *NullableNetworkListsResponse) Set(val *NetworkListsResponse)
func (*NullableNetworkListsResponse) UnmarshalJSON ¶
func (v *NullableNetworkListsResponse) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsResponse) Unset ¶
func (v *NullableNetworkListsResponse) 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 NullableUpdateNetworkListsRequest ¶
type NullableUpdateNetworkListsRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateNetworkListsRequest ¶
func NewNullableUpdateNetworkListsRequest(val *UpdateNetworkListsRequest) *NullableUpdateNetworkListsRequest
func (NullableUpdateNetworkListsRequest) Get ¶
func (v NullableUpdateNetworkListsRequest) Get() *UpdateNetworkListsRequest
func (NullableUpdateNetworkListsRequest) IsSet ¶
func (v NullableUpdateNetworkListsRequest) IsSet() bool
func (NullableUpdateNetworkListsRequest) MarshalJSON ¶
func (v NullableUpdateNetworkListsRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateNetworkListsRequest) Set ¶
func (v *NullableUpdateNetworkListsRequest) Set(val *UpdateNetworkListsRequest)
func (*NullableUpdateNetworkListsRequest) UnmarshalJSON ¶
func (v *NullableUpdateNetworkListsRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateNetworkListsRequest) Unset ¶
func (v *NullableUpdateNetworkListsRequest) 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
type UpdateNetworkListsRequest ¶
type UpdateNetworkListsRequest struct { Name *string `json:"name,omitempty"` ItemsValues []string `json:"items_values,omitempty"` ListType *string `json:"list_type,omitempty"` }
UpdateNetworkListsRequest struct for UpdateNetworkListsRequest
func NewUpdateNetworkListsRequest ¶
func NewUpdateNetworkListsRequest() *UpdateNetworkListsRequest
NewUpdateNetworkListsRequest instantiates a new UpdateNetworkListsRequest 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 NewUpdateNetworkListsRequestWithDefaults ¶
func NewUpdateNetworkListsRequestWithDefaults() *UpdateNetworkListsRequest
NewUpdateNetworkListsRequestWithDefaults instantiates a new UpdateNetworkListsRequest 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 (*UpdateNetworkListsRequest) GetItemsValues ¶
func (o *UpdateNetworkListsRequest) GetItemsValues() []string
GetItemsValues returns the ItemsValues field value if set, zero value otherwise.
func (*UpdateNetworkListsRequest) GetItemsValuesOk ¶
func (o *UpdateNetworkListsRequest) GetItemsValuesOk() ([]string, bool)
GetItemsValuesOk returns a tuple with the ItemsValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateNetworkListsRequest) GetListType ¶
func (o *UpdateNetworkListsRequest) GetListType() string
GetListType returns the ListType field value if set, zero value otherwise.
func (*UpdateNetworkListsRequest) GetListTypeOk ¶
func (o *UpdateNetworkListsRequest) GetListTypeOk() (*string, bool)
GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateNetworkListsRequest) GetName ¶
func (o *UpdateNetworkListsRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateNetworkListsRequest) GetNameOk ¶
func (o *UpdateNetworkListsRequest) 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 (*UpdateNetworkListsRequest) HasItemsValues ¶
func (o *UpdateNetworkListsRequest) HasItemsValues() bool
HasItemsValues returns a boolean if a field has been set.
func (*UpdateNetworkListsRequest) HasListType ¶
func (o *UpdateNetworkListsRequest) HasListType() bool
HasListType returns a boolean if a field has been set.
func (*UpdateNetworkListsRequest) HasName ¶
func (o *UpdateNetworkListsRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (UpdateNetworkListsRequest) MarshalJSON ¶
func (o UpdateNetworkListsRequest) MarshalJSON() ([]byte, error)
func (*UpdateNetworkListsRequest) SetItemsValues ¶
func (o *UpdateNetworkListsRequest) SetItemsValues(v []string)
SetItemsValues gets a reference to the given []string and assigns it to the ItemsValues field.
func (*UpdateNetworkListsRequest) SetListType ¶
func (o *UpdateNetworkListsRequest) SetListType(v string)
SetListType gets a reference to the given string and assigns it to the ListType field.
func (*UpdateNetworkListsRequest) SetName ¶
func (o *UpdateNetworkListsRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (UpdateNetworkListsRequest) ToMap ¶
func (o UpdateNetworkListsRequest) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_bad_request_response.go
- model_create_network_lists_request.go
- model_error_model.go
- model_error_response.go
- model_links.go
- model_list_network_lists_response.go
- model_network_list_response_entry.go
- model_network_list_uuid_response.go
- model_network_list_uuid_response_entry.go
- model_network_list_uuid_response_entry_int.go
- model_network_list_uuid_response_entry_string.go
- model_network_lists.go
- model_network_lists_response.go
- model_update_network_lists_request.go
- response.go
- utils.go