readarr

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MPL-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
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")
)
View Source
var AllowedAllowFingerprintingEnumValues = []AllowFingerprinting{
	"never",
	"newFiles",
	"allFiles",
}

All allowed values of AllowFingerprinting enum

View Source
var AllowedApplyTagsEnumValues = []ApplyTags{
	"add",
	"remove",
	"replace",
}

All allowed values of ApplyTags enum

View Source
var AllowedAuthenticationTypeEnumValues = []AuthenticationType{
	"none",
	"basic",
	"forms",
}

All allowed values of AuthenticationType enum

View Source
var AllowedAuthorStatusTypeEnumValues = []AuthorStatusType{
	"continuing",
	"ended",
}

All allowed values of AuthorStatusType enum

View Source
var AllowedBackupTypeEnumValues = []BackupType{
	"scheduled",
	"manual",
	"update",
}

All allowed values of BackupType enum

View Source
var AllowedBookAddTypeEnumValues = []BookAddType{
	"automatic",
	"manual",
}

All allowed values of BookAddType enum

View Source
var AllowedCertificateValidationTypeEnumValues = []CertificateValidationType{
	"enabled",
	"disabledForLocalAddresses",
	"disabled",
}

All allowed values of CertificateValidationType enum

View Source
var AllowedCommandPriorityEnumValues = []CommandPriority{
	"normal",
	"high",
	"low",
}

All allowed values of CommandPriority enum

View Source
var AllowedCommandResultEnumValues = []CommandResult{
	"unknown",
	"successful",
	"unsuccessful",
}

All allowed values of CommandResult enum

View Source
var AllowedCommandStatusEnumValues = []CommandStatus{
	"queued",
	"started",
	"completed",
	"failed",
	"aborted",
	"cancelled",
	"orphaned",
}

All allowed values of CommandStatus enum

View Source
var AllowedCommandTriggerEnumValues = []CommandTrigger{
	"unspecified",
	"manual",
	"scheduled",
}

All allowed values of CommandTrigger enum

View Source
var AllowedDatabaseTypeEnumValues = []DatabaseType{
	"sqLite",
	"postgreSQL",
}

All allowed values of DatabaseType enum

View Source
var AllowedDownloadProtocolEnumValues = []DownloadProtocol{
	"unknown",
	"usenet",
	"torrent",
}

All allowed values of DownloadProtocol enum

View Source
var AllowedEntityHistoryEventTypeEnumValues = []EntityHistoryEventType{
	"unknown",
	"grabbed",
	"bookFileImported",
	"downloadFailed",
	"bookFileDeleted",
	"bookFileRenamed",
	"bookImportIncomplete",
	"downloadImported",
	"bookFileRetagged",
	"downloadIgnored",
}

All allowed values of EntityHistoryEventType enum

View Source
var AllowedFileDateTypeEnumValues = []FileDateType{
	"none",
	"bookReleaseDate",
}

All allowed values of FileDateType enum

View Source
var AllowedHealthCheckResultEnumValues = []HealthCheckResult{
	"ok",
	"notice",
	"warning",
	"error",
}

All allowed values of HealthCheckResult enum

View Source
var AllowedImportListMonitorTypeEnumValues = []ImportListMonitorType{
	"none",
	"specificBook",
	"entireAuthor",
}

All allowed values of ImportListMonitorType enum

View Source
var AllowedImportListTypeEnumValues = []ImportListType{
	"program",
	"goodreads",
	"other",
}

All allowed values of ImportListType enum

View Source
var AllowedMediaCoverTypesEnumValues = []MediaCoverTypes{
	"unknown",
	"poster",
	"banner",
	"fanart",
	"screenshot",
	"headshot",
	"cover",
	"disc",
	"logo",
	"clearlogo",
}

All allowed values of MediaCoverTypes enum

View Source
var AllowedMonitorTypesEnumValues = []MonitorTypes{
	"all",
	"future",
	"missing",
	"existing",
	"latest",
	"first",
	"none",
	"unknown",
}

All allowed values of MonitorTypes enum

View Source
var AllowedNewItemMonitorTypesEnumValues = []NewItemMonitorTypes{
	"all",
	"none",
	"new",
}

All allowed values of NewItemMonitorTypes enum

View Source
var AllowedProperDownloadTypesEnumValues = []ProperDownloadTypes{
	"preferAndUpgrade",
	"doNotUpgrade",
	"doNotPrefer",
}

All allowed values of ProperDownloadTypes enum

View Source
var AllowedProviderMessageTypeEnumValues = []ProviderMessageType{
	"info",
	"warning",
	"error",
}

All allowed values of ProviderMessageType enum

View Source
var AllowedProxyTypeEnumValues = []ProxyType{
	"http",
	"socks4",
	"socks5",
}

All allowed values of ProxyType enum

View Source
var AllowedRejectionTypeEnumValues = []RejectionType{
	"permanent",
	"temporary",
}

All allowed values of RejectionType enum

View Source
var AllowedRescanAfterRefreshTypeEnumValues = []RescanAfterRefreshType{
	"always",
	"afterManual",
	"never",
}

All allowed values of RescanAfterRefreshType enum

View Source
var AllowedRuntimeModeEnumValues = []RuntimeMode{
	"console",
	"service",
	"tray",
}

All allowed values of RuntimeMode enum

View Source
var AllowedSortDirectionEnumValues = []SortDirection{
	"default",
	"ascending",
	"descending",
}

All allowed values of SortDirection enum

View Source
var AllowedTrackedDownloadStateEnumValues = []TrackedDownloadState{
	"downloading",
	"downloadFailed",
	"downloadFailedPending",
	"importPending",
	"importing",
	"importFailed",
	"imported",
	"ignored",
}

All allowed values of TrackedDownloadState enum

View Source
var AllowedTrackedDownloadStatusEnumValues = []TrackedDownloadStatus{
	"ok",
	"warning",
	"error",
}

All allowed values of TrackedDownloadStatus enum

View Source
var AllowedUpdateMechanismEnumValues = []UpdateMechanism{
	"builtIn",
	"script",
	"external",
	"apt",
	"docker",
}

All allowed values of UpdateMechanism enum

View Source
var AllowedWriteAudioTagsTypeEnumValues = []WriteAudioTagsType{
	"no",
	"newFiles",
	"allFiles",
	"sync",
}

All allowed values of WriteAudioTagsType enum

View Source
var AllowedWriteBookTagsTypeEnumValues = []WriteBookTagsType{
	"newFiles",
	"allFiles",
	"sync",
}

All allowed values of WriteBookTagsType enum

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil added in v1.0.0

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	ApiInfoAPI *ApiInfoAPIService

	AuthenticationAPI *AuthenticationAPIService

	AuthorAPI *AuthorAPIService

	AuthorEditorAPI *AuthorEditorAPIService

	AuthorLookupAPI *AuthorLookupAPIService

	BackupAPI *BackupAPIService

	BlocklistAPI *BlocklistAPIService

	BookAPI *BookAPIService

	BookEditorAPI *BookEditorAPIService

	BookFileAPI *BookFileAPIService

	BookLookupAPI *BookLookupAPIService

	BookshelfAPI *BookshelfAPIService

	CalendarAPI *CalendarAPIService

	CalendarFeedAPI *CalendarFeedAPIService

	CommandAPI *CommandAPIService

	CustomFilterAPI *CustomFilterAPIService

	CustomFormatAPI *CustomFormatAPIService

	CutoffAPI *CutoffAPIService

	DelayProfileAPI *DelayProfileAPIService

	DevelopmentConfigAPI *DevelopmentConfigAPIService

	DiskSpaceAPI *DiskSpaceAPIService

	DownloadClientAPI *DownloadClientAPIService

	DownloadClientConfigAPI *DownloadClientConfigAPIService

	EditionAPI *EditionAPIService

	FileSystemAPI *FileSystemAPIService

	HealthAPI *HealthAPIService

	HistoryAPI *HistoryAPIService

	HostConfigAPI *HostConfigAPIService

	ImportListAPI *ImportListAPIService

	ImportListExclusionAPI *ImportListExclusionAPIService

	IndexerAPI *IndexerAPIService

	IndexerConfigAPI *IndexerConfigAPIService

	LanguageAPI *LanguageAPIService

	LocalizationAPI *LocalizationAPIService

	LogAPI *LogAPIService

	LogFileAPI *LogFileAPIService

	ManualImportAPI *ManualImportAPIService

	MediaCoverAPI *MediaCoverAPIService

	MediaManagementConfigAPI *MediaManagementConfigAPIService

	MetadataAPI *MetadataAPIService

	MetadataProfileAPI *MetadataProfileAPIService

	MetadataProfileSchemaAPI *MetadataProfileSchemaAPIService

	MetadataProviderConfigAPI *MetadataProviderConfigAPIService

	MissingAPI *MissingAPIService

	NamingConfigAPI *NamingConfigAPIService

	NotificationAPI *NotificationAPIService

	ParseAPI *ParseAPIService

	PingAPI *PingAPIService

	QualityDefinitionAPI *QualityDefinitionAPIService

	QualityProfileAPI *QualityProfileAPIService

	QualityProfileSchemaAPI *QualityProfileSchemaAPIService

	QueueAPI *QueueAPIService

	QueueActionAPI *QueueActionAPIService

	QueueDetailsAPI *QueueDetailsAPIService

	QueueStatusAPI *QueueStatusAPIService

	ReleaseAPI *ReleaseAPIService

	ReleaseProfileAPI *ReleaseProfileAPIService

	ReleasePushAPI *ReleasePushAPIService

	RemotePathMappingAPI *RemotePathMappingAPIService

	RenameBookAPI *RenameBookAPIService

	RetagBookAPI *RetagBookAPIService

	RootFolderAPI *RootFolderAPIService

	SearchAPI *SearchAPIService

	SeriesAPI *SeriesAPIService

	StaticResourceAPI *StaticResourceAPIService

	SystemAPI *SystemAPIService

	TagAPI *TagAPIService

	TagDetailsAPI *TagDetailsAPIService

	TaskAPI *TaskAPIService

	UiConfigAPI *UiConfigAPIService

	UpdateAPI *UpdateAPIService

	UpdateLogFileAPI *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Readarr API vv0.3.18.2411 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

type APIKey struct {
	Key    string
	Prefix string
}

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 AddAuthorOptions

type AddAuthorOptions struct {
	Monitor               *MonitorTypes `json:"monitor,omitempty"`
	BooksToMonitor        []string      `json:"booksToMonitor,omitempty"`
	Monitored             *bool         `json:"monitored,omitempty"`
	SearchForMissingBooks *bool         `json:"searchForMissingBooks,omitempty"`
}

AddAuthorOptions struct for AddAuthorOptions

func NewAddAuthorOptions

func NewAddAuthorOptions() *AddAuthorOptions

NewAddAuthorOptions instantiates a new AddAuthorOptions 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 NewAddAuthorOptionsWithDefaults

func NewAddAuthorOptionsWithDefaults() *AddAuthorOptions

NewAddAuthorOptionsWithDefaults instantiates a new AddAuthorOptions 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 (*AddAuthorOptions) GetBooksToMonitor

func (o *AddAuthorOptions) GetBooksToMonitor() []string

GetBooksToMonitor returns the BooksToMonitor field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AddAuthorOptions) GetBooksToMonitorOk

func (o *AddAuthorOptions) GetBooksToMonitorOk() ([]string, bool)

GetBooksToMonitorOk returns a tuple with the BooksToMonitor 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 (*AddAuthorOptions) GetMonitor

func (o *AddAuthorOptions) GetMonitor() MonitorTypes

GetMonitor returns the Monitor field value if set, zero value otherwise.

func (*AddAuthorOptions) GetMonitorOk

func (o *AddAuthorOptions) GetMonitorOk() (*MonitorTypes, bool)

GetMonitorOk returns a tuple with the Monitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddAuthorOptions) GetMonitored

func (o *AddAuthorOptions) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*AddAuthorOptions) GetMonitoredOk

func (o *AddAuthorOptions) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddAuthorOptions) GetSearchForMissingBooks

func (o *AddAuthorOptions) GetSearchForMissingBooks() bool

GetSearchForMissingBooks returns the SearchForMissingBooks field value if set, zero value otherwise.

func (*AddAuthorOptions) GetSearchForMissingBooksOk

func (o *AddAuthorOptions) GetSearchForMissingBooksOk() (*bool, bool)

GetSearchForMissingBooksOk returns a tuple with the SearchForMissingBooks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddAuthorOptions) HasBooksToMonitor

func (o *AddAuthorOptions) HasBooksToMonitor() bool

HasBooksToMonitor returns a boolean if a field has been set.

func (*AddAuthorOptions) HasMonitor

func (o *AddAuthorOptions) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

func (*AddAuthorOptions) HasMonitored

func (o *AddAuthorOptions) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*AddAuthorOptions) HasSearchForMissingBooks

func (o *AddAuthorOptions) HasSearchForMissingBooks() bool

HasSearchForMissingBooks returns a boolean if a field has been set.

func (AddAuthorOptions) MarshalJSON

func (o AddAuthorOptions) MarshalJSON() ([]byte, error)

func (*AddAuthorOptions) SetBooksToMonitor

func (o *AddAuthorOptions) SetBooksToMonitor(v []string)

SetBooksToMonitor gets a reference to the given []string and assigns it to the BooksToMonitor field.

func (*AddAuthorOptions) SetMonitor

func (o *AddAuthorOptions) SetMonitor(v MonitorTypes)

SetMonitor gets a reference to the given MonitorTypes and assigns it to the Monitor field.

func (*AddAuthorOptions) SetMonitored

func (o *AddAuthorOptions) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*AddAuthorOptions) SetSearchForMissingBooks

func (o *AddAuthorOptions) SetSearchForMissingBooks(v bool)

SetSearchForMissingBooks gets a reference to the given bool and assigns it to the SearchForMissingBooks field.

func (AddAuthorOptions) ToMap added in v1.0.0

func (o AddAuthorOptions) ToMap() (map[string]interface{}, error)

type AddBookOptions

type AddBookOptions struct {
	AddType          *BookAddType `json:"addType,omitempty"`
	SearchForNewBook *bool        `json:"searchForNewBook,omitempty"`
}

AddBookOptions struct for AddBookOptions

func NewAddBookOptions

func NewAddBookOptions() *AddBookOptions

NewAddBookOptions instantiates a new AddBookOptions 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 NewAddBookOptionsWithDefaults

func NewAddBookOptionsWithDefaults() *AddBookOptions

NewAddBookOptionsWithDefaults instantiates a new AddBookOptions 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 (*AddBookOptions) GetAddType

func (o *AddBookOptions) GetAddType() BookAddType

GetAddType returns the AddType field value if set, zero value otherwise.

func (*AddBookOptions) GetAddTypeOk

func (o *AddBookOptions) GetAddTypeOk() (*BookAddType, bool)

GetAddTypeOk returns a tuple with the AddType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddBookOptions) GetSearchForNewBook

func (o *AddBookOptions) GetSearchForNewBook() bool

GetSearchForNewBook returns the SearchForNewBook field value if set, zero value otherwise.

func (*AddBookOptions) GetSearchForNewBookOk

func (o *AddBookOptions) GetSearchForNewBookOk() (*bool, bool)

GetSearchForNewBookOk returns a tuple with the SearchForNewBook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddBookOptions) HasAddType

func (o *AddBookOptions) HasAddType() bool

HasAddType returns a boolean if a field has been set.

func (*AddBookOptions) HasSearchForNewBook

func (o *AddBookOptions) HasSearchForNewBook() bool

HasSearchForNewBook returns a boolean if a field has been set.

func (AddBookOptions) MarshalJSON

func (o AddBookOptions) MarshalJSON() ([]byte, error)

func (*AddBookOptions) SetAddType

func (o *AddBookOptions) SetAddType(v BookAddType)

SetAddType gets a reference to the given BookAddType and assigns it to the AddType field.

func (*AddBookOptions) SetSearchForNewBook

func (o *AddBookOptions) SetSearchForNewBook(v bool)

SetSearchForNewBook gets a reference to the given bool and assigns it to the SearchForNewBook field.

func (AddBookOptions) ToMap added in v1.0.0

func (o AddBookOptions) ToMap() (map[string]interface{}, error)

type AllowFingerprinting

type AllowFingerprinting string

AllowFingerprinting the model 'AllowFingerprinting'

const (
	ALLOWFINGERPRINTING_NEVER     AllowFingerprinting = "never"
	ALLOWFINGERPRINTING_NEW_FILES AllowFingerprinting = "newFiles"
	ALLOWFINGERPRINTING_ALL_FILES AllowFingerprinting = "allFiles"
)

List of AllowFingerprinting

func NewAllowFingerprintingFromValue

func NewAllowFingerprintingFromValue(v string) (*AllowFingerprinting, error)

NewAllowFingerprintingFromValue returns a pointer to a valid AllowFingerprinting for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AllowFingerprinting) IsValid

func (v AllowFingerprinting) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AllowFingerprinting) Ptr

Ptr returns reference to AllowFingerprinting value

func (*AllowFingerprinting) UnmarshalJSON

func (v *AllowFingerprinting) UnmarshalJSON(src []byte) error

type ApiCreateAuthorRequest

type ApiCreateAuthorRequest struct {
	ApiService *AuthorAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAuthorRequest) AuthorResource

func (r ApiCreateAuthorRequest) AuthorResource(authorResource AuthorResource) ApiCreateAuthorRequest

func (ApiCreateAuthorRequest) Execute

type ApiCreateBookRequest

type ApiCreateBookRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiCreateBookRequest) BookResource

func (r ApiCreateBookRequest) BookResource(bookResource BookResource) ApiCreateBookRequest

func (ApiCreateBookRequest) Execute

type ApiCreateBookshelfRequest

type ApiCreateBookshelfRequest struct {
	ApiService *BookshelfAPIService
	// contains filtered or unexported fields
}

func (ApiCreateBookshelfRequest) BookshelfResource

func (r ApiCreateBookshelfRequest) BookshelfResource(bookshelfResource BookshelfResource) ApiCreateBookshelfRequest

func (ApiCreateBookshelfRequest) Execute

func (r ApiCreateBookshelfRequest) Execute() (*http.Response, error)

type ApiCreateCommandRequest

type ApiCreateCommandRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCommandRequest) CommandResource

func (r ApiCreateCommandRequest) CommandResource(commandResource CommandResource) ApiCreateCommandRequest

func (ApiCreateCommandRequest) Execute

type ApiCreateCustomFilterRequest

type ApiCreateCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCustomFilterRequest) CustomFilterResource

func (r ApiCreateCustomFilterRequest) CustomFilterResource(customFilterResource CustomFilterResource) ApiCreateCustomFilterRequest

func (ApiCreateCustomFilterRequest) Execute

type ApiCreateCustomFormatRequest added in v0.3.0

type ApiCreateCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCustomFormatRequest) CustomFormatResource added in v0.3.0

func (r ApiCreateCustomFormatRequest) CustomFormatResource(customFormatResource CustomFormatResource) ApiCreateCustomFormatRequest

func (ApiCreateCustomFormatRequest) Execute added in v0.3.0

type ApiCreateDelayProfileRequest

type ApiCreateDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDelayProfileRequest) DelayProfileResource

func (r ApiCreateDelayProfileRequest) DelayProfileResource(delayProfileResource DelayProfileResource) ApiCreateDelayProfileRequest

func (ApiCreateDelayProfileRequest) Execute

type ApiCreateDownloadClientActionByNameRequest

type ApiCreateDownloadClientActionByNameRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDownloadClientActionByNameRequest) DownloadClientResource

func (ApiCreateDownloadClientActionByNameRequest) Execute

type ApiCreateDownloadClientRequest

type ApiCreateDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDownloadClientRequest) DownloadClientResource

func (r ApiCreateDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiCreateDownloadClientRequest

func (ApiCreateDownloadClientRequest) Execute

func (ApiCreateDownloadClientRequest) ForceSave added in v0.4.0

type ApiCreateHistoryFailedByIdRequest added in v0.3.0

type ApiCreateHistoryFailedByIdRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiCreateHistoryFailedByIdRequest) Execute added in v0.3.0

type ApiCreateImportListActionByNameRequest

type ApiCreateImportListActionByNameRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiCreateImportListActionByNameRequest) Execute

func (ApiCreateImportListActionByNameRequest) ImportListResource

type ApiCreateImportListExclusionRequest

type ApiCreateImportListExclusionRequest struct {
	ApiService *ImportListExclusionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateImportListExclusionRequest) Execute

func (ApiCreateImportListExclusionRequest) ImportListExclusionResource

func (r ApiCreateImportListExclusionRequest) ImportListExclusionResource(importListExclusionResource ImportListExclusionResource) ApiCreateImportListExclusionRequest

type ApiCreateImportListRequest

type ApiCreateImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiCreateImportListRequest) Execute

func (ApiCreateImportListRequest) ForceSave added in v0.4.0

func (ApiCreateImportListRequest) ImportListResource

func (r ApiCreateImportListRequest) ImportListResource(importListResource ImportListResource) ApiCreateImportListRequest

type ApiCreateIndexerActionByNameRequest

type ApiCreateIndexerActionByNameRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateIndexerActionByNameRequest) Execute

func (ApiCreateIndexerActionByNameRequest) IndexerResource

type ApiCreateIndexerRequest

type ApiCreateIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateIndexerRequest) Execute

func (ApiCreateIndexerRequest) ForceSave added in v0.4.0

func (r ApiCreateIndexerRequest) ForceSave(forceSave bool) ApiCreateIndexerRequest

func (ApiCreateIndexerRequest) IndexerResource

func (r ApiCreateIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiCreateIndexerRequest

type ApiCreateLoginRequest

type ApiCreateLoginRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiCreateLoginRequest) Execute

func (r ApiCreateLoginRequest) Execute() (*http.Response, error)

func (ApiCreateLoginRequest) Password

func (r ApiCreateLoginRequest) Password(password string) ApiCreateLoginRequest

func (ApiCreateLoginRequest) RememberMe

func (r ApiCreateLoginRequest) RememberMe(rememberMe string) ApiCreateLoginRequest

func (ApiCreateLoginRequest) ReturnUrl

func (r ApiCreateLoginRequest) ReturnUrl(returnUrl string) ApiCreateLoginRequest

func (ApiCreateLoginRequest) Username

func (r ApiCreateLoginRequest) Username(username string) ApiCreateLoginRequest

type ApiCreateManualImportRequest added in v0.3.0

type ApiCreateManualImportRequest struct {
	ApiService *ManualImportAPIService
	// contains filtered or unexported fields
}

func (ApiCreateManualImportRequest) Execute added in v0.3.0

func (ApiCreateManualImportRequest) ManualImportUpdateResource added in v0.3.0

func (r ApiCreateManualImportRequest) ManualImportUpdateResource(manualImportUpdateResource []ManualImportUpdateResource) ApiCreateManualImportRequest

type ApiCreateMetadataActionByNameRequest

type ApiCreateMetadataActionByNameRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMetadataActionByNameRequest) Execute

func (ApiCreateMetadataActionByNameRequest) MetadataResource

type ApiCreateMetadataProfileRequest

type ApiCreateMetadataProfileRequest struct {
	ApiService *MetadataProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMetadataProfileRequest) Execute

func (ApiCreateMetadataProfileRequest) MetadataProfileResource

func (r ApiCreateMetadataProfileRequest) MetadataProfileResource(metadataProfileResource MetadataProfileResource) ApiCreateMetadataProfileRequest

type ApiCreateMetadataRequest

type ApiCreateMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMetadataRequest) Execute

func (ApiCreateMetadataRequest) ForceSave added in v0.4.0

func (ApiCreateMetadataRequest) MetadataResource

func (r ApiCreateMetadataRequest) MetadataResource(metadataResource MetadataResource) ApiCreateMetadataRequest

type ApiCreateNotificationActionByNameRequest

type ApiCreateNotificationActionByNameRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiCreateNotificationActionByNameRequest) Execute

func (ApiCreateNotificationActionByNameRequest) NotificationResource

type ApiCreateNotificationRequest

type ApiCreateNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiCreateNotificationRequest) Execute

func (ApiCreateNotificationRequest) ForceSave added in v0.4.0

func (ApiCreateNotificationRequest) NotificationResource

func (r ApiCreateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiCreateNotificationRequest

type ApiCreateQualityProfileRequest

type ApiCreateQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateQualityProfileRequest) Execute

func (ApiCreateQualityProfileRequest) QualityProfileResource

func (r ApiCreateQualityProfileRequest) QualityProfileResource(qualityProfileResource QualityProfileResource) ApiCreateQualityProfileRequest

type ApiCreateQueueGrabBulkRequest

type ApiCreateQueueGrabBulkRequest struct {
	ApiService *QueueActionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateQueueGrabBulkRequest) Execute

func (ApiCreateQueueGrabBulkRequest) QueueBulkResource

func (r ApiCreateQueueGrabBulkRequest) QueueBulkResource(queueBulkResource QueueBulkResource) ApiCreateQueueGrabBulkRequest

type ApiCreateQueueGrabByIdRequest

type ApiCreateQueueGrabByIdRequest struct {
	ApiService *QueueActionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateQueueGrabByIdRequest) Execute

type ApiCreateReleaseProfileRequest

type ApiCreateReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReleaseProfileRequest) Execute

func (ApiCreateReleaseProfileRequest) ReleaseProfileResource

func (r ApiCreateReleaseProfileRequest) ReleaseProfileResource(releaseProfileResource ReleaseProfileResource) ApiCreateReleaseProfileRequest

type ApiCreateReleasePushRequest

type ApiCreateReleasePushRequest struct {
	ApiService *ReleasePushAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReleasePushRequest) Execute

func (ApiCreateReleasePushRequest) ReleaseResource

func (r ApiCreateReleasePushRequest) ReleaseResource(releaseResource ReleaseResource) ApiCreateReleasePushRequest

type ApiCreateReleaseRequest

type ApiCreateReleaseRequest struct {
	ApiService *ReleaseAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReleaseRequest) Execute

func (ApiCreateReleaseRequest) ReleaseResource

func (r ApiCreateReleaseRequest) ReleaseResource(releaseResource ReleaseResource) ApiCreateReleaseRequest

type ApiCreateRemotePathMappingRequest

type ApiCreateRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRemotePathMappingRequest) Execute

func (ApiCreateRemotePathMappingRequest) RemotePathMappingResource

func (r ApiCreateRemotePathMappingRequest) RemotePathMappingResource(remotePathMappingResource RemotePathMappingResource) ApiCreateRemotePathMappingRequest

type ApiCreateRootFolderRequest

type ApiCreateRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRootFolderRequest) Execute

func (ApiCreateRootFolderRequest) RootFolderResource

func (r ApiCreateRootFolderRequest) RootFolderResource(rootFolderResource RootFolderResource) ApiCreateRootFolderRequest

type ApiCreateSystemBackupRestoreByIdRequest

type ApiCreateSystemBackupRestoreByIdRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemBackupRestoreByIdRequest) Execute

type ApiCreateSystemBackupRestoreUploadRequest

type ApiCreateSystemBackupRestoreUploadRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemBackupRestoreUploadRequest) Execute

type ApiCreateSystemRestartRequest

type ApiCreateSystemRestartRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemRestartRequest) Execute

type ApiCreateSystemShutdownRequest

type ApiCreateSystemShutdownRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemShutdownRequest) Execute

type ApiCreateTagRequest

type ApiCreateTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiCreateTagRequest) Execute

func (ApiCreateTagRequest) TagResource

func (r ApiCreateTagRequest) TagResource(tagResource TagResource) ApiCreateTagRequest

type ApiDeleteAuthorEditorRequest

type ApiDeleteAuthorEditorRequest struct {
	ApiService *AuthorEditorAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAuthorEditorRequest) AuthorEditorResource

func (r ApiDeleteAuthorEditorRequest) AuthorEditorResource(authorEditorResource AuthorEditorResource) ApiDeleteAuthorEditorRequest

func (ApiDeleteAuthorEditorRequest) Execute

type ApiDeleteAuthorRequest

type ApiDeleteAuthorRequest struct {
	ApiService *AuthorAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAuthorRequest) AddImportListExclusion added in v0.4.0

func (r ApiDeleteAuthorRequest) AddImportListExclusion(addImportListExclusion bool) ApiDeleteAuthorRequest

func (ApiDeleteAuthorRequest) DeleteFiles added in v0.4.0

func (r ApiDeleteAuthorRequest) DeleteFiles(deleteFiles bool) ApiDeleteAuthorRequest

func (ApiDeleteAuthorRequest) Execute

func (r ApiDeleteAuthorRequest) Execute() (*http.Response, error)

type ApiDeleteBlocklistBulkRequest added in v0.3.0

type ApiDeleteBlocklistBulkRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBlocklistBulkRequest) BlocklistBulkResource added in v0.3.0

func (r ApiDeleteBlocklistBulkRequest) BlocklistBulkResource(blocklistBulkResource BlocklistBulkResource) ApiDeleteBlocklistBulkRequest

func (ApiDeleteBlocklistBulkRequest) Execute added in v0.3.0

type ApiDeleteBlocklistRequest added in v0.3.0

type ApiDeleteBlocklistRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBlocklistRequest) Execute added in v0.3.0

func (r ApiDeleteBlocklistRequest) Execute() (*http.Response, error)

type ApiDeleteBookEditorRequest added in v0.3.0

type ApiDeleteBookEditorRequest struct {
	ApiService *BookEditorAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBookEditorRequest) BookEditorResource added in v0.3.0

func (r ApiDeleteBookEditorRequest) BookEditorResource(bookEditorResource BookEditorResource) ApiDeleteBookEditorRequest

func (ApiDeleteBookEditorRequest) Execute added in v0.3.0

type ApiDeleteBookFileBulkRequest

type ApiDeleteBookFileBulkRequest struct {
	ApiService *BookFileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBookFileBulkRequest) BookFileListResource

func (r ApiDeleteBookFileBulkRequest) BookFileListResource(bookFileListResource BookFileListResource) ApiDeleteBookFileBulkRequest

func (ApiDeleteBookFileBulkRequest) Execute

type ApiDeleteBookFileRequest

type ApiDeleteBookFileRequest struct {
	ApiService *BookFileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBookFileRequest) Execute

func (r ApiDeleteBookFileRequest) Execute() (*http.Response, error)

type ApiDeleteBookRequest

type ApiDeleteBookRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBookRequest) AddImportListExclusion added in v0.4.0

func (r ApiDeleteBookRequest) AddImportListExclusion(addImportListExclusion bool) ApiDeleteBookRequest

func (ApiDeleteBookRequest) DeleteFiles added in v0.4.0

func (r ApiDeleteBookRequest) DeleteFiles(deleteFiles bool) ApiDeleteBookRequest

func (ApiDeleteBookRequest) Execute

func (r ApiDeleteBookRequest) Execute() (*http.Response, error)

type ApiDeleteCommandRequest

type ApiDeleteCommandRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCommandRequest) Execute

func (r ApiDeleteCommandRequest) Execute() (*http.Response, error)

type ApiDeleteCustomFilterRequest

type ApiDeleteCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCustomFilterRequest) Execute

type ApiDeleteCustomFormatRequest added in v0.3.0

type ApiDeleteCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCustomFormatRequest) Execute added in v0.3.0

type ApiDeleteDelayProfileRequest

type ApiDeleteDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDelayProfileRequest) Execute

type ApiDeleteDownloadClientBulkRequest added in v0.4.0

type ApiDeleteDownloadClientBulkRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource added in v0.4.0

func (r ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiDeleteDownloadClientBulkRequest

func (ApiDeleteDownloadClientBulkRequest) Execute added in v0.4.0

type ApiDeleteDownloadClientRequest

type ApiDeleteDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDownloadClientRequest) Execute

type ApiDeleteImportListBulkRequest added in v0.4.0

type ApiDeleteImportListBulkRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteImportListBulkRequest) Execute added in v0.4.0

func (ApiDeleteImportListBulkRequest) ImportListBulkResource added in v0.4.0

func (r ApiDeleteImportListBulkRequest) ImportListBulkResource(importListBulkResource ImportListBulkResource) ApiDeleteImportListBulkRequest

type ApiDeleteImportListExclusionRequest

type ApiDeleteImportListExclusionRequest struct {
	ApiService *ImportListExclusionAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteImportListExclusionRequest) Execute

type ApiDeleteImportListRequest

type ApiDeleteImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteImportListRequest) Execute

type ApiDeleteIndexerBulkRequest added in v0.4.0

type ApiDeleteIndexerBulkRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteIndexerBulkRequest) Execute added in v0.4.0

func (ApiDeleteIndexerBulkRequest) IndexerBulkResource added in v0.4.0

func (r ApiDeleteIndexerBulkRequest) IndexerBulkResource(indexerBulkResource IndexerBulkResource) ApiDeleteIndexerBulkRequest

type ApiDeleteIndexerRequest

type ApiDeleteIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteIndexerRequest) Execute

func (r ApiDeleteIndexerRequest) Execute() (*http.Response, error)

type ApiDeleteMetadataProfileRequest

type ApiDeleteMetadataProfileRequest struct {
	ApiService *MetadataProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMetadataProfileRequest) Execute

type ApiDeleteMetadataRequest

type ApiDeleteMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMetadataRequest) Execute

func (r ApiDeleteMetadataRequest) Execute() (*http.Response, error)

type ApiDeleteNotificationRequest

type ApiDeleteNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteNotificationRequest) Execute

type ApiDeleteQualityProfileRequest

type ApiDeleteQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteQualityProfileRequest) Execute

type ApiDeleteQueueBulkRequest

type ApiDeleteQueueBulkRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteQueueBulkRequest) Blocklist added in v0.3.0

func (ApiDeleteQueueBulkRequest) ChangeCategory added in v1.0.0

func (r ApiDeleteQueueBulkRequest) ChangeCategory(changeCategory bool) ApiDeleteQueueBulkRequest

func (ApiDeleteQueueBulkRequest) Execute

func (r ApiDeleteQueueBulkRequest) Execute() (*http.Response, error)

func (ApiDeleteQueueBulkRequest) QueueBulkResource

func (r ApiDeleteQueueBulkRequest) QueueBulkResource(queueBulkResource QueueBulkResource) ApiDeleteQueueBulkRequest

func (ApiDeleteQueueBulkRequest) RemoveFromClient

func (r ApiDeleteQueueBulkRequest) RemoveFromClient(removeFromClient bool) ApiDeleteQueueBulkRequest

func (ApiDeleteQueueBulkRequest) SkipRedownload added in v1.0.0

func (r ApiDeleteQueueBulkRequest) SkipRedownload(skipRedownload bool) ApiDeleteQueueBulkRequest

type ApiDeleteQueueRequest

type ApiDeleteQueueRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteQueueRequest) Blocklist added in v0.3.0

func (r ApiDeleteQueueRequest) Blocklist(blocklist bool) ApiDeleteQueueRequest

func (ApiDeleteQueueRequest) ChangeCategory added in v1.0.0

func (r ApiDeleteQueueRequest) ChangeCategory(changeCategory bool) ApiDeleteQueueRequest

func (ApiDeleteQueueRequest) Execute

func (r ApiDeleteQueueRequest) Execute() (*http.Response, error)

func (ApiDeleteQueueRequest) RemoveFromClient

func (r ApiDeleteQueueRequest) RemoveFromClient(removeFromClient bool) ApiDeleteQueueRequest

func (ApiDeleteQueueRequest) SkipRedownload added in v1.0.0

func (r ApiDeleteQueueRequest) SkipRedownload(skipRedownload bool) ApiDeleteQueueRequest

type ApiDeleteReleaseProfileRequest

type ApiDeleteReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteReleaseProfileRequest) Execute

type ApiDeleteRemotePathMappingRequest

type ApiDeleteRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRemotePathMappingRequest) Execute

type ApiDeleteRootFolderRequest

type ApiDeleteRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRootFolderRequest) Execute

type ApiDeleteSystemBackupRequest

type ApiDeleteSystemBackupRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteSystemBackupRequest) Execute

type ApiDeleteTagRequest

type ApiDeleteTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTagRequest) Execute

func (r ApiDeleteTagRequest) Execute() (*http.Response, error)

type ApiGetApiRequest added in v0.3.0

type ApiGetApiRequest struct {
	ApiService *ApiInfoAPIService
	// contains filtered or unexported fields
}

func (ApiGetApiRequest) Execute added in v0.3.0

type ApiGetAuthorByIdRequest

type ApiGetAuthorByIdRequest struct {
	ApiService *AuthorAPIService
	// contains filtered or unexported fields
}

func (ApiGetAuthorByIdRequest) Execute

type ApiGetAuthorLookupRequest

type ApiGetAuthorLookupRequest struct {
	ApiService *AuthorLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetAuthorLookupRequest) Execute

func (r ApiGetAuthorLookupRequest) Execute() (*http.Response, error)

func (ApiGetAuthorLookupRequest) Term

type ApiGetBlocklistRequest added in v0.3.0

type ApiGetBlocklistRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiGetBlocklistRequest) Execute added in v0.3.0

func (ApiGetBlocklistRequest) Page added in v1.0.0

func (ApiGetBlocklistRequest) PageSize added in v1.0.0

func (ApiGetBlocklistRequest) SortDirection added in v1.0.0

func (r ApiGetBlocklistRequest) SortDirection(sortDirection SortDirection) ApiGetBlocklistRequest

func (ApiGetBlocklistRequest) SortKey added in v1.0.0

type ApiGetBookByIdRequest

type ApiGetBookByIdRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiGetBookByIdRequest) Execute

type ApiGetBookFileByIdRequest

type ApiGetBookFileByIdRequest struct {
	ApiService *BookFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetBookFileByIdRequest) Execute

type ApiGetBookLookupRequest

type ApiGetBookLookupRequest struct {
	ApiService *BookLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetBookLookupRequest) Execute

func (r ApiGetBookLookupRequest) Execute() (*http.Response, error)

func (ApiGetBookLookupRequest) Term

type ApiGetBookOverviewRequest added in v1.0.0

type ApiGetBookOverviewRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiGetBookOverviewRequest) Execute added in v1.0.0

func (r ApiGetBookOverviewRequest) Execute() (*http.Response, error)

type ApiGetByPathRequest

type ApiGetByPathRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetByPathRequest) Execute

func (r ApiGetByPathRequest) Execute() (*http.Response, error)

type ApiGetCalendarByIdRequest

type ApiGetCalendarByIdRequest struct {
	ApiService *CalendarAPIService
	// contains filtered or unexported fields
}

func (ApiGetCalendarByIdRequest) Execute

type ApiGetCommandByIdRequest

type ApiGetCommandByIdRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiGetCommandByIdRequest) Execute

type ApiGetContentByPathRequest

type ApiGetContentByPathRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentByPathRequest) Execute

type ApiGetCustomFilterByIdRequest

type ApiGetCustomFilterByIdRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiGetCustomFilterByIdRequest) Execute

type ApiGetCustomFormatByIdRequest added in v0.3.0

type ApiGetCustomFormatByIdRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiGetCustomFormatByIdRequest) Execute added in v0.3.0

type ApiGetCustomFormatSchemaRequest added in v0.3.0

type ApiGetCustomFormatSchemaRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiGetCustomFormatSchemaRequest) Execute added in v0.3.0

type ApiGetDelayProfileByIdRequest

type ApiGetDelayProfileByIdRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetDelayProfileByIdRequest) Execute

type ApiGetDevelopmentConfigByIdRequest

type ApiGetDevelopmentConfigByIdRequest struct {
	ApiService *DevelopmentConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetDevelopmentConfigByIdRequest) Execute

type ApiGetDevelopmentConfigRequest

type ApiGetDevelopmentConfigRequest struct {
	ApiService *DevelopmentConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetDevelopmentConfigRequest) Execute

type ApiGetDownloadClientByIdRequest

type ApiGetDownloadClientByIdRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiGetDownloadClientByIdRequest) Execute

type ApiGetDownloadClientConfigByIdRequest

type ApiGetDownloadClientConfigByIdRequest struct {
	ApiService *DownloadClientConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetDownloadClientConfigByIdRequest) Execute

type ApiGetDownloadClientConfigRequest

type ApiGetDownloadClientConfigRequest struct {
	ApiService *DownloadClientConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetDownloadClientConfigRequest) Execute

type ApiGetFeedV1CalendarReadarrIcsRequest added in v0.3.0

type ApiGetFeedV1CalendarReadarrIcsRequest struct {
	ApiService *CalendarFeedAPIService
	// contains filtered or unexported fields
}

func (ApiGetFeedV1CalendarReadarrIcsRequest) Execute added in v0.3.0

func (ApiGetFeedV1CalendarReadarrIcsRequest) FutureDays added in v0.3.0

func (ApiGetFeedV1CalendarReadarrIcsRequest) PastDays added in v0.3.0

func (ApiGetFeedV1CalendarReadarrIcsRequest) TagList added in v0.3.0

func (ApiGetFeedV1CalendarReadarrIcsRequest) Unmonitored added in v0.3.0

type ApiGetFileSystemMediafilesRequest

type ApiGetFileSystemMediafilesRequest struct {
	ApiService *FileSystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetFileSystemMediafilesRequest) Execute

func (ApiGetFileSystemMediafilesRequest) Path

type ApiGetFileSystemRequest

type ApiGetFileSystemRequest struct {
	ApiService *FileSystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetFileSystemRequest) AllowFoldersWithoutTrailingSlashes

func (r ApiGetFileSystemRequest) AllowFoldersWithoutTrailingSlashes(allowFoldersWithoutTrailingSlashes bool) ApiGetFileSystemRequest

func (ApiGetFileSystemRequest) Execute

func (r ApiGetFileSystemRequest) Execute() (*http.Response, error)

func (ApiGetFileSystemRequest) IncludeFiles

func (r ApiGetFileSystemRequest) IncludeFiles(includeFiles bool) ApiGetFileSystemRequest

func (ApiGetFileSystemRequest) Path

type ApiGetFileSystemTypeRequest

type ApiGetFileSystemTypeRequest struct {
	ApiService *FileSystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetFileSystemTypeRequest) Execute

func (ApiGetFileSystemTypeRequest) Path

type ApiGetHistoryRequest

type ApiGetHistoryRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetHistoryRequest) BookId added in v1.0.0

func (ApiGetHistoryRequest) DownloadId added in v1.0.0

func (r ApiGetHistoryRequest) DownloadId(downloadId string) ApiGetHistoryRequest

func (ApiGetHistoryRequest) EventType added in v1.0.0

func (r ApiGetHistoryRequest) EventType(eventType []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Execute

func (ApiGetHistoryRequest) IncludeAuthor

func (r ApiGetHistoryRequest) IncludeAuthor(includeAuthor bool) ApiGetHistoryRequest

func (ApiGetHistoryRequest) IncludeBook

func (r ApiGetHistoryRequest) IncludeBook(includeBook bool) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Page added in v1.0.0

func (ApiGetHistoryRequest) PageSize added in v1.0.0

func (r ApiGetHistoryRequest) PageSize(pageSize int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) SortDirection added in v1.0.0

func (r ApiGetHistoryRequest) SortDirection(sortDirection SortDirection) ApiGetHistoryRequest

func (ApiGetHistoryRequest) SortKey added in v1.0.0

type ApiGetHostConfigByIdRequest

type ApiGetHostConfigByIdRequest struct {
	ApiService *HostConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostConfigByIdRequest) Execute

type ApiGetHostConfigRequest

type ApiGetHostConfigRequest struct {
	ApiService *HostConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostConfigRequest) Execute

type ApiGetImportListByIdRequest

type ApiGetImportListByIdRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportListByIdRequest) Execute

type ApiGetImportListExclusionByIdRequest

type ApiGetImportListExclusionByIdRequest struct {
	ApiService *ImportListExclusionAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportListExclusionByIdRequest) Execute

type ApiGetIndexerByIdRequest

type ApiGetIndexerByIdRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndexerByIdRequest) Execute

type ApiGetIndexerConfigByIdRequest

type ApiGetIndexerConfigByIdRequest struct {
	ApiService *IndexerConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndexerConfigByIdRequest) Execute

type ApiGetIndexerConfigRequest

type ApiGetIndexerConfigRequest struct {
	ApiService *IndexerConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndexerConfigRequest) Execute

type ApiGetLanguageByIdRequest

type ApiGetLanguageByIdRequest struct {
	ApiService *LanguageAPIService
	// contains filtered or unexported fields
}

func (ApiGetLanguageByIdRequest) Execute

type ApiGetLocalizationRequest

type ApiGetLocalizationRequest struct {
	ApiService *LocalizationAPIService
	// contains filtered or unexported fields
}

func (ApiGetLocalizationRequest) Execute

type ApiGetLogFileByFilenameRequest

type ApiGetLogFileByFilenameRequest struct {
	ApiService *LogFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogFileByFilenameRequest) Execute

type ApiGetLogFileUpdateByFilenameRequest

type ApiGetLogFileUpdateByFilenameRequest struct {
	ApiService *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogFileUpdateByFilenameRequest) Execute

type ApiGetLogRequest

type ApiGetLogRequest struct {
	ApiService *LogAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogRequest) Execute

func (ApiGetLogRequest) Level added in v1.0.0

func (r ApiGetLogRequest) Level(level string) ApiGetLogRequest

func (ApiGetLogRequest) Page added in v1.0.0

func (ApiGetLogRequest) PageSize added in v1.0.0

func (r ApiGetLogRequest) PageSize(pageSize int32) ApiGetLogRequest

func (ApiGetLogRequest) SortDirection added in v1.0.0

func (r ApiGetLogRequest) SortDirection(sortDirection SortDirection) ApiGetLogRequest

func (ApiGetLogRequest) SortKey added in v1.0.0

func (r ApiGetLogRequest) SortKey(sortKey string) ApiGetLogRequest

type ApiGetLoginRequest

type ApiGetLoginRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetLoginRequest) Execute

func (r ApiGetLoginRequest) Execute() (*http.Response, error)

type ApiGetLogoutRequest

type ApiGetLogoutRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogoutRequest) Execute

func (r ApiGetLogoutRequest) Execute() (*http.Response, error)

type ApiGetMediaCoverAuthorByFilenameRequest added in v1.0.0

type ApiGetMediaCoverAuthorByFilenameRequest struct {
	ApiService *MediaCoverAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaCoverAuthorByFilenameRequest) Execute added in v1.0.0

type ApiGetMediaCoverBookByFilenameRequest added in v1.0.0

type ApiGetMediaCoverBookByFilenameRequest struct {
	ApiService *MediaCoverAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaCoverBookByFilenameRequest) Execute added in v1.0.0

type ApiGetMediaManagementConfigByIdRequest

type ApiGetMediaManagementConfigByIdRequest struct {
	ApiService *MediaManagementConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaManagementConfigByIdRequest) Execute

type ApiGetMediaManagementConfigRequest

type ApiGetMediaManagementConfigRequest struct {
	ApiService *MediaManagementConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaManagementConfigRequest) Execute

type ApiGetMetadataByIdRequest

type ApiGetMetadataByIdRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataByIdRequest) Execute

type ApiGetMetadataProfileByIdRequest

type ApiGetMetadataProfileByIdRequest struct {
	ApiService *MetadataProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataProfileByIdRequest) Execute

type ApiGetMetadataProviderConfigByIdRequest

type ApiGetMetadataProviderConfigByIdRequest struct {
	ApiService *MetadataProviderConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataProviderConfigByIdRequest) Execute

type ApiGetMetadataProviderConfigRequest

type ApiGetMetadataProviderConfigRequest struct {
	ApiService *MetadataProviderConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataProviderConfigRequest) Execute

type ApiGetMetadataprofileSchemaRequest

type ApiGetMetadataprofileSchemaRequest struct {
	ApiService *MetadataProfileSchemaAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataprofileSchemaRequest) Execute

type ApiGetNamingConfigByIdRequest

type ApiGetNamingConfigByIdRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetNamingConfigByIdRequest) Execute

type ApiGetNamingConfigExamplesRequest

type ApiGetNamingConfigExamplesRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetNamingConfigExamplesRequest) AuthorFolderFormat

func (r ApiGetNamingConfigExamplesRequest) AuthorFolderFormat(authorFolderFormat string) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) ColonReplacementFormat added in v0.4.0

func (r ApiGetNamingConfigExamplesRequest) ColonReplacementFormat(colonReplacementFormat int32) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) Execute

func (ApiGetNamingConfigExamplesRequest) Id

func (ApiGetNamingConfigExamplesRequest) IncludeAuthorName

func (r ApiGetNamingConfigExamplesRequest) IncludeAuthorName(includeAuthorName bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) IncludeBookTitle

func (r ApiGetNamingConfigExamplesRequest) IncludeBookTitle(includeBookTitle bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) IncludeQuality

func (ApiGetNamingConfigExamplesRequest) NumberStyle

func (ApiGetNamingConfigExamplesRequest) RenameBooks

func (ApiGetNamingConfigExamplesRequest) ReplaceIllegalCharacters

func (r ApiGetNamingConfigExamplesRequest) ReplaceIllegalCharacters(replaceIllegalCharacters bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) ReplaceSpaces

func (ApiGetNamingConfigExamplesRequest) ResourceName

func (ApiGetNamingConfigExamplesRequest) Separator

func (ApiGetNamingConfigExamplesRequest) StandardBookFormat

func (r ApiGetNamingConfigExamplesRequest) StandardBookFormat(standardBookFormat string) ApiGetNamingConfigExamplesRequest

type ApiGetNamingConfigRequest

type ApiGetNamingConfigRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetNamingConfigRequest) Execute

type ApiGetNotificationByIdRequest

type ApiGetNotificationByIdRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiGetNotificationByIdRequest) Execute

type ApiGetParseRequest

type ApiGetParseRequest struct {
	ApiService *ParseAPIService
	// contains filtered or unexported fields
}

func (ApiGetParseRequest) Execute

func (ApiGetParseRequest) Title

type ApiGetPingRequest added in v0.3.0

type ApiGetPingRequest struct {
	ApiService *PingAPIService
	// contains filtered or unexported fields
}

func (ApiGetPingRequest) Execute added in v0.3.0

func (r ApiGetPingRequest) Execute() (*PingResource, *http.Response, error)

type ApiGetQualityDefinitionByIdRequest

type ApiGetQualityDefinitionByIdRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiGetQualityDefinitionByIdRequest) Execute

type ApiGetQualityProfileByIdRequest

type ApiGetQualityProfileByIdRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetQualityProfileByIdRequest) Execute

type ApiGetQualityprofileSchemaRequest

type ApiGetQualityprofileSchemaRequest struct {
	ApiService *QualityProfileSchemaAPIService
	// contains filtered or unexported fields
}

func (ApiGetQualityprofileSchemaRequest) Execute

type ApiGetQueueRequest

type ApiGetQueueRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueRequest) Execute

func (ApiGetQueueRequest) IncludeAuthor

func (r ApiGetQueueRequest) IncludeAuthor(includeAuthor bool) ApiGetQueueRequest

func (ApiGetQueueRequest) IncludeBook

func (r ApiGetQueueRequest) IncludeBook(includeBook bool) ApiGetQueueRequest

func (ApiGetQueueRequest) IncludeUnknownAuthorItems

func (r ApiGetQueueRequest) IncludeUnknownAuthorItems(includeUnknownAuthorItems bool) ApiGetQueueRequest

func (ApiGetQueueRequest) Page added in v1.0.0

func (ApiGetQueueRequest) PageSize added in v1.0.0

func (r ApiGetQueueRequest) PageSize(pageSize int32) ApiGetQueueRequest

func (ApiGetQueueRequest) SortDirection added in v1.0.0

func (r ApiGetQueueRequest) SortDirection(sortDirection SortDirection) ApiGetQueueRequest

func (ApiGetQueueRequest) SortKey added in v1.0.0

func (r ApiGetQueueRequest) SortKey(sortKey string) ApiGetQueueRequest

type ApiGetQueueStatusRequest

type ApiGetQueueStatusRequest struct {
	ApiService *QueueStatusAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueStatusRequest) Execute

type ApiGetReleaseProfileByIdRequest

type ApiGetReleaseProfileByIdRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetReleaseProfileByIdRequest) Execute

type ApiGetRemotePathMappingByIdRequest

type ApiGetRemotePathMappingByIdRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiGetRemotePathMappingByIdRequest) Execute

type ApiGetRequest

type ApiGetRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequest) Execute

func (r ApiGetRequest) Execute() (*http.Response, error)

type ApiGetRootFolderByIdRequest

type ApiGetRootFolderByIdRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiGetRootFolderByIdRequest) Execute

type ApiGetSearchRequest

type ApiGetSearchRequest struct {
	ApiService *SearchAPIService
	// contains filtered or unexported fields
}

func (ApiGetSearchRequest) Execute

func (r ApiGetSearchRequest) Execute() (*http.Response, error)

func (ApiGetSearchRequest) Term

type ApiGetSystemRoutesDuplicateRequest

type ApiGetSystemRoutesDuplicateRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemRoutesDuplicateRequest) Execute

type ApiGetSystemRoutesRequest

type ApiGetSystemRoutesRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemRoutesRequest) Execute

func (r ApiGetSystemRoutesRequest) Execute() (*http.Response, error)

type ApiGetSystemStatusRequest

type ApiGetSystemStatusRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemStatusRequest) Execute

type ApiGetSystemTaskByIdRequest

type ApiGetSystemTaskByIdRequest struct {
	ApiService *TaskAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemTaskByIdRequest) Execute

type ApiGetTagByIdRequest

type ApiGetTagByIdRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiGetTagByIdRequest) Execute

type ApiGetTagDetailByIdRequest

type ApiGetTagDetailByIdRequest struct {
	ApiService *TagDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTagDetailByIdRequest) Execute

type ApiGetUiConfigByIdRequest

type ApiGetUiConfigByIdRequest struct {
	ApiService *UiConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetUiConfigByIdRequest) Execute

type ApiGetUiConfigRequest

type ApiGetUiConfigRequest struct {
	ApiService *UiConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetUiConfigRequest) Execute

type ApiGetWantedCutoffByIdRequest

type ApiGetWantedCutoffByIdRequest struct {
	ApiService *CutoffAPIService
	// contains filtered or unexported fields
}

func (ApiGetWantedCutoffByIdRequest) Execute

type ApiGetWantedCutoffRequest

type ApiGetWantedCutoffRequest struct {
	ApiService *CutoffAPIService
	// contains filtered or unexported fields
}

func (ApiGetWantedCutoffRequest) Execute

func (ApiGetWantedCutoffRequest) IncludeAuthor

func (r ApiGetWantedCutoffRequest) IncludeAuthor(includeAuthor bool) ApiGetWantedCutoffRequest

func (ApiGetWantedCutoffRequest) Monitored added in v1.0.0

func (ApiGetWantedCutoffRequest) Page added in v1.0.0

func (ApiGetWantedCutoffRequest) PageSize added in v1.0.0

func (ApiGetWantedCutoffRequest) SortDirection added in v1.0.0

func (r ApiGetWantedCutoffRequest) SortDirection(sortDirection SortDirection) ApiGetWantedCutoffRequest

func (ApiGetWantedCutoffRequest) SortKey added in v1.0.0

type ApiGetWantedMissingByIdRequest

type ApiGetWantedMissingByIdRequest struct {
	ApiService *MissingAPIService
	// contains filtered or unexported fields
}

func (ApiGetWantedMissingByIdRequest) Execute

type ApiGetWantedMissingRequest

type ApiGetWantedMissingRequest struct {
	ApiService *MissingAPIService
	// contains filtered or unexported fields
}

func (ApiGetWantedMissingRequest) Execute

func (ApiGetWantedMissingRequest) IncludeAuthor

func (r ApiGetWantedMissingRequest) IncludeAuthor(includeAuthor bool) ApiGetWantedMissingRequest

func (ApiGetWantedMissingRequest) Monitored added in v1.0.0

func (ApiGetWantedMissingRequest) Page added in v1.0.0

func (ApiGetWantedMissingRequest) PageSize added in v1.0.0

func (ApiGetWantedMissingRequest) SortDirection added in v1.0.0

func (ApiGetWantedMissingRequest) SortKey added in v1.0.0

type ApiInfoAPIService added in v1.0.0

type ApiInfoAPIService service

ApiInfoAPIService ApiInfoAPI service

func (*ApiInfoAPIService) GetApi added in v1.0.0

GetApi Method for GetApi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApiRequest

func (*ApiInfoAPIService) GetApiExecute added in v1.0.0

Execute executes the request

@return ApiInfoResource

type ApiInfoResource added in v0.3.0

type ApiInfoResource struct {
	Current    NullableString `json:"current,omitempty"`
	Deprecated []string       `json:"deprecated,omitempty"`
}

ApiInfoResource struct for ApiInfoResource

func NewApiInfoResource added in v0.3.0

func NewApiInfoResource() *ApiInfoResource

NewApiInfoResource instantiates a new ApiInfoResource 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 NewApiInfoResourceWithDefaults added in v0.3.0

func NewApiInfoResourceWithDefaults() *ApiInfoResource

NewApiInfoResourceWithDefaults instantiates a new ApiInfoResource 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 (*ApiInfoResource) GetCurrent added in v0.3.0

func (o *ApiInfoResource) GetCurrent() string

GetCurrent returns the Current field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInfoResource) GetCurrentOk added in v0.3.0

func (o *ApiInfoResource) GetCurrentOk() (*string, bool)

GetCurrentOk returns a tuple with the Current 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 (*ApiInfoResource) GetDeprecated added in v0.3.0

func (o *ApiInfoResource) GetDeprecated() []string

GetDeprecated returns the Deprecated field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInfoResource) GetDeprecatedOk added in v0.3.0

func (o *ApiInfoResource) GetDeprecatedOk() ([]string, bool)

GetDeprecatedOk returns a tuple with the Deprecated 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 (*ApiInfoResource) HasCurrent added in v0.3.0

func (o *ApiInfoResource) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

func (*ApiInfoResource) HasDeprecated added in v0.3.0

func (o *ApiInfoResource) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (ApiInfoResource) MarshalJSON added in v0.3.0

func (o ApiInfoResource) MarshalJSON() ([]byte, error)

func (*ApiInfoResource) SetCurrent added in v0.3.0

func (o *ApiInfoResource) SetCurrent(v string)

SetCurrent gets a reference to the given NullableString and assigns it to the Current field.

func (*ApiInfoResource) SetCurrentNil added in v0.3.0

func (o *ApiInfoResource) SetCurrentNil()

SetCurrentNil sets the value for Current to be an explicit nil

func (*ApiInfoResource) SetDeprecated added in v0.3.0

func (o *ApiInfoResource) SetDeprecated(v []string)

SetDeprecated gets a reference to the given []string and assigns it to the Deprecated field.

func (ApiInfoResource) ToMap added in v1.0.0

func (o ApiInfoResource) ToMap() (map[string]interface{}, error)

func (*ApiInfoResource) UnsetCurrent added in v0.3.0

func (o *ApiInfoResource) UnsetCurrent()

UnsetCurrent ensures that no value is present for Current, not even an explicit nil

type ApiListAuthorRequest

type ApiListAuthorRequest struct {
	ApiService *AuthorAPIService
	// contains filtered or unexported fields
}

func (ApiListAuthorRequest) Execute

type ApiListBookFileRequest

type ApiListBookFileRequest struct {
	ApiService *BookFileAPIService
	// contains filtered or unexported fields
}

func (ApiListBookFileRequest) AuthorId

func (ApiListBookFileRequest) BookFileIds

func (r ApiListBookFileRequest) BookFileIds(bookFileIds []int32) ApiListBookFileRequest

func (ApiListBookFileRequest) BookId

func (ApiListBookFileRequest) Execute

func (ApiListBookFileRequest) Unmapped

func (r ApiListBookFileRequest) Unmapped(unmapped bool) ApiListBookFileRequest

type ApiListBookRequest

type ApiListBookRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiListBookRequest) AuthorId

func (r ApiListBookRequest) AuthorId(authorId int32) ApiListBookRequest

func (ApiListBookRequest) BookIds

func (r ApiListBookRequest) BookIds(bookIds []int32) ApiListBookRequest

func (ApiListBookRequest) Execute

func (r ApiListBookRequest) Execute() ([]BookResource, *http.Response, error)

func (ApiListBookRequest) IncludeAllAuthorBooks

func (r ApiListBookRequest) IncludeAllAuthorBooks(includeAllAuthorBooks bool) ApiListBookRequest

func (ApiListBookRequest) TitleSlug

func (r ApiListBookRequest) TitleSlug(titleSlug string) ApiListBookRequest

type ApiListCalendarRequest

type ApiListCalendarRequest struct {
	ApiService *CalendarAPIService
	// contains filtered or unexported fields
}

func (ApiListCalendarRequest) End

func (ApiListCalendarRequest) Execute

func (ApiListCalendarRequest) IncludeAuthor

func (r ApiListCalendarRequest) IncludeAuthor(includeAuthor bool) ApiListCalendarRequest

func (ApiListCalendarRequest) Start

func (ApiListCalendarRequest) Unmonitored

func (r ApiListCalendarRequest) Unmonitored(unmonitored bool) ApiListCalendarRequest

type ApiListCommandRequest

type ApiListCommandRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiListCommandRequest) Execute

type ApiListCustomFilterRequest

type ApiListCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiListCustomFilterRequest) Execute

type ApiListCustomFormatRequest added in v0.3.0

type ApiListCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiListCustomFormatRequest) Execute added in v0.3.0

type ApiListDelayProfileRequest

type ApiListDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListDelayProfileRequest) Execute

type ApiListDiskSpaceRequest

type ApiListDiskSpaceRequest struct {
	ApiService *DiskSpaceAPIService
	// contains filtered or unexported fields
}

func (ApiListDiskSpaceRequest) Execute

type ApiListDownloadClientRequest

type ApiListDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiListDownloadClientRequest) Execute

type ApiListDownloadClientSchemaRequest

type ApiListDownloadClientSchemaRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiListDownloadClientSchemaRequest) Execute

type ApiListEditionRequest added in v0.3.0

type ApiListEditionRequest struct {
	ApiService *EditionAPIService
	// contains filtered or unexported fields
}

func (ApiListEditionRequest) BookId added in v0.3.0

func (ApiListEditionRequest) Execute added in v0.3.0

type ApiListHealthRequest

type ApiListHealthRequest struct {
	ApiService *HealthAPIService
	// contains filtered or unexported fields
}

func (ApiListHealthRequest) Execute

type ApiListHistoryAuthorRequest

type ApiListHistoryAuthorRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiListHistoryAuthorRequest) AuthorId

func (ApiListHistoryAuthorRequest) BookId

func (ApiListHistoryAuthorRequest) EventType

func (ApiListHistoryAuthorRequest) Execute

func (ApiListHistoryAuthorRequest) IncludeAuthor

func (r ApiListHistoryAuthorRequest) IncludeAuthor(includeAuthor bool) ApiListHistoryAuthorRequest

func (ApiListHistoryAuthorRequest) IncludeBook

type ApiListHistorySinceRequest

type ApiListHistorySinceRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiListHistorySinceRequest) Date

func (ApiListHistorySinceRequest) EventType

func (ApiListHistorySinceRequest) Execute

func (ApiListHistorySinceRequest) IncludeAuthor

func (r ApiListHistorySinceRequest) IncludeAuthor(includeAuthor bool) ApiListHistorySinceRequest

func (ApiListHistorySinceRequest) IncludeBook

func (r ApiListHistorySinceRequest) IncludeBook(includeBook bool) ApiListHistorySinceRequest

type ApiListImportListExclusionRequest

type ApiListImportListExclusionRequest struct {
	ApiService *ImportListExclusionAPIService
	// contains filtered or unexported fields
}

func (ApiListImportListExclusionRequest) Execute

type ApiListImportListRequest

type ApiListImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiListImportListRequest) Execute

type ApiListImportListSchemaRequest

type ApiListImportListSchemaRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiListImportListSchemaRequest) Execute

type ApiListIndexerRequest

type ApiListIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiListIndexerRequest) Execute

type ApiListIndexerSchemaRequest

type ApiListIndexerSchemaRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiListIndexerSchemaRequest) Execute

type ApiListLanguageRequest

type ApiListLanguageRequest struct {
	ApiService *LanguageAPIService
	// contains filtered or unexported fields
}

func (ApiListLanguageRequest) Execute

type ApiListLogFileRequest

type ApiListLogFileRequest struct {
	ApiService *LogFileAPIService
	// contains filtered or unexported fields
}

func (ApiListLogFileRequest) Execute

type ApiListLogFileUpdateRequest

type ApiListLogFileUpdateRequest struct {
	ApiService *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

func (ApiListLogFileUpdateRequest) Execute

type ApiListManualImportRequest

type ApiListManualImportRequest struct {
	ApiService *ManualImportAPIService
	// contains filtered or unexported fields
}

func (ApiListManualImportRequest) AuthorId

func (ApiListManualImportRequest) DownloadId

func (ApiListManualImportRequest) Execute

func (ApiListManualImportRequest) FilterExistingFiles

func (r ApiListManualImportRequest) FilterExistingFiles(filterExistingFiles bool) ApiListManualImportRequest

func (ApiListManualImportRequest) Folder

func (ApiListManualImportRequest) ReplaceExistingFiles

func (r ApiListManualImportRequest) ReplaceExistingFiles(replaceExistingFiles bool) ApiListManualImportRequest

type ApiListMetadataProfileRequest

type ApiListMetadataProfileRequest struct {
	ApiService *MetadataProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListMetadataProfileRequest) Execute

type ApiListMetadataRequest

type ApiListMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiListMetadataRequest) Execute

type ApiListMetadataSchemaRequest

type ApiListMetadataSchemaRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiListMetadataSchemaRequest) Execute

type ApiListNotificationRequest

type ApiListNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiListNotificationRequest) Execute

type ApiListNotificationSchemaRequest

type ApiListNotificationSchemaRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiListNotificationSchemaRequest) Execute

type ApiListQualityDefinitionRequest

type ApiListQualityDefinitionRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiListQualityDefinitionRequest) Execute

type ApiListQualityProfileRequest

type ApiListQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListQualityProfileRequest) Execute

type ApiListQueueDetailsRequest

type ApiListQueueDetailsRequest struct {
	ApiService *QueueDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiListQueueDetailsRequest) AuthorId

func (ApiListQueueDetailsRequest) BookIds

func (ApiListQueueDetailsRequest) Execute

func (ApiListQueueDetailsRequest) IncludeAuthor

func (r ApiListQueueDetailsRequest) IncludeAuthor(includeAuthor bool) ApiListQueueDetailsRequest

func (ApiListQueueDetailsRequest) IncludeBook

func (r ApiListQueueDetailsRequest) IncludeBook(includeBook bool) ApiListQueueDetailsRequest

type ApiListReleaseProfileRequest

type ApiListReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListReleaseProfileRequest) Execute

type ApiListReleaseRequest

type ApiListReleaseRequest struct {
	ApiService *ReleaseAPIService
	// contains filtered or unexported fields
}

func (ApiListReleaseRequest) AuthorId

func (r ApiListReleaseRequest) AuthorId(authorId int32) ApiListReleaseRequest

func (ApiListReleaseRequest) BookId

func (ApiListReleaseRequest) Execute

type ApiListRemotePathMappingRequest

type ApiListRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiListRemotePathMappingRequest) Execute

type ApiListRenameRequest

type ApiListRenameRequest struct {
	ApiService *RenameBookAPIService
	// contains filtered or unexported fields
}

func (ApiListRenameRequest) AuthorId

func (r ApiListRenameRequest) AuthorId(authorId int32) ApiListRenameRequest

func (ApiListRenameRequest) BookId

func (ApiListRenameRequest) Execute

type ApiListRetagRequest

type ApiListRetagRequest struct {
	ApiService *RetagBookAPIService
	// contains filtered or unexported fields
}

func (ApiListRetagRequest) AuthorId

func (r ApiListRetagRequest) AuthorId(authorId int32) ApiListRetagRequest

func (ApiListRetagRequest) BookId

func (ApiListRetagRequest) Execute

type ApiListRootFolderRequest

type ApiListRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiListRootFolderRequest) Execute

type ApiListSeriesRequest

type ApiListSeriesRequest struct {
	ApiService *SeriesAPIService
	// contains filtered or unexported fields
}

func (ApiListSeriesRequest) AuthorId

func (r ApiListSeriesRequest) AuthorId(authorId int32) ApiListSeriesRequest

func (ApiListSeriesRequest) Execute

type ApiListSystemBackupRequest

type ApiListSystemBackupRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiListSystemBackupRequest) Execute

type ApiListSystemTaskRequest

type ApiListSystemTaskRequest struct {
	ApiService *TaskAPIService
	// contains filtered or unexported fields
}

func (ApiListSystemTaskRequest) Execute

type ApiListTagDetailRequest

type ApiListTagDetailRequest struct {
	ApiService *TagDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiListTagDetailRequest) Execute

type ApiListTagRequest

type ApiListTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiListTagRequest) Execute

func (r ApiListTagRequest) Execute() ([]TagResource, *http.Response, error)

type ApiListUpdateRequest

type ApiListUpdateRequest struct {
	ApiService *UpdateAPIService
	// contains filtered or unexported fields
}

func (ApiListUpdateRequest) Execute

type ApiPutAuthorEditorRequest

type ApiPutAuthorEditorRequest struct {
	ApiService *AuthorEditorAPIService
	// contains filtered or unexported fields
}

func (ApiPutAuthorEditorRequest) AuthorEditorResource

func (r ApiPutAuthorEditorRequest) AuthorEditorResource(authorEditorResource AuthorEditorResource) ApiPutAuthorEditorRequest

func (ApiPutAuthorEditorRequest) Execute

func (r ApiPutAuthorEditorRequest) Execute() (*http.Response, error)

type ApiPutBookEditorRequest added in v0.3.0

type ApiPutBookEditorRequest struct {
	ApiService *BookEditorAPIService
	// contains filtered or unexported fields
}

func (ApiPutBookEditorRequest) BookEditorResource added in v0.3.0

func (r ApiPutBookEditorRequest) BookEditorResource(bookEditorResource BookEditorResource) ApiPutBookEditorRequest

func (ApiPutBookEditorRequest) Execute added in v0.3.0

func (r ApiPutBookEditorRequest) Execute() (*http.Response, error)

type ApiPutBookFileEditorRequest

type ApiPutBookFileEditorRequest struct {
	ApiService *BookFileAPIService
	// contains filtered or unexported fields
}

func (ApiPutBookFileEditorRequest) BookFileListResource

func (r ApiPutBookFileEditorRequest) BookFileListResource(bookFileListResource BookFileListResource) ApiPutBookFileEditorRequest

func (ApiPutBookFileEditorRequest) Execute

type ApiPutBookMonitorRequest

type ApiPutBookMonitorRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiPutBookMonitorRequest) BooksMonitoredResource

func (r ApiPutBookMonitorRequest) BooksMonitoredResource(booksMonitoredResource BooksMonitoredResource) ApiPutBookMonitorRequest

func (ApiPutBookMonitorRequest) Execute

func (r ApiPutBookMonitorRequest) Execute() (*http.Response, error)

type ApiPutDownloadClientBulkRequest added in v0.4.0

type ApiPutDownloadClientBulkRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiPutDownloadClientBulkRequest) DownloadClientBulkResource added in v0.4.0

func (r ApiPutDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiPutDownloadClientBulkRequest

func (ApiPutDownloadClientBulkRequest) Execute added in v0.4.0

type ApiPutImportListBulkRequest added in v0.4.0

type ApiPutImportListBulkRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiPutImportListBulkRequest) Execute added in v0.4.0

func (ApiPutImportListBulkRequest) ImportListBulkResource added in v0.4.0

func (r ApiPutImportListBulkRequest) ImportListBulkResource(importListBulkResource ImportListBulkResource) ApiPutImportListBulkRequest

type ApiPutIndexerBulkRequest added in v0.4.0

type ApiPutIndexerBulkRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiPutIndexerBulkRequest) Execute added in v0.4.0

func (ApiPutIndexerBulkRequest) IndexerBulkResource added in v0.4.0

func (r ApiPutIndexerBulkRequest) IndexerBulkResource(indexerBulkResource IndexerBulkResource) ApiPutIndexerBulkRequest

type ApiPutQualityDefinitionUpdateRequest

type ApiPutQualityDefinitionUpdateRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiPutQualityDefinitionUpdateRequest) Execute

func (ApiPutQualityDefinitionUpdateRequest) QualityDefinitionResource

func (r ApiPutQualityDefinitionUpdateRequest) QualityDefinitionResource(qualityDefinitionResource []QualityDefinitionResource) ApiPutQualityDefinitionUpdateRequest

type ApiTestDownloadClientRequest

type ApiTestDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiTestDownloadClientRequest) DownloadClientResource

func (r ApiTestDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiTestDownloadClientRequest

func (ApiTestDownloadClientRequest) Execute

type ApiTestImportListRequest

type ApiTestImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiTestImportListRequest) Execute

func (r ApiTestImportListRequest) Execute() (*http.Response, error)

func (ApiTestImportListRequest) ImportListResource

func (r ApiTestImportListRequest) ImportListResource(importListResource ImportListResource) ApiTestImportListRequest

type ApiTestIndexerRequest

type ApiTestIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiTestIndexerRequest) Execute

func (r ApiTestIndexerRequest) Execute() (*http.Response, error)

func (ApiTestIndexerRequest) IndexerResource

func (r ApiTestIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiTestIndexerRequest

type ApiTestMetadataRequest

type ApiTestMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiTestMetadataRequest) Execute

func (r ApiTestMetadataRequest) Execute() (*http.Response, error)

func (ApiTestMetadataRequest) MetadataResource

func (r ApiTestMetadataRequest) MetadataResource(metadataResource MetadataResource) ApiTestMetadataRequest

type ApiTestNotificationRequest

type ApiTestNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiTestNotificationRequest) Execute

func (ApiTestNotificationRequest) NotificationResource

func (r ApiTestNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiTestNotificationRequest

type ApiTestallDownloadClientRequest

type ApiTestallDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiTestallDownloadClientRequest) Execute

type ApiTestallImportListRequest

type ApiTestallImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiTestallImportListRequest) Execute

type ApiTestallIndexerRequest

type ApiTestallIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiTestallIndexerRequest) Execute

func (r ApiTestallIndexerRequest) Execute() (*http.Response, error)

type ApiTestallMetadataRequest

type ApiTestallMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiTestallMetadataRequest) Execute

func (r ApiTestallMetadataRequest) Execute() (*http.Response, error)

type ApiTestallNotificationRequest

type ApiTestallNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiTestallNotificationRequest) Execute

type ApiUpdateAuthorRequest

type ApiUpdateAuthorRequest struct {
	ApiService *AuthorAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAuthorRequest) AuthorResource

func (r ApiUpdateAuthorRequest) AuthorResource(authorResource AuthorResource) ApiUpdateAuthorRequest

func (ApiUpdateAuthorRequest) Execute

func (ApiUpdateAuthorRequest) MoveFiles added in v0.4.0

func (r ApiUpdateAuthorRequest) MoveFiles(moveFiles bool) ApiUpdateAuthorRequest

type ApiUpdateBookFileRequest

type ApiUpdateBookFileRequest struct {
	ApiService *BookFileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateBookFileRequest) BookFileResource

func (r ApiUpdateBookFileRequest) BookFileResource(bookFileResource BookFileResource) ApiUpdateBookFileRequest

func (ApiUpdateBookFileRequest) Execute

type ApiUpdateBookRequest

type ApiUpdateBookRequest struct {
	ApiService *BookAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateBookRequest) BookResource

func (r ApiUpdateBookRequest) BookResource(bookResource BookResource) ApiUpdateBookRequest

func (ApiUpdateBookRequest) Execute

type ApiUpdateCustomFilterRequest

type ApiUpdateCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCustomFilterRequest) CustomFilterResource

func (r ApiUpdateCustomFilterRequest) CustomFilterResource(customFilterResource CustomFilterResource) ApiUpdateCustomFilterRequest

func (ApiUpdateCustomFilterRequest) Execute

type ApiUpdateCustomFormatRequest added in v0.3.0

type ApiUpdateCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCustomFormatRequest) CustomFormatResource added in v0.3.0

func (r ApiUpdateCustomFormatRequest) CustomFormatResource(customFormatResource CustomFormatResource) ApiUpdateCustomFormatRequest

func (ApiUpdateCustomFormatRequest) Execute added in v0.3.0

type ApiUpdateDelayProfileReorderRequest

type ApiUpdateDelayProfileReorderRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDelayProfileReorderRequest) AfterId

func (ApiUpdateDelayProfileReorderRequest) Execute

type ApiUpdateDelayProfileRequest

type ApiUpdateDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDelayProfileRequest) DelayProfileResource

func (r ApiUpdateDelayProfileRequest) DelayProfileResource(delayProfileResource DelayProfileResource) ApiUpdateDelayProfileRequest

func (ApiUpdateDelayProfileRequest) Execute

type ApiUpdateDevelopmentConfigRequest

type ApiUpdateDevelopmentConfigRequest struct {
	ApiService *DevelopmentConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDevelopmentConfigRequest) DevelopmentConfigResource

func (r ApiUpdateDevelopmentConfigRequest) DevelopmentConfigResource(developmentConfigResource DevelopmentConfigResource) ApiUpdateDevelopmentConfigRequest

func (ApiUpdateDevelopmentConfigRequest) Execute

type ApiUpdateDownloadClientConfigRequest

type ApiUpdateDownloadClientConfigRequest struct {
	ApiService *DownloadClientConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDownloadClientConfigRequest) DownloadClientConfigResource

func (r ApiUpdateDownloadClientConfigRequest) DownloadClientConfigResource(downloadClientConfigResource DownloadClientConfigResource) ApiUpdateDownloadClientConfigRequest

func (ApiUpdateDownloadClientConfigRequest) Execute

type ApiUpdateDownloadClientRequest

type ApiUpdateDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDownloadClientRequest) DownloadClientResource

func (r ApiUpdateDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiUpdateDownloadClientRequest

func (ApiUpdateDownloadClientRequest) Execute

func (ApiUpdateDownloadClientRequest) ForceSave added in v0.4.0

type ApiUpdateHostConfigRequest

type ApiUpdateHostConfigRequest struct {
	ApiService *HostConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateHostConfigRequest) Execute

func (ApiUpdateHostConfigRequest) HostConfigResource

func (r ApiUpdateHostConfigRequest) HostConfigResource(hostConfigResource HostConfigResource) ApiUpdateHostConfigRequest

type ApiUpdateImportListExclusionRequest

type ApiUpdateImportListExclusionRequest struct {
	ApiService *ImportListExclusionAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateImportListExclusionRequest) Execute

func (ApiUpdateImportListExclusionRequest) ImportListExclusionResource

func (r ApiUpdateImportListExclusionRequest) ImportListExclusionResource(importListExclusionResource ImportListExclusionResource) ApiUpdateImportListExclusionRequest

type ApiUpdateImportListRequest

type ApiUpdateImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateImportListRequest) Execute

func (ApiUpdateImportListRequest) ForceSave added in v0.4.0

func (ApiUpdateImportListRequest) ImportListResource

func (r ApiUpdateImportListRequest) ImportListResource(importListResource ImportListResource) ApiUpdateImportListRequest

type ApiUpdateIndexerConfigRequest

type ApiUpdateIndexerConfigRequest struct {
	ApiService *IndexerConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateIndexerConfigRequest) Execute

func (ApiUpdateIndexerConfigRequest) IndexerConfigResource

func (r ApiUpdateIndexerConfigRequest) IndexerConfigResource(indexerConfigResource IndexerConfigResource) ApiUpdateIndexerConfigRequest

type ApiUpdateIndexerRequest

type ApiUpdateIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateIndexerRequest) Execute

func (ApiUpdateIndexerRequest) ForceSave added in v0.4.0

func (r ApiUpdateIndexerRequest) ForceSave(forceSave bool) ApiUpdateIndexerRequest

func (ApiUpdateIndexerRequest) IndexerResource

func (r ApiUpdateIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiUpdateIndexerRequest

type ApiUpdateMediaManagementConfigRequest

type ApiUpdateMediaManagementConfigRequest struct {
	ApiService *MediaManagementConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMediaManagementConfigRequest) Execute

func (ApiUpdateMediaManagementConfigRequest) MediaManagementConfigResource

func (r ApiUpdateMediaManagementConfigRequest) MediaManagementConfigResource(mediaManagementConfigResource MediaManagementConfigResource) ApiUpdateMediaManagementConfigRequest

type ApiUpdateMetadataProfileRequest

type ApiUpdateMetadataProfileRequest struct {
	ApiService *MetadataProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMetadataProfileRequest) Execute

func (ApiUpdateMetadataProfileRequest) MetadataProfileResource

func (r ApiUpdateMetadataProfileRequest) MetadataProfileResource(metadataProfileResource MetadataProfileResource) ApiUpdateMetadataProfileRequest

type ApiUpdateMetadataProviderConfigRequest

type ApiUpdateMetadataProviderConfigRequest struct {
	ApiService *MetadataProviderConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMetadataProviderConfigRequest) Execute

func (ApiUpdateMetadataProviderConfigRequest) MetadataProviderConfigResource

func (r ApiUpdateMetadataProviderConfigRequest) MetadataProviderConfigResource(metadataProviderConfigResource MetadataProviderConfigResource) ApiUpdateMetadataProviderConfigRequest

type ApiUpdateMetadataRequest

type ApiUpdateMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMetadataRequest) Execute

func (ApiUpdateMetadataRequest) ForceSave added in v0.4.0

func (ApiUpdateMetadataRequest) MetadataResource

func (r ApiUpdateMetadataRequest) MetadataResource(metadataResource MetadataResource) ApiUpdateMetadataRequest

type ApiUpdateNamingConfigRequest

type ApiUpdateNamingConfigRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateNamingConfigRequest) Execute

func (ApiUpdateNamingConfigRequest) NamingConfigResource

func (r ApiUpdateNamingConfigRequest) NamingConfigResource(namingConfigResource NamingConfigResource) ApiUpdateNamingConfigRequest

type ApiUpdateNotificationRequest

type ApiUpdateNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateNotificationRequest) Execute

func (ApiUpdateNotificationRequest) ForceSave added in v0.4.0

func (ApiUpdateNotificationRequest) NotificationResource

func (r ApiUpdateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiUpdateNotificationRequest

type ApiUpdateQualityDefinitionRequest

type ApiUpdateQualityDefinitionRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateQualityDefinitionRequest) Execute

func (ApiUpdateQualityDefinitionRequest) QualityDefinitionResource

func (r ApiUpdateQualityDefinitionRequest) QualityDefinitionResource(qualityDefinitionResource QualityDefinitionResource) ApiUpdateQualityDefinitionRequest

type ApiUpdateQualityProfileRequest

type ApiUpdateQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateQualityProfileRequest) Execute

func (ApiUpdateQualityProfileRequest) QualityProfileResource

func (r ApiUpdateQualityProfileRequest) QualityProfileResource(qualityProfileResource QualityProfileResource) ApiUpdateQualityProfileRequest

type ApiUpdateReleaseProfileRequest

type ApiUpdateReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateReleaseProfileRequest) Execute

func (ApiUpdateReleaseProfileRequest) ReleaseProfileResource

func (r ApiUpdateReleaseProfileRequest) ReleaseProfileResource(releaseProfileResource ReleaseProfileResource) ApiUpdateReleaseProfileRequest

type ApiUpdateRemotePathMappingRequest

type ApiUpdateRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRemotePathMappingRequest) Execute

func (ApiUpdateRemotePathMappingRequest) RemotePathMappingResource

func (r ApiUpdateRemotePathMappingRequest) RemotePathMappingResource(remotePathMappingResource RemotePathMappingResource) ApiUpdateRemotePathMappingRequest

type ApiUpdateRootFolderRequest

type ApiUpdateRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRootFolderRequest) Execute

func (ApiUpdateRootFolderRequest) RootFolderResource

func (r ApiUpdateRootFolderRequest) RootFolderResource(rootFolderResource RootFolderResource) ApiUpdateRootFolderRequest

type ApiUpdateTagRequest

type ApiUpdateTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateTagRequest) Execute

func (ApiUpdateTagRequest) TagResource

func (r ApiUpdateTagRequest) TagResource(tagResource TagResource) ApiUpdateTagRequest

type ApiUpdateUiConfigRequest

type ApiUpdateUiConfigRequest struct {
	ApiService *UiConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUiConfigRequest) Execute

func (ApiUpdateUiConfigRequest) UiConfigResource

func (r ApiUpdateUiConfigRequest) UiConfigResource(uiConfigResource UiConfigResource) ApiUpdateUiConfigRequest

type ApplyTags

type ApplyTags string

ApplyTags the model 'ApplyTags'

const (
	APPLYTAGS_ADD     ApplyTags = "add"
	APPLYTAGS_REMOVE  ApplyTags = "remove"
	APPLYTAGS_REPLACE ApplyTags = "replace"
)

List of ApplyTags

func NewApplyTagsFromValue

func NewApplyTagsFromValue(v string) (*ApplyTags, error)

NewApplyTagsFromValue returns a pointer to a valid ApplyTags for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ApplyTags) IsValid

func (v ApplyTags) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ApplyTags) Ptr

func (v ApplyTags) Ptr() *ApplyTags

Ptr returns reference to ApplyTags value

func (*ApplyTags) UnmarshalJSON

func (v *ApplyTags) UnmarshalJSON(src []byte) error

type AuthenticationAPIService added in v1.0.0

type AuthenticationAPIService service

AuthenticationAPIService AuthenticationAPI service

func (*AuthenticationAPIService) CreateLogin added in v1.0.0

CreateLogin Method for CreateLogin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateLoginRequest

func (*AuthenticationAPIService) CreateLoginExecute added in v1.0.0

func (a *AuthenticationAPIService) CreateLoginExecute(r ApiCreateLoginRequest) (*http.Response, error)

Execute executes the request

func (*AuthenticationAPIService) GetLogout added in v1.0.0

GetLogout Method for GetLogout

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLogoutRequest

func (*AuthenticationAPIService) GetLogoutExecute added in v1.0.0

func (a *AuthenticationAPIService) GetLogoutExecute(r ApiGetLogoutRequest) (*http.Response, error)

Execute executes the request

type AuthenticationType

type AuthenticationType string

AuthenticationType the model 'AuthenticationType'

const (
	AUTHENTICATIONTYPE_NONE  AuthenticationType = "none"
	AUTHENTICATIONTYPE_BASIC AuthenticationType = "basic"
	AUTHENTICATIONTYPE_FORMS AuthenticationType = "forms"
)

List of AuthenticationType

func NewAuthenticationTypeFromValue

func NewAuthenticationTypeFromValue(v string) (*AuthenticationType, error)

NewAuthenticationTypeFromValue returns a pointer to a valid AuthenticationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AuthenticationType) IsValid

func (v AuthenticationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AuthenticationType) Ptr

Ptr returns reference to AuthenticationType value

func (*AuthenticationType) UnmarshalJSON

func (v *AuthenticationType) UnmarshalJSON(src []byte) error

type Author

type Author struct {
	Id                *int32                     `json:"id,omitempty"`
	AuthorMetadataId  *int32                     `json:"authorMetadataId,omitempty"`
	CleanName         NullableString             `json:"cleanName,omitempty"`
	Monitored         *bool                      `json:"monitored,omitempty"`
	MonitorNewItems   *NewItemMonitorTypes       `json:"monitorNewItems,omitempty"`
	LastInfoSync      NullableTime               `json:"lastInfoSync,omitempty"`
	Path              NullableString             `json:"path,omitempty"`
	RootFolderPath    NullableString             `json:"rootFolderPath,omitempty"`
	Added             *time.Time                 `json:"added,omitempty"`
	QualityProfileId  *int32                     `json:"qualityProfileId,omitempty"`
	MetadataProfileId *int32                     `json:"metadataProfileId,omitempty"`
	Tags              []int32                    `json:"tags,omitempty"`
	AddOptions        *AddAuthorOptions          `json:"addOptions,omitempty"`
	Metadata          *AuthorMetadataLazyLoaded  `json:"metadata,omitempty"`
	QualityProfile    *QualityProfileLazyLoaded  `json:"qualityProfile,omitempty"`
	MetadataProfile   *MetadataProfileLazyLoaded `json:"metadataProfile,omitempty"`
	Books             *BookListLazyLoaded        `json:"books,omitempty"`
	Series            *SeriesListLazyLoaded      `json:"series,omitempty"`
	Name              NullableString             `json:"name,omitempty"`
	ForeignAuthorId   NullableString             `json:"foreignAuthorId,omitempty"`
}

Author struct for Author

func NewAuthor

func NewAuthor() *Author

NewAuthor instantiates a new Author 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 NewAuthorWithDefaults

func NewAuthorWithDefaults() *Author

NewAuthorWithDefaults instantiates a new Author 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 (*Author) GetAddOptions

func (o *Author) GetAddOptions() AddAuthorOptions

GetAddOptions returns the AddOptions field value if set, zero value otherwise.

func (*Author) GetAddOptionsOk

func (o *Author) GetAddOptionsOk() (*AddAuthorOptions, bool)

GetAddOptionsOk returns a tuple with the AddOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetAdded

func (o *Author) GetAdded() time.Time

GetAdded returns the Added field value if set, zero value otherwise.

func (*Author) GetAddedOk

func (o *Author) GetAddedOk() (*time.Time, bool)

GetAddedOk returns a tuple with the Added field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetAuthorMetadataId

func (o *Author) GetAuthorMetadataId() int32

GetAuthorMetadataId returns the AuthorMetadataId field value if set, zero value otherwise.

func (*Author) GetAuthorMetadataIdOk

func (o *Author) GetAuthorMetadataIdOk() (*int32, bool)

GetAuthorMetadataIdOk returns a tuple with the AuthorMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetBooks

func (o *Author) GetBooks() BookListLazyLoaded

GetBooks returns the Books field value if set, zero value otherwise.

func (*Author) GetBooksOk

func (o *Author) GetBooksOk() (*BookListLazyLoaded, bool)

GetBooksOk returns a tuple with the Books field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetCleanName

func (o *Author) GetCleanName() string

GetCleanName returns the CleanName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetCleanNameOk

func (o *Author) GetCleanNameOk() (*string, bool)

GetCleanNameOk returns a tuple with the CleanName 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 (*Author) GetForeignAuthorId

func (o *Author) GetForeignAuthorId() string

GetForeignAuthorId returns the ForeignAuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetForeignAuthorIdOk

func (o *Author) GetForeignAuthorIdOk() (*string, bool)

GetForeignAuthorIdOk returns a tuple with the ForeignAuthorId 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 (*Author) GetId

func (o *Author) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Author) GetIdOk

func (o *Author) GetIdOk() (*int32, 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 (*Author) GetLastInfoSync

func (o *Author) GetLastInfoSync() time.Time

GetLastInfoSync returns the LastInfoSync field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetLastInfoSyncOk

func (o *Author) GetLastInfoSyncOk() (*time.Time, bool)

GetLastInfoSyncOk returns a tuple with the LastInfoSync 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 (*Author) GetMetadata

func (o *Author) GetMetadata() AuthorMetadataLazyLoaded

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*Author) GetMetadataOk

func (o *Author) GetMetadataOk() (*AuthorMetadataLazyLoaded, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetMetadataProfile

func (o *Author) GetMetadataProfile() MetadataProfileLazyLoaded

GetMetadataProfile returns the MetadataProfile field value if set, zero value otherwise.

func (*Author) GetMetadataProfileId

func (o *Author) GetMetadataProfileId() int32

GetMetadataProfileId returns the MetadataProfileId field value if set, zero value otherwise.

func (*Author) GetMetadataProfileIdOk

func (o *Author) GetMetadataProfileIdOk() (*int32, bool)

GetMetadataProfileIdOk returns a tuple with the MetadataProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetMetadataProfileOk

func (o *Author) GetMetadataProfileOk() (*MetadataProfileLazyLoaded, bool)

GetMetadataProfileOk returns a tuple with the MetadataProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetMonitorNewItems added in v0.3.0

func (o *Author) GetMonitorNewItems() NewItemMonitorTypes

GetMonitorNewItems returns the MonitorNewItems field value if set, zero value otherwise.

func (*Author) GetMonitorNewItemsOk added in v0.3.0

func (o *Author) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)

GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetMonitored

func (o *Author) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*Author) GetMonitoredOk

func (o *Author) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetName

func (o *Author) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetNameOk

func (o *Author) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Author) GetPath

func (o *Author) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetPathOk

func (o *Author) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*Author) GetQualityProfile

func (o *Author) GetQualityProfile() QualityProfileLazyLoaded

GetQualityProfile returns the QualityProfile field value if set, zero value otherwise.

func (*Author) GetQualityProfileId

func (o *Author) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise.

func (*Author) GetQualityProfileIdOk

func (o *Author) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetQualityProfileOk

func (o *Author) GetQualityProfileOk() (*QualityProfileLazyLoaded, bool)

GetQualityProfileOk returns a tuple with the QualityProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetRootFolderPath

func (o *Author) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetRootFolderPathOk

func (o *Author) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath 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 (*Author) GetSeries

func (o *Author) GetSeries() SeriesListLazyLoaded

GetSeries returns the Series field value if set, zero value otherwise.

func (*Author) GetSeriesOk

func (o *Author) GetSeriesOk() (*SeriesListLazyLoaded, bool)

GetSeriesOk returns a tuple with the Series field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Author) GetTags

func (o *Author) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Author) GetTagsOk

func (o *Author) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*Author) HasAddOptions

func (o *Author) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*Author) HasAdded

func (o *Author) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*Author) HasAuthorMetadataId

func (o *Author) HasAuthorMetadataId() bool

HasAuthorMetadataId returns a boolean if a field has been set.

func (*Author) HasBooks

func (o *Author) HasBooks() bool

HasBooks returns a boolean if a field has been set.

func (*Author) HasCleanName

func (o *Author) HasCleanName() bool

HasCleanName returns a boolean if a field has been set.

func (*Author) HasForeignAuthorId

func (o *Author) HasForeignAuthorId() bool

HasForeignAuthorId returns a boolean if a field has been set.

func (*Author) HasId

func (o *Author) HasId() bool

HasId returns a boolean if a field has been set.

func (*Author) HasLastInfoSync

func (o *Author) HasLastInfoSync() bool

HasLastInfoSync returns a boolean if a field has been set.

func (*Author) HasMetadata

func (o *Author) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*Author) HasMetadataProfile

func (o *Author) HasMetadataProfile() bool

HasMetadataProfile returns a boolean if a field has been set.

func (*Author) HasMetadataProfileId

func (o *Author) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*Author) HasMonitorNewItems added in v0.3.0

func (o *Author) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*Author) HasMonitored

func (o *Author) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*Author) HasName

func (o *Author) HasName() bool

HasName returns a boolean if a field has been set.

func (*Author) HasPath

func (o *Author) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*Author) HasQualityProfile

func (o *Author) HasQualityProfile() bool

HasQualityProfile returns a boolean if a field has been set.

func (*Author) HasQualityProfileId

func (o *Author) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*Author) HasRootFolderPath

func (o *Author) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*Author) HasSeries

func (o *Author) HasSeries() bool

HasSeries returns a boolean if a field has been set.

func (*Author) HasTags

func (o *Author) HasTags() bool

HasTags returns a boolean if a field has been set.

func (Author) MarshalJSON

func (o Author) MarshalJSON() ([]byte, error)

func (*Author) SetAddOptions

func (o *Author) SetAddOptions(v AddAuthorOptions)

SetAddOptions gets a reference to the given AddAuthorOptions and assigns it to the AddOptions field.

func (*Author) SetAdded

func (o *Author) SetAdded(v time.Time)

SetAdded gets a reference to the given time.Time and assigns it to the Added field.

func (*Author) SetAuthorMetadataId

func (o *Author) SetAuthorMetadataId(v int32)

SetAuthorMetadataId gets a reference to the given int32 and assigns it to the AuthorMetadataId field.

func (*Author) SetBooks

func (o *Author) SetBooks(v BookListLazyLoaded)

SetBooks gets a reference to the given BookListLazyLoaded and assigns it to the Books field.

func (*Author) SetCleanName

func (o *Author) SetCleanName(v string)

SetCleanName gets a reference to the given NullableString and assigns it to the CleanName field.

func (*Author) SetCleanNameNil

func (o *Author) SetCleanNameNil()

SetCleanNameNil sets the value for CleanName to be an explicit nil

func (*Author) SetForeignAuthorId

func (o *Author) SetForeignAuthorId(v string)

SetForeignAuthorId gets a reference to the given NullableString and assigns it to the ForeignAuthorId field.

func (*Author) SetForeignAuthorIdNil

func (o *Author) SetForeignAuthorIdNil()

SetForeignAuthorIdNil sets the value for ForeignAuthorId to be an explicit nil

func (*Author) SetId

func (o *Author) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Author) SetLastInfoSync

func (o *Author) SetLastInfoSync(v time.Time)

SetLastInfoSync gets a reference to the given NullableTime and assigns it to the LastInfoSync field.

func (*Author) SetLastInfoSyncNil

func (o *Author) SetLastInfoSyncNil()

SetLastInfoSyncNil sets the value for LastInfoSync to be an explicit nil

func (*Author) SetMetadata

func (o *Author) SetMetadata(v AuthorMetadataLazyLoaded)

SetMetadata gets a reference to the given AuthorMetadataLazyLoaded and assigns it to the Metadata field.

func (*Author) SetMetadataProfile

func (o *Author) SetMetadataProfile(v MetadataProfileLazyLoaded)

SetMetadataProfile gets a reference to the given MetadataProfileLazyLoaded and assigns it to the MetadataProfile field.

func (*Author) SetMetadataProfileId

func (o *Author) SetMetadataProfileId(v int32)

SetMetadataProfileId gets a reference to the given int32 and assigns it to the MetadataProfileId field.

func (*Author) SetMonitorNewItems added in v0.3.0

func (o *Author) SetMonitorNewItems(v NewItemMonitorTypes)

SetMonitorNewItems gets a reference to the given NewItemMonitorTypes and assigns it to the MonitorNewItems field.

func (*Author) SetMonitored

func (o *Author) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*Author) SetName

func (o *Author) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Author) SetNameNil

func (o *Author) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Author) SetPath

func (o *Author) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*Author) SetPathNil

func (o *Author) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*Author) SetQualityProfile

func (o *Author) SetQualityProfile(v QualityProfileLazyLoaded)

SetQualityProfile gets a reference to the given QualityProfileLazyLoaded and assigns it to the QualityProfile field.

func (*Author) SetQualityProfileId

func (o *Author) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given int32 and assigns it to the QualityProfileId field.

func (*Author) SetRootFolderPath

func (o *Author) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*Author) SetRootFolderPathNil

func (o *Author) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*Author) SetSeries

func (o *Author) SetSeries(v SeriesListLazyLoaded)

SetSeries gets a reference to the given SeriesListLazyLoaded and assigns it to the Series field.

func (*Author) SetTags

func (o *Author) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (Author) ToMap added in v1.0.0

func (o Author) ToMap() (map[string]interface{}, error)

func (*Author) UnsetCleanName

func (o *Author) UnsetCleanName()

UnsetCleanName ensures that no value is present for CleanName, not even an explicit nil

func (*Author) UnsetForeignAuthorId

func (o *Author) UnsetForeignAuthorId()

UnsetForeignAuthorId ensures that no value is present for ForeignAuthorId, not even an explicit nil

func (*Author) UnsetLastInfoSync

func (o *Author) UnsetLastInfoSync()

UnsetLastInfoSync ensures that no value is present for LastInfoSync, not even an explicit nil

func (*Author) UnsetName

func (o *Author) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*Author) UnsetPath

func (o *Author) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*Author) UnsetRootFolderPath

func (o *Author) UnsetRootFolderPath()

UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil

type AuthorAPIService added in v1.0.0

type AuthorAPIService service

AuthorAPIService AuthorAPI service

func (*AuthorAPIService) CreateAuthor added in v1.0.0

CreateAuthor Method for CreateAuthor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAuthorRequest

func (*AuthorAPIService) CreateAuthorExecute added in v1.0.0

func (a *AuthorAPIService) CreateAuthorExecute(r ApiCreateAuthorRequest) (*AuthorResource, *http.Response, error)

Execute executes the request

@return AuthorResource

func (*AuthorAPIService) DeleteAuthor added in v1.0.0

func (a *AuthorAPIService) DeleteAuthor(ctx context.Context, id int32) ApiDeleteAuthorRequest

DeleteAuthor Method for DeleteAuthor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteAuthorRequest

func (*AuthorAPIService) DeleteAuthorExecute added in v1.0.0

func (a *AuthorAPIService) DeleteAuthorExecute(r ApiDeleteAuthorRequest) (*http.Response, error)

Execute executes the request

func (*AuthorAPIService) GetAuthorById added in v1.0.0

func (a *AuthorAPIService) GetAuthorById(ctx context.Context, id int32) ApiGetAuthorByIdRequest

GetAuthorById Method for GetAuthorById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAuthorByIdRequest

func (*AuthorAPIService) GetAuthorByIdExecute added in v1.0.0

func (a *AuthorAPIService) GetAuthorByIdExecute(r ApiGetAuthorByIdRequest) (*AuthorResource, *http.Response, error)

Execute executes the request

@return AuthorResource

func (*AuthorAPIService) ListAuthor added in v1.0.0

ListAuthor Method for ListAuthor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAuthorRequest

func (*AuthorAPIService) ListAuthorExecute added in v1.0.0

func (a *AuthorAPIService) ListAuthorExecute(r ApiListAuthorRequest) ([]AuthorResource, *http.Response, error)

Execute executes the request

@return []AuthorResource

func (*AuthorAPIService) UpdateAuthor added in v1.0.0

UpdateAuthor Method for UpdateAuthor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateAuthorRequest

func (*AuthorAPIService) UpdateAuthorExecute added in v1.0.0

func (a *AuthorAPIService) UpdateAuthorExecute(r ApiUpdateAuthorRequest) (*AuthorResource, *http.Response, error)

Execute executes the request

@return AuthorResource

type AuthorEditorAPIService added in v1.0.0

type AuthorEditorAPIService service

AuthorEditorAPIService AuthorEditorAPI service

func (*AuthorEditorAPIService) DeleteAuthorEditor added in v1.0.0

DeleteAuthorEditor Method for DeleteAuthorEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteAuthorEditorRequest

func (*AuthorEditorAPIService) DeleteAuthorEditorExecute added in v1.0.0

func (a *AuthorEditorAPIService) DeleteAuthorEditorExecute(r ApiDeleteAuthorEditorRequest) (*http.Response, error)

Execute executes the request

func (*AuthorEditorAPIService) PutAuthorEditor added in v1.0.0

PutAuthorEditor Method for PutAuthorEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutAuthorEditorRequest

func (*AuthorEditorAPIService) PutAuthorEditorExecute added in v1.0.0

func (a *AuthorEditorAPIService) PutAuthorEditorExecute(r ApiPutAuthorEditorRequest) (*http.Response, error)

Execute executes the request

type AuthorEditorResource

type AuthorEditorResource struct {
	AuthorIds         []int32              `json:"authorIds,omitempty"`
	Monitored         NullableBool         `json:"monitored,omitempty"`
	MonitorNewItems   *NewItemMonitorTypes `json:"monitorNewItems,omitempty"`
	QualityProfileId  NullableInt32        `json:"qualityProfileId,omitempty"`
	MetadataProfileId NullableInt32        `json:"metadataProfileId,omitempty"`
	RootFolderPath    NullableString       `json:"rootFolderPath,omitempty"`
	Tags              []int32              `json:"tags,omitempty"`
	ApplyTags         *ApplyTags           `json:"applyTags,omitempty"`
	MoveFiles         *bool                `json:"moveFiles,omitempty"`
	DeleteFiles       *bool                `json:"deleteFiles,omitempty"`
}

AuthorEditorResource struct for AuthorEditorResource

func NewAuthorEditorResource

func NewAuthorEditorResource() *AuthorEditorResource

NewAuthorEditorResource instantiates a new AuthorEditorResource 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 NewAuthorEditorResourceWithDefaults

func NewAuthorEditorResourceWithDefaults() *AuthorEditorResource

NewAuthorEditorResourceWithDefaults instantiates a new AuthorEditorResource 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 (*AuthorEditorResource) GetApplyTags

func (o *AuthorEditorResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*AuthorEditorResource) GetApplyTagsOk

func (o *AuthorEditorResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorEditorResource) GetAuthorIds

func (o *AuthorEditorResource) GetAuthorIds() []int32

GetAuthorIds returns the AuthorIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorEditorResource) GetAuthorIdsOk

func (o *AuthorEditorResource) GetAuthorIdsOk() ([]int32, bool)

GetAuthorIdsOk returns a tuple with the AuthorIds 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 (*AuthorEditorResource) GetDeleteFiles

func (o *AuthorEditorResource) GetDeleteFiles() bool

GetDeleteFiles returns the DeleteFiles field value if set, zero value otherwise.

func (*AuthorEditorResource) GetDeleteFilesOk

func (o *AuthorEditorResource) GetDeleteFilesOk() (*bool, bool)

GetDeleteFilesOk returns a tuple with the DeleteFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorEditorResource) GetMetadataProfileId

func (o *AuthorEditorResource) GetMetadataProfileId() int32

GetMetadataProfileId returns the MetadataProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorEditorResource) GetMetadataProfileIdOk

func (o *AuthorEditorResource) GetMetadataProfileIdOk() (*int32, bool)

GetMetadataProfileIdOk returns a tuple with the MetadataProfileId 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 (*AuthorEditorResource) GetMonitorNewItems added in v0.3.0

func (o *AuthorEditorResource) GetMonitorNewItems() NewItemMonitorTypes

GetMonitorNewItems returns the MonitorNewItems field value if set, zero value otherwise.

func (*AuthorEditorResource) GetMonitorNewItemsOk added in v0.3.0

func (o *AuthorEditorResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)

GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorEditorResource) GetMonitored

func (o *AuthorEditorResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorEditorResource) GetMonitoredOk

func (o *AuthorEditorResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored 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 (*AuthorEditorResource) GetMoveFiles

func (o *AuthorEditorResource) GetMoveFiles() bool

GetMoveFiles returns the MoveFiles field value if set, zero value otherwise.

func (*AuthorEditorResource) GetMoveFilesOk

func (o *AuthorEditorResource) GetMoveFilesOk() (*bool, bool)

GetMoveFilesOk returns a tuple with the MoveFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorEditorResource) GetQualityProfileId

func (o *AuthorEditorResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorEditorResource) GetQualityProfileIdOk

func (o *AuthorEditorResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId 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 (*AuthorEditorResource) GetRootFolderPath

func (o *AuthorEditorResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorEditorResource) GetRootFolderPathOk

func (o *AuthorEditorResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath 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 (*AuthorEditorResource) GetTags

func (o *AuthorEditorResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorEditorResource) GetTagsOk

func (o *AuthorEditorResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*AuthorEditorResource) HasApplyTags

func (o *AuthorEditorResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*AuthorEditorResource) HasAuthorIds

func (o *AuthorEditorResource) HasAuthorIds() bool

HasAuthorIds returns a boolean if a field has been set.

func (*AuthorEditorResource) HasDeleteFiles

func (o *AuthorEditorResource) HasDeleteFiles() bool

HasDeleteFiles returns a boolean if a field has been set.

func (*AuthorEditorResource) HasMetadataProfileId

func (o *AuthorEditorResource) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*AuthorEditorResource) HasMonitorNewItems added in v0.3.0

func (o *AuthorEditorResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*AuthorEditorResource) HasMonitored

func (o *AuthorEditorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*AuthorEditorResource) HasMoveFiles

func (o *AuthorEditorResource) HasMoveFiles() bool

HasMoveFiles returns a boolean if a field has been set.

func (*AuthorEditorResource) HasQualityProfileId

func (o *AuthorEditorResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*AuthorEditorResource) HasRootFolderPath

func (o *AuthorEditorResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*AuthorEditorResource) HasTags

func (o *AuthorEditorResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (AuthorEditorResource) MarshalJSON

func (o AuthorEditorResource) MarshalJSON() ([]byte, error)

func (*AuthorEditorResource) SetApplyTags

func (o *AuthorEditorResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*AuthorEditorResource) SetAuthorIds

func (o *AuthorEditorResource) SetAuthorIds(v []int32)

SetAuthorIds gets a reference to the given []int32 and assigns it to the AuthorIds field.

func (*AuthorEditorResource) SetDeleteFiles

func (o *AuthorEditorResource) SetDeleteFiles(v bool)

SetDeleteFiles gets a reference to the given bool and assigns it to the DeleteFiles field.

func (*AuthorEditorResource) SetMetadataProfileId

func (o *AuthorEditorResource) SetMetadataProfileId(v int32)

SetMetadataProfileId gets a reference to the given NullableInt32 and assigns it to the MetadataProfileId field.

func (*AuthorEditorResource) SetMetadataProfileIdNil

func (o *AuthorEditorResource) SetMetadataProfileIdNil()

SetMetadataProfileIdNil sets the value for MetadataProfileId to be an explicit nil

func (*AuthorEditorResource) SetMonitorNewItems added in v0.3.0

func (o *AuthorEditorResource) SetMonitorNewItems(v NewItemMonitorTypes)

SetMonitorNewItems gets a reference to the given NewItemMonitorTypes and assigns it to the MonitorNewItems field.

func (*AuthorEditorResource) SetMonitored

func (o *AuthorEditorResource) SetMonitored(v bool)

SetMonitored gets a reference to the given NullableBool and assigns it to the Monitored field.

func (*AuthorEditorResource) SetMonitoredNil

func (o *AuthorEditorResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (*AuthorEditorResource) SetMoveFiles

func (o *AuthorEditorResource) SetMoveFiles(v bool)

SetMoveFiles gets a reference to the given bool and assigns it to the MoveFiles field.

func (*AuthorEditorResource) SetQualityProfileId

func (o *AuthorEditorResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given NullableInt32 and assigns it to the QualityProfileId field.

func (*AuthorEditorResource) SetQualityProfileIdNil

func (o *AuthorEditorResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*AuthorEditorResource) SetRootFolderPath

func (o *AuthorEditorResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*AuthorEditorResource) SetRootFolderPathNil

func (o *AuthorEditorResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*AuthorEditorResource) SetTags

func (o *AuthorEditorResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (AuthorEditorResource) ToMap added in v1.0.0

func (o AuthorEditorResource) ToMap() (map[string]interface{}, error)

func (*AuthorEditorResource) UnsetMetadataProfileId

func (o *AuthorEditorResource) UnsetMetadataProfileId()

UnsetMetadataProfileId ensures that no value is present for MetadataProfileId, not even an explicit nil

func (*AuthorEditorResource) UnsetMonitored

func (o *AuthorEditorResource) UnsetMonitored()

UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil

func (*AuthorEditorResource) UnsetQualityProfileId

func (o *AuthorEditorResource) UnsetQualityProfileId()

UnsetQualityProfileId ensures that no value is present for QualityProfileId, not even an explicit nil

func (*AuthorEditorResource) UnsetRootFolderPath

func (o *AuthorEditorResource) UnsetRootFolderPath()

UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil

type AuthorLazyLoaded

type AuthorLazyLoaded struct {
	Value    *Author `json:"value,omitempty"`
	IsLoaded *bool   `json:"isLoaded,omitempty"`
}

AuthorLazyLoaded struct for AuthorLazyLoaded

func NewAuthorLazyLoaded

func NewAuthorLazyLoaded() *AuthorLazyLoaded

NewAuthorLazyLoaded instantiates a new AuthorLazyLoaded 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 NewAuthorLazyLoadedWithDefaults

func NewAuthorLazyLoadedWithDefaults() *AuthorLazyLoaded

NewAuthorLazyLoadedWithDefaults instantiates a new AuthorLazyLoaded 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 (*AuthorLazyLoaded) GetIsLoaded

func (o *AuthorLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*AuthorLazyLoaded) GetIsLoadedOk

func (o *AuthorLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorLazyLoaded) GetValue

func (o *AuthorLazyLoaded) GetValue() Author

GetValue returns the Value field value if set, zero value otherwise.

func (*AuthorLazyLoaded) GetValueOk

func (o *AuthorLazyLoaded) GetValueOk() (*Author, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorLazyLoaded) HasIsLoaded

func (o *AuthorLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*AuthorLazyLoaded) HasValue

func (o *AuthorLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AuthorLazyLoaded) MarshalJSON

func (o AuthorLazyLoaded) MarshalJSON() ([]byte, error)

func (*AuthorLazyLoaded) SetIsLoaded

func (o *AuthorLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*AuthorLazyLoaded) SetValue

func (o *AuthorLazyLoaded) SetValue(v Author)

SetValue gets a reference to the given Author and assigns it to the Value field.

func (AuthorLazyLoaded) ToMap added in v1.0.0

func (o AuthorLazyLoaded) ToMap() (map[string]interface{}, error)

type AuthorLookupAPIService added in v1.0.0

type AuthorLookupAPIService service

AuthorLookupAPIService AuthorLookupAPI service

func (*AuthorLookupAPIService) GetAuthorLookup added in v1.0.0

GetAuthorLookup Method for GetAuthorLookup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAuthorLookupRequest

func (*AuthorLookupAPIService) GetAuthorLookupExecute added in v1.0.0

func (a *AuthorLookupAPIService) GetAuthorLookupExecute(r ApiGetAuthorLookupRequest) (*http.Response, error)

Execute executes the request

type AuthorMetadata

type AuthorMetadata struct {
	Id                *int32            `json:"id,omitempty"`
	ForeignAuthorId   NullableString    `json:"foreignAuthorId,omitempty"`
	TitleSlug         NullableString    `json:"titleSlug,omitempty"`
	Name              NullableString    `json:"name,omitempty"`
	SortName          NullableString    `json:"sortName,omitempty"`
	NameLastFirst     NullableString    `json:"nameLastFirst,omitempty"`
	SortNameLastFirst NullableString    `json:"sortNameLastFirst,omitempty"`
	Aliases           []string          `json:"aliases,omitempty"`
	Overview          NullableString    `json:"overview,omitempty"`
	Disambiguation    NullableString    `json:"disambiguation,omitempty"`
	Gender            NullableString    `json:"gender,omitempty"`
	Hometown          NullableString    `json:"hometown,omitempty"`
	Born              NullableTime      `json:"born,omitempty"`
	Died              NullableTime      `json:"died,omitempty"`
	Status            *AuthorStatusType `json:"status,omitempty"`
	Images            []MediaCover      `json:"images,omitempty"`
	Links             []Links           `json:"links,omitempty"`
	Genres            []string          `json:"genres,omitempty"`
	Ratings           *Ratings          `json:"ratings,omitempty"`
}

AuthorMetadata struct for AuthorMetadata

func NewAuthorMetadata

func NewAuthorMetadata() *AuthorMetadata

NewAuthorMetadata instantiates a new AuthorMetadata 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 NewAuthorMetadataWithDefaults

func NewAuthorMetadataWithDefaults() *AuthorMetadata

NewAuthorMetadataWithDefaults instantiates a new AuthorMetadata 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 (*AuthorMetadata) GetAliases

func (o *AuthorMetadata) GetAliases() []string

GetAliases returns the Aliases field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetAliasesOk

func (o *AuthorMetadata) GetAliasesOk() ([]string, bool)

GetAliasesOk returns a tuple with the Aliases 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 (*AuthorMetadata) GetBorn

func (o *AuthorMetadata) GetBorn() time.Time

GetBorn returns the Born field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetBornOk

func (o *AuthorMetadata) GetBornOk() (*time.Time, bool)

GetBornOk returns a tuple with the Born 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 (*AuthorMetadata) GetDied

func (o *AuthorMetadata) GetDied() time.Time

GetDied returns the Died field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetDiedOk

func (o *AuthorMetadata) GetDiedOk() (*time.Time, bool)

GetDiedOk returns a tuple with the Died 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 (*AuthorMetadata) GetDisambiguation

func (o *AuthorMetadata) GetDisambiguation() string

GetDisambiguation returns the Disambiguation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetDisambiguationOk

func (o *AuthorMetadata) GetDisambiguationOk() (*string, bool)

GetDisambiguationOk returns a tuple with the Disambiguation 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 (*AuthorMetadata) GetForeignAuthorId

func (o *AuthorMetadata) GetForeignAuthorId() string

GetForeignAuthorId returns the ForeignAuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetForeignAuthorIdOk

func (o *AuthorMetadata) GetForeignAuthorIdOk() (*string, bool)

GetForeignAuthorIdOk returns a tuple with the ForeignAuthorId 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 (*AuthorMetadata) GetGender

func (o *AuthorMetadata) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetGenderOk

func (o *AuthorMetadata) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender 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 (*AuthorMetadata) GetGenres

func (o *AuthorMetadata) GetGenres() []string

GetGenres returns the Genres field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetGenresOk

func (o *AuthorMetadata) GetGenresOk() ([]string, bool)

GetGenresOk returns a tuple with the Genres 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 (*AuthorMetadata) GetHometown

func (o *AuthorMetadata) GetHometown() string

GetHometown returns the Hometown field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetHometownOk

func (o *AuthorMetadata) GetHometownOk() (*string, bool)

GetHometownOk returns a tuple with the Hometown 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 (*AuthorMetadata) GetId

func (o *AuthorMetadata) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*AuthorMetadata) GetIdOk

func (o *AuthorMetadata) GetIdOk() (*int32, 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 (*AuthorMetadata) GetImages

func (o *AuthorMetadata) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetImagesOk

func (o *AuthorMetadata) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images 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 (o *AuthorMetadata) GetLinks() []Links

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetLinksOk

func (o *AuthorMetadata) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AuthorMetadata) GetName

func (o *AuthorMetadata) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetNameLastFirst

func (o *AuthorMetadata) GetNameLastFirst() string

GetNameLastFirst returns the NameLastFirst field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetNameLastFirstOk

func (o *AuthorMetadata) GetNameLastFirstOk() (*string, bool)

GetNameLastFirstOk returns a tuple with the NameLastFirst 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 (*AuthorMetadata) GetNameOk

func (o *AuthorMetadata) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AuthorMetadata) GetOverview

func (o *AuthorMetadata) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetOverviewOk

func (o *AuthorMetadata) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview 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 (*AuthorMetadata) GetRatings

func (o *AuthorMetadata) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*AuthorMetadata) GetRatingsOk

func (o *AuthorMetadata) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorMetadata) GetSortName

func (o *AuthorMetadata) GetSortName() string

GetSortName returns the SortName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetSortNameLastFirst

func (o *AuthorMetadata) GetSortNameLastFirst() string

GetSortNameLastFirst returns the SortNameLastFirst field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetSortNameLastFirstOk

func (o *AuthorMetadata) GetSortNameLastFirstOk() (*string, bool)

GetSortNameLastFirstOk returns a tuple with the SortNameLastFirst 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 (*AuthorMetadata) GetSortNameOk

func (o *AuthorMetadata) GetSortNameOk() (*string, bool)

GetSortNameOk returns a tuple with the SortName 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 (*AuthorMetadata) GetStatus

func (o *AuthorMetadata) GetStatus() AuthorStatusType

GetStatus returns the Status field value if set, zero value otherwise.

func (*AuthorMetadata) GetStatusOk

func (o *AuthorMetadata) GetStatusOk() (*AuthorStatusType, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorMetadata) GetTitleSlug

func (o *AuthorMetadata) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorMetadata) GetTitleSlugOk

func (o *AuthorMetadata) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug 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 (*AuthorMetadata) HasAliases

func (o *AuthorMetadata) HasAliases() bool

HasAliases returns a boolean if a field has been set.

func (*AuthorMetadata) HasBorn

func (o *AuthorMetadata) HasBorn() bool

HasBorn returns a boolean if a field has been set.

func (*AuthorMetadata) HasDied

func (o *AuthorMetadata) HasDied() bool

HasDied returns a boolean if a field has been set.

func (*AuthorMetadata) HasDisambiguation

func (o *AuthorMetadata) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*AuthorMetadata) HasForeignAuthorId

func (o *AuthorMetadata) HasForeignAuthorId() bool

HasForeignAuthorId returns a boolean if a field has been set.

func (*AuthorMetadata) HasGender

func (o *AuthorMetadata) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*AuthorMetadata) HasGenres

func (o *AuthorMetadata) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*AuthorMetadata) HasHometown

func (o *AuthorMetadata) HasHometown() bool

HasHometown returns a boolean if a field has been set.

func (*AuthorMetadata) HasId

func (o *AuthorMetadata) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthorMetadata) HasImages

func (o *AuthorMetadata) HasImages() bool

HasImages returns a boolean if a field has been set.

func (o *AuthorMetadata) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*AuthorMetadata) HasName

func (o *AuthorMetadata) HasName() bool

HasName returns a boolean if a field has been set.

func (*AuthorMetadata) HasNameLastFirst

func (o *AuthorMetadata) HasNameLastFirst() bool

HasNameLastFirst returns a boolean if a field has been set.

func (*AuthorMetadata) HasOverview

func (o *AuthorMetadata) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*AuthorMetadata) HasRatings

func (o *AuthorMetadata) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*AuthorMetadata) HasSortName

func (o *AuthorMetadata) HasSortName() bool

HasSortName returns a boolean if a field has been set.

func (*AuthorMetadata) HasSortNameLastFirst

func (o *AuthorMetadata) HasSortNameLastFirst() bool

HasSortNameLastFirst returns a boolean if a field has been set.

func (*AuthorMetadata) HasStatus

func (o *AuthorMetadata) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*AuthorMetadata) HasTitleSlug

func (o *AuthorMetadata) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (AuthorMetadata) MarshalJSON

func (o AuthorMetadata) MarshalJSON() ([]byte, error)

func (*AuthorMetadata) SetAliases

func (o *AuthorMetadata) SetAliases(v []string)

SetAliases gets a reference to the given []string and assigns it to the Aliases field.

func (*AuthorMetadata) SetBorn

func (o *AuthorMetadata) SetBorn(v time.Time)

SetBorn gets a reference to the given NullableTime and assigns it to the Born field.

func (*AuthorMetadata) SetBornNil

func (o *AuthorMetadata) SetBornNil()

SetBornNil sets the value for Born to be an explicit nil

func (*AuthorMetadata) SetDied

func (o *AuthorMetadata) SetDied(v time.Time)

SetDied gets a reference to the given NullableTime and assigns it to the Died field.

func (*AuthorMetadata) SetDiedNil

func (o *AuthorMetadata) SetDiedNil()

SetDiedNil sets the value for Died to be an explicit nil

func (*AuthorMetadata) SetDisambiguation

func (o *AuthorMetadata) SetDisambiguation(v string)

SetDisambiguation gets a reference to the given NullableString and assigns it to the Disambiguation field.

func (*AuthorMetadata) SetDisambiguationNil

func (o *AuthorMetadata) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*AuthorMetadata) SetForeignAuthorId

func (o *AuthorMetadata) SetForeignAuthorId(v string)

SetForeignAuthorId gets a reference to the given NullableString and assigns it to the ForeignAuthorId field.

func (*AuthorMetadata) SetForeignAuthorIdNil

func (o *AuthorMetadata) SetForeignAuthorIdNil()

SetForeignAuthorIdNil sets the value for ForeignAuthorId to be an explicit nil

func (*AuthorMetadata) SetGender

func (o *AuthorMetadata) SetGender(v string)

SetGender gets a reference to the given NullableString and assigns it to the Gender field.

func (*AuthorMetadata) SetGenderNil

func (o *AuthorMetadata) SetGenderNil()

SetGenderNil sets the value for Gender to be an explicit nil

func (*AuthorMetadata) SetGenres

func (o *AuthorMetadata) SetGenres(v []string)

SetGenres gets a reference to the given []string and assigns it to the Genres field.

func (*AuthorMetadata) SetHometown

func (o *AuthorMetadata) SetHometown(v string)

SetHometown gets a reference to the given NullableString and assigns it to the Hometown field.

func (*AuthorMetadata) SetHometownNil

func (o *AuthorMetadata) SetHometownNil()

SetHometownNil sets the value for Hometown to be an explicit nil

func (*AuthorMetadata) SetId

func (o *AuthorMetadata) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AuthorMetadata) SetImages

func (o *AuthorMetadata) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (o *AuthorMetadata) SetLinks(v []Links)

SetLinks gets a reference to the given []Links and assigns it to the Links field.

func (*AuthorMetadata) SetName

func (o *AuthorMetadata) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*AuthorMetadata) SetNameLastFirst

func (o *AuthorMetadata) SetNameLastFirst(v string)

SetNameLastFirst gets a reference to the given NullableString and assigns it to the NameLastFirst field.

func (*AuthorMetadata) SetNameLastFirstNil

func (o *AuthorMetadata) SetNameLastFirstNil()

SetNameLastFirstNil sets the value for NameLastFirst to be an explicit nil

func (*AuthorMetadata) SetNameNil

func (o *AuthorMetadata) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*AuthorMetadata) SetOverview

func (o *AuthorMetadata) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*AuthorMetadata) SetOverviewNil

func (o *AuthorMetadata) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*AuthorMetadata) SetRatings

func (o *AuthorMetadata) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*AuthorMetadata) SetSortName

func (o *AuthorMetadata) SetSortName(v string)

SetSortName gets a reference to the given NullableString and assigns it to the SortName field.

func (*AuthorMetadata) SetSortNameLastFirst

func (o *AuthorMetadata) SetSortNameLastFirst(v string)

SetSortNameLastFirst gets a reference to the given NullableString and assigns it to the SortNameLastFirst field.

func (*AuthorMetadata) SetSortNameLastFirstNil

func (o *AuthorMetadata) SetSortNameLastFirstNil()

SetSortNameLastFirstNil sets the value for SortNameLastFirst to be an explicit nil

func (*AuthorMetadata) SetSortNameNil

func (o *AuthorMetadata) SetSortNameNil()

SetSortNameNil sets the value for SortName to be an explicit nil

func (*AuthorMetadata) SetStatus

func (o *AuthorMetadata) SetStatus(v AuthorStatusType)

SetStatus gets a reference to the given AuthorStatusType and assigns it to the Status field.

func (*AuthorMetadata) SetTitleSlug

func (o *AuthorMetadata) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*AuthorMetadata) SetTitleSlugNil

func (o *AuthorMetadata) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (AuthorMetadata) ToMap added in v1.0.0

func (o AuthorMetadata) ToMap() (map[string]interface{}, error)

func (*AuthorMetadata) UnsetBorn

func (o *AuthorMetadata) UnsetBorn()

UnsetBorn ensures that no value is present for Born, not even an explicit nil

func (*AuthorMetadata) UnsetDied

func (o *AuthorMetadata) UnsetDied()

UnsetDied ensures that no value is present for Died, not even an explicit nil

func (*AuthorMetadata) UnsetDisambiguation

func (o *AuthorMetadata) UnsetDisambiguation()

UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil

func (*AuthorMetadata) UnsetForeignAuthorId

func (o *AuthorMetadata) UnsetForeignAuthorId()

UnsetForeignAuthorId ensures that no value is present for ForeignAuthorId, not even an explicit nil

func (*AuthorMetadata) UnsetGender

func (o *AuthorMetadata) UnsetGender()

UnsetGender ensures that no value is present for Gender, not even an explicit nil

func (*AuthorMetadata) UnsetHometown

func (o *AuthorMetadata) UnsetHometown()

UnsetHometown ensures that no value is present for Hometown, not even an explicit nil

func (*AuthorMetadata) UnsetName

func (o *AuthorMetadata) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*AuthorMetadata) UnsetNameLastFirst

func (o *AuthorMetadata) UnsetNameLastFirst()

UnsetNameLastFirst ensures that no value is present for NameLastFirst, not even an explicit nil

func (*AuthorMetadata) UnsetOverview

func (o *AuthorMetadata) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*AuthorMetadata) UnsetSortName

func (o *AuthorMetadata) UnsetSortName()

UnsetSortName ensures that no value is present for SortName, not even an explicit nil

func (*AuthorMetadata) UnsetSortNameLastFirst

func (o *AuthorMetadata) UnsetSortNameLastFirst()

UnsetSortNameLastFirst ensures that no value is present for SortNameLastFirst, not even an explicit nil

func (*AuthorMetadata) UnsetTitleSlug

func (o *AuthorMetadata) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

type AuthorMetadataLazyLoaded

type AuthorMetadataLazyLoaded struct {
	Value    *AuthorMetadata `json:"value,omitempty"`
	IsLoaded *bool           `json:"isLoaded,omitempty"`
}

AuthorMetadataLazyLoaded struct for AuthorMetadataLazyLoaded

func NewAuthorMetadataLazyLoaded

func NewAuthorMetadataLazyLoaded() *AuthorMetadataLazyLoaded

NewAuthorMetadataLazyLoaded instantiates a new AuthorMetadataLazyLoaded 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 NewAuthorMetadataLazyLoadedWithDefaults

func NewAuthorMetadataLazyLoadedWithDefaults() *AuthorMetadataLazyLoaded

NewAuthorMetadataLazyLoadedWithDefaults instantiates a new AuthorMetadataLazyLoaded 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 (*AuthorMetadataLazyLoaded) GetIsLoaded

func (o *AuthorMetadataLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*AuthorMetadataLazyLoaded) GetIsLoadedOk

func (o *AuthorMetadataLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorMetadataLazyLoaded) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*AuthorMetadataLazyLoaded) GetValueOk

func (o *AuthorMetadataLazyLoaded) GetValueOk() (*AuthorMetadata, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorMetadataLazyLoaded) HasIsLoaded

func (o *AuthorMetadataLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*AuthorMetadataLazyLoaded) HasValue

func (o *AuthorMetadataLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AuthorMetadataLazyLoaded) MarshalJSON

func (o AuthorMetadataLazyLoaded) MarshalJSON() ([]byte, error)

func (*AuthorMetadataLazyLoaded) SetIsLoaded

func (o *AuthorMetadataLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*AuthorMetadataLazyLoaded) SetValue

SetValue gets a reference to the given AuthorMetadata and assigns it to the Value field.

func (AuthorMetadataLazyLoaded) ToMap added in v1.0.0

func (o AuthorMetadataLazyLoaded) ToMap() (map[string]interface{}, error)

type AuthorResource

type AuthorResource struct {
	Id                  *int32                    `json:"id,omitempty"`
	AuthorMetadataId    *int32                    `json:"authorMetadataId,omitempty"`
	Status              *AuthorStatusType         `json:"status,omitempty"`
	Ended               *bool                     `json:"ended,omitempty"`
	AuthorName          NullableString            `json:"authorName,omitempty"`
	AuthorNameLastFirst NullableString            `json:"authorNameLastFirst,omitempty"`
	ForeignAuthorId     NullableString            `json:"foreignAuthorId,omitempty"`
	TitleSlug           NullableString            `json:"titleSlug,omitempty"`
	Overview            NullableString            `json:"overview,omitempty"`
	Disambiguation      NullableString            `json:"disambiguation,omitempty"`
	Links               []Links                   `json:"links,omitempty"`
	NextBook            *Book                     `json:"nextBook,omitempty"`
	LastBook            *Book                     `json:"lastBook,omitempty"`
	Images              []MediaCover              `json:"images,omitempty"`
	RemotePoster        NullableString            `json:"remotePoster,omitempty"`
	Path                NullableString            `json:"path,omitempty"`
	QualityProfileId    *int32                    `json:"qualityProfileId,omitempty"`
	MetadataProfileId   *int32                    `json:"metadataProfileId,omitempty"`
	Monitored           *bool                     `json:"monitored,omitempty"`
	MonitorNewItems     *NewItemMonitorTypes      `json:"monitorNewItems,omitempty"`
	RootFolderPath      NullableString            `json:"rootFolderPath,omitempty"`
	Genres              []string                  `json:"genres,omitempty"`
	CleanName           NullableString            `json:"cleanName,omitempty"`
	SortName            NullableString            `json:"sortName,omitempty"`
	SortNameLastFirst   NullableString            `json:"sortNameLastFirst,omitempty"`
	Tags                []int32                   `json:"tags,omitempty"`
	Added               *time.Time                `json:"added,omitempty"`
	AddOptions          *AddAuthorOptions         `json:"addOptions,omitempty"`
	Ratings             *Ratings                  `json:"ratings,omitempty"`
	Statistics          *AuthorStatisticsResource `json:"statistics,omitempty"`
}

AuthorResource struct for AuthorResource

func NewAuthorResource

func NewAuthorResource() *AuthorResource

NewAuthorResource instantiates a new AuthorResource 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 NewAuthorResourceWithDefaults

func NewAuthorResourceWithDefaults() *AuthorResource

NewAuthorResourceWithDefaults instantiates a new AuthorResource 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 (*AuthorResource) GetAddOptions

func (o *AuthorResource) GetAddOptions() AddAuthorOptions

GetAddOptions returns the AddOptions field value if set, zero value otherwise.

func (*AuthorResource) GetAddOptionsOk

func (o *AuthorResource) GetAddOptionsOk() (*AddAuthorOptions, bool)

GetAddOptionsOk returns a tuple with the AddOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetAdded

func (o *AuthorResource) GetAdded() time.Time

GetAdded returns the Added field value if set, zero value otherwise.

func (*AuthorResource) GetAddedOk

func (o *AuthorResource) GetAddedOk() (*time.Time, bool)

GetAddedOk returns a tuple with the Added field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetAuthorMetadataId

func (o *AuthorResource) GetAuthorMetadataId() int32

GetAuthorMetadataId returns the AuthorMetadataId field value if set, zero value otherwise.

func (*AuthorResource) GetAuthorMetadataIdOk

func (o *AuthorResource) GetAuthorMetadataIdOk() (*int32, bool)

GetAuthorMetadataIdOk returns a tuple with the AuthorMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetAuthorName

func (o *AuthorResource) GetAuthorName() string

GetAuthorName returns the AuthorName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetAuthorNameLastFirst

func (o *AuthorResource) GetAuthorNameLastFirst() string

GetAuthorNameLastFirst returns the AuthorNameLastFirst field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetAuthorNameLastFirstOk

func (o *AuthorResource) GetAuthorNameLastFirstOk() (*string, bool)

GetAuthorNameLastFirstOk returns a tuple with the AuthorNameLastFirst 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 (*AuthorResource) GetAuthorNameOk

func (o *AuthorResource) GetAuthorNameOk() (*string, bool)

GetAuthorNameOk returns a tuple with the AuthorName 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 (*AuthorResource) GetCleanName

func (o *AuthorResource) GetCleanName() string

GetCleanName returns the CleanName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetCleanNameOk

func (o *AuthorResource) GetCleanNameOk() (*string, bool)

GetCleanNameOk returns a tuple with the CleanName 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 (*AuthorResource) GetDisambiguation

func (o *AuthorResource) GetDisambiguation() string

GetDisambiguation returns the Disambiguation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetDisambiguationOk

func (o *AuthorResource) GetDisambiguationOk() (*string, bool)

GetDisambiguationOk returns a tuple with the Disambiguation 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 (*AuthorResource) GetEnded

func (o *AuthorResource) GetEnded() bool

GetEnded returns the Ended field value if set, zero value otherwise.

func (*AuthorResource) GetEndedOk

func (o *AuthorResource) GetEndedOk() (*bool, bool)

GetEndedOk returns a tuple with the Ended field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetForeignAuthorId

func (o *AuthorResource) GetForeignAuthorId() string

GetForeignAuthorId returns the ForeignAuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetForeignAuthorIdOk

func (o *AuthorResource) GetForeignAuthorIdOk() (*string, bool)

GetForeignAuthorIdOk returns a tuple with the ForeignAuthorId 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 (*AuthorResource) GetGenres

func (o *AuthorResource) GetGenres() []string

GetGenres returns the Genres field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetGenresOk

func (o *AuthorResource) GetGenresOk() ([]string, bool)

GetGenresOk returns a tuple with the Genres 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 (*AuthorResource) GetId

func (o *AuthorResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*AuthorResource) GetIdOk

func (o *AuthorResource) GetIdOk() (*int32, 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 (*AuthorResource) GetImages

func (o *AuthorResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetImagesOk

func (o *AuthorResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images 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 (*AuthorResource) GetLastBook

func (o *AuthorResource) GetLastBook() Book

GetLastBook returns the LastBook field value if set, zero value otherwise.

func (*AuthorResource) GetLastBookOk

func (o *AuthorResource) GetLastBookOk() (*Book, bool)

GetLastBookOk returns a tuple with the LastBook field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *AuthorResource) GetLinks() []Links

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetLinksOk

func (o *AuthorResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AuthorResource) GetMetadataProfileId

func (o *AuthorResource) GetMetadataProfileId() int32

GetMetadataProfileId returns the MetadataProfileId field value if set, zero value otherwise.

func (*AuthorResource) GetMetadataProfileIdOk

func (o *AuthorResource) GetMetadataProfileIdOk() (*int32, bool)

GetMetadataProfileIdOk returns a tuple with the MetadataProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetMonitorNewItems added in v0.3.0

func (o *AuthorResource) GetMonitorNewItems() NewItemMonitorTypes

GetMonitorNewItems returns the MonitorNewItems field value if set, zero value otherwise.

func (*AuthorResource) GetMonitorNewItemsOk added in v0.3.0

func (o *AuthorResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)

GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetMonitored

func (o *AuthorResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*AuthorResource) GetMonitoredOk

func (o *AuthorResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetNextBook

func (o *AuthorResource) GetNextBook() Book

GetNextBook returns the NextBook field value if set, zero value otherwise.

func (*AuthorResource) GetNextBookOk

func (o *AuthorResource) GetNextBookOk() (*Book, bool)

GetNextBookOk returns a tuple with the NextBook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetOverview

func (o *AuthorResource) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetOverviewOk

func (o *AuthorResource) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview 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 (*AuthorResource) GetPath

func (o *AuthorResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetPathOk

func (o *AuthorResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*AuthorResource) GetQualityProfileId

func (o *AuthorResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise.

func (*AuthorResource) GetQualityProfileIdOk

func (o *AuthorResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetRatings

func (o *AuthorResource) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*AuthorResource) GetRatingsOk

func (o *AuthorResource) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetRemotePoster

func (o *AuthorResource) GetRemotePoster() string

GetRemotePoster returns the RemotePoster field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetRemotePosterOk

func (o *AuthorResource) GetRemotePosterOk() (*string, bool)

GetRemotePosterOk returns a tuple with the RemotePoster 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 (*AuthorResource) GetRootFolderPath

func (o *AuthorResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetRootFolderPathOk

func (o *AuthorResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath 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 (*AuthorResource) GetSortName

func (o *AuthorResource) GetSortName() string

GetSortName returns the SortName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetSortNameLastFirst

func (o *AuthorResource) GetSortNameLastFirst() string

GetSortNameLastFirst returns the SortNameLastFirst field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetSortNameLastFirstOk

func (o *AuthorResource) GetSortNameLastFirstOk() (*string, bool)

GetSortNameLastFirstOk returns a tuple with the SortNameLastFirst 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 (*AuthorResource) GetSortNameOk

func (o *AuthorResource) GetSortNameOk() (*string, bool)

GetSortNameOk returns a tuple with the SortName 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 (*AuthorResource) GetStatistics

func (o *AuthorResource) GetStatistics() AuthorStatisticsResource

GetStatistics returns the Statistics field value if set, zero value otherwise.

func (*AuthorResource) GetStatisticsOk

func (o *AuthorResource) GetStatisticsOk() (*AuthorStatisticsResource, bool)

GetStatisticsOk returns a tuple with the Statistics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetStatus

func (o *AuthorResource) GetStatus() AuthorStatusType

GetStatus returns the Status field value if set, zero value otherwise.

func (*AuthorResource) GetStatusOk

func (o *AuthorResource) GetStatusOk() (*AuthorStatusType, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorResource) GetTags

func (o *AuthorResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetTagsOk

func (o *AuthorResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*AuthorResource) GetTitleSlug

func (o *AuthorResource) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorResource) GetTitleSlugOk

func (o *AuthorResource) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug 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 (*AuthorResource) HasAddOptions

func (o *AuthorResource) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*AuthorResource) HasAdded

func (o *AuthorResource) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*AuthorResource) HasAuthorMetadataId

func (o *AuthorResource) HasAuthorMetadataId() bool

HasAuthorMetadataId returns a boolean if a field has been set.

func (*AuthorResource) HasAuthorName

func (o *AuthorResource) HasAuthorName() bool

HasAuthorName returns a boolean if a field has been set.

func (*AuthorResource) HasAuthorNameLastFirst

func (o *AuthorResource) HasAuthorNameLastFirst() bool

HasAuthorNameLastFirst returns a boolean if a field has been set.

func (*AuthorResource) HasCleanName

func (o *AuthorResource) HasCleanName() bool

HasCleanName returns a boolean if a field has been set.

func (*AuthorResource) HasDisambiguation

func (o *AuthorResource) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*AuthorResource) HasEnded

func (o *AuthorResource) HasEnded() bool

HasEnded returns a boolean if a field has been set.

func (*AuthorResource) HasForeignAuthorId

func (o *AuthorResource) HasForeignAuthorId() bool

HasForeignAuthorId returns a boolean if a field has been set.

func (*AuthorResource) HasGenres

func (o *AuthorResource) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*AuthorResource) HasId

func (o *AuthorResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AuthorResource) HasImages

func (o *AuthorResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*AuthorResource) HasLastBook

func (o *AuthorResource) HasLastBook() bool

HasLastBook returns a boolean if a field has been set.

func (o *AuthorResource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*AuthorResource) HasMetadataProfileId

func (o *AuthorResource) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*AuthorResource) HasMonitorNewItems added in v0.3.0

func (o *AuthorResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*AuthorResource) HasMonitored

func (o *AuthorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*AuthorResource) HasNextBook

func (o *AuthorResource) HasNextBook() bool

HasNextBook returns a boolean if a field has been set.

func (*AuthorResource) HasOverview

func (o *AuthorResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*AuthorResource) HasPath

func (o *AuthorResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*AuthorResource) HasQualityProfileId

func (o *AuthorResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*AuthorResource) HasRatings

func (o *AuthorResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*AuthorResource) HasRemotePoster

func (o *AuthorResource) HasRemotePoster() bool

HasRemotePoster returns a boolean if a field has been set.

func (*AuthorResource) HasRootFolderPath

func (o *AuthorResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*AuthorResource) HasSortName

func (o *AuthorResource) HasSortName() bool

HasSortName returns a boolean if a field has been set.

func (*AuthorResource) HasSortNameLastFirst

func (o *AuthorResource) HasSortNameLastFirst() bool

HasSortNameLastFirst returns a boolean if a field has been set.

func (*AuthorResource) HasStatistics

func (o *AuthorResource) HasStatistics() bool

HasStatistics returns a boolean if a field has been set.

func (*AuthorResource) HasStatus

func (o *AuthorResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*AuthorResource) HasTags

func (o *AuthorResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*AuthorResource) HasTitleSlug

func (o *AuthorResource) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (AuthorResource) MarshalJSON

func (o AuthorResource) MarshalJSON() ([]byte, error)

func (*AuthorResource) SetAddOptions

func (o *AuthorResource) SetAddOptions(v AddAuthorOptions)

SetAddOptions gets a reference to the given AddAuthorOptions and assigns it to the AddOptions field.

func (*AuthorResource) SetAdded

func (o *AuthorResource) SetAdded(v time.Time)

SetAdded gets a reference to the given time.Time and assigns it to the Added field.

func (*AuthorResource) SetAuthorMetadataId

func (o *AuthorResource) SetAuthorMetadataId(v int32)

SetAuthorMetadataId gets a reference to the given int32 and assigns it to the AuthorMetadataId field.

func (*AuthorResource) SetAuthorName

func (o *AuthorResource) SetAuthorName(v string)

SetAuthorName gets a reference to the given NullableString and assigns it to the AuthorName field.

func (*AuthorResource) SetAuthorNameLastFirst

func (o *AuthorResource) SetAuthorNameLastFirst(v string)

SetAuthorNameLastFirst gets a reference to the given NullableString and assigns it to the AuthorNameLastFirst field.

func (*AuthorResource) SetAuthorNameLastFirstNil

func (o *AuthorResource) SetAuthorNameLastFirstNil()

SetAuthorNameLastFirstNil sets the value for AuthorNameLastFirst to be an explicit nil

func (*AuthorResource) SetAuthorNameNil

func (o *AuthorResource) SetAuthorNameNil()

SetAuthorNameNil sets the value for AuthorName to be an explicit nil

func (*AuthorResource) SetCleanName

func (o *AuthorResource) SetCleanName(v string)

SetCleanName gets a reference to the given NullableString and assigns it to the CleanName field.

func (*AuthorResource) SetCleanNameNil

func (o *AuthorResource) SetCleanNameNil()

SetCleanNameNil sets the value for CleanName to be an explicit nil

func (*AuthorResource) SetDisambiguation

func (o *AuthorResource) SetDisambiguation(v string)

SetDisambiguation gets a reference to the given NullableString and assigns it to the Disambiguation field.

func (*AuthorResource) SetDisambiguationNil

func (o *AuthorResource) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*AuthorResource) SetEnded

func (o *AuthorResource) SetEnded(v bool)

SetEnded gets a reference to the given bool and assigns it to the Ended field.

func (*AuthorResource) SetForeignAuthorId

func (o *AuthorResource) SetForeignAuthorId(v string)

SetForeignAuthorId gets a reference to the given NullableString and assigns it to the ForeignAuthorId field.

func (*AuthorResource) SetForeignAuthorIdNil

func (o *AuthorResource) SetForeignAuthorIdNil()

SetForeignAuthorIdNil sets the value for ForeignAuthorId to be an explicit nil

func (*AuthorResource) SetGenres

func (o *AuthorResource) SetGenres(v []string)

SetGenres gets a reference to the given []string and assigns it to the Genres field.

func (*AuthorResource) SetId

func (o *AuthorResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AuthorResource) SetImages

func (o *AuthorResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*AuthorResource) SetLastBook

func (o *AuthorResource) SetLastBook(v Book)

SetLastBook gets a reference to the given Book and assigns it to the LastBook field.

func (o *AuthorResource) SetLinks(v []Links)

SetLinks gets a reference to the given []Links and assigns it to the Links field.

func (*AuthorResource) SetMetadataProfileId

func (o *AuthorResource) SetMetadataProfileId(v int32)

SetMetadataProfileId gets a reference to the given int32 and assigns it to the MetadataProfileId field.

func (*AuthorResource) SetMonitorNewItems added in v0.3.0

func (o *AuthorResource) SetMonitorNewItems(v NewItemMonitorTypes)

SetMonitorNewItems gets a reference to the given NewItemMonitorTypes and assigns it to the MonitorNewItems field.

func (*AuthorResource) SetMonitored

func (o *AuthorResource) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*AuthorResource) SetNextBook

func (o *AuthorResource) SetNextBook(v Book)

SetNextBook gets a reference to the given Book and assigns it to the NextBook field.

func (*AuthorResource) SetOverview

func (o *AuthorResource) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*AuthorResource) SetOverviewNil

func (o *AuthorResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*AuthorResource) SetPath

func (o *AuthorResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*AuthorResource) SetPathNil

func (o *AuthorResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*AuthorResource) SetQualityProfileId

func (o *AuthorResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given int32 and assigns it to the QualityProfileId field.

func (*AuthorResource) SetRatings

func (o *AuthorResource) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*AuthorResource) SetRemotePoster

func (o *AuthorResource) SetRemotePoster(v string)

SetRemotePoster gets a reference to the given NullableString and assigns it to the RemotePoster field.

func (*AuthorResource) SetRemotePosterNil

func (o *AuthorResource) SetRemotePosterNil()

SetRemotePosterNil sets the value for RemotePoster to be an explicit nil

func (*AuthorResource) SetRootFolderPath

func (o *AuthorResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*AuthorResource) SetRootFolderPathNil

func (o *AuthorResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*AuthorResource) SetSortName

func (o *AuthorResource) SetSortName(v string)

SetSortName gets a reference to the given NullableString and assigns it to the SortName field.

func (*AuthorResource) SetSortNameLastFirst

func (o *AuthorResource) SetSortNameLastFirst(v string)

SetSortNameLastFirst gets a reference to the given NullableString and assigns it to the SortNameLastFirst field.

func (*AuthorResource) SetSortNameLastFirstNil

func (o *AuthorResource) SetSortNameLastFirstNil()

SetSortNameLastFirstNil sets the value for SortNameLastFirst to be an explicit nil

func (*AuthorResource) SetSortNameNil

func (o *AuthorResource) SetSortNameNil()

SetSortNameNil sets the value for SortName to be an explicit nil

func (*AuthorResource) SetStatistics

func (o *AuthorResource) SetStatistics(v AuthorStatisticsResource)

SetStatistics gets a reference to the given AuthorStatisticsResource and assigns it to the Statistics field.

func (*AuthorResource) SetStatus

func (o *AuthorResource) SetStatus(v AuthorStatusType)

SetStatus gets a reference to the given AuthorStatusType and assigns it to the Status field.

func (*AuthorResource) SetTags

func (o *AuthorResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*AuthorResource) SetTitleSlug

func (o *AuthorResource) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*AuthorResource) SetTitleSlugNil

func (o *AuthorResource) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (AuthorResource) ToMap added in v1.0.0

func (o AuthorResource) ToMap() (map[string]interface{}, error)

func (*AuthorResource) UnsetAuthorName

func (o *AuthorResource) UnsetAuthorName()

UnsetAuthorName ensures that no value is present for AuthorName, not even an explicit nil

func (*AuthorResource) UnsetAuthorNameLastFirst

func (o *AuthorResource) UnsetAuthorNameLastFirst()

UnsetAuthorNameLastFirst ensures that no value is present for AuthorNameLastFirst, not even an explicit nil

func (*AuthorResource) UnsetCleanName

func (o *AuthorResource) UnsetCleanName()

UnsetCleanName ensures that no value is present for CleanName, not even an explicit nil

func (*AuthorResource) UnsetDisambiguation

func (o *AuthorResource) UnsetDisambiguation()

UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil

func (*AuthorResource) UnsetForeignAuthorId

func (o *AuthorResource) UnsetForeignAuthorId()

UnsetForeignAuthorId ensures that no value is present for ForeignAuthorId, not even an explicit nil

func (*AuthorResource) UnsetOverview

func (o *AuthorResource) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*AuthorResource) UnsetPath

func (o *AuthorResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*AuthorResource) UnsetRemotePoster

func (o *AuthorResource) UnsetRemotePoster()

UnsetRemotePoster ensures that no value is present for RemotePoster, not even an explicit nil

func (*AuthorResource) UnsetRootFolderPath

func (o *AuthorResource) UnsetRootFolderPath()

UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil

func (*AuthorResource) UnsetSortName

func (o *AuthorResource) UnsetSortName()

UnsetSortName ensures that no value is present for SortName, not even an explicit nil

func (*AuthorResource) UnsetSortNameLastFirst

func (o *AuthorResource) UnsetSortNameLastFirst()

UnsetSortNameLastFirst ensures that no value is present for SortNameLastFirst, not even an explicit nil

func (*AuthorResource) UnsetTitleSlug

func (o *AuthorResource) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

type AuthorStatisticsResource

type AuthorStatisticsResource struct {
	BookFileCount      *int32   `json:"bookFileCount,omitempty"`
	BookCount          *int32   `json:"bookCount,omitempty"`
	AvailableBookCount *int32   `json:"availableBookCount,omitempty"`
	TotalBookCount     *int32   `json:"totalBookCount,omitempty"`
	SizeOnDisk         *int64   `json:"sizeOnDisk,omitempty"`
	PercentOfBooks     *float64 `json:"percentOfBooks,omitempty"`
}

AuthorStatisticsResource struct for AuthorStatisticsResource

func NewAuthorStatisticsResource

func NewAuthorStatisticsResource() *AuthorStatisticsResource

NewAuthorStatisticsResource instantiates a new AuthorStatisticsResource 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 NewAuthorStatisticsResourceWithDefaults

func NewAuthorStatisticsResourceWithDefaults() *AuthorStatisticsResource

NewAuthorStatisticsResourceWithDefaults instantiates a new AuthorStatisticsResource 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 (*AuthorStatisticsResource) GetAvailableBookCount

func (o *AuthorStatisticsResource) GetAvailableBookCount() int32

GetAvailableBookCount returns the AvailableBookCount field value if set, zero value otherwise.

func (*AuthorStatisticsResource) GetAvailableBookCountOk

func (o *AuthorStatisticsResource) GetAvailableBookCountOk() (*int32, bool)

GetAvailableBookCountOk returns a tuple with the AvailableBookCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorStatisticsResource) GetBookCount

func (o *AuthorStatisticsResource) GetBookCount() int32

GetBookCount returns the BookCount field value if set, zero value otherwise.

func (*AuthorStatisticsResource) GetBookCountOk

func (o *AuthorStatisticsResource) GetBookCountOk() (*int32, bool)

GetBookCountOk returns a tuple with the BookCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorStatisticsResource) GetBookFileCount

func (o *AuthorStatisticsResource) GetBookFileCount() int32

GetBookFileCount returns the BookFileCount field value if set, zero value otherwise.

func (*AuthorStatisticsResource) GetBookFileCountOk

func (o *AuthorStatisticsResource) GetBookFileCountOk() (*int32, bool)

GetBookFileCountOk returns a tuple with the BookFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorStatisticsResource) GetPercentOfBooks

func (o *AuthorStatisticsResource) GetPercentOfBooks() float64

GetPercentOfBooks returns the PercentOfBooks field value if set, zero value otherwise.

func (*AuthorStatisticsResource) GetPercentOfBooksOk

func (o *AuthorStatisticsResource) GetPercentOfBooksOk() (*float64, bool)

GetPercentOfBooksOk returns a tuple with the PercentOfBooks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorStatisticsResource) GetSizeOnDisk

func (o *AuthorStatisticsResource) GetSizeOnDisk() int64

GetSizeOnDisk returns the SizeOnDisk field value if set, zero value otherwise.

func (*AuthorStatisticsResource) GetSizeOnDiskOk

func (o *AuthorStatisticsResource) GetSizeOnDiskOk() (*int64, bool)

GetSizeOnDiskOk returns a tuple with the SizeOnDisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorStatisticsResource) GetTotalBookCount

func (o *AuthorStatisticsResource) GetTotalBookCount() int32

GetTotalBookCount returns the TotalBookCount field value if set, zero value otherwise.

func (*AuthorStatisticsResource) GetTotalBookCountOk

func (o *AuthorStatisticsResource) GetTotalBookCountOk() (*int32, bool)

GetTotalBookCountOk returns a tuple with the TotalBookCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorStatisticsResource) HasAvailableBookCount

func (o *AuthorStatisticsResource) HasAvailableBookCount() bool

HasAvailableBookCount returns a boolean if a field has been set.

func (*AuthorStatisticsResource) HasBookCount

func (o *AuthorStatisticsResource) HasBookCount() bool

HasBookCount returns a boolean if a field has been set.

func (*AuthorStatisticsResource) HasBookFileCount

func (o *AuthorStatisticsResource) HasBookFileCount() bool

HasBookFileCount returns a boolean if a field has been set.

func (*AuthorStatisticsResource) HasPercentOfBooks

func (o *AuthorStatisticsResource) HasPercentOfBooks() bool

HasPercentOfBooks returns a boolean if a field has been set.

func (*AuthorStatisticsResource) HasSizeOnDisk

func (o *AuthorStatisticsResource) HasSizeOnDisk() bool

HasSizeOnDisk returns a boolean if a field has been set.

func (*AuthorStatisticsResource) HasTotalBookCount

func (o *AuthorStatisticsResource) HasTotalBookCount() bool

HasTotalBookCount returns a boolean if a field has been set.

func (AuthorStatisticsResource) MarshalJSON

func (o AuthorStatisticsResource) MarshalJSON() ([]byte, error)

func (*AuthorStatisticsResource) SetAvailableBookCount

func (o *AuthorStatisticsResource) SetAvailableBookCount(v int32)

SetAvailableBookCount gets a reference to the given int32 and assigns it to the AvailableBookCount field.

func (*AuthorStatisticsResource) SetBookCount

func (o *AuthorStatisticsResource) SetBookCount(v int32)

SetBookCount gets a reference to the given int32 and assigns it to the BookCount field.

func (*AuthorStatisticsResource) SetBookFileCount

func (o *AuthorStatisticsResource) SetBookFileCount(v int32)

SetBookFileCount gets a reference to the given int32 and assigns it to the BookFileCount field.

func (*AuthorStatisticsResource) SetPercentOfBooks

func (o *AuthorStatisticsResource) SetPercentOfBooks(v float64)

SetPercentOfBooks gets a reference to the given float64 and assigns it to the PercentOfBooks field.

func (*AuthorStatisticsResource) SetSizeOnDisk

func (o *AuthorStatisticsResource) SetSizeOnDisk(v int64)

SetSizeOnDisk gets a reference to the given int64 and assigns it to the SizeOnDisk field.

func (*AuthorStatisticsResource) SetTotalBookCount

func (o *AuthorStatisticsResource) SetTotalBookCount(v int32)

SetTotalBookCount gets a reference to the given int32 and assigns it to the TotalBookCount field.

func (AuthorStatisticsResource) ToMap added in v1.0.0

func (o AuthorStatisticsResource) ToMap() (map[string]interface{}, error)

type AuthorStatusType

type AuthorStatusType string

AuthorStatusType the model 'AuthorStatusType'

const (
	AUTHORSTATUSTYPE_CONTINUING AuthorStatusType = "continuing"
	AUTHORSTATUSTYPE_ENDED      AuthorStatusType = "ended"
)

List of AuthorStatusType

func NewAuthorStatusTypeFromValue

func NewAuthorStatusTypeFromValue(v string) (*AuthorStatusType, error)

NewAuthorStatusTypeFromValue returns a pointer to a valid AuthorStatusType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AuthorStatusType) IsValid

func (v AuthorStatusType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AuthorStatusType) Ptr

Ptr returns reference to AuthorStatusType value

func (*AuthorStatusType) UnmarshalJSON

func (v *AuthorStatusType) UnmarshalJSON(src []byte) error

type AuthorTitleInfo

type AuthorTitleInfo struct {
	Title            NullableString `json:"title,omitempty"`
	TitleWithoutYear NullableString `json:"titleWithoutYear,omitempty"`
	Year             *int32         `json:"year,omitempty"`
}

AuthorTitleInfo struct for AuthorTitleInfo

func NewAuthorTitleInfo

func NewAuthorTitleInfo() *AuthorTitleInfo

NewAuthorTitleInfo instantiates a new AuthorTitleInfo 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 NewAuthorTitleInfoWithDefaults

func NewAuthorTitleInfoWithDefaults() *AuthorTitleInfo

NewAuthorTitleInfoWithDefaults instantiates a new AuthorTitleInfo 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 (*AuthorTitleInfo) GetTitle

func (o *AuthorTitleInfo) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorTitleInfo) GetTitleOk

func (o *AuthorTitleInfo) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*AuthorTitleInfo) GetTitleWithoutYear

func (o *AuthorTitleInfo) GetTitleWithoutYear() string

GetTitleWithoutYear returns the TitleWithoutYear field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuthorTitleInfo) GetTitleWithoutYearOk

func (o *AuthorTitleInfo) GetTitleWithoutYearOk() (*string, bool)

GetTitleWithoutYearOk returns a tuple with the TitleWithoutYear 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 (*AuthorTitleInfo) GetYear

func (o *AuthorTitleInfo) GetYear() int32

GetYear returns the Year field value if set, zero value otherwise.

func (*AuthorTitleInfo) GetYearOk

func (o *AuthorTitleInfo) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthorTitleInfo) HasTitle

func (o *AuthorTitleInfo) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*AuthorTitleInfo) HasTitleWithoutYear

func (o *AuthorTitleInfo) HasTitleWithoutYear() bool

HasTitleWithoutYear returns a boolean if a field has been set.

func (*AuthorTitleInfo) HasYear

func (o *AuthorTitleInfo) HasYear() bool

HasYear returns a boolean if a field has been set.

func (AuthorTitleInfo) MarshalJSON

func (o AuthorTitleInfo) MarshalJSON() ([]byte, error)

func (*AuthorTitleInfo) SetTitle

func (o *AuthorTitleInfo) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*AuthorTitleInfo) SetTitleNil

func (o *AuthorTitleInfo) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*AuthorTitleInfo) SetTitleWithoutYear

func (o *AuthorTitleInfo) SetTitleWithoutYear(v string)

SetTitleWithoutYear gets a reference to the given NullableString and assigns it to the TitleWithoutYear field.

func (*AuthorTitleInfo) SetTitleWithoutYearNil

func (o *AuthorTitleInfo) SetTitleWithoutYearNil()

SetTitleWithoutYearNil sets the value for TitleWithoutYear to be an explicit nil

func (*AuthorTitleInfo) SetYear

func (o *AuthorTitleInfo) SetYear(v int32)

SetYear gets a reference to the given int32 and assigns it to the Year field.

func (AuthorTitleInfo) ToMap added in v1.0.0

func (o AuthorTitleInfo) ToMap() (map[string]interface{}, error)

func (*AuthorTitleInfo) UnsetTitle

func (o *AuthorTitleInfo) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*AuthorTitleInfo) UnsetTitleWithoutYear

func (o *AuthorTitleInfo) UnsetTitleWithoutYear()

UnsetTitleWithoutYear ensures that no value is present for TitleWithoutYear, not even an explicit nil

type BackupAPIService added in v1.0.0

type BackupAPIService service

BackupAPIService BackupAPI service

func (*BackupAPIService) CreateSystemBackupRestoreById added in v1.0.0

func (a *BackupAPIService) CreateSystemBackupRestoreById(ctx context.Context, id int32) ApiCreateSystemBackupRestoreByIdRequest

CreateSystemBackupRestoreById Method for CreateSystemBackupRestoreById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiCreateSystemBackupRestoreByIdRequest

func (*BackupAPIService) CreateSystemBackupRestoreByIdExecute added in v1.0.0

func (a *BackupAPIService) CreateSystemBackupRestoreByIdExecute(r ApiCreateSystemBackupRestoreByIdRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) CreateSystemBackupRestoreUpload added in v1.0.0

func (a *BackupAPIService) CreateSystemBackupRestoreUpload(ctx context.Context) ApiCreateSystemBackupRestoreUploadRequest

CreateSystemBackupRestoreUpload Method for CreateSystemBackupRestoreUpload

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSystemBackupRestoreUploadRequest

func (*BackupAPIService) CreateSystemBackupRestoreUploadExecute added in v1.0.0

func (a *BackupAPIService) CreateSystemBackupRestoreUploadExecute(r ApiCreateSystemBackupRestoreUploadRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) DeleteSystemBackup added in v1.0.0

func (a *BackupAPIService) DeleteSystemBackup(ctx context.Context, id int32) ApiDeleteSystemBackupRequest

DeleteSystemBackup Method for DeleteSystemBackup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteSystemBackupRequest

func (*BackupAPIService) DeleteSystemBackupExecute added in v1.0.0

func (a *BackupAPIService) DeleteSystemBackupExecute(r ApiDeleteSystemBackupRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) ListSystemBackup added in v1.0.0

ListSystemBackup Method for ListSystemBackup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSystemBackupRequest

func (*BackupAPIService) ListSystemBackupExecute added in v1.0.0

func (a *BackupAPIService) ListSystemBackupExecute(r ApiListSystemBackupRequest) ([]BackupResource, *http.Response, error)

Execute executes the request

@return []BackupResource

type BackupResource

type BackupResource struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
	Path NullableString `json:"path,omitempty"`
	Type *BackupType    `json:"type,omitempty"`
	Size *int64         `json:"size,omitempty"`
	Time *time.Time     `json:"time,omitempty"`
}

BackupResource struct for BackupResource

func NewBackupResource

func NewBackupResource() *BackupResource

NewBackupResource instantiates a new BackupResource 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 NewBackupResourceWithDefaults

func NewBackupResourceWithDefaults() *BackupResource

NewBackupResourceWithDefaults instantiates a new BackupResource 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 (*BackupResource) GetId

func (o *BackupResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BackupResource) GetIdOk

func (o *BackupResource) GetIdOk() (*int32, 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 (*BackupResource) GetName

func (o *BackupResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BackupResource) GetNameOk

func (o *BackupResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BackupResource) GetPath

func (o *BackupResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BackupResource) GetPathOk

func (o *BackupResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*BackupResource) GetSize added in v0.3.0

func (o *BackupResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*BackupResource) GetSizeOk added in v0.3.0

func (o *BackupResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) GetTime

func (o *BackupResource) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*BackupResource) GetTimeOk

func (o *BackupResource) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) GetType

func (o *BackupResource) GetType() BackupType

GetType returns the Type field value if set, zero value otherwise.

func (*BackupResource) GetTypeOk

func (o *BackupResource) GetTypeOk() (*BackupType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) HasId

func (o *BackupResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BackupResource) HasName

func (o *BackupResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*BackupResource) HasPath

func (o *BackupResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*BackupResource) HasSize added in v0.3.0

func (o *BackupResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*BackupResource) HasTime

func (o *BackupResource) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*BackupResource) HasType

func (o *BackupResource) HasType() bool

HasType returns a boolean if a field has been set.

func (BackupResource) MarshalJSON

func (o BackupResource) MarshalJSON() ([]byte, error)

func (*BackupResource) SetId

func (o *BackupResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BackupResource) SetName

func (o *BackupResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*BackupResource) SetNameNil

func (o *BackupResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*BackupResource) SetPath

func (o *BackupResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*BackupResource) SetPathNil

func (o *BackupResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*BackupResource) SetSize added in v0.3.0

func (o *BackupResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*BackupResource) SetTime

func (o *BackupResource) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*BackupResource) SetType

func (o *BackupResource) SetType(v BackupType)

SetType gets a reference to the given BackupType and assigns it to the Type field.

func (BackupResource) ToMap added in v1.0.0

func (o BackupResource) ToMap() (map[string]interface{}, error)

func (*BackupResource) UnsetName

func (o *BackupResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*BackupResource) UnsetPath

func (o *BackupResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type BackupType

type BackupType string

BackupType the model 'BackupType'

const (
	BACKUPTYPE_SCHEDULED BackupType = "scheduled"
	BACKUPTYPE_MANUAL    BackupType = "manual"
	BACKUPTYPE_UPDATE    BackupType = "update"
)

List of BackupType

func NewBackupTypeFromValue

func NewBackupTypeFromValue(v string) (*BackupType, error)

NewBackupTypeFromValue returns a pointer to a valid BackupType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BackupType) IsValid

func (v BackupType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BackupType) Ptr

func (v BackupType) Ptr() *BackupType

Ptr returns reference to BackupType value

func (*BackupType) UnmarshalJSON

func (v *BackupType) UnmarshalJSON(src []byte) 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 BlocklistAPIService added in v1.0.0

type BlocklistAPIService service

BlocklistAPIService BlocklistAPI service

func (*BlocklistAPIService) DeleteBlocklist added in v1.0.0

DeleteBlocklist Method for DeleteBlocklist

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteBlocklistRequest

func (*BlocklistAPIService) DeleteBlocklistBulk added in v1.0.0

DeleteBlocklistBulk Method for DeleteBlocklistBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteBlocklistBulkRequest

func (*BlocklistAPIService) DeleteBlocklistBulkExecute added in v1.0.0

func (a *BlocklistAPIService) DeleteBlocklistBulkExecute(r ApiDeleteBlocklistBulkRequest) (*http.Response, error)

Execute executes the request

func (*BlocklistAPIService) DeleteBlocklistExecute added in v1.0.0

func (a *BlocklistAPIService) DeleteBlocklistExecute(r ApiDeleteBlocklistRequest) (*http.Response, error)

Execute executes the request

func (*BlocklistAPIService) GetBlocklist added in v1.0.0

GetBlocklist Method for GetBlocklist

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetBlocklistRequest

func (*BlocklistAPIService) GetBlocklistExecute added in v1.0.0

Execute executes the request

@return BlocklistResourcePagingResource

type BlocklistBulkResource added in v0.3.0

type BlocklistBulkResource struct {
	Ids []int32 `json:"ids,omitempty"`
}

BlocklistBulkResource struct for BlocklistBulkResource

func NewBlocklistBulkResource added in v0.3.0

func NewBlocklistBulkResource() *BlocklistBulkResource

NewBlocklistBulkResource instantiates a new BlocklistBulkResource 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 NewBlocklistBulkResourceWithDefaults added in v0.3.0

func NewBlocklistBulkResourceWithDefaults() *BlocklistBulkResource

NewBlocklistBulkResourceWithDefaults instantiates a new BlocklistBulkResource 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 (*BlocklistBulkResource) GetIds added in v0.3.0

func (o *BlocklistBulkResource) GetIds() []int32

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistBulkResource) GetIdsOk added in v0.3.0

func (o *BlocklistBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids 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 (*BlocklistBulkResource) HasIds added in v0.3.0

func (o *BlocklistBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (BlocklistBulkResource) MarshalJSON added in v0.3.0

func (o BlocklistBulkResource) MarshalJSON() ([]byte, error)

func (*BlocklistBulkResource) SetIds added in v0.3.0

func (o *BlocklistBulkResource) SetIds(v []int32)

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (BlocklistBulkResource) ToMap added in v1.0.0

func (o BlocklistBulkResource) ToMap() (map[string]interface{}, error)

type BlocklistResource added in v0.3.0

type BlocklistResource struct {
	Id            *int32                 `json:"id,omitempty"`
	AuthorId      *int32                 `json:"authorId,omitempty"`
	BookIds       []int32                `json:"bookIds,omitempty"`
	SourceTitle   NullableString         `json:"sourceTitle,omitempty"`
	Quality       *QualityModel          `json:"quality,omitempty"`
	CustomFormats []CustomFormatResource `json:"customFormats,omitempty"`
	Date          *time.Time             `json:"date,omitempty"`
	Protocol      *DownloadProtocol      `json:"protocol,omitempty"`
	Indexer       NullableString         `json:"indexer,omitempty"`
	Message       NullableString         `json:"message,omitempty"`
	Author        *AuthorResource        `json:"author,omitempty"`
}

BlocklistResource struct for BlocklistResource

func NewBlocklistResource added in v0.3.0

func NewBlocklistResource() *BlocklistResource

NewBlocklistResource instantiates a new BlocklistResource 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 NewBlocklistResourceWithDefaults added in v0.3.0

func NewBlocklistResourceWithDefaults() *BlocklistResource

NewBlocklistResourceWithDefaults instantiates a new BlocklistResource 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 (*BlocklistResource) GetAuthor added in v0.3.0

func (o *BlocklistResource) GetAuthor() AuthorResource

GetAuthor returns the Author field value if set, zero value otherwise.

func (*BlocklistResource) GetAuthorId added in v0.3.0

func (o *BlocklistResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise.

func (*BlocklistResource) GetAuthorIdOk added in v0.3.0

func (o *BlocklistResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetAuthorOk added in v0.3.0

func (o *BlocklistResource) GetAuthorOk() (*AuthorResource, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetBookIds added in v0.3.0

func (o *BlocklistResource) GetBookIds() []int32

GetBookIds returns the BookIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetBookIdsOk added in v0.3.0

func (o *BlocklistResource) GetBookIdsOk() ([]int32, bool)

GetBookIdsOk returns a tuple with the BookIds 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 (*BlocklistResource) GetCustomFormats added in v0.3.0

func (o *BlocklistResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetCustomFormatsOk added in v0.3.0

func (o *BlocklistResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats 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 (*BlocklistResource) GetDate added in v0.3.0

func (o *BlocklistResource) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*BlocklistResource) GetDateOk added in v0.3.0

func (o *BlocklistResource) GetDateOk() (*time.Time, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetId added in v0.3.0

func (o *BlocklistResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BlocklistResource) GetIdOk added in v0.3.0

func (o *BlocklistResource) GetIdOk() (*int32, 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 (*BlocklistResource) GetIndexer added in v0.3.0

func (o *BlocklistResource) GetIndexer() string

GetIndexer returns the Indexer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetIndexerOk added in v0.3.0

func (o *BlocklistResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer 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 (*BlocklistResource) GetMessage added in v0.3.0

func (o *BlocklistResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetMessageOk added in v0.3.0

func (o *BlocklistResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message 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 (*BlocklistResource) GetProtocol added in v0.3.0

func (o *BlocklistResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*BlocklistResource) GetProtocolOk added in v0.3.0

func (o *BlocklistResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetQuality added in v0.3.0

func (o *BlocklistResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*BlocklistResource) GetQualityOk added in v0.3.0

func (o *BlocklistResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetSourceTitle added in v0.3.0

func (o *BlocklistResource) GetSourceTitle() string

GetSourceTitle returns the SourceTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetSourceTitleOk added in v0.3.0

func (o *BlocklistResource) GetSourceTitleOk() (*string, bool)

GetSourceTitleOk returns a tuple with the SourceTitle 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 (*BlocklistResource) HasAuthor added in v0.3.0

func (o *BlocklistResource) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*BlocklistResource) HasAuthorId added in v0.3.0

func (o *BlocklistResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*BlocklistResource) HasBookIds added in v0.3.0

func (o *BlocklistResource) HasBookIds() bool

HasBookIds returns a boolean if a field has been set.

func (*BlocklistResource) HasCustomFormats added in v0.3.0

func (o *BlocklistResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*BlocklistResource) HasDate added in v0.3.0

func (o *BlocklistResource) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*BlocklistResource) HasId added in v0.3.0

func (o *BlocklistResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BlocklistResource) HasIndexer added in v0.3.0

func (o *BlocklistResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*BlocklistResource) HasMessage added in v0.3.0

func (o *BlocklistResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*BlocklistResource) HasProtocol added in v0.3.0

func (o *BlocklistResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*BlocklistResource) HasQuality added in v0.3.0

func (o *BlocklistResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*BlocklistResource) HasSourceTitle added in v0.3.0

func (o *BlocklistResource) HasSourceTitle() bool

HasSourceTitle returns a boolean if a field has been set.

func (BlocklistResource) MarshalJSON added in v0.3.0

func (o BlocklistResource) MarshalJSON() ([]byte, error)

func (*BlocklistResource) SetAuthor added in v0.3.0

func (o *BlocklistResource) SetAuthor(v AuthorResource)

SetAuthor gets a reference to the given AuthorResource and assigns it to the Author field.

func (*BlocklistResource) SetAuthorId added in v0.3.0

func (o *BlocklistResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given int32 and assigns it to the AuthorId field.

func (*BlocklistResource) SetBookIds added in v0.3.0

func (o *BlocklistResource) SetBookIds(v []int32)

SetBookIds gets a reference to the given []int32 and assigns it to the BookIds field.

func (*BlocklistResource) SetCustomFormats added in v0.3.0

func (o *BlocklistResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*BlocklistResource) SetDate added in v0.3.0

func (o *BlocklistResource) SetDate(v time.Time)

SetDate gets a reference to the given time.Time and assigns it to the Date field.

func (*BlocklistResource) SetId added in v0.3.0

func (o *BlocklistResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BlocklistResource) SetIndexer added in v0.3.0

func (o *BlocklistResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*BlocklistResource) SetIndexerNil added in v0.3.0

func (o *BlocklistResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*BlocklistResource) SetMessage added in v0.3.0

func (o *BlocklistResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*BlocklistResource) SetMessageNil added in v0.3.0

func (o *BlocklistResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*BlocklistResource) SetProtocol added in v0.3.0

func (o *BlocklistResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*BlocklistResource) SetQuality added in v0.3.0

func (o *BlocklistResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*BlocklistResource) SetSourceTitle added in v0.3.0

func (o *BlocklistResource) SetSourceTitle(v string)

SetSourceTitle gets a reference to the given NullableString and assigns it to the SourceTitle field.

func (*BlocklistResource) SetSourceTitleNil added in v0.3.0

func (o *BlocklistResource) SetSourceTitleNil()

SetSourceTitleNil sets the value for SourceTitle to be an explicit nil

func (BlocklistResource) ToMap added in v1.0.0

func (o BlocklistResource) ToMap() (map[string]interface{}, error)

func (*BlocklistResource) UnsetIndexer added in v0.3.0

func (o *BlocklistResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*BlocklistResource) UnsetMessage added in v0.3.0

func (o *BlocklistResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*BlocklistResource) UnsetSourceTitle added in v0.3.0

func (o *BlocklistResource) UnsetSourceTitle()

UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil

type BlocklistResourcePagingResource added in v0.3.0

type BlocklistResourcePagingResource struct {
	Page          *int32              `json:"page,omitempty"`
	PageSize      *int32              `json:"pageSize,omitempty"`
	SortKey       NullableString      `json:"sortKey,omitempty"`
	SortDirection *SortDirection      `json:"sortDirection,omitempty"`
	TotalRecords  *int32              `json:"totalRecords,omitempty"`
	Records       []BlocklistResource `json:"records,omitempty"`
}

BlocklistResourcePagingResource struct for BlocklistResourcePagingResource

func NewBlocklistResourcePagingResource added in v0.3.0

func NewBlocklistResourcePagingResource() *BlocklistResourcePagingResource

NewBlocklistResourcePagingResource instantiates a new BlocklistResourcePagingResource 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 NewBlocklistResourcePagingResourceWithDefaults added in v0.3.0

func NewBlocklistResourcePagingResourceWithDefaults() *BlocklistResourcePagingResource

NewBlocklistResourcePagingResourceWithDefaults instantiates a new BlocklistResourcePagingResource 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 (*BlocklistResourcePagingResource) GetPage added in v0.3.0

GetPage returns the Page field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetPageOk added in v0.3.0

func (o *BlocklistResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) GetPageSize added in v0.3.0

func (o *BlocklistResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetPageSizeOk added in v0.3.0

func (o *BlocklistResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) GetRecords added in v0.3.0

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResourcePagingResource) GetRecordsOk added in v0.3.0

GetRecordsOk returns a tuple with the Records 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 (*BlocklistResourcePagingResource) GetSortDirection added in v0.3.0

func (o *BlocklistResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetSortDirectionOk added in v0.3.0

func (o *BlocklistResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) GetSortKey added in v0.3.0

func (o *BlocklistResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResourcePagingResource) GetSortKeyOk added in v0.3.0

func (o *BlocklistResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey 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 (*BlocklistResourcePagingResource) GetTotalRecords added in v0.3.0

func (o *BlocklistResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetTotalRecordsOk added in v0.3.0

func (o *BlocklistResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) HasPage added in v0.3.0

HasPage returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasPageSize added in v0.3.0

func (o *BlocklistResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasRecords added in v0.3.0

func (o *BlocklistResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasSortDirection added in v0.3.0

func (o *BlocklistResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasSortKey added in v0.3.0

func (o *BlocklistResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasTotalRecords added in v0.3.0

func (o *BlocklistResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (BlocklistResourcePagingResource) MarshalJSON added in v0.3.0

func (o BlocklistResourcePagingResource) MarshalJSON() ([]byte, error)

func (*BlocklistResourcePagingResource) SetPage added in v0.3.0

func (o *BlocklistResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*BlocklistResourcePagingResource) SetPageSize added in v0.3.0

func (o *BlocklistResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*BlocklistResourcePagingResource) SetRecords added in v0.3.0

SetRecords gets a reference to the given []BlocklistResource and assigns it to the Records field.

func (*BlocklistResourcePagingResource) SetSortDirection added in v0.3.0

func (o *BlocklistResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*BlocklistResourcePagingResource) SetSortKey added in v0.3.0

func (o *BlocklistResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*BlocklistResourcePagingResource) SetSortKeyNil added in v0.3.0

func (o *BlocklistResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*BlocklistResourcePagingResource) SetTotalRecords added in v0.3.0

func (o *BlocklistResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (BlocklistResourcePagingResource) ToMap added in v1.0.0

func (o BlocklistResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*BlocklistResourcePagingResource) UnsetSortKey added in v0.3.0

func (o *BlocklistResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type Book

type Book struct {
	Id               *int32                        `json:"id,omitempty"`
	AuthorMetadataId *int32                        `json:"authorMetadataId,omitempty"`
	ForeignBookId    NullableString                `json:"foreignBookId,omitempty"`
	ForeignEditionId NullableString                `json:"foreignEditionId,omitempty"`
	TitleSlug        NullableString                `json:"titleSlug,omitempty"`
	Title            NullableString                `json:"title,omitempty"`
	ReleaseDate      NullableTime                  `json:"releaseDate,omitempty"`
	Links            []Links                       `json:"links,omitempty"`
	Genres           []string                      `json:"genres,omitempty"`
	RelatedBooks     []int32                       `json:"relatedBooks,omitempty"`
	Ratings          *Ratings                      `json:"ratings,omitempty"`
	CleanTitle       NullableString                `json:"cleanTitle,omitempty"`
	Monitored        *bool                         `json:"monitored,omitempty"`
	AnyEditionOk     *bool                         `json:"anyEditionOk,omitempty"`
	LastInfoSync     NullableTime                  `json:"lastInfoSync,omitempty"`
	Added            *time.Time                    `json:"added,omitempty"`
	AddOptions       *AddBookOptions               `json:"addOptions,omitempty"`
	AuthorMetadata   *AuthorMetadataLazyLoaded     `json:"authorMetadata,omitempty"`
	Author           *AuthorLazyLoaded             `json:"author,omitempty"`
	Editions         *EditionListLazyLoaded        `json:"editions,omitempty"`
	BookFiles        *BookFileListLazyLoaded       `json:"bookFiles,omitempty"`
	SeriesLinks      *SeriesBookLinkListLazyLoaded `json:"seriesLinks,omitempty"`
}

Book struct for Book

func NewBook

func NewBook() *Book

NewBook instantiates a new Book 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 NewBookWithDefaults

func NewBookWithDefaults() *Book

NewBookWithDefaults instantiates a new Book 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 (*Book) GetAddOptions

func (o *Book) GetAddOptions() AddBookOptions

GetAddOptions returns the AddOptions field value if set, zero value otherwise.

func (*Book) GetAddOptionsOk

func (o *Book) GetAddOptionsOk() (*AddBookOptions, bool)

GetAddOptionsOk returns a tuple with the AddOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetAdded

func (o *Book) GetAdded() time.Time

GetAdded returns the Added field value if set, zero value otherwise.

func (*Book) GetAddedOk

func (o *Book) GetAddedOk() (*time.Time, bool)

GetAddedOk returns a tuple with the Added field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetAnyEditionOk

func (o *Book) GetAnyEditionOk() bool

GetAnyEditionOk returns the AnyEditionOk field value if set, zero value otherwise.

func (*Book) GetAnyEditionOkOk

func (o *Book) GetAnyEditionOkOk() (*bool, bool)

GetAnyEditionOkOk returns a tuple with the AnyEditionOk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetAuthor

func (o *Book) GetAuthor() AuthorLazyLoaded

GetAuthor returns the Author field value if set, zero value otherwise.

func (*Book) GetAuthorMetadata

func (o *Book) GetAuthorMetadata() AuthorMetadataLazyLoaded

GetAuthorMetadata returns the AuthorMetadata field value if set, zero value otherwise.

func (*Book) GetAuthorMetadataId

func (o *Book) GetAuthorMetadataId() int32

GetAuthorMetadataId returns the AuthorMetadataId field value if set, zero value otherwise.

func (*Book) GetAuthorMetadataIdOk

func (o *Book) GetAuthorMetadataIdOk() (*int32, bool)

GetAuthorMetadataIdOk returns a tuple with the AuthorMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetAuthorMetadataOk

func (o *Book) GetAuthorMetadataOk() (*AuthorMetadataLazyLoaded, bool)

GetAuthorMetadataOk returns a tuple with the AuthorMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetAuthorOk

func (o *Book) GetAuthorOk() (*AuthorLazyLoaded, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetBookFiles

func (o *Book) GetBookFiles() BookFileListLazyLoaded

GetBookFiles returns the BookFiles field value if set, zero value otherwise.

func (*Book) GetBookFilesOk

func (o *Book) GetBookFilesOk() (*BookFileListLazyLoaded, bool)

GetBookFilesOk returns a tuple with the BookFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetCleanTitle

func (o *Book) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetCleanTitleOk

func (o *Book) GetCleanTitleOk() (*string, bool)

GetCleanTitleOk returns a tuple with the CleanTitle 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 (*Book) GetEditions

func (o *Book) GetEditions() EditionListLazyLoaded

GetEditions returns the Editions field value if set, zero value otherwise.

func (*Book) GetEditionsOk

func (o *Book) GetEditionsOk() (*EditionListLazyLoaded, bool)

GetEditionsOk returns a tuple with the Editions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetForeignBookId

func (o *Book) GetForeignBookId() string

GetForeignBookId returns the ForeignBookId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetForeignBookIdOk

func (o *Book) GetForeignBookIdOk() (*string, bool)

GetForeignBookIdOk returns a tuple with the ForeignBookId 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 (*Book) GetForeignEditionId added in v1.0.0

func (o *Book) GetForeignEditionId() string

GetForeignEditionId returns the ForeignEditionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetForeignEditionIdOk added in v1.0.0

func (o *Book) GetForeignEditionIdOk() (*string, bool)

GetForeignEditionIdOk returns a tuple with the ForeignEditionId 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 (*Book) GetGenres

func (o *Book) GetGenres() []string

GetGenres returns the Genres field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetGenresOk

func (o *Book) GetGenresOk() ([]string, bool)

GetGenresOk returns a tuple with the Genres 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 (*Book) GetId

func (o *Book) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Book) GetIdOk

func (o *Book) GetIdOk() (*int32, 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 (*Book) GetLastInfoSync

func (o *Book) GetLastInfoSync() time.Time

GetLastInfoSync returns the LastInfoSync field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetLastInfoSyncOk

func (o *Book) GetLastInfoSyncOk() (*time.Time, bool)

GetLastInfoSyncOk returns a tuple with the LastInfoSync 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 (o *Book) GetLinks() []Links

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetLinksOk

func (o *Book) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Book) GetMonitored

func (o *Book) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*Book) GetMonitoredOk

func (o *Book) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetRatings

func (o *Book) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*Book) GetRatingsOk

func (o *Book) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetRelatedBooks added in v0.3.0

func (o *Book) GetRelatedBooks() []int32

GetRelatedBooks returns the RelatedBooks field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetRelatedBooksOk added in v0.3.0

func (o *Book) GetRelatedBooksOk() ([]int32, bool)

GetRelatedBooksOk returns a tuple with the RelatedBooks 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 (*Book) GetReleaseDate

func (o *Book) GetReleaseDate() time.Time

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetReleaseDateOk

func (o *Book) GetReleaseDateOk() (*time.Time, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate 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 (o *Book) GetSeriesLinks() SeriesBookLinkListLazyLoaded

GetSeriesLinks returns the SeriesLinks field value if set, zero value otherwise.

func (*Book) GetSeriesLinksOk

func (o *Book) GetSeriesLinksOk() (*SeriesBookLinkListLazyLoaded, bool)

GetSeriesLinksOk returns a tuple with the SeriesLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Book) GetTitle

func (o *Book) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetTitleOk

func (o *Book) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*Book) GetTitleSlug

func (o *Book) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Book) GetTitleSlugOk

func (o *Book) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug 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 (*Book) HasAddOptions

func (o *Book) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*Book) HasAdded

func (o *Book) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*Book) HasAnyEditionOk

func (o *Book) HasAnyEditionOk() bool

HasAnyEditionOk returns a boolean if a field has been set.

func (*Book) HasAuthor

func (o *Book) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*Book) HasAuthorMetadata

func (o *Book) HasAuthorMetadata() bool

HasAuthorMetadata returns a boolean if a field has been set.

func (*Book) HasAuthorMetadataId

func (o *Book) HasAuthorMetadataId() bool

HasAuthorMetadataId returns a boolean if a field has been set.

func (*Book) HasBookFiles

func (o *Book) HasBookFiles() bool

HasBookFiles returns a boolean if a field has been set.

func (*Book) HasCleanTitle

func (o *Book) HasCleanTitle() bool

HasCleanTitle returns a boolean if a field has been set.

func (*Book) HasEditions

func (o *Book) HasEditions() bool

HasEditions returns a boolean if a field has been set.

func (*Book) HasForeignBookId

func (o *Book) HasForeignBookId() bool

HasForeignBookId returns a boolean if a field has been set.

func (*Book) HasForeignEditionId added in v1.0.0

func (o *Book) HasForeignEditionId() bool

HasForeignEditionId returns a boolean if a field has been set.

func (*Book) HasGenres

func (o *Book) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*Book) HasId

func (o *Book) HasId() bool

HasId returns a boolean if a field has been set.

func (*Book) HasLastInfoSync

func (o *Book) HasLastInfoSync() bool

HasLastInfoSync returns a boolean if a field has been set.

func (o *Book) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*Book) HasMonitored

func (o *Book) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*Book) HasRatings

func (o *Book) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*Book) HasRelatedBooks added in v0.3.0

func (o *Book) HasRelatedBooks() bool

HasRelatedBooks returns a boolean if a field has been set.

func (*Book) HasReleaseDate

func (o *Book) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (o *Book) HasSeriesLinks() bool

HasSeriesLinks returns a boolean if a field has been set.

func (*Book) HasTitle

func (o *Book) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Book) HasTitleSlug

func (o *Book) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (Book) MarshalJSON

func (o Book) MarshalJSON() ([]byte, error)

func (*Book) SetAddOptions

func (o *Book) SetAddOptions(v AddBookOptions)

SetAddOptions gets a reference to the given AddBookOptions and assigns it to the AddOptions field.

func (*Book) SetAdded

func (o *Book) SetAdded(v time.Time)

SetAdded gets a reference to the given time.Time and assigns it to the Added field.

func (*Book) SetAnyEditionOk

func (o *Book) SetAnyEditionOk(v bool)

SetAnyEditionOk gets a reference to the given bool and assigns it to the AnyEditionOk field.

func (*Book) SetAuthor

func (o *Book) SetAuthor(v AuthorLazyLoaded)

SetAuthor gets a reference to the given AuthorLazyLoaded and assigns it to the Author field.

func (*Book) SetAuthorMetadata

func (o *Book) SetAuthorMetadata(v AuthorMetadataLazyLoaded)

SetAuthorMetadata gets a reference to the given AuthorMetadataLazyLoaded and assigns it to the AuthorMetadata field.

func (*Book) SetAuthorMetadataId

func (o *Book) SetAuthorMetadataId(v int32)

SetAuthorMetadataId gets a reference to the given int32 and assigns it to the AuthorMetadataId field.

func (*Book) SetBookFiles

func (o *Book) SetBookFiles(v BookFileListLazyLoaded)

SetBookFiles gets a reference to the given BookFileListLazyLoaded and assigns it to the BookFiles field.

func (*Book) SetCleanTitle

func (o *Book) SetCleanTitle(v string)

SetCleanTitle gets a reference to the given NullableString and assigns it to the CleanTitle field.

func (*Book) SetCleanTitleNil

func (o *Book) SetCleanTitleNil()

SetCleanTitleNil sets the value for CleanTitle to be an explicit nil

func (*Book) SetEditions

func (o *Book) SetEditions(v EditionListLazyLoaded)

SetEditions gets a reference to the given EditionListLazyLoaded and assigns it to the Editions field.

func (*Book) SetForeignBookId

func (o *Book) SetForeignBookId(v string)

SetForeignBookId gets a reference to the given NullableString and assigns it to the ForeignBookId field.

func (*Book) SetForeignBookIdNil

func (o *Book) SetForeignBookIdNil()

SetForeignBookIdNil sets the value for ForeignBookId to be an explicit nil

func (*Book) SetForeignEditionId added in v1.0.0

func (o *Book) SetForeignEditionId(v string)

SetForeignEditionId gets a reference to the given NullableString and assigns it to the ForeignEditionId field.

func (*Book) SetForeignEditionIdNil added in v1.0.0

func (o *Book) SetForeignEditionIdNil()

SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil

func (*Book) SetGenres

func (o *Book) SetGenres(v []string)

SetGenres gets a reference to the given []string and assigns it to the Genres field.

func (*Book) SetId

func (o *Book) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Book) SetLastInfoSync

func (o *Book) SetLastInfoSync(v time.Time)

SetLastInfoSync gets a reference to the given NullableTime and assigns it to the LastInfoSync field.

func (*Book) SetLastInfoSyncNil

func (o *Book) SetLastInfoSyncNil()

SetLastInfoSyncNil sets the value for LastInfoSync to be an explicit nil

func (o *Book) SetLinks(v []Links)

SetLinks gets a reference to the given []Links and assigns it to the Links field.

func (*Book) SetMonitored

func (o *Book) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*Book) SetRatings

func (o *Book) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*Book) SetRelatedBooks added in v0.3.0

func (o *Book) SetRelatedBooks(v []int32)

SetRelatedBooks gets a reference to the given []int32 and assigns it to the RelatedBooks field.

func (*Book) SetReleaseDate

func (o *Book) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given NullableTime and assigns it to the ReleaseDate field.

func (*Book) SetReleaseDateNil

func (o *Book) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (o *Book) SetSeriesLinks(v SeriesBookLinkListLazyLoaded)

SetSeriesLinks gets a reference to the given SeriesBookLinkListLazyLoaded and assigns it to the SeriesLinks field.

func (*Book) SetTitle

func (o *Book) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*Book) SetTitleNil

func (o *Book) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*Book) SetTitleSlug

func (o *Book) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*Book) SetTitleSlugNil

func (o *Book) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (Book) ToMap added in v1.0.0

func (o Book) ToMap() (map[string]interface{}, error)

func (*Book) UnsetCleanTitle

func (o *Book) UnsetCleanTitle()

UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil

func (*Book) UnsetForeignBookId

func (o *Book) UnsetForeignBookId()

UnsetForeignBookId ensures that no value is present for ForeignBookId, not even an explicit nil

func (*Book) UnsetForeignEditionId added in v1.0.0

func (o *Book) UnsetForeignEditionId()

UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil

func (*Book) UnsetLastInfoSync

func (o *Book) UnsetLastInfoSync()

UnsetLastInfoSync ensures that no value is present for LastInfoSync, not even an explicit nil

func (*Book) UnsetReleaseDate

func (o *Book) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*Book) UnsetTitle

func (o *Book) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*Book) UnsetTitleSlug

func (o *Book) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

type BookAPIService added in v1.0.0

type BookAPIService service

BookAPIService BookAPI service

func (*BookAPIService) CreateBook added in v1.0.0

CreateBook Method for CreateBook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateBookRequest

func (*BookAPIService) CreateBookExecute added in v1.0.0

func (a *BookAPIService) CreateBookExecute(r ApiCreateBookRequest) (*BookResource, *http.Response, error)

Execute executes the request

@return BookResource

func (*BookAPIService) DeleteBook added in v1.0.0

func (a *BookAPIService) DeleteBook(ctx context.Context, id int32) ApiDeleteBookRequest

DeleteBook Method for DeleteBook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteBookRequest

func (*BookAPIService) DeleteBookExecute added in v1.0.0

func (a *BookAPIService) DeleteBookExecute(r ApiDeleteBookRequest) (*http.Response, error)

Execute executes the request

func (*BookAPIService) GetBookById added in v1.0.0

func (a *BookAPIService) GetBookById(ctx context.Context, id int32) ApiGetBookByIdRequest

GetBookById Method for GetBookById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetBookByIdRequest

func (*BookAPIService) GetBookByIdExecute added in v1.0.0

func (a *BookAPIService) GetBookByIdExecute(r ApiGetBookByIdRequest) (*BookResource, *http.Response, error)

Execute executes the request

@return BookResource

func (*BookAPIService) GetBookOverview added in v1.0.0

func (a *BookAPIService) GetBookOverview(ctx context.Context, id int32) ApiGetBookOverviewRequest

GetBookOverview Method for GetBookOverview

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetBookOverviewRequest

func (*BookAPIService) GetBookOverviewExecute added in v1.0.0

func (a *BookAPIService) GetBookOverviewExecute(r ApiGetBookOverviewRequest) (*http.Response, error)

Execute executes the request

func (*BookAPIService) ListBook added in v1.0.0

ListBook Method for ListBook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListBookRequest

func (*BookAPIService) ListBookExecute added in v1.0.0

func (a *BookAPIService) ListBookExecute(r ApiListBookRequest) ([]BookResource, *http.Response, error)

Execute executes the request

@return []BookResource

func (*BookAPIService) PutBookMonitor added in v1.0.0

func (a *BookAPIService) PutBookMonitor(ctx context.Context) ApiPutBookMonitorRequest

PutBookMonitor Method for PutBookMonitor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutBookMonitorRequest

func (*BookAPIService) PutBookMonitorExecute added in v1.0.0

func (a *BookAPIService) PutBookMonitorExecute(r ApiPutBookMonitorRequest) (*http.Response, error)

Execute executes the request

func (*BookAPIService) UpdateBook added in v1.0.0

func (a *BookAPIService) UpdateBook(ctx context.Context, id string) ApiUpdateBookRequest

UpdateBook Method for UpdateBook

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateBookRequest

func (*BookAPIService) UpdateBookExecute added in v1.0.0

func (a *BookAPIService) UpdateBookExecute(r ApiUpdateBookRequest) (*BookResource, *http.Response, error)

Execute executes the request

@return BookResource

type BookAddType

type BookAddType string

BookAddType the model 'BookAddType'

const (
	BOOKADDTYPE_AUTOMATIC BookAddType = "automatic"
	BOOKADDTYPE_MANUAL    BookAddType = "manual"
)

List of BookAddType

func NewBookAddTypeFromValue

func NewBookAddTypeFromValue(v string) (*BookAddType, error)

NewBookAddTypeFromValue returns a pointer to a valid BookAddType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BookAddType) IsValid

func (v BookAddType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BookAddType) Ptr

func (v BookAddType) Ptr() *BookAddType

Ptr returns reference to BookAddType value

func (*BookAddType) UnmarshalJSON

func (v *BookAddType) UnmarshalJSON(src []byte) error

type BookEditorAPIService added in v1.0.0

type BookEditorAPIService service

BookEditorAPIService BookEditorAPI service

func (*BookEditorAPIService) DeleteBookEditor added in v1.0.0

DeleteBookEditor Method for DeleteBookEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteBookEditorRequest

func (*BookEditorAPIService) DeleteBookEditorExecute added in v1.0.0

func (a *BookEditorAPIService) DeleteBookEditorExecute(r ApiDeleteBookEditorRequest) (*http.Response, error)

Execute executes the request

func (*BookEditorAPIService) PutBookEditor added in v1.0.0

PutBookEditor Method for PutBookEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutBookEditorRequest

func (*BookEditorAPIService) PutBookEditorExecute added in v1.0.0

func (a *BookEditorAPIService) PutBookEditorExecute(r ApiPutBookEditorRequest) (*http.Response, error)

Execute executes the request

type BookEditorResource added in v0.3.0

type BookEditorResource struct {
	BookIds                []int32      `json:"bookIds,omitempty"`
	Monitored              NullableBool `json:"monitored,omitempty"`
	DeleteFiles            NullableBool `json:"deleteFiles,omitempty"`
	AddImportListExclusion NullableBool `json:"addImportListExclusion,omitempty"`
}

BookEditorResource struct for BookEditorResource

func NewBookEditorResource added in v0.3.0

func NewBookEditorResource() *BookEditorResource

NewBookEditorResource instantiates a new BookEditorResource 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 NewBookEditorResourceWithDefaults added in v0.3.0

func NewBookEditorResourceWithDefaults() *BookEditorResource

NewBookEditorResourceWithDefaults instantiates a new BookEditorResource 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 (*BookEditorResource) GetAddImportListExclusion added in v0.3.0

func (o *BookEditorResource) GetAddImportListExclusion() bool

GetAddImportListExclusion returns the AddImportListExclusion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookEditorResource) GetAddImportListExclusionOk added in v0.3.0

func (o *BookEditorResource) GetAddImportListExclusionOk() (*bool, bool)

GetAddImportListExclusionOk returns a tuple with the AddImportListExclusion 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 (*BookEditorResource) GetBookIds added in v0.3.0

func (o *BookEditorResource) GetBookIds() []int32

GetBookIds returns the BookIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookEditorResource) GetBookIdsOk added in v0.3.0

func (o *BookEditorResource) GetBookIdsOk() ([]int32, bool)

GetBookIdsOk returns a tuple with the BookIds 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 (*BookEditorResource) GetDeleteFiles added in v0.3.0

func (o *BookEditorResource) GetDeleteFiles() bool

GetDeleteFiles returns the DeleteFiles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookEditorResource) GetDeleteFilesOk added in v0.3.0

func (o *BookEditorResource) GetDeleteFilesOk() (*bool, bool)

GetDeleteFilesOk returns a tuple with the DeleteFiles 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 (*BookEditorResource) GetMonitored added in v0.3.0

func (o *BookEditorResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookEditorResource) GetMonitoredOk added in v0.3.0

func (o *BookEditorResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored 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 (*BookEditorResource) HasAddImportListExclusion added in v0.3.0

func (o *BookEditorResource) HasAddImportListExclusion() bool

HasAddImportListExclusion returns a boolean if a field has been set.

func (*BookEditorResource) HasBookIds added in v0.3.0

func (o *BookEditorResource) HasBookIds() bool

HasBookIds returns a boolean if a field has been set.

func (*BookEditorResource) HasDeleteFiles added in v0.3.0

func (o *BookEditorResource) HasDeleteFiles() bool

HasDeleteFiles returns a boolean if a field has been set.

func (*BookEditorResource) HasMonitored added in v0.3.0

func (o *BookEditorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (BookEditorResource) MarshalJSON added in v0.3.0

func (o BookEditorResource) MarshalJSON() ([]byte, error)

func (*BookEditorResource) SetAddImportListExclusion added in v0.3.0

func (o *BookEditorResource) SetAddImportListExclusion(v bool)

SetAddImportListExclusion gets a reference to the given NullableBool and assigns it to the AddImportListExclusion field.

func (*BookEditorResource) SetAddImportListExclusionNil added in v0.3.0

func (o *BookEditorResource) SetAddImportListExclusionNil()

SetAddImportListExclusionNil sets the value for AddImportListExclusion to be an explicit nil

func (*BookEditorResource) SetBookIds added in v0.3.0

func (o *BookEditorResource) SetBookIds(v []int32)

SetBookIds gets a reference to the given []int32 and assigns it to the BookIds field.

func (*BookEditorResource) SetDeleteFiles added in v0.3.0

func (o *BookEditorResource) SetDeleteFiles(v bool)

SetDeleteFiles gets a reference to the given NullableBool and assigns it to the DeleteFiles field.

func (*BookEditorResource) SetDeleteFilesNil added in v0.3.0

func (o *BookEditorResource) SetDeleteFilesNil()

SetDeleteFilesNil sets the value for DeleteFiles to be an explicit nil

func (*BookEditorResource) SetMonitored added in v0.3.0

func (o *BookEditorResource) SetMonitored(v bool)

SetMonitored gets a reference to the given NullableBool and assigns it to the Monitored field.

func (*BookEditorResource) SetMonitoredNil added in v0.3.0

func (o *BookEditorResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (BookEditorResource) ToMap added in v1.0.0

func (o BookEditorResource) ToMap() (map[string]interface{}, error)

func (*BookEditorResource) UnsetAddImportListExclusion added in v0.3.0

func (o *BookEditorResource) UnsetAddImportListExclusion()

UnsetAddImportListExclusion ensures that no value is present for AddImportListExclusion, not even an explicit nil

func (*BookEditorResource) UnsetDeleteFiles added in v0.3.0

func (o *BookEditorResource) UnsetDeleteFiles()

UnsetDeleteFiles ensures that no value is present for DeleteFiles, not even an explicit nil

func (*BookEditorResource) UnsetMonitored added in v0.3.0

func (o *BookEditorResource) UnsetMonitored()

UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil

type BookFile

type BookFile struct {
	Id               *int32             `json:"id,omitempty"`
	Path             NullableString     `json:"path,omitempty"`
	Size             *int64             `json:"size,omitempty"`
	Modified         *time.Time         `json:"modified,omitempty"`
	DateAdded        *time.Time         `json:"dateAdded,omitempty"`
	OriginalFilePath NullableString     `json:"originalFilePath,omitempty"`
	SceneName        NullableString     `json:"sceneName,omitempty"`
	ReleaseGroup     NullableString     `json:"releaseGroup,omitempty"`
	Quality          *QualityModel      `json:"quality,omitempty"`
	MediaInfo        *MediaInfoModel    `json:"mediaInfo,omitempty"`
	EditionId        *int32             `json:"editionId,omitempty"`
	CalibreId        *int32             `json:"calibreId,omitempty"`
	Part             *int32             `json:"part,omitempty"`
	Author           *AuthorLazyLoaded  `json:"author,omitempty"`
	Edition          *EditionLazyLoaded `json:"edition,omitempty"`
	PartCount        *int32             `json:"partCount,omitempty"`
}

BookFile struct for BookFile

func NewBookFile

func NewBookFile() *BookFile

NewBookFile instantiates a new BookFile 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 NewBookFileWithDefaults

func NewBookFileWithDefaults() *BookFile

NewBookFileWithDefaults instantiates a new BookFile 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 (*BookFile) GetAuthor

func (o *BookFile) GetAuthor() AuthorLazyLoaded

GetAuthor returns the Author field value if set, zero value otherwise.

func (*BookFile) GetAuthorOk

func (o *BookFile) GetAuthorOk() (*AuthorLazyLoaded, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetCalibreId

func (o *BookFile) GetCalibreId() int32

GetCalibreId returns the CalibreId field value if set, zero value otherwise.

func (*BookFile) GetCalibreIdOk

func (o *BookFile) GetCalibreIdOk() (*int32, bool)

GetCalibreIdOk returns a tuple with the CalibreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetDateAdded

func (o *BookFile) GetDateAdded() time.Time

GetDateAdded returns the DateAdded field value if set, zero value otherwise.

func (*BookFile) GetDateAddedOk

func (o *BookFile) GetDateAddedOk() (*time.Time, bool)

GetDateAddedOk returns a tuple with the DateAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetEdition

func (o *BookFile) GetEdition() EditionLazyLoaded

GetEdition returns the Edition field value if set, zero value otherwise.

func (*BookFile) GetEditionId

func (o *BookFile) GetEditionId() int32

GetEditionId returns the EditionId field value if set, zero value otherwise.

func (*BookFile) GetEditionIdOk

func (o *BookFile) GetEditionIdOk() (*int32, bool)

GetEditionIdOk returns a tuple with the EditionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetEditionOk

func (o *BookFile) GetEditionOk() (*EditionLazyLoaded, bool)

GetEditionOk returns a tuple with the Edition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetId

func (o *BookFile) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BookFile) GetIdOk

func (o *BookFile) GetIdOk() (*int32, 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 (*BookFile) GetMediaInfo

func (o *BookFile) GetMediaInfo() MediaInfoModel

GetMediaInfo returns the MediaInfo field value if set, zero value otherwise.

func (*BookFile) GetMediaInfoOk

func (o *BookFile) GetMediaInfoOk() (*MediaInfoModel, bool)

GetMediaInfoOk returns a tuple with the MediaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetModified

func (o *BookFile) GetModified() time.Time

GetModified returns the Modified field value if set, zero value otherwise.

func (*BookFile) GetModifiedOk

func (o *BookFile) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetOriginalFilePath added in v0.3.0

func (o *BookFile) GetOriginalFilePath() string

GetOriginalFilePath returns the OriginalFilePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFile) GetOriginalFilePathOk added in v0.3.0

func (o *BookFile) GetOriginalFilePathOk() (*string, bool)

GetOriginalFilePathOk returns a tuple with the OriginalFilePath 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 (*BookFile) GetPart

func (o *BookFile) GetPart() int32

GetPart returns the Part field value if set, zero value otherwise.

func (*BookFile) GetPartCount

func (o *BookFile) GetPartCount() int32

GetPartCount returns the PartCount field value if set, zero value otherwise.

func (*BookFile) GetPartCountOk

func (o *BookFile) GetPartCountOk() (*int32, bool)

GetPartCountOk returns a tuple with the PartCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetPartOk

func (o *BookFile) GetPartOk() (*int32, bool)

GetPartOk returns a tuple with the Part field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetPath

func (o *BookFile) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFile) GetPathOk

func (o *BookFile) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*BookFile) GetQuality

func (o *BookFile) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*BookFile) GetQualityOk

func (o *BookFile) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) GetReleaseGroup

func (o *BookFile) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFile) GetReleaseGroupOk

func (o *BookFile) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup 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 (*BookFile) GetSceneName

func (o *BookFile) GetSceneName() string

GetSceneName returns the SceneName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFile) GetSceneNameOk

func (o *BookFile) GetSceneNameOk() (*string, bool)

GetSceneNameOk returns a tuple with the SceneName 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 (*BookFile) GetSize

func (o *BookFile) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*BookFile) GetSizeOk

func (o *BookFile) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFile) HasAuthor

func (o *BookFile) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*BookFile) HasCalibreId

func (o *BookFile) HasCalibreId() bool

HasCalibreId returns a boolean if a field has been set.

func (*BookFile) HasDateAdded

func (o *BookFile) HasDateAdded() bool

HasDateAdded returns a boolean if a field has been set.

func (*BookFile) HasEdition

func (o *BookFile) HasEdition() bool

HasEdition returns a boolean if a field has been set.

func (*BookFile) HasEditionId

func (o *BookFile) HasEditionId() bool

HasEditionId returns a boolean if a field has been set.

func (*BookFile) HasId

func (o *BookFile) HasId() bool

HasId returns a boolean if a field has been set.

func (*BookFile) HasMediaInfo

func (o *BookFile) HasMediaInfo() bool

HasMediaInfo returns a boolean if a field has been set.

func (*BookFile) HasModified

func (o *BookFile) HasModified() bool

HasModified returns a boolean if a field has been set.

func (*BookFile) HasOriginalFilePath added in v0.3.0

func (o *BookFile) HasOriginalFilePath() bool

HasOriginalFilePath returns a boolean if a field has been set.

func (*BookFile) HasPart

func (o *BookFile) HasPart() bool

HasPart returns a boolean if a field has been set.

func (*BookFile) HasPartCount

func (o *BookFile) HasPartCount() bool

HasPartCount returns a boolean if a field has been set.

func (*BookFile) HasPath

func (o *BookFile) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*BookFile) HasQuality

func (o *BookFile) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*BookFile) HasReleaseGroup

func (o *BookFile) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*BookFile) HasSceneName

func (o *BookFile) HasSceneName() bool

HasSceneName returns a boolean if a field has been set.

func (*BookFile) HasSize

func (o *BookFile) HasSize() bool

HasSize returns a boolean if a field has been set.

func (BookFile) MarshalJSON

func (o BookFile) MarshalJSON() ([]byte, error)

func (*BookFile) SetAuthor

func (o *BookFile) SetAuthor(v AuthorLazyLoaded)

SetAuthor gets a reference to the given AuthorLazyLoaded and assigns it to the Author field.

func (*BookFile) SetCalibreId

func (o *BookFile) SetCalibreId(v int32)

SetCalibreId gets a reference to the given int32 and assigns it to the CalibreId field.

func (*BookFile) SetDateAdded

func (o *BookFile) SetDateAdded(v time.Time)

SetDateAdded gets a reference to the given time.Time and assigns it to the DateAdded field.

func (*BookFile) SetEdition

func (o *BookFile) SetEdition(v EditionLazyLoaded)

SetEdition gets a reference to the given EditionLazyLoaded and assigns it to the Edition field.

func (*BookFile) SetEditionId

func (o *BookFile) SetEditionId(v int32)

SetEditionId gets a reference to the given int32 and assigns it to the EditionId field.

func (*BookFile) SetId

func (o *BookFile) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BookFile) SetMediaInfo

func (o *BookFile) SetMediaInfo(v MediaInfoModel)

SetMediaInfo gets a reference to the given MediaInfoModel and assigns it to the MediaInfo field.

func (*BookFile) SetModified

func (o *BookFile) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

func (*BookFile) SetOriginalFilePath added in v0.3.0

func (o *BookFile) SetOriginalFilePath(v string)

SetOriginalFilePath gets a reference to the given NullableString and assigns it to the OriginalFilePath field.

func (*BookFile) SetOriginalFilePathNil added in v0.3.0

func (o *BookFile) SetOriginalFilePathNil()

SetOriginalFilePathNil sets the value for OriginalFilePath to be an explicit nil

func (*BookFile) SetPart

func (o *BookFile) SetPart(v int32)

SetPart gets a reference to the given int32 and assigns it to the Part field.

func (*BookFile) SetPartCount

func (o *BookFile) SetPartCount(v int32)

SetPartCount gets a reference to the given int32 and assigns it to the PartCount field.

func (*BookFile) SetPath

func (o *BookFile) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*BookFile) SetPathNil

func (o *BookFile) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*BookFile) SetQuality

func (o *BookFile) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*BookFile) SetReleaseGroup

func (o *BookFile) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*BookFile) SetReleaseGroupNil

func (o *BookFile) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*BookFile) SetSceneName

func (o *BookFile) SetSceneName(v string)

SetSceneName gets a reference to the given NullableString and assigns it to the SceneName field.

func (*BookFile) SetSceneNameNil

func (o *BookFile) SetSceneNameNil()

SetSceneNameNil sets the value for SceneName to be an explicit nil

func (*BookFile) SetSize

func (o *BookFile) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (BookFile) ToMap added in v1.0.0

func (o BookFile) ToMap() (map[string]interface{}, error)

func (*BookFile) UnsetOriginalFilePath added in v0.3.0

func (o *BookFile) UnsetOriginalFilePath()

UnsetOriginalFilePath ensures that no value is present for OriginalFilePath, not even an explicit nil

func (*BookFile) UnsetPath

func (o *BookFile) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*BookFile) UnsetReleaseGroup

func (o *BookFile) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*BookFile) UnsetSceneName

func (o *BookFile) UnsetSceneName()

UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil

type BookFileAPIService added in v1.0.0

type BookFileAPIService service

BookFileAPIService BookFileAPI service

func (*BookFileAPIService) DeleteBookFile added in v1.0.0

DeleteBookFile Method for DeleteBookFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteBookFileRequest

func (*BookFileAPIService) DeleteBookFileBulk added in v1.0.0

DeleteBookFileBulk Method for DeleteBookFileBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteBookFileBulkRequest

func (*BookFileAPIService) DeleteBookFileBulkExecute added in v1.0.0

func (a *BookFileAPIService) DeleteBookFileBulkExecute(r ApiDeleteBookFileBulkRequest) (*http.Response, error)

Execute executes the request

func (*BookFileAPIService) DeleteBookFileExecute added in v1.0.0

func (a *BookFileAPIService) DeleteBookFileExecute(r ApiDeleteBookFileRequest) (*http.Response, error)

Execute executes the request

func (*BookFileAPIService) GetBookFileById added in v1.0.0

GetBookFileById Method for GetBookFileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetBookFileByIdRequest

func (*BookFileAPIService) GetBookFileByIdExecute added in v1.0.0

Execute executes the request

@return BookFileResource

func (*BookFileAPIService) ListBookFile added in v1.0.0

ListBookFile Method for ListBookFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListBookFileRequest

func (*BookFileAPIService) ListBookFileExecute added in v1.0.0

Execute executes the request

@return []BookFileResource

func (*BookFileAPIService) PutBookFileEditor added in v1.0.0

PutBookFileEditor Method for PutBookFileEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutBookFileEditorRequest

func (*BookFileAPIService) PutBookFileEditorExecute added in v1.0.0

func (a *BookFileAPIService) PutBookFileEditorExecute(r ApiPutBookFileEditorRequest) (*http.Response, error)

Execute executes the request

func (*BookFileAPIService) UpdateBookFile added in v1.0.0

UpdateBookFile Method for UpdateBookFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateBookFileRequest

func (*BookFileAPIService) UpdateBookFileExecute added in v1.0.0

Execute executes the request

@return BookFileResource

type BookFileListLazyLoaded

type BookFileListLazyLoaded struct {
	Value    []BookFile `json:"value,omitempty"`
	IsLoaded *bool      `json:"isLoaded,omitempty"`
}

BookFileListLazyLoaded struct for BookFileListLazyLoaded

func NewBookFileListLazyLoaded

func NewBookFileListLazyLoaded() *BookFileListLazyLoaded

NewBookFileListLazyLoaded instantiates a new BookFileListLazyLoaded 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 NewBookFileListLazyLoadedWithDefaults

func NewBookFileListLazyLoadedWithDefaults() *BookFileListLazyLoaded

NewBookFileListLazyLoadedWithDefaults instantiates a new BookFileListLazyLoaded 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 (*BookFileListLazyLoaded) GetIsLoaded

func (o *BookFileListLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*BookFileListLazyLoaded) GetIsLoadedOk

func (o *BookFileListLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileListLazyLoaded) GetValue

func (o *BookFileListLazyLoaded) GetValue() []BookFile

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFileListLazyLoaded) GetValueOk

func (o *BookFileListLazyLoaded) GetValueOk() ([]BookFile, bool)

GetValueOk returns a tuple with the Value 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 (*BookFileListLazyLoaded) HasIsLoaded

func (o *BookFileListLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*BookFileListLazyLoaded) HasValue

func (o *BookFileListLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (BookFileListLazyLoaded) MarshalJSON

func (o BookFileListLazyLoaded) MarshalJSON() ([]byte, error)

func (*BookFileListLazyLoaded) SetIsLoaded

func (o *BookFileListLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*BookFileListLazyLoaded) SetValue

func (o *BookFileListLazyLoaded) SetValue(v []BookFile)

SetValue gets a reference to the given []BookFile and assigns it to the Value field.

func (BookFileListLazyLoaded) ToMap added in v1.0.0

func (o BookFileListLazyLoaded) ToMap() (map[string]interface{}, error)

type BookFileListResource

type BookFileListResource struct {
	BookFileIds []int32       `json:"bookFileIds,omitempty"`
	Quality     *QualityModel `json:"quality,omitempty"`
}

BookFileListResource struct for BookFileListResource

func NewBookFileListResource

func NewBookFileListResource() *BookFileListResource

NewBookFileListResource instantiates a new BookFileListResource 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 NewBookFileListResourceWithDefaults

func NewBookFileListResourceWithDefaults() *BookFileListResource

NewBookFileListResourceWithDefaults instantiates a new BookFileListResource 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 (*BookFileListResource) GetBookFileIds

func (o *BookFileListResource) GetBookFileIds() []int32

GetBookFileIds returns the BookFileIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFileListResource) GetBookFileIdsOk

func (o *BookFileListResource) GetBookFileIdsOk() ([]int32, bool)

GetBookFileIdsOk returns a tuple with the BookFileIds 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 (*BookFileListResource) GetQuality

func (o *BookFileListResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*BookFileListResource) GetQualityOk

func (o *BookFileListResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileListResource) HasBookFileIds

func (o *BookFileListResource) HasBookFileIds() bool

HasBookFileIds returns a boolean if a field has been set.

func (*BookFileListResource) HasQuality

func (o *BookFileListResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (BookFileListResource) MarshalJSON

func (o BookFileListResource) MarshalJSON() ([]byte, error)

func (*BookFileListResource) SetBookFileIds

func (o *BookFileListResource) SetBookFileIds(v []int32)

SetBookFileIds gets a reference to the given []int32 and assigns it to the BookFileIds field.

func (*BookFileListResource) SetQuality

func (o *BookFileListResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (BookFileListResource) ToMap added in v1.0.0

func (o BookFileListResource) ToMap() (map[string]interface{}, error)

type BookFileResource

type BookFileResource struct {
	Id                  *int32             `json:"id,omitempty"`
	AuthorId            *int32             `json:"authorId,omitempty"`
	BookId              *int32             `json:"bookId,omitempty"`
	Path                NullableString     `json:"path,omitempty"`
	Size                *int64             `json:"size,omitempty"`
	DateAdded           *time.Time         `json:"dateAdded,omitempty"`
	Quality             *QualityModel      `json:"quality,omitempty"`
	QualityWeight       *int32             `json:"qualityWeight,omitempty"`
	MediaInfo           *MediaInfoResource `json:"mediaInfo,omitempty"`
	QualityCutoffNotMet *bool              `json:"qualityCutoffNotMet,omitempty"`
	AudioTags           *ParsedTrackInfo   `json:"audioTags,omitempty"`
}

BookFileResource struct for BookFileResource

func NewBookFileResource

func NewBookFileResource() *BookFileResource

NewBookFileResource instantiates a new BookFileResource 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 NewBookFileResourceWithDefaults

func NewBookFileResourceWithDefaults() *BookFileResource

NewBookFileResourceWithDefaults instantiates a new BookFileResource 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 (*BookFileResource) GetAudioTags

func (o *BookFileResource) GetAudioTags() ParsedTrackInfo

GetAudioTags returns the AudioTags field value if set, zero value otherwise.

func (*BookFileResource) GetAudioTagsOk

func (o *BookFileResource) GetAudioTagsOk() (*ParsedTrackInfo, bool)

GetAudioTagsOk returns a tuple with the AudioTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetAuthorId

func (o *BookFileResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise.

func (*BookFileResource) GetAuthorIdOk

func (o *BookFileResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetBookId

func (o *BookFileResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*BookFileResource) GetBookIdOk

func (o *BookFileResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetDateAdded

func (o *BookFileResource) GetDateAdded() time.Time

GetDateAdded returns the DateAdded field value if set, zero value otherwise.

func (*BookFileResource) GetDateAddedOk

func (o *BookFileResource) GetDateAddedOk() (*time.Time, bool)

GetDateAddedOk returns a tuple with the DateAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetId

func (o *BookFileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BookFileResource) GetIdOk

func (o *BookFileResource) GetIdOk() (*int32, 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 (*BookFileResource) GetMediaInfo

func (o *BookFileResource) GetMediaInfo() MediaInfoResource

GetMediaInfo returns the MediaInfo field value if set, zero value otherwise.

func (*BookFileResource) GetMediaInfoOk

func (o *BookFileResource) GetMediaInfoOk() (*MediaInfoResource, bool)

GetMediaInfoOk returns a tuple with the MediaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetPath

func (o *BookFileResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookFileResource) GetPathOk

func (o *BookFileResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*BookFileResource) GetQuality

func (o *BookFileResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*BookFileResource) GetQualityCutoffNotMet

func (o *BookFileResource) GetQualityCutoffNotMet() bool

GetQualityCutoffNotMet returns the QualityCutoffNotMet field value if set, zero value otherwise.

func (*BookFileResource) GetQualityCutoffNotMetOk

func (o *BookFileResource) GetQualityCutoffNotMetOk() (*bool, bool)

GetQualityCutoffNotMetOk returns a tuple with the QualityCutoffNotMet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetQualityOk

func (o *BookFileResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetQualityWeight

func (o *BookFileResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field value if set, zero value otherwise.

func (*BookFileResource) GetQualityWeightOk

func (o *BookFileResource) GetQualityWeightOk() (*int32, bool)

GetQualityWeightOk returns a tuple with the QualityWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) GetSize

func (o *BookFileResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*BookFileResource) GetSizeOk

func (o *BookFileResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookFileResource) HasAudioTags

func (o *BookFileResource) HasAudioTags() bool

HasAudioTags returns a boolean if a field has been set.

func (*BookFileResource) HasAuthorId

func (o *BookFileResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*BookFileResource) HasBookId

func (o *BookFileResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*BookFileResource) HasDateAdded

func (o *BookFileResource) HasDateAdded() bool

HasDateAdded returns a boolean if a field has been set.

func (*BookFileResource) HasId

func (o *BookFileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BookFileResource) HasMediaInfo

func (o *BookFileResource) HasMediaInfo() bool

HasMediaInfo returns a boolean if a field has been set.

func (*BookFileResource) HasPath

func (o *BookFileResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*BookFileResource) HasQuality

func (o *BookFileResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*BookFileResource) HasQualityCutoffNotMet

func (o *BookFileResource) HasQualityCutoffNotMet() bool

HasQualityCutoffNotMet returns a boolean if a field has been set.

func (*BookFileResource) HasQualityWeight

func (o *BookFileResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

func (*BookFileResource) HasSize

func (o *BookFileResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (BookFileResource) MarshalJSON

func (o BookFileResource) MarshalJSON() ([]byte, error)

func (*BookFileResource) SetAudioTags

func (o *BookFileResource) SetAudioTags(v ParsedTrackInfo)

SetAudioTags gets a reference to the given ParsedTrackInfo and assigns it to the AudioTags field.

func (*BookFileResource) SetAuthorId

func (o *BookFileResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given int32 and assigns it to the AuthorId field.

func (*BookFileResource) SetBookId

func (o *BookFileResource) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*BookFileResource) SetDateAdded

func (o *BookFileResource) SetDateAdded(v time.Time)

SetDateAdded gets a reference to the given time.Time and assigns it to the DateAdded field.

func (*BookFileResource) SetId

func (o *BookFileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BookFileResource) SetMediaInfo

func (o *BookFileResource) SetMediaInfo(v MediaInfoResource)

SetMediaInfo gets a reference to the given MediaInfoResource and assigns it to the MediaInfo field.

func (*BookFileResource) SetPath

func (o *BookFileResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*BookFileResource) SetPathNil

func (o *BookFileResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*BookFileResource) SetQuality

func (o *BookFileResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*BookFileResource) SetQualityCutoffNotMet

func (o *BookFileResource) SetQualityCutoffNotMet(v bool)

SetQualityCutoffNotMet gets a reference to the given bool and assigns it to the QualityCutoffNotMet field.

func (*BookFileResource) SetQualityWeight

func (o *BookFileResource) SetQualityWeight(v int32)

SetQualityWeight gets a reference to the given int32 and assigns it to the QualityWeight field.

func (*BookFileResource) SetSize

func (o *BookFileResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (BookFileResource) ToMap added in v1.0.0

func (o BookFileResource) ToMap() (map[string]interface{}, error)

func (*BookFileResource) UnsetPath

func (o *BookFileResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type BookLazyLoaded

type BookLazyLoaded struct {
	Value    *Book `json:"value,omitempty"`
	IsLoaded *bool `json:"isLoaded,omitempty"`
}

BookLazyLoaded struct for BookLazyLoaded

func NewBookLazyLoaded

func NewBookLazyLoaded() *BookLazyLoaded

NewBookLazyLoaded instantiates a new BookLazyLoaded 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 NewBookLazyLoadedWithDefaults

func NewBookLazyLoadedWithDefaults() *BookLazyLoaded

NewBookLazyLoadedWithDefaults instantiates a new BookLazyLoaded 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 (*BookLazyLoaded) GetIsLoaded

func (o *BookLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*BookLazyLoaded) GetIsLoadedOk

func (o *BookLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookLazyLoaded) GetValue

func (o *BookLazyLoaded) GetValue() Book

GetValue returns the Value field value if set, zero value otherwise.

func (*BookLazyLoaded) GetValueOk

func (o *BookLazyLoaded) GetValueOk() (*Book, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookLazyLoaded) HasIsLoaded

func (o *BookLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*BookLazyLoaded) HasValue

func (o *BookLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (BookLazyLoaded) MarshalJSON

func (o BookLazyLoaded) MarshalJSON() ([]byte, error)

func (*BookLazyLoaded) SetIsLoaded

func (o *BookLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*BookLazyLoaded) SetValue

func (o *BookLazyLoaded) SetValue(v Book)

SetValue gets a reference to the given Book and assigns it to the Value field.

func (BookLazyLoaded) ToMap added in v1.0.0

func (o BookLazyLoaded) ToMap() (map[string]interface{}, error)

type BookListLazyLoaded

type BookListLazyLoaded struct {
	Value    []Book `json:"value,omitempty"`
	IsLoaded *bool  `json:"isLoaded,omitempty"`
}

BookListLazyLoaded struct for BookListLazyLoaded

func NewBookListLazyLoaded

func NewBookListLazyLoaded() *BookListLazyLoaded

NewBookListLazyLoaded instantiates a new BookListLazyLoaded 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 NewBookListLazyLoadedWithDefaults

func NewBookListLazyLoadedWithDefaults() *BookListLazyLoaded

NewBookListLazyLoadedWithDefaults instantiates a new BookListLazyLoaded 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 (*BookListLazyLoaded) GetIsLoaded

func (o *BookListLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*BookListLazyLoaded) GetIsLoadedOk

func (o *BookListLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookListLazyLoaded) GetValue

func (o *BookListLazyLoaded) GetValue() []Book

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookListLazyLoaded) GetValueOk

func (o *BookListLazyLoaded) GetValueOk() ([]Book, bool)

GetValueOk returns a tuple with the Value 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 (*BookListLazyLoaded) HasIsLoaded

func (o *BookListLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*BookListLazyLoaded) HasValue

func (o *BookListLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (BookListLazyLoaded) MarshalJSON

func (o BookListLazyLoaded) MarshalJSON() ([]byte, error)

func (*BookListLazyLoaded) SetIsLoaded

func (o *BookListLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*BookListLazyLoaded) SetValue

func (o *BookListLazyLoaded) SetValue(v []Book)

SetValue gets a reference to the given []Book and assigns it to the Value field.

func (BookListLazyLoaded) ToMap added in v1.0.0

func (o BookListLazyLoaded) ToMap() (map[string]interface{}, error)

type BookLookupAPIService added in v1.0.0

type BookLookupAPIService service

BookLookupAPIService BookLookupAPI service

func (*BookLookupAPIService) GetBookLookup added in v1.0.0

GetBookLookup Method for GetBookLookup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetBookLookupRequest

func (*BookLookupAPIService) GetBookLookupExecute added in v1.0.0

func (a *BookLookupAPIService) GetBookLookupExecute(r ApiGetBookLookupRequest) (*http.Response, error)

Execute executes the request

type BookResource

type BookResource struct {
	Id               *int32                  `json:"id,omitempty"`
	Title            NullableString          `json:"title,omitempty"`
	AuthorTitle      NullableString          `json:"authorTitle,omitempty"`
	SeriesTitle      NullableString          `json:"seriesTitle,omitempty"`
	Disambiguation   NullableString          `json:"disambiguation,omitempty"`
	Overview         NullableString          `json:"overview,omitempty"`
	AuthorId         *int32                  `json:"authorId,omitempty"`
	ForeignBookId    NullableString          `json:"foreignBookId,omitempty"`
	ForeignEditionId NullableString          `json:"foreignEditionId,omitempty"`
	TitleSlug        NullableString          `json:"titleSlug,omitempty"`
	Monitored        *bool                   `json:"monitored,omitempty"`
	AnyEditionOk     *bool                   `json:"anyEditionOk,omitempty"`
	Ratings          *Ratings                `json:"ratings,omitempty"`
	ReleaseDate      NullableTime            `json:"releaseDate,omitempty"`
	PageCount        *int32                  `json:"pageCount,omitempty"`
	Genres           []string                `json:"genres,omitempty"`
	Author           *AuthorResource         `json:"author,omitempty"`
	Images           []MediaCover            `json:"images,omitempty"`
	Links            []Links                 `json:"links,omitempty"`
	Statistics       *BookStatisticsResource `json:"statistics,omitempty"`
	Added            NullableTime            `json:"added,omitempty"`
	AddOptions       *AddBookOptions         `json:"addOptions,omitempty"`
	RemoteCover      NullableString          `json:"remoteCover,omitempty"`
	Editions         []EditionResource       `json:"editions,omitempty"`
	Grabbed          *bool                   `json:"grabbed,omitempty"`
}

BookResource struct for BookResource

func NewBookResource

func NewBookResource() *BookResource

NewBookResource instantiates a new BookResource 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 NewBookResourceWithDefaults

func NewBookResourceWithDefaults() *BookResource

NewBookResourceWithDefaults instantiates a new BookResource 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 (*BookResource) GetAddOptions

func (o *BookResource) GetAddOptions() AddBookOptions

GetAddOptions returns the AddOptions field value if set, zero value otherwise.

func (*BookResource) GetAddOptionsOk

func (o *BookResource) GetAddOptionsOk() (*AddBookOptions, bool)

GetAddOptionsOk returns a tuple with the AddOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetAdded

func (o *BookResource) GetAdded() time.Time

GetAdded returns the Added field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetAddedOk

func (o *BookResource) GetAddedOk() (*time.Time, bool)

GetAddedOk returns a tuple with the Added 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 (*BookResource) GetAnyEditionOk

func (o *BookResource) GetAnyEditionOk() bool

GetAnyEditionOk returns the AnyEditionOk field value if set, zero value otherwise.

func (*BookResource) GetAnyEditionOkOk

func (o *BookResource) GetAnyEditionOkOk() (*bool, bool)

GetAnyEditionOkOk returns a tuple with the AnyEditionOk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetAuthor

func (o *BookResource) GetAuthor() AuthorResource

GetAuthor returns the Author field value if set, zero value otherwise.

func (*BookResource) GetAuthorId

func (o *BookResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise.

func (*BookResource) GetAuthorIdOk

func (o *BookResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetAuthorOk

func (o *BookResource) GetAuthorOk() (*AuthorResource, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetAuthorTitle

func (o *BookResource) GetAuthorTitle() string

GetAuthorTitle returns the AuthorTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetAuthorTitleOk

func (o *BookResource) GetAuthorTitleOk() (*string, bool)

GetAuthorTitleOk returns a tuple with the AuthorTitle 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 (*BookResource) GetDisambiguation

func (o *BookResource) GetDisambiguation() string

GetDisambiguation returns the Disambiguation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetDisambiguationOk

func (o *BookResource) GetDisambiguationOk() (*string, bool)

GetDisambiguationOk returns a tuple with the Disambiguation 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 (*BookResource) GetEditions

func (o *BookResource) GetEditions() []EditionResource

GetEditions returns the Editions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetEditionsOk

func (o *BookResource) GetEditionsOk() ([]EditionResource, bool)

GetEditionsOk returns a tuple with the Editions 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 (*BookResource) GetForeignBookId

func (o *BookResource) GetForeignBookId() string

GetForeignBookId returns the ForeignBookId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetForeignBookIdOk

func (o *BookResource) GetForeignBookIdOk() (*string, bool)

GetForeignBookIdOk returns a tuple with the ForeignBookId 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 (*BookResource) GetForeignEditionId added in v1.0.0

func (o *BookResource) GetForeignEditionId() string

GetForeignEditionId returns the ForeignEditionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetForeignEditionIdOk added in v1.0.0

func (o *BookResource) GetForeignEditionIdOk() (*string, bool)

GetForeignEditionIdOk returns a tuple with the ForeignEditionId 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 (*BookResource) GetGenres

func (o *BookResource) GetGenres() []string

GetGenres returns the Genres field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetGenresOk

func (o *BookResource) GetGenresOk() ([]string, bool)

GetGenresOk returns a tuple with the Genres 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 (*BookResource) GetGrabbed

func (o *BookResource) GetGrabbed() bool

GetGrabbed returns the Grabbed field value if set, zero value otherwise.

func (*BookResource) GetGrabbedOk

func (o *BookResource) GetGrabbedOk() (*bool, bool)

GetGrabbedOk returns a tuple with the Grabbed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetId

func (o *BookResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BookResource) GetIdOk

func (o *BookResource) GetIdOk() (*int32, 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 (*BookResource) GetImages

func (o *BookResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetImagesOk

func (o *BookResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images 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 (o *BookResource) GetLinks() []Links

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetLinksOk

func (o *BookResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BookResource) GetMonitored

func (o *BookResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*BookResource) GetMonitoredOk

func (o *BookResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetOverview

func (o *BookResource) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetOverviewOk

func (o *BookResource) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview 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 (*BookResource) GetPageCount

func (o *BookResource) GetPageCount() int32

GetPageCount returns the PageCount field value if set, zero value otherwise.

func (*BookResource) GetPageCountOk

func (o *BookResource) GetPageCountOk() (*int32, bool)

GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetRatings

func (o *BookResource) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*BookResource) GetRatingsOk

func (o *BookResource) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetReleaseDate

func (o *BookResource) GetReleaseDate() time.Time

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetReleaseDateOk

func (o *BookResource) GetReleaseDateOk() (*time.Time, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate 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 (*BookResource) GetRemoteCover

func (o *BookResource) GetRemoteCover() string

GetRemoteCover returns the RemoteCover field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetRemoteCoverOk

func (o *BookResource) GetRemoteCoverOk() (*string, bool)

GetRemoteCoverOk returns a tuple with the RemoteCover 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 (*BookResource) GetSeriesTitle

func (o *BookResource) GetSeriesTitle() string

GetSeriesTitle returns the SeriesTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetSeriesTitleOk

func (o *BookResource) GetSeriesTitleOk() (*string, bool)

GetSeriesTitleOk returns a tuple with the SeriesTitle 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 (*BookResource) GetStatistics

func (o *BookResource) GetStatistics() BookStatisticsResource

GetStatistics returns the Statistics field value if set, zero value otherwise.

func (*BookResource) GetStatisticsOk

func (o *BookResource) GetStatisticsOk() (*BookStatisticsResource, bool)

GetStatisticsOk returns a tuple with the Statistics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResource) GetTitle

func (o *BookResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetTitleOk

func (o *BookResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*BookResource) GetTitleSlug

func (o *BookResource) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResource) GetTitleSlugOk

func (o *BookResource) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug 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 (*BookResource) HasAddOptions

func (o *BookResource) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*BookResource) HasAdded

func (o *BookResource) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*BookResource) HasAnyEditionOk

func (o *BookResource) HasAnyEditionOk() bool

HasAnyEditionOk returns a boolean if a field has been set.

func (*BookResource) HasAuthor

func (o *BookResource) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*BookResource) HasAuthorId

func (o *BookResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*BookResource) HasAuthorTitle

func (o *BookResource) HasAuthorTitle() bool

HasAuthorTitle returns a boolean if a field has been set.

func (*BookResource) HasDisambiguation

func (o *BookResource) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*BookResource) HasEditions

func (o *BookResource) HasEditions() bool

HasEditions returns a boolean if a field has been set.

func (*BookResource) HasForeignBookId

func (o *BookResource) HasForeignBookId() bool

HasForeignBookId returns a boolean if a field has been set.

func (*BookResource) HasForeignEditionId added in v1.0.0

func (o *BookResource) HasForeignEditionId() bool

HasForeignEditionId returns a boolean if a field has been set.

func (*BookResource) HasGenres

func (o *BookResource) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*BookResource) HasGrabbed

func (o *BookResource) HasGrabbed() bool

HasGrabbed returns a boolean if a field has been set.

func (*BookResource) HasId

func (o *BookResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BookResource) HasImages

func (o *BookResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (o *BookResource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*BookResource) HasMonitored

func (o *BookResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*BookResource) HasOverview

func (o *BookResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*BookResource) HasPageCount

func (o *BookResource) HasPageCount() bool

HasPageCount returns a boolean if a field has been set.

func (*BookResource) HasRatings

func (o *BookResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*BookResource) HasReleaseDate

func (o *BookResource) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*BookResource) HasRemoteCover

func (o *BookResource) HasRemoteCover() bool

HasRemoteCover returns a boolean if a field has been set.

func (*BookResource) HasSeriesTitle

func (o *BookResource) HasSeriesTitle() bool

HasSeriesTitle returns a boolean if a field has been set.

func (*BookResource) HasStatistics

func (o *BookResource) HasStatistics() bool

HasStatistics returns a boolean if a field has been set.

func (*BookResource) HasTitle

func (o *BookResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*BookResource) HasTitleSlug

func (o *BookResource) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (BookResource) MarshalJSON

func (o BookResource) MarshalJSON() ([]byte, error)

func (*BookResource) SetAddOptions

func (o *BookResource) SetAddOptions(v AddBookOptions)

SetAddOptions gets a reference to the given AddBookOptions and assigns it to the AddOptions field.

func (*BookResource) SetAdded

func (o *BookResource) SetAdded(v time.Time)

SetAdded gets a reference to the given NullableTime and assigns it to the Added field.

func (*BookResource) SetAddedNil

func (o *BookResource) SetAddedNil()

SetAddedNil sets the value for Added to be an explicit nil

func (*BookResource) SetAnyEditionOk

func (o *BookResource) SetAnyEditionOk(v bool)

SetAnyEditionOk gets a reference to the given bool and assigns it to the AnyEditionOk field.

func (*BookResource) SetAuthor

func (o *BookResource) SetAuthor(v AuthorResource)

SetAuthor gets a reference to the given AuthorResource and assigns it to the Author field.

func (*BookResource) SetAuthorId

func (o *BookResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given int32 and assigns it to the AuthorId field.

func (*BookResource) SetAuthorTitle

func (o *BookResource) SetAuthorTitle(v string)

SetAuthorTitle gets a reference to the given NullableString and assigns it to the AuthorTitle field.

func (*BookResource) SetAuthorTitleNil

func (o *BookResource) SetAuthorTitleNil()

SetAuthorTitleNil sets the value for AuthorTitle to be an explicit nil

func (*BookResource) SetDisambiguation

func (o *BookResource) SetDisambiguation(v string)

SetDisambiguation gets a reference to the given NullableString and assigns it to the Disambiguation field.

func (*BookResource) SetDisambiguationNil

func (o *BookResource) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*BookResource) SetEditions

func (o *BookResource) SetEditions(v []EditionResource)

SetEditions gets a reference to the given []EditionResource and assigns it to the Editions field.

func (*BookResource) SetForeignBookId

func (o *BookResource) SetForeignBookId(v string)

SetForeignBookId gets a reference to the given NullableString and assigns it to the ForeignBookId field.

func (*BookResource) SetForeignBookIdNil

func (o *BookResource) SetForeignBookIdNil()

SetForeignBookIdNil sets the value for ForeignBookId to be an explicit nil

func (*BookResource) SetForeignEditionId added in v1.0.0

func (o *BookResource) SetForeignEditionId(v string)

SetForeignEditionId gets a reference to the given NullableString and assigns it to the ForeignEditionId field.

func (*BookResource) SetForeignEditionIdNil added in v1.0.0

func (o *BookResource) SetForeignEditionIdNil()

SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil

func (*BookResource) SetGenres

func (o *BookResource) SetGenres(v []string)

SetGenres gets a reference to the given []string and assigns it to the Genres field.

func (*BookResource) SetGrabbed

func (o *BookResource) SetGrabbed(v bool)

SetGrabbed gets a reference to the given bool and assigns it to the Grabbed field.

func (*BookResource) SetId

func (o *BookResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BookResource) SetImages

func (o *BookResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (o *BookResource) SetLinks(v []Links)

SetLinks gets a reference to the given []Links and assigns it to the Links field.

func (*BookResource) SetMonitored

func (o *BookResource) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*BookResource) SetOverview

func (o *BookResource) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*BookResource) SetOverviewNil

func (o *BookResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*BookResource) SetPageCount

func (o *BookResource) SetPageCount(v int32)

SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.

func (*BookResource) SetRatings

func (o *BookResource) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*BookResource) SetReleaseDate

func (o *BookResource) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given NullableTime and assigns it to the ReleaseDate field.

func (*BookResource) SetReleaseDateNil

func (o *BookResource) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (*BookResource) SetRemoteCover

func (o *BookResource) SetRemoteCover(v string)

SetRemoteCover gets a reference to the given NullableString and assigns it to the RemoteCover field.

func (*BookResource) SetRemoteCoverNil

func (o *BookResource) SetRemoteCoverNil()

SetRemoteCoverNil sets the value for RemoteCover to be an explicit nil

func (*BookResource) SetSeriesTitle

func (o *BookResource) SetSeriesTitle(v string)

SetSeriesTitle gets a reference to the given NullableString and assigns it to the SeriesTitle field.

func (*BookResource) SetSeriesTitleNil

func (o *BookResource) SetSeriesTitleNil()

SetSeriesTitleNil sets the value for SeriesTitle to be an explicit nil

func (*BookResource) SetStatistics

func (o *BookResource) SetStatistics(v BookStatisticsResource)

SetStatistics gets a reference to the given BookStatisticsResource and assigns it to the Statistics field.

func (*BookResource) SetTitle

func (o *BookResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*BookResource) SetTitleNil

func (o *BookResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*BookResource) SetTitleSlug

func (o *BookResource) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*BookResource) SetTitleSlugNil

func (o *BookResource) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (BookResource) ToMap added in v1.0.0

func (o BookResource) ToMap() (map[string]interface{}, error)

func (*BookResource) UnsetAdded

func (o *BookResource) UnsetAdded()

UnsetAdded ensures that no value is present for Added, not even an explicit nil

func (*BookResource) UnsetAuthorTitle

func (o *BookResource) UnsetAuthorTitle()

UnsetAuthorTitle ensures that no value is present for AuthorTitle, not even an explicit nil

func (*BookResource) UnsetDisambiguation

func (o *BookResource) UnsetDisambiguation()

UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil

func (*BookResource) UnsetForeignBookId

func (o *BookResource) UnsetForeignBookId()

UnsetForeignBookId ensures that no value is present for ForeignBookId, not even an explicit nil

func (*BookResource) UnsetForeignEditionId added in v1.0.0

func (o *BookResource) UnsetForeignEditionId()

UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil

func (*BookResource) UnsetOverview

func (o *BookResource) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*BookResource) UnsetReleaseDate

func (o *BookResource) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*BookResource) UnsetRemoteCover

func (o *BookResource) UnsetRemoteCover()

UnsetRemoteCover ensures that no value is present for RemoteCover, not even an explicit nil

func (*BookResource) UnsetSeriesTitle

func (o *BookResource) UnsetSeriesTitle()

UnsetSeriesTitle ensures that no value is present for SeriesTitle, not even an explicit nil

func (*BookResource) UnsetTitle

func (o *BookResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*BookResource) UnsetTitleSlug

func (o *BookResource) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

type BookResourcePagingResource

type BookResourcePagingResource struct {
	Page          *int32         `json:"page,omitempty"`
	PageSize      *int32         `json:"pageSize,omitempty"`
	SortKey       NullableString `json:"sortKey,omitempty"`
	SortDirection *SortDirection `json:"sortDirection,omitempty"`
	TotalRecords  *int32         `json:"totalRecords,omitempty"`
	Records       []BookResource `json:"records,omitempty"`
}

BookResourcePagingResource struct for BookResourcePagingResource

func NewBookResourcePagingResource

func NewBookResourcePagingResource() *BookResourcePagingResource

NewBookResourcePagingResource instantiates a new BookResourcePagingResource 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 NewBookResourcePagingResourceWithDefaults

func NewBookResourcePagingResourceWithDefaults() *BookResourcePagingResource

NewBookResourcePagingResourceWithDefaults instantiates a new BookResourcePagingResource 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 (*BookResourcePagingResource) GetPage

func (o *BookResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*BookResourcePagingResource) GetPageOk

func (o *BookResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResourcePagingResource) GetPageSize

func (o *BookResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*BookResourcePagingResource) GetPageSizeOk

func (o *BookResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResourcePagingResource) GetRecords

func (o *BookResourcePagingResource) GetRecords() []BookResource

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResourcePagingResource) GetRecordsOk

func (o *BookResourcePagingResource) GetRecordsOk() ([]BookResource, bool)

GetRecordsOk returns a tuple with the Records 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 (*BookResourcePagingResource) GetSortDirection

func (o *BookResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*BookResourcePagingResource) GetSortDirectionOk

func (o *BookResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResourcePagingResource) GetSortKey

func (o *BookResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookResourcePagingResource) GetSortKeyOk

func (o *BookResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey 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 (*BookResourcePagingResource) GetTotalRecords

func (o *BookResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*BookResourcePagingResource) GetTotalRecordsOk

func (o *BookResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookResourcePagingResource) HasPage

func (o *BookResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*BookResourcePagingResource) HasPageSize

func (o *BookResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*BookResourcePagingResource) HasRecords

func (o *BookResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*BookResourcePagingResource) HasSortDirection

func (o *BookResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*BookResourcePagingResource) HasSortKey

func (o *BookResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*BookResourcePagingResource) HasTotalRecords

func (o *BookResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (BookResourcePagingResource) MarshalJSON

func (o BookResourcePagingResource) MarshalJSON() ([]byte, error)

func (*BookResourcePagingResource) SetPage

func (o *BookResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*BookResourcePagingResource) SetPageSize

func (o *BookResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*BookResourcePagingResource) SetRecords

func (o *BookResourcePagingResource) SetRecords(v []BookResource)

SetRecords gets a reference to the given []BookResource and assigns it to the Records field.

func (*BookResourcePagingResource) SetSortDirection

func (o *BookResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*BookResourcePagingResource) SetSortKey

func (o *BookResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*BookResourcePagingResource) SetSortKeyNil

func (o *BookResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*BookResourcePagingResource) SetTotalRecords

func (o *BookResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (BookResourcePagingResource) ToMap added in v1.0.0

func (o BookResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*BookResourcePagingResource) UnsetSortKey

func (o *BookResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type BookStatisticsResource

type BookStatisticsResource struct {
	BookFileCount  *int32   `json:"bookFileCount,omitempty"`
	BookCount      *int32   `json:"bookCount,omitempty"`
	TotalBookCount *int32   `json:"totalBookCount,omitempty"`
	SizeOnDisk     *int64   `json:"sizeOnDisk,omitempty"`
	PercentOfBooks *float64 `json:"percentOfBooks,omitempty"`
}

BookStatisticsResource struct for BookStatisticsResource

func NewBookStatisticsResource

func NewBookStatisticsResource() *BookStatisticsResource

NewBookStatisticsResource instantiates a new BookStatisticsResource 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 NewBookStatisticsResourceWithDefaults

func NewBookStatisticsResourceWithDefaults() *BookStatisticsResource

NewBookStatisticsResourceWithDefaults instantiates a new BookStatisticsResource 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 (*BookStatisticsResource) GetBookCount

func (o *BookStatisticsResource) GetBookCount() int32

GetBookCount returns the BookCount field value if set, zero value otherwise.

func (*BookStatisticsResource) GetBookCountOk

func (o *BookStatisticsResource) GetBookCountOk() (*int32, bool)

GetBookCountOk returns a tuple with the BookCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookStatisticsResource) GetBookFileCount

func (o *BookStatisticsResource) GetBookFileCount() int32

GetBookFileCount returns the BookFileCount field value if set, zero value otherwise.

func (*BookStatisticsResource) GetBookFileCountOk

func (o *BookStatisticsResource) GetBookFileCountOk() (*int32, bool)

GetBookFileCountOk returns a tuple with the BookFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookStatisticsResource) GetPercentOfBooks

func (o *BookStatisticsResource) GetPercentOfBooks() float64

GetPercentOfBooks returns the PercentOfBooks field value if set, zero value otherwise.

func (*BookStatisticsResource) GetPercentOfBooksOk

func (o *BookStatisticsResource) GetPercentOfBooksOk() (*float64, bool)

GetPercentOfBooksOk returns a tuple with the PercentOfBooks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookStatisticsResource) GetSizeOnDisk

func (o *BookStatisticsResource) GetSizeOnDisk() int64

GetSizeOnDisk returns the SizeOnDisk field value if set, zero value otherwise.

func (*BookStatisticsResource) GetSizeOnDiskOk

func (o *BookStatisticsResource) GetSizeOnDiskOk() (*int64, bool)

GetSizeOnDiskOk returns a tuple with the SizeOnDisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookStatisticsResource) GetTotalBookCount

func (o *BookStatisticsResource) GetTotalBookCount() int32

GetTotalBookCount returns the TotalBookCount field value if set, zero value otherwise.

func (*BookStatisticsResource) GetTotalBookCountOk

func (o *BookStatisticsResource) GetTotalBookCountOk() (*int32, bool)

GetTotalBookCountOk returns a tuple with the TotalBookCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookStatisticsResource) HasBookCount

func (o *BookStatisticsResource) HasBookCount() bool

HasBookCount returns a boolean if a field has been set.

func (*BookStatisticsResource) HasBookFileCount

func (o *BookStatisticsResource) HasBookFileCount() bool

HasBookFileCount returns a boolean if a field has been set.

func (*BookStatisticsResource) HasPercentOfBooks

func (o *BookStatisticsResource) HasPercentOfBooks() bool

HasPercentOfBooks returns a boolean if a field has been set.

func (*BookStatisticsResource) HasSizeOnDisk

func (o *BookStatisticsResource) HasSizeOnDisk() bool

HasSizeOnDisk returns a boolean if a field has been set.

func (*BookStatisticsResource) HasTotalBookCount

func (o *BookStatisticsResource) HasTotalBookCount() bool

HasTotalBookCount returns a boolean if a field has been set.

func (BookStatisticsResource) MarshalJSON

func (o BookStatisticsResource) MarshalJSON() ([]byte, error)

func (*BookStatisticsResource) SetBookCount

func (o *BookStatisticsResource) SetBookCount(v int32)

SetBookCount gets a reference to the given int32 and assigns it to the BookCount field.

func (*BookStatisticsResource) SetBookFileCount

func (o *BookStatisticsResource) SetBookFileCount(v int32)

SetBookFileCount gets a reference to the given int32 and assigns it to the BookFileCount field.

func (*BookStatisticsResource) SetPercentOfBooks

func (o *BookStatisticsResource) SetPercentOfBooks(v float64)

SetPercentOfBooks gets a reference to the given float64 and assigns it to the PercentOfBooks field.

func (*BookStatisticsResource) SetSizeOnDisk

func (o *BookStatisticsResource) SetSizeOnDisk(v int64)

SetSizeOnDisk gets a reference to the given int64 and assigns it to the SizeOnDisk field.

func (*BookStatisticsResource) SetTotalBookCount

func (o *BookStatisticsResource) SetTotalBookCount(v int32)

SetTotalBookCount gets a reference to the given int32 and assigns it to the TotalBookCount field.

func (BookStatisticsResource) ToMap added in v1.0.0

func (o BookStatisticsResource) ToMap() (map[string]interface{}, error)

type BooksMonitoredResource

type BooksMonitoredResource struct {
	BookIds   []int32 `json:"bookIds,omitempty"`
	Monitored *bool   `json:"monitored,omitempty"`
}

BooksMonitoredResource struct for BooksMonitoredResource

func NewBooksMonitoredResource

func NewBooksMonitoredResource() *BooksMonitoredResource

NewBooksMonitoredResource instantiates a new BooksMonitoredResource 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 NewBooksMonitoredResourceWithDefaults

func NewBooksMonitoredResourceWithDefaults() *BooksMonitoredResource

NewBooksMonitoredResourceWithDefaults instantiates a new BooksMonitoredResource 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 (*BooksMonitoredResource) GetBookIds

func (o *BooksMonitoredResource) GetBookIds() []int32

GetBookIds returns the BookIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BooksMonitoredResource) GetBookIdsOk

func (o *BooksMonitoredResource) GetBookIdsOk() ([]int32, bool)

GetBookIdsOk returns a tuple with the BookIds 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 (*BooksMonitoredResource) GetMonitored

func (o *BooksMonitoredResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*BooksMonitoredResource) GetMonitoredOk

func (o *BooksMonitoredResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BooksMonitoredResource) HasBookIds

func (o *BooksMonitoredResource) HasBookIds() bool

HasBookIds returns a boolean if a field has been set.

func (*BooksMonitoredResource) HasMonitored

func (o *BooksMonitoredResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (BooksMonitoredResource) MarshalJSON

func (o BooksMonitoredResource) MarshalJSON() ([]byte, error)

func (*BooksMonitoredResource) SetBookIds

func (o *BooksMonitoredResource) SetBookIds(v []int32)

SetBookIds gets a reference to the given []int32 and assigns it to the BookIds field.

func (*BooksMonitoredResource) SetMonitored

func (o *BooksMonitoredResource) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (BooksMonitoredResource) ToMap added in v1.0.0

func (o BooksMonitoredResource) ToMap() (map[string]interface{}, error)

type BookshelfAPIService added in v1.0.0

type BookshelfAPIService service

BookshelfAPIService BookshelfAPI service

func (*BookshelfAPIService) CreateBookshelf added in v1.0.0

CreateBookshelf Method for CreateBookshelf

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateBookshelfRequest

func (*BookshelfAPIService) CreateBookshelfExecute added in v1.0.0

func (a *BookshelfAPIService) CreateBookshelfExecute(r ApiCreateBookshelfRequest) (*http.Response, error)

Execute executes the request

type BookshelfAuthorResource

type BookshelfAuthorResource struct {
	Id        *int32         `json:"id,omitempty"`
	Monitored NullableBool   `json:"monitored,omitempty"`
	Books     []BookResource `json:"books,omitempty"`
}

BookshelfAuthorResource struct for BookshelfAuthorResource

func NewBookshelfAuthorResource

func NewBookshelfAuthorResource() *BookshelfAuthorResource

NewBookshelfAuthorResource instantiates a new BookshelfAuthorResource 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 NewBookshelfAuthorResourceWithDefaults

func NewBookshelfAuthorResourceWithDefaults() *BookshelfAuthorResource

NewBookshelfAuthorResourceWithDefaults instantiates a new BookshelfAuthorResource 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 (*BookshelfAuthorResource) GetBooks

func (o *BookshelfAuthorResource) GetBooks() []BookResource

GetBooks returns the Books field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookshelfAuthorResource) GetBooksOk

func (o *BookshelfAuthorResource) GetBooksOk() ([]BookResource, bool)

GetBooksOk returns a tuple with the Books 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 (*BookshelfAuthorResource) GetId

func (o *BookshelfAuthorResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BookshelfAuthorResource) GetIdOk

func (o *BookshelfAuthorResource) GetIdOk() (*int32, 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 (*BookshelfAuthorResource) GetMonitored

func (o *BookshelfAuthorResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookshelfAuthorResource) GetMonitoredOk

func (o *BookshelfAuthorResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored 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 (*BookshelfAuthorResource) HasBooks

func (o *BookshelfAuthorResource) HasBooks() bool

HasBooks returns a boolean if a field has been set.

func (*BookshelfAuthorResource) HasId

func (o *BookshelfAuthorResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BookshelfAuthorResource) HasMonitored

func (o *BookshelfAuthorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (BookshelfAuthorResource) MarshalJSON

func (o BookshelfAuthorResource) MarshalJSON() ([]byte, error)

func (*BookshelfAuthorResource) SetBooks

func (o *BookshelfAuthorResource) SetBooks(v []BookResource)

SetBooks gets a reference to the given []BookResource and assigns it to the Books field.

func (*BookshelfAuthorResource) SetId

func (o *BookshelfAuthorResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BookshelfAuthorResource) SetMonitored

func (o *BookshelfAuthorResource) SetMonitored(v bool)

SetMonitored gets a reference to the given NullableBool and assigns it to the Monitored field.

func (*BookshelfAuthorResource) SetMonitoredNil

func (o *BookshelfAuthorResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (BookshelfAuthorResource) ToMap added in v1.0.0

func (o BookshelfAuthorResource) ToMap() (map[string]interface{}, error)

func (*BookshelfAuthorResource) UnsetMonitored

func (o *BookshelfAuthorResource) UnsetMonitored()

UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil

type BookshelfResource

type BookshelfResource struct {
	Authors           []BookshelfAuthorResource `json:"authors,omitempty"`
	MonitoringOptions *MonitoringOptions        `json:"monitoringOptions,omitempty"`
	MonitorNewItems   *NewItemMonitorTypes      `json:"monitorNewItems,omitempty"`
}

BookshelfResource struct for BookshelfResource

func NewBookshelfResource

func NewBookshelfResource() *BookshelfResource

NewBookshelfResource instantiates a new BookshelfResource 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 NewBookshelfResourceWithDefaults

func NewBookshelfResourceWithDefaults() *BookshelfResource

NewBookshelfResourceWithDefaults instantiates a new BookshelfResource 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 (*BookshelfResource) GetAuthors

func (o *BookshelfResource) GetAuthors() []BookshelfAuthorResource

GetAuthors returns the Authors field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BookshelfResource) GetAuthorsOk

func (o *BookshelfResource) GetAuthorsOk() ([]BookshelfAuthorResource, bool)

GetAuthorsOk returns a tuple with the Authors 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 (*BookshelfResource) GetMonitorNewItems added in v0.3.0

func (o *BookshelfResource) GetMonitorNewItems() NewItemMonitorTypes

GetMonitorNewItems returns the MonitorNewItems field value if set, zero value otherwise.

func (*BookshelfResource) GetMonitorNewItemsOk added in v0.3.0

func (o *BookshelfResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)

GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookshelfResource) GetMonitoringOptions

func (o *BookshelfResource) GetMonitoringOptions() MonitoringOptions

GetMonitoringOptions returns the MonitoringOptions field value if set, zero value otherwise.

func (*BookshelfResource) GetMonitoringOptionsOk

func (o *BookshelfResource) GetMonitoringOptionsOk() (*MonitoringOptions, bool)

GetMonitoringOptionsOk returns a tuple with the MonitoringOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BookshelfResource) HasAuthors

func (o *BookshelfResource) HasAuthors() bool

HasAuthors returns a boolean if a field has been set.

func (*BookshelfResource) HasMonitorNewItems added in v0.3.0

func (o *BookshelfResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*BookshelfResource) HasMonitoringOptions

func (o *BookshelfResource) HasMonitoringOptions() bool

HasMonitoringOptions returns a boolean if a field has been set.

func (BookshelfResource) MarshalJSON

func (o BookshelfResource) MarshalJSON() ([]byte, error)

func (*BookshelfResource) SetAuthors

func (o *BookshelfResource) SetAuthors(v []BookshelfAuthorResource)

SetAuthors gets a reference to the given []BookshelfAuthorResource and assigns it to the Authors field.

func (*BookshelfResource) SetMonitorNewItems added in v0.3.0

func (o *BookshelfResource) SetMonitorNewItems(v NewItemMonitorTypes)

SetMonitorNewItems gets a reference to the given NewItemMonitorTypes and assigns it to the MonitorNewItems field.

func (*BookshelfResource) SetMonitoringOptions

func (o *BookshelfResource) SetMonitoringOptions(v MonitoringOptions)

SetMonitoringOptions gets a reference to the given MonitoringOptions and assigns it to the MonitoringOptions field.

func (BookshelfResource) ToMap added in v1.0.0

func (o BookshelfResource) ToMap() (map[string]interface{}, error)

type CalendarAPIService added in v1.0.0

type CalendarAPIService service

CalendarAPIService CalendarAPI service

func (*CalendarAPIService) GetCalendarById added in v1.0.0

GetCalendarById Method for GetCalendarById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCalendarByIdRequest

func (*CalendarAPIService) GetCalendarByIdExecute added in v1.0.0

func (a *CalendarAPIService) GetCalendarByIdExecute(r ApiGetCalendarByIdRequest) (*BookResource, *http.Response, error)

Execute executes the request

@return BookResource

func (*CalendarAPIService) ListCalendar added in v1.0.0

ListCalendar Method for ListCalendar

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCalendarRequest

func (*CalendarAPIService) ListCalendarExecute added in v1.0.0

func (a *CalendarAPIService) ListCalendarExecute(r ApiListCalendarRequest) ([]BookResource, *http.Response, error)

Execute executes the request

@return []BookResource

type CalendarFeedAPIService added in v1.0.0

type CalendarFeedAPIService service

CalendarFeedAPIService CalendarFeedAPI service

func (*CalendarFeedAPIService) GetFeedV1CalendarReadarrIcs added in v1.0.0

GetFeedV1CalendarReadarrIcs Method for GetFeedV1CalendarReadarrIcs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFeedV1CalendarReadarrIcsRequest

func (*CalendarFeedAPIService) GetFeedV1CalendarReadarrIcsExecute added in v1.0.0

func (a *CalendarFeedAPIService) GetFeedV1CalendarReadarrIcsExecute(r ApiGetFeedV1CalendarReadarrIcsRequest) (*http.Response, error)

Execute executes the request

type CertificateValidationType

type CertificateValidationType string

CertificateValidationType the model 'CertificateValidationType'

const (
	CERTIFICATEVALIDATIONTYPE_ENABLED                      CertificateValidationType = "enabled"
	CERTIFICATEVALIDATIONTYPE_DISABLED_FOR_LOCAL_ADDRESSES CertificateValidationType = "disabledForLocalAddresses"
	CERTIFICATEVALIDATIONTYPE_DISABLED                     CertificateValidationType = "disabled"
)

List of CertificateValidationType

func NewCertificateValidationTypeFromValue

func NewCertificateValidationTypeFromValue(v string) (*CertificateValidationType, error)

NewCertificateValidationTypeFromValue returns a pointer to a valid CertificateValidationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CertificateValidationType) IsValid

func (v CertificateValidationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CertificateValidationType) Ptr

Ptr returns reference to CertificateValidationType value

func (*CertificateValidationType) UnmarshalJSON

func (v *CertificateValidationType) UnmarshalJSON(src []byte) error

type Command

type Command struct {
	SendUpdatesToClient *bool           `json:"sendUpdatesToClient,omitempty"`
	UpdateScheduledTask *bool           `json:"updateScheduledTask,omitempty"`
	CompletionMessage   NullableString  `json:"completionMessage,omitempty"`
	RequiresDiskAccess  *bool           `json:"requiresDiskAccess,omitempty"`
	IsExclusive         *bool           `json:"isExclusive,omitempty"`
	IsTypeExclusive     *bool           `json:"isTypeExclusive,omitempty"`
	IsLongRunning       *bool           `json:"isLongRunning,omitempty"`
	Name                NullableString  `json:"name,omitempty"`
	LastExecutionTime   NullableTime    `json:"lastExecutionTime,omitempty"`
	LastStartTime       NullableTime    `json:"lastStartTime,omitempty"`
	Trigger             *CommandTrigger `json:"trigger,omitempty"`
	SuppressMessages    *bool           `json:"suppressMessages,omitempty"`
	ClientUserAgent     NullableString  `json:"clientUserAgent,omitempty"`
}

Command struct for Command

func NewCommand

func NewCommand() *Command

NewCommand instantiates a new Command 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 NewCommandWithDefaults

func NewCommandWithDefaults() *Command

NewCommandWithDefaults instantiates a new Command 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 (*Command) GetClientUserAgent

func (o *Command) GetClientUserAgent() string

GetClientUserAgent returns the ClientUserAgent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetClientUserAgentOk

func (o *Command) GetClientUserAgentOk() (*string, bool)

GetClientUserAgentOk returns a tuple with the ClientUserAgent 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 (*Command) GetCompletionMessage

func (o *Command) GetCompletionMessage() string

GetCompletionMessage returns the CompletionMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetCompletionMessageOk

func (o *Command) GetCompletionMessageOk() (*string, bool)

GetCompletionMessageOk returns a tuple with the CompletionMessage 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 (*Command) GetIsExclusive

func (o *Command) GetIsExclusive() bool

GetIsExclusive returns the IsExclusive field value if set, zero value otherwise.

func (*Command) GetIsExclusiveOk

func (o *Command) GetIsExclusiveOk() (*bool, bool)

GetIsExclusiveOk returns a tuple with the IsExclusive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetIsLongRunning added in v0.3.0

func (o *Command) GetIsLongRunning() bool

GetIsLongRunning returns the IsLongRunning field value if set, zero value otherwise.

func (*Command) GetIsLongRunningOk added in v0.3.0

func (o *Command) GetIsLongRunningOk() (*bool, bool)

GetIsLongRunningOk returns a tuple with the IsLongRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetIsTypeExclusive

func (o *Command) GetIsTypeExclusive() bool

GetIsTypeExclusive returns the IsTypeExclusive field value if set, zero value otherwise.

func (*Command) GetIsTypeExclusiveOk

func (o *Command) GetIsTypeExclusiveOk() (*bool, bool)

GetIsTypeExclusiveOk returns a tuple with the IsTypeExclusive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetLastExecutionTime

func (o *Command) GetLastExecutionTime() time.Time

GetLastExecutionTime returns the LastExecutionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetLastExecutionTimeOk

func (o *Command) GetLastExecutionTimeOk() (*time.Time, bool)

GetLastExecutionTimeOk returns a tuple with the LastExecutionTime 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 (*Command) GetLastStartTime

func (o *Command) GetLastStartTime() time.Time

GetLastStartTime returns the LastStartTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetLastStartTimeOk

func (o *Command) GetLastStartTimeOk() (*time.Time, bool)

GetLastStartTimeOk returns a tuple with the LastStartTime 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 (*Command) GetName

func (o *Command) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetNameOk

func (o *Command) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Command) GetRequiresDiskAccess

func (o *Command) GetRequiresDiskAccess() bool

GetRequiresDiskAccess returns the RequiresDiskAccess field value if set, zero value otherwise.

func (*Command) GetRequiresDiskAccessOk

func (o *Command) GetRequiresDiskAccessOk() (*bool, bool)

GetRequiresDiskAccessOk returns a tuple with the RequiresDiskAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetSendUpdatesToClient

func (o *Command) GetSendUpdatesToClient() bool

GetSendUpdatesToClient returns the SendUpdatesToClient field value if set, zero value otherwise.

func (*Command) GetSendUpdatesToClientOk

func (o *Command) GetSendUpdatesToClientOk() (*bool, bool)

GetSendUpdatesToClientOk returns a tuple with the SendUpdatesToClient field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetSuppressMessages

func (o *Command) GetSuppressMessages() bool

GetSuppressMessages returns the SuppressMessages field value if set, zero value otherwise.

func (*Command) GetSuppressMessagesOk

func (o *Command) GetSuppressMessagesOk() (*bool, bool)

GetSuppressMessagesOk returns a tuple with the SuppressMessages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetTrigger

func (o *Command) GetTrigger() CommandTrigger

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*Command) GetTriggerOk

func (o *Command) GetTriggerOk() (*CommandTrigger, bool)

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetUpdateScheduledTask

func (o *Command) GetUpdateScheduledTask() bool

GetUpdateScheduledTask returns the UpdateScheduledTask field value if set, zero value otherwise.

func (*Command) GetUpdateScheduledTaskOk

func (o *Command) GetUpdateScheduledTaskOk() (*bool, bool)

GetUpdateScheduledTaskOk returns a tuple with the UpdateScheduledTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) HasClientUserAgent

func (o *Command) HasClientUserAgent() bool

HasClientUserAgent returns a boolean if a field has been set.

func (*Command) HasCompletionMessage

func (o *Command) HasCompletionMessage() bool

HasCompletionMessage returns a boolean if a field has been set.

func (*Command) HasIsExclusive

func (o *Command) HasIsExclusive() bool

HasIsExclusive returns a boolean if a field has been set.

func (*Command) HasIsLongRunning added in v0.3.0

func (o *Command) HasIsLongRunning() bool

HasIsLongRunning returns a boolean if a field has been set.

func (*Command) HasIsTypeExclusive

func (o *Command) HasIsTypeExclusive() bool

HasIsTypeExclusive returns a boolean if a field has been set.

func (*Command) HasLastExecutionTime

func (o *Command) HasLastExecutionTime() bool

HasLastExecutionTime returns a boolean if a field has been set.

func (*Command) HasLastStartTime

func (o *Command) HasLastStartTime() bool

HasLastStartTime returns a boolean if a field has been set.

func (*Command) HasName

func (o *Command) HasName() bool

HasName returns a boolean if a field has been set.

func (*Command) HasRequiresDiskAccess

func (o *Command) HasRequiresDiskAccess() bool

HasRequiresDiskAccess returns a boolean if a field has been set.

func (*Command) HasSendUpdatesToClient

func (o *Command) HasSendUpdatesToClient() bool

HasSendUpdatesToClient returns a boolean if a field has been set.

func (*Command) HasSuppressMessages

func (o *Command) HasSuppressMessages() bool

HasSuppressMessages returns a boolean if a field has been set.

func (*Command) HasTrigger

func (o *Command) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*Command) HasUpdateScheduledTask

func (o *Command) HasUpdateScheduledTask() bool

HasUpdateScheduledTask returns a boolean if a field has been set.

func (Command) MarshalJSON

func (o Command) MarshalJSON() ([]byte, error)

func (*Command) SetClientUserAgent

func (o *Command) SetClientUserAgent(v string)

SetClientUserAgent gets a reference to the given NullableString and assigns it to the ClientUserAgent field.

func (*Command) SetClientUserAgentNil

func (o *Command) SetClientUserAgentNil()

SetClientUserAgentNil sets the value for ClientUserAgent to be an explicit nil

func (*Command) SetCompletionMessage

func (o *Command) SetCompletionMessage(v string)

SetCompletionMessage gets a reference to the given NullableString and assigns it to the CompletionMessage field.

func (*Command) SetCompletionMessageNil

func (o *Command) SetCompletionMessageNil()

SetCompletionMessageNil sets the value for CompletionMessage to be an explicit nil

func (*Command) SetIsExclusive

func (o *Command) SetIsExclusive(v bool)

SetIsExclusive gets a reference to the given bool and assigns it to the IsExclusive field.

func (*Command) SetIsLongRunning added in v0.3.0

func (o *Command) SetIsLongRunning(v bool)

SetIsLongRunning gets a reference to the given bool and assigns it to the IsLongRunning field.

func (*Command) SetIsTypeExclusive

func (o *Command) SetIsTypeExclusive(v bool)

SetIsTypeExclusive gets a reference to the given bool and assigns it to the IsTypeExclusive field.

func (*Command) SetLastExecutionTime

func (o *Command) SetLastExecutionTime(v time.Time)

SetLastExecutionTime gets a reference to the given NullableTime and assigns it to the LastExecutionTime field.

func (*Command) SetLastExecutionTimeNil

func (o *Command) SetLastExecutionTimeNil()

SetLastExecutionTimeNil sets the value for LastExecutionTime to be an explicit nil

func (*Command) SetLastStartTime

func (o *Command) SetLastStartTime(v time.Time)

SetLastStartTime gets a reference to the given NullableTime and assigns it to the LastStartTime field.

func (*Command) SetLastStartTimeNil

func (o *Command) SetLastStartTimeNil()

SetLastStartTimeNil sets the value for LastStartTime to be an explicit nil

func (*Command) SetName

func (o *Command) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Command) SetNameNil

func (o *Command) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Command) SetRequiresDiskAccess

func (o *Command) SetRequiresDiskAccess(v bool)

SetRequiresDiskAccess gets a reference to the given bool and assigns it to the RequiresDiskAccess field.

func (*Command) SetSendUpdatesToClient

func (o *Command) SetSendUpdatesToClient(v bool)

SetSendUpdatesToClient gets a reference to the given bool and assigns it to the SendUpdatesToClient field.

func (*Command) SetSuppressMessages

func (o *Command) SetSuppressMessages(v bool)

SetSuppressMessages gets a reference to the given bool and assigns it to the SuppressMessages field.

func (*Command) SetTrigger

func (o *Command) SetTrigger(v CommandTrigger)

SetTrigger gets a reference to the given CommandTrigger and assigns it to the Trigger field.

func (*Command) SetUpdateScheduledTask

func (o *Command) SetUpdateScheduledTask(v bool)

SetUpdateScheduledTask gets a reference to the given bool and assigns it to the UpdateScheduledTask field.

func (Command) ToMap added in v1.0.0

func (o Command) ToMap() (map[string]interface{}, error)

func (*Command) UnsetClientUserAgent

func (o *Command) UnsetClientUserAgent()

UnsetClientUserAgent ensures that no value is present for ClientUserAgent, not even an explicit nil

func (*Command) UnsetCompletionMessage

func (o *Command) UnsetCompletionMessage()

UnsetCompletionMessage ensures that no value is present for CompletionMessage, not even an explicit nil

func (*Command) UnsetLastExecutionTime

func (o *Command) UnsetLastExecutionTime()

UnsetLastExecutionTime ensures that no value is present for LastExecutionTime, not even an explicit nil

func (*Command) UnsetLastStartTime

func (o *Command) UnsetLastStartTime()

UnsetLastStartTime ensures that no value is present for LastStartTime, not even an explicit nil

func (*Command) UnsetName

func (o *Command) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CommandAPIService added in v1.0.0

type CommandAPIService service

CommandAPIService CommandAPI service

func (*CommandAPIService) CreateCommand added in v1.0.0

CreateCommand Method for CreateCommand

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCommandRequest

func (*CommandAPIService) CreateCommandExecute added in v1.0.0

Execute executes the request

@return CommandResource

func (*CommandAPIService) DeleteCommand added in v1.0.0

DeleteCommand Method for DeleteCommand

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCommandRequest

func (*CommandAPIService) DeleteCommandExecute added in v1.0.0

func (a *CommandAPIService) DeleteCommandExecute(r ApiDeleteCommandRequest) (*http.Response, error)

Execute executes the request

func (*CommandAPIService) GetCommandById added in v1.0.0

func (a *CommandAPIService) GetCommandById(ctx context.Context, id int32) ApiGetCommandByIdRequest

GetCommandById Method for GetCommandById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCommandByIdRequest

func (*CommandAPIService) GetCommandByIdExecute added in v1.0.0

Execute executes the request

@return CommandResource

func (*CommandAPIService) ListCommand added in v1.0.0

ListCommand Method for ListCommand

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCommandRequest

func (*CommandAPIService) ListCommandExecute added in v1.0.0

Execute executes the request

@return []CommandResource

type CommandPriority

type CommandPriority string

CommandPriority the model 'CommandPriority'

const (
	COMMANDPRIORITY_NORMAL CommandPriority = "normal"
	COMMANDPRIORITY_HIGH   CommandPriority = "high"
	COMMANDPRIORITY_LOW    CommandPriority = "low"
)

List of CommandPriority

func NewCommandPriorityFromValue

func NewCommandPriorityFromValue(v string) (*CommandPriority, error)

NewCommandPriorityFromValue returns a pointer to a valid CommandPriority for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandPriority) IsValid

func (v CommandPriority) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandPriority) Ptr

Ptr returns reference to CommandPriority value

func (*CommandPriority) UnmarshalJSON

func (v *CommandPriority) UnmarshalJSON(src []byte) error

type CommandResource

type CommandResource struct {
	Id                  *int32           `json:"id,omitempty"`
	Name                NullableString   `json:"name,omitempty"`
	CommandName         NullableString   `json:"commandName,omitempty"`
	Message             NullableString   `json:"message,omitempty"`
	Body                *Command         `json:"body,omitempty"`
	Priority            *CommandPriority `json:"priority,omitempty"`
	Status              *CommandStatus   `json:"status,omitempty"`
	Result              *CommandResult   `json:"result,omitempty"`
	Queued              *time.Time       `json:"queued,omitempty"`
	Started             NullableTime     `json:"started,omitempty"`
	Ended               NullableTime     `json:"ended,omitempty"`
	Duration            *string          `json:"duration,omitempty"`
	Exception           NullableString   `json:"exception,omitempty"`
	Trigger             *CommandTrigger  `json:"trigger,omitempty"`
	ClientUserAgent     NullableString   `json:"clientUserAgent,omitempty"`
	StateChangeTime     NullableTime     `json:"stateChangeTime,omitempty"`
	SendUpdatesToClient *bool            `json:"sendUpdatesToClient,omitempty"`
	UpdateScheduledTask *bool            `json:"updateScheduledTask,omitempty"`
	LastExecutionTime   NullableTime     `json:"lastExecutionTime,omitempty"`
}

CommandResource struct for CommandResource

func NewCommandResource

func NewCommandResource() *CommandResource

NewCommandResource instantiates a new CommandResource 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 NewCommandResourceWithDefaults

func NewCommandResourceWithDefaults() *CommandResource

NewCommandResourceWithDefaults instantiates a new CommandResource 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 (*CommandResource) GetBody

func (o *CommandResource) GetBody() Command

GetBody returns the Body field value if set, zero value otherwise.

func (*CommandResource) GetBodyOk

func (o *CommandResource) GetBodyOk() (*Command, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetClientUserAgent

func (o *CommandResource) GetClientUserAgent() string

GetClientUserAgent returns the ClientUserAgent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetClientUserAgentOk

func (o *CommandResource) GetClientUserAgentOk() (*string, bool)

GetClientUserAgentOk returns a tuple with the ClientUserAgent 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 (*CommandResource) GetCommandName

func (o *CommandResource) GetCommandName() string

GetCommandName returns the CommandName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetCommandNameOk

func (o *CommandResource) GetCommandNameOk() (*string, bool)

GetCommandNameOk returns a tuple with the CommandName 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 (*CommandResource) GetDuration

func (o *CommandResource) GetDuration() string

GetDuration returns the Duration field value if set, zero value otherwise.

func (*CommandResource) GetDurationOk

func (o *CommandResource) GetDurationOk() (*string, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetEnded

func (o *CommandResource) GetEnded() time.Time

GetEnded returns the Ended field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetEndedOk

func (o *CommandResource) GetEndedOk() (*time.Time, bool)

GetEndedOk returns a tuple with the Ended 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 (*CommandResource) GetException

func (o *CommandResource) GetException() string

GetException returns the Exception field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetExceptionOk

func (o *CommandResource) GetExceptionOk() (*string, bool)

GetExceptionOk returns a tuple with the Exception 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 (*CommandResource) GetId

func (o *CommandResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CommandResource) GetIdOk

func (o *CommandResource) GetIdOk() (*int32, 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 (*CommandResource) GetLastExecutionTime

func (o *CommandResource) GetLastExecutionTime() time.Time

GetLastExecutionTime returns the LastExecutionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetLastExecutionTimeOk

func (o *CommandResource) GetLastExecutionTimeOk() (*time.Time, bool)

GetLastExecutionTimeOk returns a tuple with the LastExecutionTime 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 (*CommandResource) GetMessage

func (o *CommandResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetMessageOk

func (o *CommandResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message 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 (*CommandResource) GetName

func (o *CommandResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetNameOk

func (o *CommandResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetPriority

func (o *CommandResource) GetPriority() CommandPriority

GetPriority returns the Priority field value if set, zero value otherwise.

func (*CommandResource) GetPriorityOk

func (o *CommandResource) GetPriorityOk() (*CommandPriority, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetQueued

func (o *CommandResource) GetQueued() time.Time

GetQueued returns the Queued field value if set, zero value otherwise.

func (*CommandResource) GetQueuedOk

func (o *CommandResource) GetQueuedOk() (*time.Time, bool)

GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetResult added in v1.0.0

func (o *CommandResource) GetResult() CommandResult

GetResult returns the Result field value if set, zero value otherwise.

func (*CommandResource) GetResultOk added in v1.0.0

func (o *CommandResource) GetResultOk() (*CommandResult, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetSendUpdatesToClient

func (o *CommandResource) GetSendUpdatesToClient() bool

GetSendUpdatesToClient returns the SendUpdatesToClient field value if set, zero value otherwise.

func (*CommandResource) GetSendUpdatesToClientOk

func (o *CommandResource) GetSendUpdatesToClientOk() (*bool, bool)

GetSendUpdatesToClientOk returns a tuple with the SendUpdatesToClient field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetStarted

func (o *CommandResource) GetStarted() time.Time

GetStarted returns the Started field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetStartedOk

func (o *CommandResource) GetStartedOk() (*time.Time, bool)

GetStartedOk returns a tuple with the Started 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 (*CommandResource) GetStateChangeTime

func (o *CommandResource) GetStateChangeTime() time.Time

GetStateChangeTime returns the StateChangeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetStateChangeTimeOk

func (o *CommandResource) GetStateChangeTimeOk() (*time.Time, bool)

GetStateChangeTimeOk returns a tuple with the StateChangeTime 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 (*CommandResource) GetStatus

func (o *CommandResource) GetStatus() CommandStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CommandResource) GetStatusOk

func (o *CommandResource) GetStatusOk() (*CommandStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetTrigger

func (o *CommandResource) GetTrigger() CommandTrigger

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*CommandResource) GetTriggerOk

func (o *CommandResource) GetTriggerOk() (*CommandTrigger, bool)

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetUpdateScheduledTask

func (o *CommandResource) GetUpdateScheduledTask() bool

GetUpdateScheduledTask returns the UpdateScheduledTask field value if set, zero value otherwise.

func (*CommandResource) GetUpdateScheduledTaskOk

func (o *CommandResource) GetUpdateScheduledTaskOk() (*bool, bool)

GetUpdateScheduledTaskOk returns a tuple with the UpdateScheduledTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) HasBody

func (o *CommandResource) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*CommandResource) HasClientUserAgent

func (o *CommandResource) HasClientUserAgent() bool

HasClientUserAgent returns a boolean if a field has been set.

func (*CommandResource) HasCommandName

func (o *CommandResource) HasCommandName() bool

HasCommandName returns a boolean if a field has been set.

func (*CommandResource) HasDuration

func (o *CommandResource) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*CommandResource) HasEnded

func (o *CommandResource) HasEnded() bool

HasEnded returns a boolean if a field has been set.

func (*CommandResource) HasException

func (o *CommandResource) HasException() bool

HasException returns a boolean if a field has been set.

func (*CommandResource) HasId

func (o *CommandResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CommandResource) HasLastExecutionTime

func (o *CommandResource) HasLastExecutionTime() bool

HasLastExecutionTime returns a boolean if a field has been set.

func (*CommandResource) HasMessage

func (o *CommandResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CommandResource) HasName

func (o *CommandResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*CommandResource) HasPriority

func (o *CommandResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*CommandResource) HasQueued

func (o *CommandResource) HasQueued() bool

HasQueued returns a boolean if a field has been set.

func (*CommandResource) HasResult added in v1.0.0

func (o *CommandResource) HasResult() bool

HasResult returns a boolean if a field has been set.

func (*CommandResource) HasSendUpdatesToClient

func (o *CommandResource) HasSendUpdatesToClient() bool

HasSendUpdatesToClient returns a boolean if a field has been set.

func (*CommandResource) HasStarted

func (o *CommandResource) HasStarted() bool

HasStarted returns a boolean if a field has been set.

func (*CommandResource) HasStateChangeTime

func (o *CommandResource) HasStateChangeTime() bool

HasStateChangeTime returns a boolean if a field has been set.

func (*CommandResource) HasStatus

func (o *CommandResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CommandResource) HasTrigger

func (o *CommandResource) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*CommandResource) HasUpdateScheduledTask

func (o *CommandResource) HasUpdateScheduledTask() bool

HasUpdateScheduledTask returns a boolean if a field has been set.

func (CommandResource) MarshalJSON

func (o CommandResource) MarshalJSON() ([]byte, error)

func (*CommandResource) SetBody

func (o *CommandResource) SetBody(v Command)

SetBody gets a reference to the given Command and assigns it to the Body field.

func (*CommandResource) SetClientUserAgent

func (o *CommandResource) SetClientUserAgent(v string)

SetClientUserAgent gets a reference to the given NullableString and assigns it to the ClientUserAgent field.

func (*CommandResource) SetClientUserAgentNil

func (o *CommandResource) SetClientUserAgentNil()

SetClientUserAgentNil sets the value for ClientUserAgent to be an explicit nil

func (*CommandResource) SetCommandName

func (o *CommandResource) SetCommandName(v string)

SetCommandName gets a reference to the given NullableString and assigns it to the CommandName field.

func (*CommandResource) SetCommandNameNil

func (o *CommandResource) SetCommandNameNil()

SetCommandNameNil sets the value for CommandName to be an explicit nil

func (*CommandResource) SetDuration

func (o *CommandResource) SetDuration(v string)

SetDuration gets a reference to the given string and assigns it to the Duration field.

func (*CommandResource) SetEnded

func (o *CommandResource) SetEnded(v time.Time)

SetEnded gets a reference to the given NullableTime and assigns it to the Ended field.

func (*CommandResource) SetEndedNil

func (o *CommandResource) SetEndedNil()

SetEndedNil sets the value for Ended to be an explicit nil

func (*CommandResource) SetException

func (o *CommandResource) SetException(v string)

SetException gets a reference to the given NullableString and assigns it to the Exception field.

func (*CommandResource) SetExceptionNil

func (o *CommandResource) SetExceptionNil()

SetExceptionNil sets the value for Exception to be an explicit nil

func (*CommandResource) SetId

func (o *CommandResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CommandResource) SetLastExecutionTime

func (o *CommandResource) SetLastExecutionTime(v time.Time)

SetLastExecutionTime gets a reference to the given NullableTime and assigns it to the LastExecutionTime field.

func (*CommandResource) SetLastExecutionTimeNil

func (o *CommandResource) SetLastExecutionTimeNil()

SetLastExecutionTimeNil sets the value for LastExecutionTime to be an explicit nil

func (*CommandResource) SetMessage

func (o *CommandResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CommandResource) SetMessageNil

func (o *CommandResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*CommandResource) SetName

func (o *CommandResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CommandResource) SetNameNil

func (o *CommandResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CommandResource) SetPriority

func (o *CommandResource) SetPriority(v CommandPriority)

SetPriority gets a reference to the given CommandPriority and assigns it to the Priority field.

func (*CommandResource) SetQueued

func (o *CommandResource) SetQueued(v time.Time)

SetQueued gets a reference to the given time.Time and assigns it to the Queued field.

func (*CommandResource) SetResult added in v1.0.0

func (o *CommandResource) SetResult(v CommandResult)

SetResult gets a reference to the given CommandResult and assigns it to the Result field.

func (*CommandResource) SetSendUpdatesToClient

func (o *CommandResource) SetSendUpdatesToClient(v bool)

SetSendUpdatesToClient gets a reference to the given bool and assigns it to the SendUpdatesToClient field.

func (*CommandResource) SetStarted

func (o *CommandResource) SetStarted(v time.Time)

SetStarted gets a reference to the given NullableTime and assigns it to the Started field.

func (*CommandResource) SetStartedNil

func (o *CommandResource) SetStartedNil()

SetStartedNil sets the value for Started to be an explicit nil

func (*CommandResource) SetStateChangeTime

func (o *CommandResource) SetStateChangeTime(v time.Time)

SetStateChangeTime gets a reference to the given NullableTime and assigns it to the StateChangeTime field.

func (*CommandResource) SetStateChangeTimeNil

func (o *CommandResource) SetStateChangeTimeNil()

SetStateChangeTimeNil sets the value for StateChangeTime to be an explicit nil

func (*CommandResource) SetStatus

func (o *CommandResource) SetStatus(v CommandStatus)

SetStatus gets a reference to the given CommandStatus and assigns it to the Status field.

func (*CommandResource) SetTrigger

func (o *CommandResource) SetTrigger(v CommandTrigger)

SetTrigger gets a reference to the given CommandTrigger and assigns it to the Trigger field.

func (*CommandResource) SetUpdateScheduledTask

func (o *CommandResource) SetUpdateScheduledTask(v bool)

SetUpdateScheduledTask gets a reference to the given bool and assigns it to the UpdateScheduledTask field.

func (CommandResource) ToMap added in v1.0.0

func (o CommandResource) ToMap() (map[string]interface{}, error)

func (*CommandResource) UnsetClientUserAgent

func (o *CommandResource) UnsetClientUserAgent()

UnsetClientUserAgent ensures that no value is present for ClientUserAgent, not even an explicit nil

func (*CommandResource) UnsetCommandName

func (o *CommandResource) UnsetCommandName()

UnsetCommandName ensures that no value is present for CommandName, not even an explicit nil

func (*CommandResource) UnsetEnded

func (o *CommandResource) UnsetEnded()

UnsetEnded ensures that no value is present for Ended, not even an explicit nil

func (*CommandResource) UnsetException

func (o *CommandResource) UnsetException()

UnsetException ensures that no value is present for Exception, not even an explicit nil

func (*CommandResource) UnsetLastExecutionTime

func (o *CommandResource) UnsetLastExecutionTime()

UnsetLastExecutionTime ensures that no value is present for LastExecutionTime, not even an explicit nil

func (*CommandResource) UnsetMessage

func (o *CommandResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*CommandResource) UnsetName

func (o *CommandResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CommandResource) UnsetStarted

func (o *CommandResource) UnsetStarted()

UnsetStarted ensures that no value is present for Started, not even an explicit nil

func (*CommandResource) UnsetStateChangeTime

func (o *CommandResource) UnsetStateChangeTime()

UnsetStateChangeTime ensures that no value is present for StateChangeTime, not even an explicit nil

type CommandResult added in v1.0.0

type CommandResult string

CommandResult the model 'CommandResult'

const (
	COMMANDRESULT_UNKNOWN      CommandResult = "unknown"
	COMMANDRESULT_SUCCESSFUL   CommandResult = "successful"
	COMMANDRESULT_UNSUCCESSFUL CommandResult = "unsuccessful"
)

List of CommandResult

func NewCommandResultFromValue added in v1.0.0

func NewCommandResultFromValue(v string) (*CommandResult, error)

NewCommandResultFromValue returns a pointer to a valid CommandResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandResult) IsValid added in v1.0.0

func (v CommandResult) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandResult) Ptr added in v1.0.0

func (v CommandResult) Ptr() *CommandResult

Ptr returns reference to CommandResult value

func (*CommandResult) UnmarshalJSON added in v1.0.0

func (v *CommandResult) UnmarshalJSON(src []byte) error

type CommandStatus

type CommandStatus string

CommandStatus the model 'CommandStatus'

const (
	COMMANDSTATUS_QUEUED    CommandStatus = "queued"
	COMMANDSTATUS_STARTED   CommandStatus = "started"
	COMMANDSTATUS_COMPLETED CommandStatus = "completed"
	COMMANDSTATUS_FAILED    CommandStatus = "failed"
	COMMANDSTATUS_ABORTED   CommandStatus = "aborted"
	COMMANDSTATUS_CANCELLED CommandStatus = "cancelled"
	COMMANDSTATUS_ORPHANED  CommandStatus = "orphaned"
)

List of CommandStatus

func NewCommandStatusFromValue

func NewCommandStatusFromValue(v string) (*CommandStatus, error)

NewCommandStatusFromValue returns a pointer to a valid CommandStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandStatus) IsValid

func (v CommandStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandStatus) Ptr

func (v CommandStatus) Ptr() *CommandStatus

Ptr returns reference to CommandStatus value

func (*CommandStatus) UnmarshalJSON

func (v *CommandStatus) UnmarshalJSON(src []byte) error

type CommandTrigger

type CommandTrigger string

CommandTrigger the model 'CommandTrigger'

const (
	COMMANDTRIGGER_UNSPECIFIED CommandTrigger = "unspecified"
	COMMANDTRIGGER_MANUAL      CommandTrigger = "manual"
	COMMANDTRIGGER_SCHEDULED   CommandTrigger = "scheduled"
)

List of CommandTrigger

func NewCommandTriggerFromValue

func NewCommandTriggerFromValue(v string) (*CommandTrigger, error)

NewCommandTriggerFromValue returns a pointer to a valid CommandTrigger for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandTrigger) IsValid

func (v CommandTrigger) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandTrigger) Ptr

func (v CommandTrigger) Ptr() *CommandTrigger

Ptr returns reference to CommandTrigger value

func (*CommandTrigger) UnmarshalJSON

func (v *CommandTrigger) UnmarshalJSON(src []byte) error

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) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type CustomFilterAPIService added in v1.0.0

type CustomFilterAPIService service

CustomFilterAPIService CustomFilterAPI service

func (*CustomFilterAPIService) CreateCustomFilter added in v1.0.0

CreateCustomFilter Method for CreateCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCustomFilterRequest

func (*CustomFilterAPIService) CreateCustomFilterExecute added in v1.0.0

Execute executes the request

@return CustomFilterResource

func (*CustomFilterAPIService) DeleteCustomFilter added in v1.0.0

DeleteCustomFilter Method for DeleteCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCustomFilterRequest

func (*CustomFilterAPIService) DeleteCustomFilterExecute added in v1.0.0

func (a *CustomFilterAPIService) DeleteCustomFilterExecute(r ApiDeleteCustomFilterRequest) (*http.Response, error)

Execute executes the request

func (*CustomFilterAPIService) GetCustomFilterById added in v1.0.0

GetCustomFilterById Method for GetCustomFilterById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCustomFilterByIdRequest

func (*CustomFilterAPIService) GetCustomFilterByIdExecute added in v1.0.0

Execute executes the request

@return CustomFilterResource

func (*CustomFilterAPIService) ListCustomFilter added in v1.0.0

ListCustomFilter Method for ListCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCustomFilterRequest

func (*CustomFilterAPIService) ListCustomFilterExecute added in v1.0.0

Execute executes the request

@return []CustomFilterResource

func (*CustomFilterAPIService) UpdateCustomFilter added in v1.0.0

UpdateCustomFilter Method for UpdateCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateCustomFilterRequest

func (*CustomFilterAPIService) UpdateCustomFilterExecute added in v1.0.0

Execute executes the request

@return CustomFilterResource

type CustomFilterResource

type CustomFilterResource struct {
	Id      *int32                   `json:"id,omitempty"`
	Type    NullableString           `json:"type,omitempty"`
	Label   NullableString           `json:"label,omitempty"`
	Filters []map[string]interface{} `json:"filters,omitempty"`
}

CustomFilterResource struct for CustomFilterResource

func NewCustomFilterResource

func NewCustomFilterResource() *CustomFilterResource

NewCustomFilterResource instantiates a new CustomFilterResource 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 NewCustomFilterResourceWithDefaults

func NewCustomFilterResourceWithDefaults() *CustomFilterResource

NewCustomFilterResourceWithDefaults instantiates a new CustomFilterResource 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 (*CustomFilterResource) GetFilters

func (o *CustomFilterResource) GetFilters() []map[string]interface{}

GetFilters returns the Filters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFilterResource) GetFiltersOk

func (o *CustomFilterResource) GetFiltersOk() ([]map[string]interface{}, bool)

GetFiltersOk returns a tuple with the Filters 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 (*CustomFilterResource) GetId

func (o *CustomFilterResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFilterResource) GetIdOk

func (o *CustomFilterResource) GetIdOk() (*int32, 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 (*CustomFilterResource) GetLabel

func (o *CustomFilterResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFilterResource) GetLabelOk

func (o *CustomFilterResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label 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 (*CustomFilterResource) GetType

func (o *CustomFilterResource) GetType() string

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFilterResource) GetTypeOk

func (o *CustomFilterResource) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type 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 (*CustomFilterResource) HasFilters

func (o *CustomFilterResource) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*CustomFilterResource) HasId

func (o *CustomFilterResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomFilterResource) HasLabel

func (o *CustomFilterResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*CustomFilterResource) HasType

func (o *CustomFilterResource) HasType() bool

HasType returns a boolean if a field has been set.

func (CustomFilterResource) MarshalJSON

func (o CustomFilterResource) MarshalJSON() ([]byte, error)

func (*CustomFilterResource) SetFilters

func (o *CustomFilterResource) SetFilters(v []map[string]interface{})

SetFilters gets a reference to the given []map[string]interface{} and assigns it to the Filters field.

func (*CustomFilterResource) SetId

func (o *CustomFilterResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFilterResource) SetLabel

func (o *CustomFilterResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*CustomFilterResource) SetLabelNil

func (o *CustomFilterResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*CustomFilterResource) SetType

func (o *CustomFilterResource) SetType(v string)

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*CustomFilterResource) SetTypeNil

func (o *CustomFilterResource) SetTypeNil()

SetTypeNil sets the value for Type to be an explicit nil

func (CustomFilterResource) ToMap added in v1.0.0

func (o CustomFilterResource) ToMap() (map[string]interface{}, error)

func (*CustomFilterResource) UnsetLabel

func (o *CustomFilterResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*CustomFilterResource) UnsetType

func (o *CustomFilterResource) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

type CustomFormat added in v0.3.0

type CustomFormat struct {
	Id                              *int32                       `json:"id,omitempty"`
	Name                            NullableString               `json:"name,omitempty"`
	IncludeCustomFormatWhenRenaming *bool                        `json:"includeCustomFormatWhenRenaming,omitempty"`
	Specifications                  []ICustomFormatSpecification `json:"specifications,omitempty"`
}

CustomFormat struct for CustomFormat

func NewCustomFormat added in v0.3.0

func NewCustomFormat() *CustomFormat

NewCustomFormat instantiates a new CustomFormat 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 NewCustomFormatWithDefaults added in v0.3.0

func NewCustomFormatWithDefaults() *CustomFormat

NewCustomFormatWithDefaults instantiates a new CustomFormat 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 (*CustomFormat) GetId added in v0.3.0

func (o *CustomFormat) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFormat) GetIdOk added in v0.3.0

func (o *CustomFormat) GetIdOk() (*int32, 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 (*CustomFormat) GetIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormat) GetIncludeCustomFormatWhenRenaming() bool

GetIncludeCustomFormatWhenRenaming returns the IncludeCustomFormatWhenRenaming field value if set, zero value otherwise.

func (*CustomFormat) GetIncludeCustomFormatWhenRenamingOk added in v0.3.0

func (o *CustomFormat) GetIncludeCustomFormatWhenRenamingOk() (*bool, bool)

GetIncludeCustomFormatWhenRenamingOk returns a tuple with the IncludeCustomFormatWhenRenaming field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormat) GetName added in v0.3.0

func (o *CustomFormat) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormat) GetNameOk added in v0.3.0

func (o *CustomFormat) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormat) GetSpecifications added in v0.3.0

func (o *CustomFormat) GetSpecifications() []ICustomFormatSpecification

GetSpecifications returns the Specifications field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormat) GetSpecificationsOk added in v0.3.0

func (o *CustomFormat) GetSpecificationsOk() ([]ICustomFormatSpecification, bool)

GetSpecificationsOk returns a tuple with the Specifications 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 (*CustomFormat) HasId added in v0.3.0

func (o *CustomFormat) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomFormat) HasIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormat) HasIncludeCustomFormatWhenRenaming() bool

HasIncludeCustomFormatWhenRenaming returns a boolean if a field has been set.

func (*CustomFormat) HasName added in v0.3.0

func (o *CustomFormat) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomFormat) HasSpecifications added in v0.3.0

func (o *CustomFormat) HasSpecifications() bool

HasSpecifications returns a boolean if a field has been set.

func (CustomFormat) MarshalJSON added in v0.3.0

func (o CustomFormat) MarshalJSON() ([]byte, error)

func (*CustomFormat) SetId added in v0.3.0

func (o *CustomFormat) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFormat) SetIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormat) SetIncludeCustomFormatWhenRenaming(v bool)

SetIncludeCustomFormatWhenRenaming gets a reference to the given bool and assigns it to the IncludeCustomFormatWhenRenaming field.

func (*CustomFormat) SetName added in v0.3.0

func (o *CustomFormat) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CustomFormat) SetNameNil added in v0.3.0

func (o *CustomFormat) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormat) SetSpecifications added in v0.3.0

func (o *CustomFormat) SetSpecifications(v []ICustomFormatSpecification)

SetSpecifications gets a reference to the given []ICustomFormatSpecification and assigns it to the Specifications field.

func (CustomFormat) ToMap added in v1.0.0

func (o CustomFormat) ToMap() (map[string]interface{}, error)

func (*CustomFormat) UnsetName added in v0.3.0

func (o *CustomFormat) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CustomFormatAPIService added in v1.0.0

type CustomFormatAPIService service

CustomFormatAPIService CustomFormatAPI service

func (*CustomFormatAPIService) CreateCustomFormat added in v1.0.0

CreateCustomFormat Method for CreateCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCustomFormatRequest

func (*CustomFormatAPIService) CreateCustomFormatExecute added in v1.0.0

Execute executes the request

@return CustomFormatResource

func (*CustomFormatAPIService) DeleteCustomFormat added in v1.0.0

DeleteCustomFormat Method for DeleteCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCustomFormatRequest

func (*CustomFormatAPIService) DeleteCustomFormatExecute added in v1.0.0

func (a *CustomFormatAPIService) DeleteCustomFormatExecute(r ApiDeleteCustomFormatRequest) (*http.Response, error)

Execute executes the request

func (*CustomFormatAPIService) GetCustomFormatById added in v1.0.0

GetCustomFormatById Method for GetCustomFormatById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCustomFormatByIdRequest

func (*CustomFormatAPIService) GetCustomFormatByIdExecute added in v1.0.0

Execute executes the request

@return CustomFormatResource

func (*CustomFormatAPIService) GetCustomFormatSchema added in v1.0.0

GetCustomFormatSchema Method for GetCustomFormatSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCustomFormatSchemaRequest

func (*CustomFormatAPIService) GetCustomFormatSchemaExecute added in v1.0.0

func (a *CustomFormatAPIService) GetCustomFormatSchemaExecute(r ApiGetCustomFormatSchemaRequest) (*http.Response, error)

Execute executes the request

func (*CustomFormatAPIService) ListCustomFormat added in v1.0.0

ListCustomFormat Method for ListCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCustomFormatRequest

func (*CustomFormatAPIService) ListCustomFormatExecute added in v1.0.0

Execute executes the request

@return []CustomFormatResource

func (*CustomFormatAPIService) UpdateCustomFormat added in v1.0.0

UpdateCustomFormat Method for UpdateCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateCustomFormatRequest

func (*CustomFormatAPIService) UpdateCustomFormatExecute added in v1.0.0

Execute executes the request

@return CustomFormatResource

type CustomFormatResource added in v0.3.0

type CustomFormatResource struct {
	Id                              *int32                            `json:"id,omitempty"`
	Name                            NullableString                    `json:"name,omitempty"`
	IncludeCustomFormatWhenRenaming NullableBool                      `json:"includeCustomFormatWhenRenaming,omitempty"`
	Specifications                  []CustomFormatSpecificationSchema `json:"specifications,omitempty"`
}

CustomFormatResource struct for CustomFormatResource

func NewCustomFormatResource added in v0.3.0

func NewCustomFormatResource() *CustomFormatResource

NewCustomFormatResource instantiates a new CustomFormatResource 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 NewCustomFormatResourceWithDefaults added in v0.3.0

func NewCustomFormatResourceWithDefaults() *CustomFormatResource

NewCustomFormatResourceWithDefaults instantiates a new CustomFormatResource 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 (*CustomFormatResource) GetId added in v0.3.0

func (o *CustomFormatResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFormatResource) GetIdOk added in v0.3.0

func (o *CustomFormatResource) GetIdOk() (*int32, 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 (*CustomFormatResource) GetIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormatResource) GetIncludeCustomFormatWhenRenaming() bool

GetIncludeCustomFormatWhenRenaming returns the IncludeCustomFormatWhenRenaming field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatResource) GetIncludeCustomFormatWhenRenamingOk added in v0.3.0

func (o *CustomFormatResource) GetIncludeCustomFormatWhenRenamingOk() (*bool, bool)

GetIncludeCustomFormatWhenRenamingOk returns a tuple with the IncludeCustomFormatWhenRenaming 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 (*CustomFormatResource) GetName added in v0.3.0

func (o *CustomFormatResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatResource) GetNameOk added in v0.3.0

func (o *CustomFormatResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatResource) GetSpecifications added in v0.3.0

func (o *CustomFormatResource) GetSpecifications() []CustomFormatSpecificationSchema

GetSpecifications returns the Specifications field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatResource) GetSpecificationsOk added in v0.3.0

func (o *CustomFormatResource) GetSpecificationsOk() ([]CustomFormatSpecificationSchema, bool)

GetSpecificationsOk returns a tuple with the Specifications 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 (*CustomFormatResource) HasId added in v0.3.0

func (o *CustomFormatResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomFormatResource) HasIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormatResource) HasIncludeCustomFormatWhenRenaming() bool

HasIncludeCustomFormatWhenRenaming returns a boolean if a field has been set.

func (*CustomFormatResource) HasName added in v0.3.0

func (o *CustomFormatResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomFormatResource) HasSpecifications added in v0.3.0

func (o *CustomFormatResource) HasSpecifications() bool

HasSpecifications returns a boolean if a field has been set.

func (CustomFormatResource) MarshalJSON added in v0.3.0

func (o CustomFormatResource) MarshalJSON() ([]byte, error)

func (*CustomFormatResource) SetId added in v0.3.0

func (o *CustomFormatResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFormatResource) SetIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenaming(v bool)

SetIncludeCustomFormatWhenRenaming gets a reference to the given NullableBool and assigns it to the IncludeCustomFormatWhenRenaming field.

func (*CustomFormatResource) SetIncludeCustomFormatWhenRenamingNil added in v0.3.0

func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenamingNil()

SetIncludeCustomFormatWhenRenamingNil sets the value for IncludeCustomFormatWhenRenaming to be an explicit nil

func (*CustomFormatResource) SetName added in v0.3.0

func (o *CustomFormatResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CustomFormatResource) SetNameNil added in v0.3.0

func (o *CustomFormatResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormatResource) SetSpecifications added in v0.3.0

func (o *CustomFormatResource) SetSpecifications(v []CustomFormatSpecificationSchema)

SetSpecifications gets a reference to the given []CustomFormatSpecificationSchema and assigns it to the Specifications field.

func (CustomFormatResource) ToMap added in v1.0.0

func (o CustomFormatResource) ToMap() (map[string]interface{}, error)

func (*CustomFormatResource) UnsetIncludeCustomFormatWhenRenaming added in v0.3.0

func (o *CustomFormatResource) UnsetIncludeCustomFormatWhenRenaming()

UnsetIncludeCustomFormatWhenRenaming ensures that no value is present for IncludeCustomFormatWhenRenaming, not even an explicit nil

func (*CustomFormatResource) UnsetName added in v0.3.0

func (o *CustomFormatResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CustomFormatSpecificationSchema added in v0.3.0

type CustomFormatSpecificationSchema struct {
	Id                 *int32                            `json:"id,omitempty"`
	Name               NullableString                    `json:"name,omitempty"`
	Implementation     NullableString                    `json:"implementation,omitempty"`
	ImplementationName NullableString                    `json:"implementationName,omitempty"`
	InfoLink           NullableString                    `json:"infoLink,omitempty"`
	Negate             *bool                             `json:"negate,omitempty"`
	Required           *bool                             `json:"required,omitempty"`
	Fields             []Field                           `json:"fields,omitempty"`
	Presets            []CustomFormatSpecificationSchema `json:"presets,omitempty"`
}

CustomFormatSpecificationSchema struct for CustomFormatSpecificationSchema

func NewCustomFormatSpecificationSchema added in v0.3.0

func NewCustomFormatSpecificationSchema() *CustomFormatSpecificationSchema

NewCustomFormatSpecificationSchema instantiates a new CustomFormatSpecificationSchema 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 NewCustomFormatSpecificationSchemaWithDefaults added in v0.3.0

func NewCustomFormatSpecificationSchemaWithDefaults() *CustomFormatSpecificationSchema

NewCustomFormatSpecificationSchemaWithDefaults instantiates a new CustomFormatSpecificationSchema 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 (*CustomFormatSpecificationSchema) GetFields added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetFieldsOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields 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 (*CustomFormatSpecificationSchema) GetId added in v0.3.0

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetIdOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetIdOk() (*int32, 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 (*CustomFormatSpecificationSchema) GetImplementation added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetImplementationName added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetImplementationNameOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (*CustomFormatSpecificationSchema) GetImplementationOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation 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 (o *CustomFormatSpecificationSchema) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetInfoLinkOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (*CustomFormatSpecificationSchema) GetName added in v0.3.0

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetNameOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatSpecificationSchema) GetNegate added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetNegate() bool

GetNegate returns the Negate field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetNegateOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetNegateOk() (*bool, bool)

GetNegateOk returns a tuple with the Negate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormatSpecificationSchema) GetPresets added in v0.3.0

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetPresetsOk added in v0.3.0

GetPresetsOk returns a tuple with the Presets 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 (*CustomFormatSpecificationSchema) GetRequired added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetRequiredOk added in v0.3.0

func (o *CustomFormatSpecificationSchema) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormatSpecificationSchema) HasFields added in v0.3.0

func (o *CustomFormatSpecificationSchema) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasId added in v0.3.0

HasId returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasImplementation added in v0.3.0

func (o *CustomFormatSpecificationSchema) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasImplementationName added in v0.3.0

func (o *CustomFormatSpecificationSchema) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *CustomFormatSpecificationSchema) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasName added in v0.3.0

HasName returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasNegate added in v0.3.0

func (o *CustomFormatSpecificationSchema) HasNegate() bool

HasNegate returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasPresets added in v0.3.0

func (o *CustomFormatSpecificationSchema) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasRequired added in v0.3.0

func (o *CustomFormatSpecificationSchema) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (CustomFormatSpecificationSchema) MarshalJSON added in v0.3.0

func (o CustomFormatSpecificationSchema) MarshalJSON() ([]byte, error)

func (*CustomFormatSpecificationSchema) SetFields added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*CustomFormatSpecificationSchema) SetId added in v0.3.0

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFormatSpecificationSchema) SetImplementation added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*CustomFormatSpecificationSchema) SetImplementationName added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*CustomFormatSpecificationSchema) SetImplementationNameNil added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*CustomFormatSpecificationSchema) SetImplementationNil added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *CustomFormatSpecificationSchema) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*CustomFormatSpecificationSchema) SetInfoLinkNil added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*CustomFormatSpecificationSchema) SetName added in v0.3.0

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CustomFormatSpecificationSchema) SetNameNil added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormatSpecificationSchema) SetNegate added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetNegate(v bool)

SetNegate gets a reference to the given bool and assigns it to the Negate field.

func (*CustomFormatSpecificationSchema) SetPresets added in v0.3.0

SetPresets gets a reference to the given []CustomFormatSpecificationSchema and assigns it to the Presets field.

func (*CustomFormatSpecificationSchema) SetRequired added in v0.3.0

func (o *CustomFormatSpecificationSchema) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (CustomFormatSpecificationSchema) ToMap added in v1.0.0

func (o CustomFormatSpecificationSchema) ToMap() (map[string]interface{}, error)

func (*CustomFormatSpecificationSchema) UnsetImplementation added in v0.3.0

func (o *CustomFormatSpecificationSchema) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*CustomFormatSpecificationSchema) UnsetImplementationName added in v0.3.0

func (o *CustomFormatSpecificationSchema) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *CustomFormatSpecificationSchema) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*CustomFormatSpecificationSchema) UnsetName added in v0.3.0

func (o *CustomFormatSpecificationSchema) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CutoffAPIService added in v1.0.0

type CutoffAPIService service

CutoffAPIService CutoffAPI service

func (*CutoffAPIService) GetWantedCutoff added in v1.0.0

GetWantedCutoff Method for GetWantedCutoff

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWantedCutoffRequest

func (*CutoffAPIService) GetWantedCutoffById added in v1.0.0

func (a *CutoffAPIService) GetWantedCutoffById(ctx context.Context, id int32) ApiGetWantedCutoffByIdRequest

GetWantedCutoffById Method for GetWantedCutoffById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetWantedCutoffByIdRequest

func (*CutoffAPIService) GetWantedCutoffByIdExecute added in v1.0.0

func (a *CutoffAPIService) GetWantedCutoffByIdExecute(r ApiGetWantedCutoffByIdRequest) (*BookResource, *http.Response, error)

Execute executes the request

@return BookResource

func (*CutoffAPIService) GetWantedCutoffExecute added in v1.0.0

Execute executes the request

@return BookResourcePagingResource

type DatabaseType added in v0.3.0

type DatabaseType string

DatabaseType the model 'DatabaseType'

const (
	DATABASETYPE_SQ_LITE     DatabaseType = "sqLite"
	DATABASETYPE_POSTGRE_SQL DatabaseType = "postgreSQL"
)

List of DatabaseType

func NewDatabaseTypeFromValue added in v0.3.0

func NewDatabaseTypeFromValue(v string) (*DatabaseType, error)

NewDatabaseTypeFromValue returns a pointer to a valid DatabaseType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DatabaseType) IsValid added in v0.3.0

func (v DatabaseType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DatabaseType) Ptr added in v0.3.0

func (v DatabaseType) Ptr() *DatabaseType

Ptr returns reference to DatabaseType value

func (*DatabaseType) UnmarshalJSON added in v0.3.0

func (v *DatabaseType) UnmarshalJSON(src []byte) error

type DelayProfileAPIService added in v1.0.0

type DelayProfileAPIService service

DelayProfileAPIService DelayProfileAPI service

func (*DelayProfileAPIService) CreateDelayProfile added in v1.0.0

CreateDelayProfile Method for CreateDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDelayProfileRequest

func (*DelayProfileAPIService) CreateDelayProfileExecute added in v1.0.0

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) DeleteDelayProfile added in v1.0.0

DeleteDelayProfile Method for DeleteDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteDelayProfileRequest

func (*DelayProfileAPIService) DeleteDelayProfileExecute added in v1.0.0

func (a *DelayProfileAPIService) DeleteDelayProfileExecute(r ApiDeleteDelayProfileRequest) (*http.Response, error)

Execute executes the request

func (*DelayProfileAPIService) GetDelayProfileById added in v1.0.0

GetDelayProfileById Method for GetDelayProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDelayProfileByIdRequest

func (*DelayProfileAPIService) GetDelayProfileByIdExecute added in v1.0.0

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) ListDelayProfile added in v1.0.0

ListDelayProfile Method for ListDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDelayProfileRequest

func (*DelayProfileAPIService) ListDelayProfileExecute added in v1.0.0

Execute executes the request

@return []DelayProfileResource

func (*DelayProfileAPIService) UpdateDelayProfile added in v1.0.0

UpdateDelayProfile Method for UpdateDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDelayProfileRequest

func (*DelayProfileAPIService) UpdateDelayProfileExecute added in v1.0.0

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) UpdateDelayProfileReorder added in v1.0.0

func (a *DelayProfileAPIService) UpdateDelayProfileReorder(ctx context.Context, id int32) ApiUpdateDelayProfileReorderRequest

UpdateDelayProfileReorder Method for UpdateDelayProfileReorder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDelayProfileReorderRequest

func (*DelayProfileAPIService) UpdateDelayProfileReorderExecute added in v1.0.0

func (a *DelayProfileAPIService) UpdateDelayProfileReorderExecute(r ApiUpdateDelayProfileReorderRequest) (*http.Response, error)

Execute executes the request

type DelayProfileResource

type DelayProfileResource struct {
	Id                             *int32            `json:"id,omitempty"`
	EnableUsenet                   *bool             `json:"enableUsenet,omitempty"`
	EnableTorrent                  *bool             `json:"enableTorrent,omitempty"`
	PreferredProtocol              *DownloadProtocol `json:"preferredProtocol,omitempty"`
	UsenetDelay                    *int32            `json:"usenetDelay,omitempty"`
	TorrentDelay                   *int32            `json:"torrentDelay,omitempty"`
	BypassIfHighestQuality         *bool             `json:"bypassIfHighestQuality,omitempty"`
	BypassIfAboveCustomFormatScore *bool             `json:"bypassIfAboveCustomFormatScore,omitempty"`
	MinimumCustomFormatScore       *int32            `json:"minimumCustomFormatScore,omitempty"`
	Order                          *int32            `json:"order,omitempty"`
	Tags                           []int32           `json:"tags,omitempty"`
}

DelayProfileResource struct for DelayProfileResource

func NewDelayProfileResource

func NewDelayProfileResource() *DelayProfileResource

NewDelayProfileResource instantiates a new DelayProfileResource 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 NewDelayProfileResourceWithDefaults

func NewDelayProfileResourceWithDefaults() *DelayProfileResource

NewDelayProfileResourceWithDefaults instantiates a new DelayProfileResource 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 (*DelayProfileResource) GetBypassIfAboveCustomFormatScore added in v0.3.0

func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScore() bool

GetBypassIfAboveCustomFormatScore returns the BypassIfAboveCustomFormatScore field value if set, zero value otherwise.

func (*DelayProfileResource) GetBypassIfAboveCustomFormatScoreOk added in v0.3.0

func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScoreOk() (*bool, bool)

GetBypassIfAboveCustomFormatScoreOk returns a tuple with the BypassIfAboveCustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetBypassIfHighestQuality added in v0.3.0

func (o *DelayProfileResource) GetBypassIfHighestQuality() bool

GetBypassIfHighestQuality returns the BypassIfHighestQuality field value if set, zero value otherwise.

func (*DelayProfileResource) GetBypassIfHighestQualityOk added in v0.3.0

func (o *DelayProfileResource) GetBypassIfHighestQualityOk() (*bool, bool)

GetBypassIfHighestQualityOk returns a tuple with the BypassIfHighestQuality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetEnableTorrent

func (o *DelayProfileResource) GetEnableTorrent() bool

GetEnableTorrent returns the EnableTorrent field value if set, zero value otherwise.

func (*DelayProfileResource) GetEnableTorrentOk

func (o *DelayProfileResource) GetEnableTorrentOk() (*bool, bool)

GetEnableTorrentOk returns a tuple with the EnableTorrent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetEnableUsenet

func (o *DelayProfileResource) GetEnableUsenet() bool

GetEnableUsenet returns the EnableUsenet field value if set, zero value otherwise.

func (*DelayProfileResource) GetEnableUsenetOk

func (o *DelayProfileResource) GetEnableUsenetOk() (*bool, bool)

GetEnableUsenetOk returns a tuple with the EnableUsenet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetId

func (o *DelayProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DelayProfileResource) GetIdOk

func (o *DelayProfileResource) GetIdOk() (*int32, 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 (*DelayProfileResource) GetMinimumCustomFormatScore added in v0.3.0

func (o *DelayProfileResource) GetMinimumCustomFormatScore() int32

GetMinimumCustomFormatScore returns the MinimumCustomFormatScore field value if set, zero value otherwise.

func (*DelayProfileResource) GetMinimumCustomFormatScoreOk added in v0.3.0

func (o *DelayProfileResource) GetMinimumCustomFormatScoreOk() (*int32, bool)

GetMinimumCustomFormatScoreOk returns a tuple with the MinimumCustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetOrder

func (o *DelayProfileResource) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*DelayProfileResource) GetOrderOk

func (o *DelayProfileResource) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetPreferredProtocol

func (o *DelayProfileResource) GetPreferredProtocol() DownloadProtocol

GetPreferredProtocol returns the PreferredProtocol field value if set, zero value otherwise.

func (*DelayProfileResource) GetPreferredProtocolOk

func (o *DelayProfileResource) GetPreferredProtocolOk() (*DownloadProtocol, bool)

GetPreferredProtocolOk returns a tuple with the PreferredProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetTags

func (o *DelayProfileResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DelayProfileResource) GetTagsOk

func (o *DelayProfileResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*DelayProfileResource) GetTorrentDelay

func (o *DelayProfileResource) GetTorrentDelay() int32

GetTorrentDelay returns the TorrentDelay field value if set, zero value otherwise.

func (*DelayProfileResource) GetTorrentDelayOk

func (o *DelayProfileResource) GetTorrentDelayOk() (*int32, bool)

GetTorrentDelayOk returns a tuple with the TorrentDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetUsenetDelay

func (o *DelayProfileResource) GetUsenetDelay() int32

GetUsenetDelay returns the UsenetDelay field value if set, zero value otherwise.

func (*DelayProfileResource) GetUsenetDelayOk

func (o *DelayProfileResource) GetUsenetDelayOk() (*int32, bool)

GetUsenetDelayOk returns a tuple with the UsenetDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) HasBypassIfAboveCustomFormatScore added in v0.3.0

func (o *DelayProfileResource) HasBypassIfAboveCustomFormatScore() bool

HasBypassIfAboveCustomFormatScore returns a boolean if a field has been set.

func (*DelayProfileResource) HasBypassIfHighestQuality added in v0.3.0

func (o *DelayProfileResource) HasBypassIfHighestQuality() bool

HasBypassIfHighestQuality returns a boolean if a field has been set.

func (*DelayProfileResource) HasEnableTorrent

func (o *DelayProfileResource) HasEnableTorrent() bool

HasEnableTorrent returns a boolean if a field has been set.

func (*DelayProfileResource) HasEnableUsenet

func (o *DelayProfileResource) HasEnableUsenet() bool

HasEnableUsenet returns a boolean if a field has been set.

func (*DelayProfileResource) HasId

func (o *DelayProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DelayProfileResource) HasMinimumCustomFormatScore added in v0.3.0

func (o *DelayProfileResource) HasMinimumCustomFormatScore() bool

HasMinimumCustomFormatScore returns a boolean if a field has been set.

func (*DelayProfileResource) HasOrder

func (o *DelayProfileResource) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*DelayProfileResource) HasPreferredProtocol

func (o *DelayProfileResource) HasPreferredProtocol() bool

HasPreferredProtocol returns a boolean if a field has been set.

func (*DelayProfileResource) HasTags

func (o *DelayProfileResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*DelayProfileResource) HasTorrentDelay

func (o *DelayProfileResource) HasTorrentDelay() bool

HasTorrentDelay returns a boolean if a field has been set.

func (*DelayProfileResource) HasUsenetDelay

func (o *DelayProfileResource) HasUsenetDelay() bool

HasUsenetDelay returns a boolean if a field has been set.

func (DelayProfileResource) MarshalJSON

func (o DelayProfileResource) MarshalJSON() ([]byte, error)

func (*DelayProfileResource) SetBypassIfAboveCustomFormatScore added in v0.3.0

func (o *DelayProfileResource) SetBypassIfAboveCustomFormatScore(v bool)

SetBypassIfAboveCustomFormatScore gets a reference to the given bool and assigns it to the BypassIfAboveCustomFormatScore field.

func (*DelayProfileResource) SetBypassIfHighestQuality added in v0.3.0

func (o *DelayProfileResource) SetBypassIfHighestQuality(v bool)

SetBypassIfHighestQuality gets a reference to the given bool and assigns it to the BypassIfHighestQuality field.

func (*DelayProfileResource) SetEnableTorrent

func (o *DelayProfileResource) SetEnableTorrent(v bool)

SetEnableTorrent gets a reference to the given bool and assigns it to the EnableTorrent field.

func (*DelayProfileResource) SetEnableUsenet

func (o *DelayProfileResource) SetEnableUsenet(v bool)

SetEnableUsenet gets a reference to the given bool and assigns it to the EnableUsenet field.

func (*DelayProfileResource) SetId

func (o *DelayProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DelayProfileResource) SetMinimumCustomFormatScore added in v0.3.0

func (o *DelayProfileResource) SetMinimumCustomFormatScore(v int32)

SetMinimumCustomFormatScore gets a reference to the given int32 and assigns it to the MinimumCustomFormatScore field.

func (*DelayProfileResource) SetOrder

func (o *DelayProfileResource) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*DelayProfileResource) SetPreferredProtocol

func (o *DelayProfileResource) SetPreferredProtocol(v DownloadProtocol)

SetPreferredProtocol gets a reference to the given DownloadProtocol and assigns it to the PreferredProtocol field.

func (*DelayProfileResource) SetTags

func (o *DelayProfileResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*DelayProfileResource) SetTorrentDelay

func (o *DelayProfileResource) SetTorrentDelay(v int32)

SetTorrentDelay gets a reference to the given int32 and assigns it to the TorrentDelay field.

func (*DelayProfileResource) SetUsenetDelay

func (o *DelayProfileResource) SetUsenetDelay(v int32)

SetUsenetDelay gets a reference to the given int32 and assigns it to the UsenetDelay field.

func (DelayProfileResource) ToMap added in v1.0.0

func (o DelayProfileResource) ToMap() (map[string]interface{}, error)

type DevelopmentConfigAPIService added in v1.0.0

type DevelopmentConfigAPIService service

DevelopmentConfigAPIService DevelopmentConfigAPI service

func (*DevelopmentConfigAPIService) GetDevelopmentConfig added in v1.0.0

GetDevelopmentConfig Method for GetDevelopmentConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDevelopmentConfigRequest

func (*DevelopmentConfigAPIService) GetDevelopmentConfigById added in v1.0.0

GetDevelopmentConfigById Method for GetDevelopmentConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDevelopmentConfigByIdRequest

func (*DevelopmentConfigAPIService) GetDevelopmentConfigByIdExecute added in v1.0.0

Execute executes the request

@return DevelopmentConfigResource

func (*DevelopmentConfigAPIService) GetDevelopmentConfigExecute added in v1.0.0

Execute executes the request

@return DevelopmentConfigResource

func (*DevelopmentConfigAPIService) UpdateDevelopmentConfig added in v1.0.0

UpdateDevelopmentConfig Method for UpdateDevelopmentConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDevelopmentConfigRequest

func (*DevelopmentConfigAPIService) UpdateDevelopmentConfigExecute added in v1.0.0

Execute executes the request

@return DevelopmentConfigResource

type DevelopmentConfigResource

type DevelopmentConfigResource struct {
	Id                 *int32         `json:"id,omitempty"`
	MetadataSource     NullableString `json:"metadataSource,omitempty"`
	ConsoleLogLevel    NullableString `json:"consoleLogLevel,omitempty"`
	LogSql             *bool          `json:"logSql,omitempty"`
	LogRotate          *int32         `json:"logRotate,omitempty"`
	FilterSentryEvents *bool          `json:"filterSentryEvents,omitempty"`
}

DevelopmentConfigResource struct for DevelopmentConfigResource

func NewDevelopmentConfigResource

func NewDevelopmentConfigResource() *DevelopmentConfigResource

NewDevelopmentConfigResource instantiates a new DevelopmentConfigResource 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 NewDevelopmentConfigResourceWithDefaults

func NewDevelopmentConfigResourceWithDefaults() *DevelopmentConfigResource

NewDevelopmentConfigResourceWithDefaults instantiates a new DevelopmentConfigResource 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 (*DevelopmentConfigResource) GetConsoleLogLevel

func (o *DevelopmentConfigResource) GetConsoleLogLevel() string

GetConsoleLogLevel returns the ConsoleLogLevel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DevelopmentConfigResource) GetConsoleLogLevelOk

func (o *DevelopmentConfigResource) GetConsoleLogLevelOk() (*string, bool)

GetConsoleLogLevelOk returns a tuple with the ConsoleLogLevel 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 (*DevelopmentConfigResource) GetFilterSentryEvents

func (o *DevelopmentConfigResource) GetFilterSentryEvents() bool

GetFilterSentryEvents returns the FilterSentryEvents field value if set, zero value otherwise.

func (*DevelopmentConfigResource) GetFilterSentryEventsOk

func (o *DevelopmentConfigResource) GetFilterSentryEventsOk() (*bool, bool)

GetFilterSentryEventsOk returns a tuple with the FilterSentryEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DevelopmentConfigResource) GetId

func (o *DevelopmentConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DevelopmentConfigResource) GetIdOk

func (o *DevelopmentConfigResource) GetIdOk() (*int32, 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 (*DevelopmentConfigResource) GetLogRotate

func (o *DevelopmentConfigResource) GetLogRotate() int32

GetLogRotate returns the LogRotate field value if set, zero value otherwise.

func (*DevelopmentConfigResource) GetLogRotateOk

func (o *DevelopmentConfigResource) GetLogRotateOk() (*int32, bool)

GetLogRotateOk returns a tuple with the LogRotate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DevelopmentConfigResource) GetLogSql

func (o *DevelopmentConfigResource) GetLogSql() bool

GetLogSql returns the LogSql field value if set, zero value otherwise.

func (*DevelopmentConfigResource) GetLogSqlOk

func (o *DevelopmentConfigResource) GetLogSqlOk() (*bool, bool)

GetLogSqlOk returns a tuple with the LogSql field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DevelopmentConfigResource) GetMetadataSource

func (o *DevelopmentConfigResource) GetMetadataSource() string

GetMetadataSource returns the MetadataSource field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DevelopmentConfigResource) GetMetadataSourceOk

func (o *DevelopmentConfigResource) GetMetadataSourceOk() (*string, bool)

GetMetadataSourceOk returns a tuple with the MetadataSource 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 (*DevelopmentConfigResource) HasConsoleLogLevel

func (o *DevelopmentConfigResource) HasConsoleLogLevel() bool

HasConsoleLogLevel returns a boolean if a field has been set.

func (*DevelopmentConfigResource) HasFilterSentryEvents

func (o *DevelopmentConfigResource) HasFilterSentryEvents() bool

HasFilterSentryEvents returns a boolean if a field has been set.

func (*DevelopmentConfigResource) HasId

func (o *DevelopmentConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DevelopmentConfigResource) HasLogRotate

func (o *DevelopmentConfigResource) HasLogRotate() bool

HasLogRotate returns a boolean if a field has been set.

func (*DevelopmentConfigResource) HasLogSql

func (o *DevelopmentConfigResource) HasLogSql() bool

HasLogSql returns a boolean if a field has been set.

func (*DevelopmentConfigResource) HasMetadataSource

func (o *DevelopmentConfigResource) HasMetadataSource() bool

HasMetadataSource returns a boolean if a field has been set.

func (DevelopmentConfigResource) MarshalJSON

func (o DevelopmentConfigResource) MarshalJSON() ([]byte, error)

func (*DevelopmentConfigResource) SetConsoleLogLevel

func (o *DevelopmentConfigResource) SetConsoleLogLevel(v string)

SetConsoleLogLevel gets a reference to the given NullableString and assigns it to the ConsoleLogLevel field.

func (*DevelopmentConfigResource) SetConsoleLogLevelNil

func (o *DevelopmentConfigResource) SetConsoleLogLevelNil()

SetConsoleLogLevelNil sets the value for ConsoleLogLevel to be an explicit nil

func (*DevelopmentConfigResource) SetFilterSentryEvents

func (o *DevelopmentConfigResource) SetFilterSentryEvents(v bool)

SetFilterSentryEvents gets a reference to the given bool and assigns it to the FilterSentryEvents field.

func (*DevelopmentConfigResource) SetId

func (o *DevelopmentConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DevelopmentConfigResource) SetLogRotate

func (o *DevelopmentConfigResource) SetLogRotate(v int32)

SetLogRotate gets a reference to the given int32 and assigns it to the LogRotate field.

func (*DevelopmentConfigResource) SetLogSql

func (o *DevelopmentConfigResource) SetLogSql(v bool)

SetLogSql gets a reference to the given bool and assigns it to the LogSql field.

func (*DevelopmentConfigResource) SetMetadataSource

func (o *DevelopmentConfigResource) SetMetadataSource(v string)

SetMetadataSource gets a reference to the given NullableString and assigns it to the MetadataSource field.

func (*DevelopmentConfigResource) SetMetadataSourceNil

func (o *DevelopmentConfigResource) SetMetadataSourceNil()

SetMetadataSourceNil sets the value for MetadataSource to be an explicit nil

func (DevelopmentConfigResource) ToMap added in v1.0.0

func (o DevelopmentConfigResource) ToMap() (map[string]interface{}, error)

func (*DevelopmentConfigResource) UnsetConsoleLogLevel

func (o *DevelopmentConfigResource) UnsetConsoleLogLevel()

UnsetConsoleLogLevel ensures that no value is present for ConsoleLogLevel, not even an explicit nil

func (*DevelopmentConfigResource) UnsetMetadataSource

func (o *DevelopmentConfigResource) UnsetMetadataSource()

UnsetMetadataSource ensures that no value is present for MetadataSource, not even an explicit nil

type DiskSpaceAPIService added in v1.0.0

type DiskSpaceAPIService service

DiskSpaceAPIService DiskSpaceAPI service

func (*DiskSpaceAPIService) ListDiskSpace added in v1.0.0

ListDiskSpace Method for ListDiskSpace

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDiskSpaceRequest

func (*DiskSpaceAPIService) ListDiskSpaceExecute added in v1.0.0

Execute executes the request

@return []DiskSpaceResource

type DiskSpaceResource

type DiskSpaceResource struct {
	Id         *int32         `json:"id,omitempty"`
	Path       NullableString `json:"path,omitempty"`
	Label      NullableString `json:"label,omitempty"`
	FreeSpace  *int64         `json:"freeSpace,omitempty"`
	TotalSpace *int64         `json:"totalSpace,omitempty"`
}

DiskSpaceResource struct for DiskSpaceResource

func NewDiskSpaceResource

func NewDiskSpaceResource() *DiskSpaceResource

NewDiskSpaceResource instantiates a new DiskSpaceResource 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 NewDiskSpaceResourceWithDefaults

func NewDiskSpaceResourceWithDefaults() *DiskSpaceResource

NewDiskSpaceResourceWithDefaults instantiates a new DiskSpaceResource 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 (*DiskSpaceResource) GetFreeSpace

func (o *DiskSpaceResource) GetFreeSpace() int64

GetFreeSpace returns the FreeSpace field value if set, zero value otherwise.

func (*DiskSpaceResource) GetFreeSpaceOk

func (o *DiskSpaceResource) GetFreeSpaceOk() (*int64, bool)

GetFreeSpaceOk returns a tuple with the FreeSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSpaceResource) GetId

func (o *DiskSpaceResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DiskSpaceResource) GetIdOk

func (o *DiskSpaceResource) GetIdOk() (*int32, 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 (*DiskSpaceResource) GetLabel

func (o *DiskSpaceResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiskSpaceResource) GetLabelOk

func (o *DiskSpaceResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label 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 (*DiskSpaceResource) GetPath

func (o *DiskSpaceResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiskSpaceResource) GetPathOk

func (o *DiskSpaceResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*DiskSpaceResource) GetTotalSpace

func (o *DiskSpaceResource) GetTotalSpace() int64

GetTotalSpace returns the TotalSpace field value if set, zero value otherwise.

func (*DiskSpaceResource) GetTotalSpaceOk

func (o *DiskSpaceResource) GetTotalSpaceOk() (*int64, bool)

GetTotalSpaceOk returns a tuple with the TotalSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSpaceResource) HasFreeSpace

func (o *DiskSpaceResource) HasFreeSpace() bool

HasFreeSpace returns a boolean if a field has been set.

func (*DiskSpaceResource) HasId

func (o *DiskSpaceResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DiskSpaceResource) HasLabel

func (o *DiskSpaceResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*DiskSpaceResource) HasPath

func (o *DiskSpaceResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*DiskSpaceResource) HasTotalSpace

func (o *DiskSpaceResource) HasTotalSpace() bool

HasTotalSpace returns a boolean if a field has been set.

func (DiskSpaceResource) MarshalJSON

func (o DiskSpaceResource) MarshalJSON() ([]byte, error)

func (*DiskSpaceResource) SetFreeSpace

func (o *DiskSpaceResource) SetFreeSpace(v int64)

SetFreeSpace gets a reference to the given int64 and assigns it to the FreeSpace field.

func (*DiskSpaceResource) SetId

func (o *DiskSpaceResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DiskSpaceResource) SetLabel

func (o *DiskSpaceResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*DiskSpaceResource) SetLabelNil

func (o *DiskSpaceResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*DiskSpaceResource) SetPath

func (o *DiskSpaceResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*DiskSpaceResource) SetPathNil

func (o *DiskSpaceResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*DiskSpaceResource) SetTotalSpace

func (o *DiskSpaceResource) SetTotalSpace(v int64)

SetTotalSpace gets a reference to the given int64 and assigns it to the TotalSpace field.

func (DiskSpaceResource) ToMap added in v1.0.0

func (o DiskSpaceResource) ToMap() (map[string]interface{}, error)

func (*DiskSpaceResource) UnsetLabel

func (o *DiskSpaceResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*DiskSpaceResource) UnsetPath

func (o *DiskSpaceResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type DownloadClientAPIService added in v1.0.0

type DownloadClientAPIService service

DownloadClientAPIService DownloadClientAPI service

func (*DownloadClientAPIService) CreateDownloadClient added in v1.0.0

CreateDownloadClient Method for CreateDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDownloadClientRequest

func (*DownloadClientAPIService) CreateDownloadClientActionByName added in v1.0.0

func (a *DownloadClientAPIService) CreateDownloadClientActionByName(ctx context.Context, name string) ApiCreateDownloadClientActionByNameRequest

CreateDownloadClientActionByName Method for CreateDownloadClientActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateDownloadClientActionByNameRequest

func (*DownloadClientAPIService) CreateDownloadClientActionByNameExecute added in v1.0.0

func (a *DownloadClientAPIService) CreateDownloadClientActionByNameExecute(r ApiCreateDownloadClientActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) CreateDownloadClientExecute added in v1.0.0

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) DeleteDownloadClient added in v1.0.0

DeleteDownloadClient Method for DeleteDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteDownloadClientRequest

func (*DownloadClientAPIService) DeleteDownloadClientBulk added in v1.0.0

DeleteDownloadClientBulk Method for DeleteDownloadClientBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteDownloadClientBulkRequest

func (*DownloadClientAPIService) DeleteDownloadClientBulkExecute added in v1.0.0

func (a *DownloadClientAPIService) DeleteDownloadClientBulkExecute(r ApiDeleteDownloadClientBulkRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) DeleteDownloadClientExecute added in v1.0.0

func (a *DownloadClientAPIService) DeleteDownloadClientExecute(r ApiDeleteDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) GetDownloadClientById added in v1.0.0

GetDownloadClientById Method for GetDownloadClientById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDownloadClientByIdRequest

func (*DownloadClientAPIService) GetDownloadClientByIdExecute added in v1.0.0

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) ListDownloadClient added in v1.0.0

ListDownloadClient Method for ListDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDownloadClientRequest

func (*DownloadClientAPIService) ListDownloadClientExecute added in v1.0.0

Execute executes the request

@return []DownloadClientResource

func (*DownloadClientAPIService) ListDownloadClientSchema added in v1.0.0

ListDownloadClientSchema Method for ListDownloadClientSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDownloadClientSchemaRequest

func (*DownloadClientAPIService) ListDownloadClientSchemaExecute added in v1.0.0

Execute executes the request

@return []DownloadClientResource

func (*DownloadClientAPIService) PutDownloadClientBulk added in v1.0.0

PutDownloadClientBulk Method for PutDownloadClientBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutDownloadClientBulkRequest

func (*DownloadClientAPIService) PutDownloadClientBulkExecute added in v1.0.0

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) TestDownloadClient added in v1.0.0

TestDownloadClient Method for TestDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestDownloadClientRequest

func (*DownloadClientAPIService) TestDownloadClientExecute added in v1.0.0

func (a *DownloadClientAPIService) TestDownloadClientExecute(r ApiTestDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) TestallDownloadClient added in v1.0.0

TestallDownloadClient Method for TestallDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallDownloadClientRequest

func (*DownloadClientAPIService) TestallDownloadClientExecute added in v1.0.0

func (a *DownloadClientAPIService) TestallDownloadClientExecute(r ApiTestallDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) UpdateDownloadClient added in v1.0.0

UpdateDownloadClient Method for UpdateDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDownloadClientRequest

func (*DownloadClientAPIService) UpdateDownloadClientExecute added in v1.0.0

Execute executes the request

@return DownloadClientResource

type DownloadClientBulkResource added in v0.4.0

type DownloadClientBulkResource struct {
	Ids                      []int32       `json:"ids,omitempty"`
	Tags                     []int32       `json:"tags,omitempty"`
	ApplyTags                *ApplyTags    `json:"applyTags,omitempty"`
	Enable                   NullableBool  `json:"enable,omitempty"`
	Priority                 NullableInt32 `json:"priority,omitempty"`
	RemoveCompletedDownloads NullableBool  `json:"removeCompletedDownloads,omitempty"`
	RemoveFailedDownloads    NullableBool  `json:"removeFailedDownloads,omitempty"`
}

DownloadClientBulkResource struct for DownloadClientBulkResource

func NewDownloadClientBulkResource added in v0.4.0

func NewDownloadClientBulkResource() *DownloadClientBulkResource

NewDownloadClientBulkResource instantiates a new DownloadClientBulkResource 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 NewDownloadClientBulkResourceWithDefaults added in v0.4.0

func NewDownloadClientBulkResourceWithDefaults() *DownloadClientBulkResource

NewDownloadClientBulkResourceWithDefaults instantiates a new DownloadClientBulkResource 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 (*DownloadClientBulkResource) GetApplyTags added in v0.4.0

func (o *DownloadClientBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*DownloadClientBulkResource) GetApplyTagsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientBulkResource) GetEnable added in v0.4.0

func (o *DownloadClientBulkResource) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetEnableOk added in v0.4.0

func (o *DownloadClientBulkResource) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable 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 (*DownloadClientBulkResource) GetIds added in v0.4.0

func (o *DownloadClientBulkResource) GetIds() []int32

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetIdsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids 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 (*DownloadClientBulkResource) GetPriority added in v0.4.0

func (o *DownloadClientBulkResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetPriorityOk added in v0.4.0

func (o *DownloadClientBulkResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority 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 (*DownloadClientBulkResource) GetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveCompletedDownloads() bool

GetRemoveCompletedDownloads returns the RemoveCompletedDownloads field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetRemoveCompletedDownloadsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveCompletedDownloadsOk() (*bool, bool)

GetRemoveCompletedDownloadsOk returns a tuple with the RemoveCompletedDownloads 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 (*DownloadClientBulkResource) GetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveFailedDownloads() bool

GetRemoveFailedDownloads returns the RemoveFailedDownloads field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetRemoveFailedDownloadsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveFailedDownloadsOk() (*bool, bool)

GetRemoveFailedDownloadsOk returns a tuple with the RemoveFailedDownloads 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 (*DownloadClientBulkResource) GetTags added in v0.4.0

func (o *DownloadClientBulkResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetTagsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*DownloadClientBulkResource) HasApplyTags added in v0.4.0

func (o *DownloadClientBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasEnable added in v0.4.0

func (o *DownloadClientBulkResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasIds added in v0.4.0

func (o *DownloadClientBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasPriority added in v0.4.0

func (o *DownloadClientBulkResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) HasRemoveCompletedDownloads() bool

HasRemoveCompletedDownloads returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) HasRemoveFailedDownloads() bool

HasRemoveFailedDownloads returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasTags added in v0.4.0

func (o *DownloadClientBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (DownloadClientBulkResource) MarshalJSON added in v0.4.0

func (o DownloadClientBulkResource) MarshalJSON() ([]byte, error)

func (*DownloadClientBulkResource) SetApplyTags added in v0.4.0

func (o *DownloadClientBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*DownloadClientBulkResource) SetEnable added in v0.4.0

func (o *DownloadClientBulkResource) SetEnable(v bool)

SetEnable gets a reference to the given NullableBool and assigns it to the Enable field.

func (*DownloadClientBulkResource) SetEnableNil added in v0.4.0

func (o *DownloadClientBulkResource) SetEnableNil()

SetEnableNil sets the value for Enable to be an explicit nil

func (*DownloadClientBulkResource) SetIds added in v0.4.0

func (o *DownloadClientBulkResource) SetIds(v []int32)

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*DownloadClientBulkResource) SetPriority added in v0.4.0

func (o *DownloadClientBulkResource) SetPriority(v int32)

SetPriority gets a reference to the given NullableInt32 and assigns it to the Priority field.

func (*DownloadClientBulkResource) SetPriorityNil added in v0.4.0

func (o *DownloadClientBulkResource) SetPriorityNil()

SetPriorityNil sets the value for Priority to be an explicit nil

func (*DownloadClientBulkResource) SetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveCompletedDownloads(v bool)

SetRemoveCompletedDownloads gets a reference to the given NullableBool and assigns it to the RemoveCompletedDownloads field.

func (*DownloadClientBulkResource) SetRemoveCompletedDownloadsNil added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveCompletedDownloadsNil()

SetRemoveCompletedDownloadsNil sets the value for RemoveCompletedDownloads to be an explicit nil

func (*DownloadClientBulkResource) SetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveFailedDownloads(v bool)

SetRemoveFailedDownloads gets a reference to the given NullableBool and assigns it to the RemoveFailedDownloads field.

func (*DownloadClientBulkResource) SetRemoveFailedDownloadsNil added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveFailedDownloadsNil()

SetRemoveFailedDownloadsNil sets the value for RemoveFailedDownloads to be an explicit nil

func (*DownloadClientBulkResource) SetTags added in v0.4.0

func (o *DownloadClientBulkResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (DownloadClientBulkResource) ToMap added in v1.0.0

func (o DownloadClientBulkResource) ToMap() (map[string]interface{}, error)

func (*DownloadClientBulkResource) UnsetEnable added in v0.4.0

func (o *DownloadClientBulkResource) UnsetEnable()

UnsetEnable ensures that no value is present for Enable, not even an explicit nil

func (*DownloadClientBulkResource) UnsetPriority added in v0.4.0

func (o *DownloadClientBulkResource) UnsetPriority()

UnsetPriority ensures that no value is present for Priority, not even an explicit nil

func (*DownloadClientBulkResource) UnsetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) UnsetRemoveCompletedDownloads()

UnsetRemoveCompletedDownloads ensures that no value is present for RemoveCompletedDownloads, not even an explicit nil

func (*DownloadClientBulkResource) UnsetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) UnsetRemoveFailedDownloads()

UnsetRemoveFailedDownloads ensures that no value is present for RemoveFailedDownloads, not even an explicit nil

type DownloadClientConfigAPIService added in v1.0.0

type DownloadClientConfigAPIService service

DownloadClientConfigAPIService DownloadClientConfigAPI service

func (*DownloadClientConfigAPIService) GetDownloadClientConfig added in v1.0.0

GetDownloadClientConfig Method for GetDownloadClientConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDownloadClientConfigRequest

func (*DownloadClientConfigAPIService) GetDownloadClientConfigById added in v1.0.0

GetDownloadClientConfigById Method for GetDownloadClientConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDownloadClientConfigByIdRequest

func (*DownloadClientConfigAPIService) GetDownloadClientConfigByIdExecute added in v1.0.0

Execute executes the request

@return DownloadClientConfigResource

func (*DownloadClientConfigAPIService) GetDownloadClientConfigExecute added in v1.0.0

Execute executes the request

@return DownloadClientConfigResource

func (*DownloadClientConfigAPIService) UpdateDownloadClientConfig added in v1.0.0

UpdateDownloadClientConfig Method for UpdateDownloadClientConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDownloadClientConfigRequest

func (*DownloadClientConfigAPIService) UpdateDownloadClientConfigExecute added in v1.0.0

Execute executes the request

@return DownloadClientConfigResource

type DownloadClientConfigResource

type DownloadClientConfigResource struct {
	Id                                        *int32         `json:"id,omitempty"`
	DownloadClientWorkingFolders              NullableString `json:"downloadClientWorkingFolders,omitempty"`
	EnableCompletedDownloadHandling           *bool          `json:"enableCompletedDownloadHandling,omitempty"`
	AutoRedownloadFailed                      *bool          `json:"autoRedownloadFailed,omitempty"`
	AutoRedownloadFailedFromInteractiveSearch *bool          `json:"autoRedownloadFailedFromInteractiveSearch,omitempty"`
}

DownloadClientConfigResource struct for DownloadClientConfigResource

func NewDownloadClientConfigResource

func NewDownloadClientConfigResource() *DownloadClientConfigResource

NewDownloadClientConfigResource instantiates a new DownloadClientConfigResource 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 NewDownloadClientConfigResourceWithDefaults

func NewDownloadClientConfigResourceWithDefaults() *DownloadClientConfigResource

NewDownloadClientConfigResourceWithDefaults instantiates a new DownloadClientConfigResource 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 (*DownloadClientConfigResource) GetAutoRedownloadFailed

func (o *DownloadClientConfigResource) GetAutoRedownloadFailed() bool

GetAutoRedownloadFailed returns the AutoRedownloadFailed field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearch added in v1.0.0

func (o *DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearch() bool

GetAutoRedownloadFailedFromInteractiveSearch returns the AutoRedownloadFailedFromInteractiveSearch field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearchOk added in v1.0.0

func (o *DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearchOk() (*bool, bool)

GetAutoRedownloadFailedFromInteractiveSearchOk returns a tuple with the AutoRedownloadFailedFromInteractiveSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetAutoRedownloadFailedOk

func (o *DownloadClientConfigResource) GetAutoRedownloadFailedOk() (*bool, bool)

GetAutoRedownloadFailedOk returns a tuple with the AutoRedownloadFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) GetDownloadClientWorkingFolders() string

GetDownloadClientWorkingFolders returns the DownloadClientWorkingFolders field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientConfigResource) GetDownloadClientWorkingFoldersOk

func (o *DownloadClientConfigResource) GetDownloadClientWorkingFoldersOk() (*string, bool)

GetDownloadClientWorkingFoldersOk returns a tuple with the DownloadClientWorkingFolders 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 (*DownloadClientConfigResource) GetEnableCompletedDownloadHandling

func (o *DownloadClientConfigResource) GetEnableCompletedDownloadHandling() bool

GetEnableCompletedDownloadHandling returns the EnableCompletedDownloadHandling field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetEnableCompletedDownloadHandlingOk

func (o *DownloadClientConfigResource) GetEnableCompletedDownloadHandlingOk() (*bool, bool)

GetEnableCompletedDownloadHandlingOk returns a tuple with the EnableCompletedDownloadHandling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetIdOk

func (o *DownloadClientConfigResource) GetIdOk() (*int32, 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 (*DownloadClientConfigResource) HasAutoRedownloadFailed

func (o *DownloadClientConfigResource) HasAutoRedownloadFailed() bool

HasAutoRedownloadFailed returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasAutoRedownloadFailedFromInteractiveSearch added in v1.0.0

func (o *DownloadClientConfigResource) HasAutoRedownloadFailedFromInteractiveSearch() bool

HasAutoRedownloadFailedFromInteractiveSearch returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) HasDownloadClientWorkingFolders() bool

HasDownloadClientWorkingFolders returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasEnableCompletedDownloadHandling

func (o *DownloadClientConfigResource) HasEnableCompletedDownloadHandling() bool

HasEnableCompletedDownloadHandling returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasId

HasId returns a boolean if a field has been set.

func (DownloadClientConfigResource) MarshalJSON

func (o DownloadClientConfigResource) MarshalJSON() ([]byte, error)

func (*DownloadClientConfigResource) SetAutoRedownloadFailed

func (o *DownloadClientConfigResource) SetAutoRedownloadFailed(v bool)

SetAutoRedownloadFailed gets a reference to the given bool and assigns it to the AutoRedownloadFailed field.

func (*DownloadClientConfigResource) SetAutoRedownloadFailedFromInteractiveSearch added in v1.0.0

func (o *DownloadClientConfigResource) SetAutoRedownloadFailedFromInteractiveSearch(v bool)

SetAutoRedownloadFailedFromInteractiveSearch gets a reference to the given bool and assigns it to the AutoRedownloadFailedFromInteractiveSearch field.

func (*DownloadClientConfigResource) SetDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) SetDownloadClientWorkingFolders(v string)

SetDownloadClientWorkingFolders gets a reference to the given NullableString and assigns it to the DownloadClientWorkingFolders field.

func (*DownloadClientConfigResource) SetDownloadClientWorkingFoldersNil

func (o *DownloadClientConfigResource) SetDownloadClientWorkingFoldersNil()

SetDownloadClientWorkingFoldersNil sets the value for DownloadClientWorkingFolders to be an explicit nil

func (*DownloadClientConfigResource) SetEnableCompletedDownloadHandling

func (o *DownloadClientConfigResource) SetEnableCompletedDownloadHandling(v bool)

SetEnableCompletedDownloadHandling gets a reference to the given bool and assigns it to the EnableCompletedDownloadHandling field.

func (*DownloadClientConfigResource) SetId

func (o *DownloadClientConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (DownloadClientConfigResource) ToMap added in v1.0.0

func (o DownloadClientConfigResource) ToMap() (map[string]interface{}, error)

func (*DownloadClientConfigResource) UnsetDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) UnsetDownloadClientWorkingFolders()

UnsetDownloadClientWorkingFolders ensures that no value is present for DownloadClientWorkingFolders, not even an explicit nil

type DownloadClientResource

type DownloadClientResource struct {
	Id                       *int32                   `json:"id,omitempty"`
	Name                     NullableString           `json:"name,omitempty"`
	Fields                   []Field                  `json:"fields,omitempty"`
	ImplementationName       NullableString           `json:"implementationName,omitempty"`
	Implementation           NullableString           `json:"implementation,omitempty"`
	ConfigContract           NullableString           `json:"configContract,omitempty"`
	InfoLink                 NullableString           `json:"infoLink,omitempty"`
	Message                  *ProviderMessage         `json:"message,omitempty"`
	Tags                     []int32                  `json:"tags,omitempty"`
	Presets                  []DownloadClientResource `json:"presets,omitempty"`
	Enable                   *bool                    `json:"enable,omitempty"`
	Protocol                 *DownloadProtocol        `json:"protocol,omitempty"`
	Priority                 *int32                   `json:"priority,omitempty"`
	RemoveCompletedDownloads *bool                    `json:"removeCompletedDownloads,omitempty"`
	RemoveFailedDownloads    *bool                    `json:"removeFailedDownloads,omitempty"`
}

DownloadClientResource struct for DownloadClientResource

func NewDownloadClientResource

func NewDownloadClientResource() *DownloadClientResource

NewDownloadClientResource instantiates a new DownloadClientResource 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 NewDownloadClientResourceWithDefaults

func NewDownloadClientResourceWithDefaults() *DownloadClientResource

NewDownloadClientResourceWithDefaults instantiates a new DownloadClientResource 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 (*DownloadClientResource) GetConfigContract

func (o *DownloadClientResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetConfigContractOk

func (o *DownloadClientResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract 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 (*DownloadClientResource) GetEnable

func (o *DownloadClientResource) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise.

func (*DownloadClientResource) GetEnableOk

func (o *DownloadClientResource) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetFields

func (o *DownloadClientResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetFieldsOk

func (o *DownloadClientResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields 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 (*DownloadClientResource) GetId

func (o *DownloadClientResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DownloadClientResource) GetIdOk

func (o *DownloadClientResource) GetIdOk() (*int32, 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 (*DownloadClientResource) GetImplementation

func (o *DownloadClientResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetImplementationName

func (o *DownloadClientResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetImplementationNameOk

func (o *DownloadClientResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (*DownloadClientResource) GetImplementationOk

func (o *DownloadClientResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation 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 (o *DownloadClientResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetInfoLinkOk

func (o *DownloadClientResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (*DownloadClientResource) GetMessage

func (o *DownloadClientResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*DownloadClientResource) GetMessageOk

func (o *DownloadClientResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetName

func (o *DownloadClientResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetNameOk

func (o *DownloadClientResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetPresets

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetPresetsOk

func (o *DownloadClientResource) GetPresetsOk() ([]DownloadClientResource, bool)

GetPresetsOk returns a tuple with the Presets 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 (*DownloadClientResource) GetPriority

func (o *DownloadClientResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*DownloadClientResource) GetPriorityOk

func (o *DownloadClientResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetProtocol

func (o *DownloadClientResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*DownloadClientResource) GetProtocolOk

func (o *DownloadClientResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientResource) GetRemoveCompletedDownloads() bool

GetRemoveCompletedDownloads returns the RemoveCompletedDownloads field value if set, zero value otherwise.

func (*DownloadClientResource) GetRemoveCompletedDownloadsOk added in v0.4.0

func (o *DownloadClientResource) GetRemoveCompletedDownloadsOk() (*bool, bool)

GetRemoveCompletedDownloadsOk returns a tuple with the RemoveCompletedDownloads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientResource) GetRemoveFailedDownloads() bool

GetRemoveFailedDownloads returns the RemoveFailedDownloads field value if set, zero value otherwise.

func (*DownloadClientResource) GetRemoveFailedDownloadsOk added in v0.4.0

func (o *DownloadClientResource) GetRemoveFailedDownloadsOk() (*bool, bool)

GetRemoveFailedDownloadsOk returns a tuple with the RemoveFailedDownloads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetTags

func (o *DownloadClientResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetTagsOk

func (o *DownloadClientResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*DownloadClientResource) HasConfigContract

func (o *DownloadClientResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*DownloadClientResource) HasEnable

func (o *DownloadClientResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*DownloadClientResource) HasFields

func (o *DownloadClientResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*DownloadClientResource) HasId

func (o *DownloadClientResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DownloadClientResource) HasImplementation

func (o *DownloadClientResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*DownloadClientResource) HasImplementationName

func (o *DownloadClientResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *DownloadClientResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*DownloadClientResource) HasMessage

func (o *DownloadClientResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*DownloadClientResource) HasName

func (o *DownloadClientResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*DownloadClientResource) HasPresets

func (o *DownloadClientResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*DownloadClientResource) HasPriority

func (o *DownloadClientResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*DownloadClientResource) HasProtocol

func (o *DownloadClientResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*DownloadClientResource) HasRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientResource) HasRemoveCompletedDownloads() bool

HasRemoveCompletedDownloads returns a boolean if a field has been set.

func (*DownloadClientResource) HasRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientResource) HasRemoveFailedDownloads() bool

HasRemoveFailedDownloads returns a boolean if a field has been set.

func (*DownloadClientResource) HasTags

func (o *DownloadClientResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (DownloadClientResource) MarshalJSON

func (o DownloadClientResource) MarshalJSON() ([]byte, error)

func (*DownloadClientResource) SetConfigContract

func (o *DownloadClientResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*DownloadClientResource) SetConfigContractNil

func (o *DownloadClientResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*DownloadClientResource) SetEnable

func (o *DownloadClientResource) SetEnable(v bool)

SetEnable gets a reference to the given bool and assigns it to the Enable field.

func (*DownloadClientResource) SetFields

func (o *DownloadClientResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*DownloadClientResource) SetId

func (o *DownloadClientResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DownloadClientResource) SetImplementation

func (o *DownloadClientResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*DownloadClientResource) SetImplementationName

func (o *DownloadClientResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*DownloadClientResource) SetImplementationNameNil

func (o *DownloadClientResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*DownloadClientResource) SetImplementationNil

func (o *DownloadClientResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *DownloadClientResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*DownloadClientResource) SetInfoLinkNil

func (o *DownloadClientResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*DownloadClientResource) SetMessage

func (o *DownloadClientResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*DownloadClientResource) SetName

func (o *DownloadClientResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*DownloadClientResource) SetNameNil

func (o *DownloadClientResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*DownloadClientResource) SetPresets

SetPresets gets a reference to the given []DownloadClientResource and assigns it to the Presets field.

func (*DownloadClientResource) SetPriority

func (o *DownloadClientResource) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*DownloadClientResource) SetProtocol

func (o *DownloadClientResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*DownloadClientResource) SetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientResource) SetRemoveCompletedDownloads(v bool)

SetRemoveCompletedDownloads gets a reference to the given bool and assigns it to the RemoveCompletedDownloads field.

func (*DownloadClientResource) SetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientResource) SetRemoveFailedDownloads(v bool)

SetRemoveFailedDownloads gets a reference to the given bool and assigns it to the RemoveFailedDownloads field.

func (*DownloadClientResource) SetTags

func (o *DownloadClientResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (DownloadClientResource) ToMap added in v1.0.0

func (o DownloadClientResource) ToMap() (map[string]interface{}, error)

func (*DownloadClientResource) UnsetConfigContract

func (o *DownloadClientResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*DownloadClientResource) UnsetImplementation

func (o *DownloadClientResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*DownloadClientResource) UnsetImplementationName

func (o *DownloadClientResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *DownloadClientResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*DownloadClientResource) UnsetName

func (o *DownloadClientResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type DownloadProtocol

type DownloadProtocol string

DownloadProtocol the model 'DownloadProtocol'

const (
	DOWNLOADPROTOCOL_UNKNOWN DownloadProtocol = "unknown"
	DOWNLOADPROTOCOL_USENET  DownloadProtocol = "usenet"
	DOWNLOADPROTOCOL_TORRENT DownloadProtocol = "torrent"
)

List of DownloadProtocol

func NewDownloadProtocolFromValue

func NewDownloadProtocolFromValue(v string) (*DownloadProtocol, error)

NewDownloadProtocolFromValue returns a pointer to a valid DownloadProtocol for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DownloadProtocol) IsValid

func (v DownloadProtocol) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DownloadProtocol) Ptr

Ptr returns reference to DownloadProtocol value

func (*DownloadProtocol) UnmarshalJSON

func (v *DownloadProtocol) UnmarshalJSON(src []byte) error

type Edition

type Edition struct {
	Id               *int32                  `json:"id,omitempty"`
	BookId           *int32                  `json:"bookId,omitempty"`
	ForeignEditionId NullableString          `json:"foreignEditionId,omitempty"`
	TitleSlug        NullableString          `json:"titleSlug,omitempty"`
	Isbn13           NullableString          `json:"isbn13,omitempty"`
	Asin             NullableString          `json:"asin,omitempty"`
	Title            NullableString          `json:"title,omitempty"`
	Language         NullableString          `json:"language,omitempty"`
	Overview         NullableString          `json:"overview,omitempty"`
	Format           NullableString          `json:"format,omitempty"`
	IsEbook          *bool                   `json:"isEbook,omitempty"`
	Disambiguation   NullableString          `json:"disambiguation,omitempty"`
	Publisher        NullableString          `json:"publisher,omitempty"`
	PageCount        *int32                  `json:"pageCount,omitempty"`
	ReleaseDate      NullableTime            `json:"releaseDate,omitempty"`
	Images           []MediaCover            `json:"images,omitempty"`
	Links            []Links                 `json:"links,omitempty"`
	Ratings          *Ratings                `json:"ratings,omitempty"`
	Monitored        *bool                   `json:"monitored,omitempty"`
	ManualAdd        *bool                   `json:"manualAdd,omitempty"`
	Book             *BookLazyLoaded         `json:"book,omitempty"`
	BookFiles        *BookFileListLazyLoaded `json:"bookFiles,omitempty"`
}

Edition struct for Edition

func NewEdition

func NewEdition() *Edition

NewEdition instantiates a new Edition 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 NewEditionWithDefaults

func NewEditionWithDefaults() *Edition

NewEditionWithDefaults instantiates a new Edition 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 (*Edition) GetAsin

func (o *Edition) GetAsin() string

GetAsin returns the Asin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetAsinOk

func (o *Edition) GetAsinOk() (*string, bool)

GetAsinOk returns a tuple with the Asin 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 (*Edition) GetBook

func (o *Edition) GetBook() BookLazyLoaded

GetBook returns the Book field value if set, zero value otherwise.

func (*Edition) GetBookFiles

func (o *Edition) GetBookFiles() BookFileListLazyLoaded

GetBookFiles returns the BookFiles field value if set, zero value otherwise.

func (*Edition) GetBookFilesOk

func (o *Edition) GetBookFilesOk() (*BookFileListLazyLoaded, bool)

GetBookFilesOk returns a tuple with the BookFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetBookId

func (o *Edition) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*Edition) GetBookIdOk

func (o *Edition) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetBookOk

func (o *Edition) GetBookOk() (*BookLazyLoaded, bool)

GetBookOk returns a tuple with the Book field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetDisambiguation

func (o *Edition) GetDisambiguation() string

GetDisambiguation returns the Disambiguation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetDisambiguationOk

func (o *Edition) GetDisambiguationOk() (*string, bool)

GetDisambiguationOk returns a tuple with the Disambiguation 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 (*Edition) GetForeignEditionId

func (o *Edition) GetForeignEditionId() string

GetForeignEditionId returns the ForeignEditionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetForeignEditionIdOk

func (o *Edition) GetForeignEditionIdOk() (*string, bool)

GetForeignEditionIdOk returns a tuple with the ForeignEditionId 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 (*Edition) GetFormat

func (o *Edition) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetFormatOk

func (o *Edition) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format 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 (*Edition) GetId

func (o *Edition) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Edition) GetIdOk

func (o *Edition) GetIdOk() (*int32, 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 (*Edition) GetImages

func (o *Edition) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetImagesOk

func (o *Edition) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images 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 (*Edition) GetIsEbook

func (o *Edition) GetIsEbook() bool

GetIsEbook returns the IsEbook field value if set, zero value otherwise.

func (*Edition) GetIsEbookOk

func (o *Edition) GetIsEbookOk() (*bool, bool)

GetIsEbookOk returns a tuple with the IsEbook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetIsbn13

func (o *Edition) GetIsbn13() string

GetIsbn13 returns the Isbn13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetIsbn13Ok

func (o *Edition) GetIsbn13Ok() (*string, bool)

GetIsbn13Ok returns a tuple with the Isbn13 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 (*Edition) GetLanguage

func (o *Edition) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetLanguageOk

func (o *Edition) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language 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 (o *Edition) GetLinks() []Links

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetLinksOk

func (o *Edition) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Edition) GetManualAdd

func (o *Edition) GetManualAdd() bool

GetManualAdd returns the ManualAdd field value if set, zero value otherwise.

func (*Edition) GetManualAddOk

func (o *Edition) GetManualAddOk() (*bool, bool)

GetManualAddOk returns a tuple with the ManualAdd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetMonitored

func (o *Edition) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*Edition) GetMonitoredOk

func (o *Edition) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetOverview

func (o *Edition) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetOverviewOk

func (o *Edition) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview 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 (*Edition) GetPageCount

func (o *Edition) GetPageCount() int32

GetPageCount returns the PageCount field value if set, zero value otherwise.

func (*Edition) GetPageCountOk

func (o *Edition) GetPageCountOk() (*int32, bool)

GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetPublisher

func (o *Edition) GetPublisher() string

GetPublisher returns the Publisher field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetPublisherOk

func (o *Edition) GetPublisherOk() (*string, bool)

GetPublisherOk returns a tuple with the Publisher 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 (*Edition) GetRatings

func (o *Edition) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*Edition) GetRatingsOk

func (o *Edition) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Edition) GetReleaseDate

func (o *Edition) GetReleaseDate() time.Time

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetReleaseDateOk

func (o *Edition) GetReleaseDateOk() (*time.Time, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate 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 (*Edition) GetTitle

func (o *Edition) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetTitleOk

func (o *Edition) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*Edition) GetTitleSlug

func (o *Edition) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Edition) GetTitleSlugOk

func (o *Edition) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug 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 (*Edition) HasAsin

func (o *Edition) HasAsin() bool

HasAsin returns a boolean if a field has been set.

func (*Edition) HasBook

func (o *Edition) HasBook() bool

HasBook returns a boolean if a field has been set.

func (*Edition) HasBookFiles

func (o *Edition) HasBookFiles() bool

HasBookFiles returns a boolean if a field has been set.

func (*Edition) HasBookId

func (o *Edition) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*Edition) HasDisambiguation

func (o *Edition) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*Edition) HasForeignEditionId

func (o *Edition) HasForeignEditionId() bool

HasForeignEditionId returns a boolean if a field has been set.

func (*Edition) HasFormat

func (o *Edition) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*Edition) HasId

func (o *Edition) HasId() bool

HasId returns a boolean if a field has been set.

func (*Edition) HasImages

func (o *Edition) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*Edition) HasIsEbook

func (o *Edition) HasIsEbook() bool

HasIsEbook returns a boolean if a field has been set.

func (*Edition) HasIsbn13

func (o *Edition) HasIsbn13() bool

HasIsbn13 returns a boolean if a field has been set.

func (*Edition) HasLanguage

func (o *Edition) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (o *Edition) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*Edition) HasManualAdd

func (o *Edition) HasManualAdd() bool

HasManualAdd returns a boolean if a field has been set.

func (*Edition) HasMonitored

func (o *Edition) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*Edition) HasOverview

func (o *Edition) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*Edition) HasPageCount

func (o *Edition) HasPageCount() bool

HasPageCount returns a boolean if a field has been set.

func (*Edition) HasPublisher

func (o *Edition) HasPublisher() bool

HasPublisher returns a boolean if a field has been set.

func (*Edition) HasRatings

func (o *Edition) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*Edition) HasReleaseDate

func (o *Edition) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*Edition) HasTitle

func (o *Edition) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Edition) HasTitleSlug

func (o *Edition) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (Edition) MarshalJSON

func (o Edition) MarshalJSON() ([]byte, error)

func (*Edition) SetAsin

func (o *Edition) SetAsin(v string)

SetAsin gets a reference to the given NullableString and assigns it to the Asin field.

func (*Edition) SetAsinNil

func (o *Edition) SetAsinNil()

SetAsinNil sets the value for Asin to be an explicit nil

func (*Edition) SetBook

func (o *Edition) SetBook(v BookLazyLoaded)

SetBook gets a reference to the given BookLazyLoaded and assigns it to the Book field.

func (*Edition) SetBookFiles

func (o *Edition) SetBookFiles(v BookFileListLazyLoaded)

SetBookFiles gets a reference to the given BookFileListLazyLoaded and assigns it to the BookFiles field.

func (*Edition) SetBookId

func (o *Edition) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*Edition) SetDisambiguation

func (o *Edition) SetDisambiguation(v string)

SetDisambiguation gets a reference to the given NullableString and assigns it to the Disambiguation field.

func (*Edition) SetDisambiguationNil

func (o *Edition) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*Edition) SetForeignEditionId

func (o *Edition) SetForeignEditionId(v string)

SetForeignEditionId gets a reference to the given NullableString and assigns it to the ForeignEditionId field.

func (*Edition) SetForeignEditionIdNil

func (o *Edition) SetForeignEditionIdNil()

SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil

func (*Edition) SetFormat

func (o *Edition) SetFormat(v string)

SetFormat gets a reference to the given NullableString and assigns it to the Format field.

func (*Edition) SetFormatNil

func (o *Edition) SetFormatNil()

SetFormatNil sets the value for Format to be an explicit nil

func (*Edition) SetId

func (o *Edition) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Edition) SetImages

func (o *Edition) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*Edition) SetIsEbook

func (o *Edition) SetIsEbook(v bool)

SetIsEbook gets a reference to the given bool and assigns it to the IsEbook field.

func (*Edition) SetIsbn13

func (o *Edition) SetIsbn13(v string)

SetIsbn13 gets a reference to the given NullableString and assigns it to the Isbn13 field.

func (*Edition) SetIsbn13Nil

func (o *Edition) SetIsbn13Nil()

SetIsbn13Nil sets the value for Isbn13 to be an explicit nil

func (*Edition) SetLanguage

func (o *Edition) SetLanguage(v string)

SetLanguage gets a reference to the given NullableString and assigns it to the Language field.

func (*Edition) SetLanguageNil

func (o *Edition) SetLanguageNil()

SetLanguageNil sets the value for Language to be an explicit nil

func (o *Edition) SetLinks(v []Links)

SetLinks gets a reference to the given []Links and assigns it to the Links field.

func (*Edition) SetManualAdd

func (o *Edition) SetManualAdd(v bool)

SetManualAdd gets a reference to the given bool and assigns it to the ManualAdd field.

func (*Edition) SetMonitored

func (o *Edition) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*Edition) SetOverview

func (o *Edition) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*Edition) SetOverviewNil

func (o *Edition) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*Edition) SetPageCount

func (o *Edition) SetPageCount(v int32)

SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.

func (*Edition) SetPublisher

func (o *Edition) SetPublisher(v string)

SetPublisher gets a reference to the given NullableString and assigns it to the Publisher field.

func (*Edition) SetPublisherNil

func (o *Edition) SetPublisherNil()

SetPublisherNil sets the value for Publisher to be an explicit nil

func (*Edition) SetRatings

func (o *Edition) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*Edition) SetReleaseDate

func (o *Edition) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given NullableTime and assigns it to the ReleaseDate field.

func (*Edition) SetReleaseDateNil

func (o *Edition) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (*Edition) SetTitle

func (o *Edition) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*Edition) SetTitleNil

func (o *Edition) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*Edition) SetTitleSlug

func (o *Edition) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*Edition) SetTitleSlugNil

func (o *Edition) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (Edition) ToMap added in v1.0.0

func (o Edition) ToMap() (map[string]interface{}, error)

func (*Edition) UnsetAsin

func (o *Edition) UnsetAsin()

UnsetAsin ensures that no value is present for Asin, not even an explicit nil

func (*Edition) UnsetDisambiguation

func (o *Edition) UnsetDisambiguation()

UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil

func (*Edition) UnsetForeignEditionId

func (o *Edition) UnsetForeignEditionId()

UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil

func (*Edition) UnsetFormat

func (o *Edition) UnsetFormat()

UnsetFormat ensures that no value is present for Format, not even an explicit nil

func (*Edition) UnsetIsbn13

func (o *Edition) UnsetIsbn13()

UnsetIsbn13 ensures that no value is present for Isbn13, not even an explicit nil

func (*Edition) UnsetLanguage

func (o *Edition) UnsetLanguage()

UnsetLanguage ensures that no value is present for Language, not even an explicit nil

func (*Edition) UnsetOverview

func (o *Edition) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*Edition) UnsetPublisher

func (o *Edition) UnsetPublisher()

UnsetPublisher ensures that no value is present for Publisher, not even an explicit nil

func (*Edition) UnsetReleaseDate

func (o *Edition) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*Edition) UnsetTitle

func (o *Edition) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*Edition) UnsetTitleSlug

func (o *Edition) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

type EditionAPIService added in v1.0.0

type EditionAPIService service

EditionAPIService EditionAPI service

func (*EditionAPIService) ListEdition added in v1.0.0

ListEdition Method for ListEdition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListEditionRequest

func (*EditionAPIService) ListEditionExecute added in v1.0.0

Execute executes the request

@return []EditionResource

type EditionLazyLoaded

type EditionLazyLoaded struct {
	Value    *Edition `json:"value,omitempty"`
	IsLoaded *bool    `json:"isLoaded,omitempty"`
}

EditionLazyLoaded struct for EditionLazyLoaded

func NewEditionLazyLoaded

func NewEditionLazyLoaded() *EditionLazyLoaded

NewEditionLazyLoaded instantiates a new EditionLazyLoaded 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 NewEditionLazyLoadedWithDefaults

func NewEditionLazyLoadedWithDefaults() *EditionLazyLoaded

NewEditionLazyLoadedWithDefaults instantiates a new EditionLazyLoaded 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 (*EditionLazyLoaded) GetIsLoaded

func (o *EditionLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*EditionLazyLoaded) GetIsLoadedOk

func (o *EditionLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionLazyLoaded) GetValue

func (o *EditionLazyLoaded) GetValue() Edition

GetValue returns the Value field value if set, zero value otherwise.

func (*EditionLazyLoaded) GetValueOk

func (o *EditionLazyLoaded) GetValueOk() (*Edition, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionLazyLoaded) HasIsLoaded

func (o *EditionLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*EditionLazyLoaded) HasValue

func (o *EditionLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (EditionLazyLoaded) MarshalJSON

func (o EditionLazyLoaded) MarshalJSON() ([]byte, error)

func (*EditionLazyLoaded) SetIsLoaded

func (o *EditionLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*EditionLazyLoaded) SetValue

func (o *EditionLazyLoaded) SetValue(v Edition)

SetValue gets a reference to the given Edition and assigns it to the Value field.

func (EditionLazyLoaded) ToMap added in v1.0.0

func (o EditionLazyLoaded) ToMap() (map[string]interface{}, error)

type EditionListLazyLoaded

type EditionListLazyLoaded struct {
	Value    []Edition `json:"value,omitempty"`
	IsLoaded *bool     `json:"isLoaded,omitempty"`
}

EditionListLazyLoaded struct for EditionListLazyLoaded

func NewEditionListLazyLoaded

func NewEditionListLazyLoaded() *EditionListLazyLoaded

NewEditionListLazyLoaded instantiates a new EditionListLazyLoaded 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 NewEditionListLazyLoadedWithDefaults

func NewEditionListLazyLoadedWithDefaults() *EditionListLazyLoaded

NewEditionListLazyLoadedWithDefaults instantiates a new EditionListLazyLoaded 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 (*EditionListLazyLoaded) GetIsLoaded

func (o *EditionListLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*EditionListLazyLoaded) GetIsLoadedOk

func (o *EditionListLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionListLazyLoaded) GetValue

func (o *EditionListLazyLoaded) GetValue() []Edition

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionListLazyLoaded) GetValueOk

func (o *EditionListLazyLoaded) GetValueOk() ([]Edition, bool)

GetValueOk returns a tuple with the Value 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 (*EditionListLazyLoaded) HasIsLoaded

func (o *EditionListLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*EditionListLazyLoaded) HasValue

func (o *EditionListLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (EditionListLazyLoaded) MarshalJSON

func (o EditionListLazyLoaded) MarshalJSON() ([]byte, error)

func (*EditionListLazyLoaded) SetIsLoaded

func (o *EditionListLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*EditionListLazyLoaded) SetValue

func (o *EditionListLazyLoaded) SetValue(v []Edition)

SetValue gets a reference to the given []Edition and assigns it to the Value field.

func (EditionListLazyLoaded) ToMap added in v1.0.0

func (o EditionListLazyLoaded) ToMap() (map[string]interface{}, error)

type EditionResource

type EditionResource struct {
	Id               *int32         `json:"id,omitempty"`
	BookId           *int32         `json:"bookId,omitempty"`
	ForeignEditionId NullableString `json:"foreignEditionId,omitempty"`
	TitleSlug        NullableString `json:"titleSlug,omitempty"`
	Isbn13           NullableString `json:"isbn13,omitempty"`
	Asin             NullableString `json:"asin,omitempty"`
	Title            NullableString `json:"title,omitempty"`
	Language         NullableString `json:"language,omitempty"`
	Overview         NullableString `json:"overview,omitempty"`
	Format           NullableString `json:"format,omitempty"`
	IsEbook          *bool          `json:"isEbook,omitempty"`
	Disambiguation   NullableString `json:"disambiguation,omitempty"`
	Publisher        NullableString `json:"publisher,omitempty"`
	PageCount        *int32         `json:"pageCount,omitempty"`
	ReleaseDate      NullableTime   `json:"releaseDate,omitempty"`
	Images           []MediaCover   `json:"images,omitempty"`
	Links            []Links        `json:"links,omitempty"`
	Ratings          *Ratings       `json:"ratings,omitempty"`
	Monitored        *bool          `json:"monitored,omitempty"`
	ManualAdd        *bool          `json:"manualAdd,omitempty"`
	RemoteCover      NullableString `json:"remoteCover,omitempty"`
	Grabbed          *bool          `json:"grabbed,omitempty"`
}

EditionResource struct for EditionResource

func NewEditionResource

func NewEditionResource() *EditionResource

NewEditionResource instantiates a new EditionResource 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 NewEditionResourceWithDefaults

func NewEditionResourceWithDefaults() *EditionResource

NewEditionResourceWithDefaults instantiates a new EditionResource 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 (*EditionResource) GetAsin

func (o *EditionResource) GetAsin() string

GetAsin returns the Asin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetAsinOk

func (o *EditionResource) GetAsinOk() (*string, bool)

GetAsinOk returns a tuple with the Asin 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 (*EditionResource) GetBookId

func (o *EditionResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*EditionResource) GetBookIdOk

func (o *EditionResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetDisambiguation

func (o *EditionResource) GetDisambiguation() string

GetDisambiguation returns the Disambiguation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetDisambiguationOk

func (o *EditionResource) GetDisambiguationOk() (*string, bool)

GetDisambiguationOk returns a tuple with the Disambiguation 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 (*EditionResource) GetForeignEditionId

func (o *EditionResource) GetForeignEditionId() string

GetForeignEditionId returns the ForeignEditionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetForeignEditionIdOk

func (o *EditionResource) GetForeignEditionIdOk() (*string, bool)

GetForeignEditionIdOk returns a tuple with the ForeignEditionId 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 (*EditionResource) GetFormat

func (o *EditionResource) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetFormatOk

func (o *EditionResource) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format 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 (*EditionResource) GetGrabbed

func (o *EditionResource) GetGrabbed() bool

GetGrabbed returns the Grabbed field value if set, zero value otherwise.

func (*EditionResource) GetGrabbedOk

func (o *EditionResource) GetGrabbedOk() (*bool, bool)

GetGrabbedOk returns a tuple with the Grabbed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetId

func (o *EditionResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*EditionResource) GetIdOk

func (o *EditionResource) GetIdOk() (*int32, 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 (*EditionResource) GetImages

func (o *EditionResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetImagesOk

func (o *EditionResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images 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 (*EditionResource) GetIsEbook

func (o *EditionResource) GetIsEbook() bool

GetIsEbook returns the IsEbook field value if set, zero value otherwise.

func (*EditionResource) GetIsEbookOk

func (o *EditionResource) GetIsEbookOk() (*bool, bool)

GetIsEbookOk returns a tuple with the IsEbook field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetIsbn13

func (o *EditionResource) GetIsbn13() string

GetIsbn13 returns the Isbn13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetIsbn13Ok

func (o *EditionResource) GetIsbn13Ok() (*string, bool)

GetIsbn13Ok returns a tuple with the Isbn13 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 (*EditionResource) GetLanguage

func (o *EditionResource) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetLanguageOk

func (o *EditionResource) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language 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 (o *EditionResource) GetLinks() []Links

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetLinksOk

func (o *EditionResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EditionResource) GetManualAdd

func (o *EditionResource) GetManualAdd() bool

GetManualAdd returns the ManualAdd field value if set, zero value otherwise.

func (*EditionResource) GetManualAddOk

func (o *EditionResource) GetManualAddOk() (*bool, bool)

GetManualAddOk returns a tuple with the ManualAdd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetMonitored

func (o *EditionResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*EditionResource) GetMonitoredOk

func (o *EditionResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetOverview

func (o *EditionResource) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetOverviewOk

func (o *EditionResource) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview 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 (*EditionResource) GetPageCount

func (o *EditionResource) GetPageCount() int32

GetPageCount returns the PageCount field value if set, zero value otherwise.

func (*EditionResource) GetPageCountOk

func (o *EditionResource) GetPageCountOk() (*int32, bool)

GetPageCountOk returns a tuple with the PageCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetPublisher

func (o *EditionResource) GetPublisher() string

GetPublisher returns the Publisher field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetPublisherOk

func (o *EditionResource) GetPublisherOk() (*string, bool)

GetPublisherOk returns a tuple with the Publisher 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 (*EditionResource) GetRatings

func (o *EditionResource) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*EditionResource) GetRatingsOk

func (o *EditionResource) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditionResource) GetReleaseDate

func (o *EditionResource) GetReleaseDate() time.Time

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetReleaseDateOk

func (o *EditionResource) GetReleaseDateOk() (*time.Time, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate 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 (*EditionResource) GetRemoteCover

func (o *EditionResource) GetRemoteCover() string

GetRemoteCover returns the RemoteCover field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetRemoteCoverOk

func (o *EditionResource) GetRemoteCoverOk() (*string, bool)

GetRemoteCoverOk returns a tuple with the RemoteCover 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 (*EditionResource) GetTitle

func (o *EditionResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetTitleOk

func (o *EditionResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*EditionResource) GetTitleSlug

func (o *EditionResource) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EditionResource) GetTitleSlugOk

func (o *EditionResource) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug 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 (*EditionResource) HasAsin

func (o *EditionResource) HasAsin() bool

HasAsin returns a boolean if a field has been set.

func (*EditionResource) HasBookId

func (o *EditionResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*EditionResource) HasDisambiguation

func (o *EditionResource) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*EditionResource) HasForeignEditionId

func (o *EditionResource) HasForeignEditionId() bool

HasForeignEditionId returns a boolean if a field has been set.

func (*EditionResource) HasFormat

func (o *EditionResource) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*EditionResource) HasGrabbed

func (o *EditionResource) HasGrabbed() bool

HasGrabbed returns a boolean if a field has been set.

func (*EditionResource) HasId

func (o *EditionResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*EditionResource) HasImages

func (o *EditionResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*EditionResource) HasIsEbook

func (o *EditionResource) HasIsEbook() bool

HasIsEbook returns a boolean if a field has been set.

func (*EditionResource) HasIsbn13

func (o *EditionResource) HasIsbn13() bool

HasIsbn13 returns a boolean if a field has been set.

func (*EditionResource) HasLanguage

func (o *EditionResource) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (o *EditionResource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*EditionResource) HasManualAdd

func (o *EditionResource) HasManualAdd() bool

HasManualAdd returns a boolean if a field has been set.

func (*EditionResource) HasMonitored

func (o *EditionResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*EditionResource) HasOverview

func (o *EditionResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*EditionResource) HasPageCount

func (o *EditionResource) HasPageCount() bool

HasPageCount returns a boolean if a field has been set.

func (*EditionResource) HasPublisher

func (o *EditionResource) HasPublisher() bool

HasPublisher returns a boolean if a field has been set.

func (*EditionResource) HasRatings

func (o *EditionResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*EditionResource) HasReleaseDate

func (o *EditionResource) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*EditionResource) HasRemoteCover

func (o *EditionResource) HasRemoteCover() bool

HasRemoteCover returns a boolean if a field has been set.

func (*EditionResource) HasTitle

func (o *EditionResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*EditionResource) HasTitleSlug

func (o *EditionResource) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (EditionResource) MarshalJSON

func (o EditionResource) MarshalJSON() ([]byte, error)

func (*EditionResource) SetAsin

func (o *EditionResource) SetAsin(v string)

SetAsin gets a reference to the given NullableString and assigns it to the Asin field.

func (*EditionResource) SetAsinNil

func (o *EditionResource) SetAsinNil()

SetAsinNil sets the value for Asin to be an explicit nil

func (*EditionResource) SetBookId

func (o *EditionResource) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*EditionResource) SetDisambiguation

func (o *EditionResource) SetDisambiguation(v string)

SetDisambiguation gets a reference to the given NullableString and assigns it to the Disambiguation field.

func (*EditionResource) SetDisambiguationNil

func (o *EditionResource) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*EditionResource) SetForeignEditionId

func (o *EditionResource) SetForeignEditionId(v string)

SetForeignEditionId gets a reference to the given NullableString and assigns it to the ForeignEditionId field.

func (*EditionResource) SetForeignEditionIdNil

func (o *EditionResource) SetForeignEditionIdNil()

SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil

func (*EditionResource) SetFormat

func (o *EditionResource) SetFormat(v string)

SetFormat gets a reference to the given NullableString and assigns it to the Format field.

func (*EditionResource) SetFormatNil

func (o *EditionResource) SetFormatNil()

SetFormatNil sets the value for Format to be an explicit nil

func (*EditionResource) SetGrabbed

func (o *EditionResource) SetGrabbed(v bool)

SetGrabbed gets a reference to the given bool and assigns it to the Grabbed field.

func (*EditionResource) SetId

func (o *EditionResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*EditionResource) SetImages

func (o *EditionResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*EditionResource) SetIsEbook

func (o *EditionResource) SetIsEbook(v bool)

SetIsEbook gets a reference to the given bool and assigns it to the IsEbook field.

func (*EditionResource) SetIsbn13

func (o *EditionResource) SetIsbn13(v string)

SetIsbn13 gets a reference to the given NullableString and assigns it to the Isbn13 field.

func (*EditionResource) SetIsbn13Nil

func (o *EditionResource) SetIsbn13Nil()

SetIsbn13Nil sets the value for Isbn13 to be an explicit nil

func (*EditionResource) SetLanguage

func (o *EditionResource) SetLanguage(v string)

SetLanguage gets a reference to the given NullableString and assigns it to the Language field.

func (*EditionResource) SetLanguageNil

func (o *EditionResource) SetLanguageNil()

SetLanguageNil sets the value for Language to be an explicit nil

func (o *EditionResource) SetLinks(v []Links)

SetLinks gets a reference to the given []Links and assigns it to the Links field.

func (*EditionResource) SetManualAdd

func (o *EditionResource) SetManualAdd(v bool)

SetManualAdd gets a reference to the given bool and assigns it to the ManualAdd field.

func (*EditionResource) SetMonitored

func (o *EditionResource) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*EditionResource) SetOverview

func (o *EditionResource) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*EditionResource) SetOverviewNil

func (o *EditionResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*EditionResource) SetPageCount

func (o *EditionResource) SetPageCount(v int32)

SetPageCount gets a reference to the given int32 and assigns it to the PageCount field.

func (*EditionResource) SetPublisher

func (o *EditionResource) SetPublisher(v string)

SetPublisher gets a reference to the given NullableString and assigns it to the Publisher field.

func (*EditionResource) SetPublisherNil

func (o *EditionResource) SetPublisherNil()

SetPublisherNil sets the value for Publisher to be an explicit nil

func (*EditionResource) SetRatings

func (o *EditionResource) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*EditionResource) SetReleaseDate

func (o *EditionResource) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given NullableTime and assigns it to the ReleaseDate field.

func (*EditionResource) SetReleaseDateNil

func (o *EditionResource) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (*EditionResource) SetRemoteCover

func (o *EditionResource) SetRemoteCover(v string)

SetRemoteCover gets a reference to the given NullableString and assigns it to the RemoteCover field.

func (*EditionResource) SetRemoteCoverNil

func (o *EditionResource) SetRemoteCoverNil()

SetRemoteCoverNil sets the value for RemoteCover to be an explicit nil

func (*EditionResource) SetTitle

func (o *EditionResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*EditionResource) SetTitleNil

func (o *EditionResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*EditionResource) SetTitleSlug

func (o *EditionResource) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*EditionResource) SetTitleSlugNil

func (o *EditionResource) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (EditionResource) ToMap added in v1.0.0

func (o EditionResource) ToMap() (map[string]interface{}, error)

func (*EditionResource) UnsetAsin

func (o *EditionResource) UnsetAsin()

UnsetAsin ensures that no value is present for Asin, not even an explicit nil

func (*EditionResource) UnsetDisambiguation

func (o *EditionResource) UnsetDisambiguation()

UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil

func (*EditionResource) UnsetForeignEditionId

func (o *EditionResource) UnsetForeignEditionId()

UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil

func (*EditionResource) UnsetFormat

func (o *EditionResource) UnsetFormat()

UnsetFormat ensures that no value is present for Format, not even an explicit nil

func (*EditionResource) UnsetIsbn13

func (o *EditionResource) UnsetIsbn13()

UnsetIsbn13 ensures that no value is present for Isbn13, not even an explicit nil

func (*EditionResource) UnsetLanguage

func (o *EditionResource) UnsetLanguage()

UnsetLanguage ensures that no value is present for Language, not even an explicit nil

func (*EditionResource) UnsetOverview

func (o *EditionResource) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*EditionResource) UnsetPublisher

func (o *EditionResource) UnsetPublisher()

UnsetPublisher ensures that no value is present for Publisher, not even an explicit nil

func (*EditionResource) UnsetReleaseDate

func (o *EditionResource) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*EditionResource) UnsetRemoteCover

func (o *EditionResource) UnsetRemoteCover()

UnsetRemoteCover ensures that no value is present for RemoteCover, not even an explicit nil

func (*EditionResource) UnsetTitle

func (o *EditionResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*EditionResource) UnsetTitleSlug

func (o *EditionResource) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

type EntityHistoryEventType added in v0.3.0

type EntityHistoryEventType string

EntityHistoryEventType the model 'EntityHistoryEventType'

const (
	ENTITYHISTORYEVENTTYPE_UNKNOWN                EntityHistoryEventType = "unknown"
	ENTITYHISTORYEVENTTYPE_GRABBED                EntityHistoryEventType = "grabbed"
	ENTITYHISTORYEVENTTYPE_BOOK_FILE_IMPORTED     EntityHistoryEventType = "bookFileImported"
	ENTITYHISTORYEVENTTYPE_DOWNLOAD_FAILED        EntityHistoryEventType = "downloadFailed"
	ENTITYHISTORYEVENTTYPE_BOOK_FILE_DELETED      EntityHistoryEventType = "bookFileDeleted"
	ENTITYHISTORYEVENTTYPE_BOOK_FILE_RENAMED      EntityHistoryEventType = "bookFileRenamed"
	ENTITYHISTORYEVENTTYPE_BOOK_IMPORT_INCOMPLETE EntityHistoryEventType = "bookImportIncomplete"
	ENTITYHISTORYEVENTTYPE_DOWNLOAD_IMPORTED      EntityHistoryEventType = "downloadImported"
	ENTITYHISTORYEVENTTYPE_BOOK_FILE_RETAGGED     EntityHistoryEventType = "bookFileRetagged"
	ENTITYHISTORYEVENTTYPE_DOWNLOAD_IGNORED       EntityHistoryEventType = "downloadIgnored"
)

List of EntityHistoryEventType

func NewEntityHistoryEventTypeFromValue added in v0.3.0

func NewEntityHistoryEventTypeFromValue(v string) (*EntityHistoryEventType, error)

NewEntityHistoryEventTypeFromValue returns a pointer to a valid EntityHistoryEventType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EntityHistoryEventType) IsValid added in v0.3.0

func (v EntityHistoryEventType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (EntityHistoryEventType) Ptr added in v0.3.0

Ptr returns reference to EntityHistoryEventType value

func (*EntityHistoryEventType) UnmarshalJSON added in v0.3.0

func (v *EntityHistoryEventType) UnmarshalJSON(src []byte) error

type Field

type Field struct {
	Order                       *int32         `json:"order,omitempty"`
	Name                        NullableString `json:"name,omitempty"`
	Label                       NullableString `json:"label,omitempty"`
	Unit                        NullableString `json:"unit,omitempty"`
	HelpText                    NullableString `json:"helpText,omitempty"`
	HelpTextWarning             NullableString `json:"helpTextWarning,omitempty"`
	HelpLink                    NullableString `json:"helpLink,omitempty"`
	Value                       interface{}    `json:"value,omitempty"`
	Type                        NullableString `json:"type,omitempty"`
	Advanced                    *bool          `json:"advanced,omitempty"`
	SelectOptions               []SelectOption `json:"selectOptions,omitempty"`
	SelectOptionsProviderAction NullableString `json:"selectOptionsProviderAction,omitempty"`
	Section                     NullableString `json:"section,omitempty"`
	Hidden                      NullableString `json:"hidden,omitempty"`
	Placeholder                 NullableString `json:"placeholder,omitempty"`
	IsFloat                     *bool          `json:"isFloat,omitempty"`
}

Field struct for Field

func NewField

func NewField() *Field

NewField instantiates a new Field 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 NewFieldWithDefaults

func NewFieldWithDefaults() *Field

NewFieldWithDefaults instantiates a new Field 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 (*Field) GetAdvanced

func (o *Field) GetAdvanced() bool

GetAdvanced returns the Advanced field value if set, zero value otherwise.

func (*Field) GetAdvancedOk

func (o *Field) GetAdvancedOk() (*bool, bool)

GetAdvancedOk returns a tuple with the Advanced field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *Field) GetHelpLink() string

GetHelpLink returns the HelpLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHelpLinkOk

func (o *Field) GetHelpLinkOk() (*string, bool)

GetHelpLinkOk returns a tuple with the HelpLink 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 (*Field) GetHelpText

func (o *Field) GetHelpText() string

GetHelpText returns the HelpText field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHelpTextOk

func (o *Field) GetHelpTextOk() (*string, bool)

GetHelpTextOk returns a tuple with the HelpText 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 (*Field) GetHelpTextWarning added in v0.4.0

func (o *Field) GetHelpTextWarning() string

GetHelpTextWarning returns the HelpTextWarning field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHelpTextWarningOk added in v0.4.0

func (o *Field) GetHelpTextWarningOk() (*string, bool)

GetHelpTextWarningOk returns a tuple with the HelpTextWarning 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 (*Field) GetHidden

func (o *Field) GetHidden() string

GetHidden returns the Hidden field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHiddenOk

func (o *Field) GetHiddenOk() (*string, bool)

GetHiddenOk returns a tuple with the Hidden 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 (*Field) GetIsFloat added in v1.0.0

func (o *Field) GetIsFloat() bool

GetIsFloat returns the IsFloat field value if set, zero value otherwise.

func (*Field) GetIsFloatOk added in v1.0.0

func (o *Field) GetIsFloatOk() (*bool, bool)

GetIsFloatOk returns a tuple with the IsFloat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetLabel

func (o *Field) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetLabelOk

func (o *Field) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label 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 (*Field) GetName

func (o *Field) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetNameOk

func (o *Field) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetOrder

func (o *Field) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*Field) GetOrderOk

func (o *Field) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetPlaceholder added in v0.3.0

func (o *Field) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetPlaceholderOk added in v0.3.0

func (o *Field) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder 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 (*Field) GetSection

func (o *Field) GetSection() string

GetSection returns the Section field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetSectionOk

func (o *Field) GetSectionOk() (*string, bool)

GetSectionOk returns a tuple with the Section 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 (*Field) GetSelectOptions

func (o *Field) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetSelectOptionsOk

func (o *Field) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions 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 (*Field) GetSelectOptionsProviderAction

func (o *Field) GetSelectOptionsProviderAction() string

GetSelectOptionsProviderAction returns the SelectOptionsProviderAction field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetSelectOptionsProviderActionOk

func (o *Field) GetSelectOptionsProviderActionOk() (*string, bool)

GetSelectOptionsProviderActionOk returns a tuple with the SelectOptionsProviderAction 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 (*Field) GetType

func (o *Field) GetType() string

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetTypeOk

func (o *Field) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type 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 (*Field) GetUnit

func (o *Field) GetUnit() string

GetUnit returns the Unit field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetUnitOk

func (o *Field) GetUnitOk() (*string, bool)

GetUnitOk returns a tuple with the Unit 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 (*Field) GetValue

func (o *Field) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetValueOk

func (o *Field) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value 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 (*Field) HasAdvanced

func (o *Field) HasAdvanced() bool

HasAdvanced returns a boolean if a field has been set.

func (o *Field) HasHelpLink() bool

HasHelpLink returns a boolean if a field has been set.

func (*Field) HasHelpText

func (o *Field) HasHelpText() bool

HasHelpText returns a boolean if a field has been set.

func (*Field) HasHelpTextWarning added in v0.4.0

func (o *Field) HasHelpTextWarning() bool

HasHelpTextWarning returns a boolean if a field has been set.

func (*Field) HasHidden

func (o *Field) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*Field) HasIsFloat added in v1.0.0

func (o *Field) HasIsFloat() bool

HasIsFloat returns a boolean if a field has been set.

func (*Field) HasLabel

func (o *Field) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Field) HasName

func (o *Field) HasName() bool

HasName returns a boolean if a field has been set.

func (*Field) HasOrder

func (o *Field) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*Field) HasPlaceholder added in v0.3.0

func (o *Field) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (*Field) HasSection

func (o *Field) HasSection() bool

HasSection returns a boolean if a field has been set.

func (*Field) HasSelectOptions

func (o *Field) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (*Field) HasSelectOptionsProviderAction

func (o *Field) HasSelectOptionsProviderAction() bool

HasSelectOptionsProviderAction returns a boolean if a field has been set.

func (*Field) HasType

func (o *Field) HasType() bool

HasType returns a boolean if a field has been set.

func (*Field) HasUnit

func (o *Field) HasUnit() bool

HasUnit returns a boolean if a field has been set.

func (*Field) HasValue

func (o *Field) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Field) MarshalJSON

func (o Field) MarshalJSON() ([]byte, error)

func (*Field) SetAdvanced

func (o *Field) SetAdvanced(v bool)

SetAdvanced gets a reference to the given bool and assigns it to the Advanced field.

func (o *Field) SetHelpLink(v string)

SetHelpLink gets a reference to the given NullableString and assigns it to the HelpLink field.

func (*Field) SetHelpLinkNil

func (o *Field) SetHelpLinkNil()

SetHelpLinkNil sets the value for HelpLink to be an explicit nil

func (*Field) SetHelpText

func (o *Field) SetHelpText(v string)

SetHelpText gets a reference to the given NullableString and assigns it to the HelpText field.

func (*Field) SetHelpTextNil

func (o *Field) SetHelpTextNil()

SetHelpTextNil sets the value for HelpText to be an explicit nil

func (*Field) SetHelpTextWarning added in v0.4.0

func (o *Field) SetHelpTextWarning(v string)

SetHelpTextWarning gets a reference to the given NullableString and assigns it to the HelpTextWarning field.

func (*Field) SetHelpTextWarningNil added in v0.4.0

func (o *Field) SetHelpTextWarningNil()

SetHelpTextWarningNil sets the value for HelpTextWarning to be an explicit nil

func (*Field) SetHidden

func (o *Field) SetHidden(v string)

SetHidden gets a reference to the given NullableString and assigns it to the Hidden field.

func (*Field) SetHiddenNil

func (o *Field) SetHiddenNil()

SetHiddenNil sets the value for Hidden to be an explicit nil

func (*Field) SetIsFloat added in v1.0.0

func (o *Field) SetIsFloat(v bool)

SetIsFloat gets a reference to the given bool and assigns it to the IsFloat field.

func (*Field) SetLabel

func (o *Field) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*Field) SetLabelNil

func (o *Field) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*Field) SetName

func (o *Field) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Field) SetNameNil

func (o *Field) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Field) SetOrder

func (o *Field) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*Field) SetPlaceholder added in v0.3.0

func (o *Field) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given NullableString and assigns it to the Placeholder field.

func (*Field) SetPlaceholderNil added in v0.3.0

func (o *Field) SetPlaceholderNil()

SetPlaceholderNil sets the value for Placeholder to be an explicit nil

func (*Field) SetSection

func (o *Field) SetSection(v string)

SetSection gets a reference to the given NullableString and assigns it to the Section field.

func (*Field) SetSectionNil

func (o *Field) SetSectionNil()

SetSectionNil sets the value for Section to be an explicit nil

func (*Field) SetSelectOptions

func (o *Field) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*Field) SetSelectOptionsProviderAction

func (o *Field) SetSelectOptionsProviderAction(v string)

SetSelectOptionsProviderAction gets a reference to the given NullableString and assigns it to the SelectOptionsProviderAction field.

func (*Field) SetSelectOptionsProviderActionNil

func (o *Field) SetSelectOptionsProviderActionNil()

SetSelectOptionsProviderActionNil sets the value for SelectOptionsProviderAction to be an explicit nil

func (*Field) SetType

func (o *Field) SetType(v string)

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*Field) SetTypeNil

func (o *Field) SetTypeNil()

SetTypeNil sets the value for Type to be an explicit nil

func (*Field) SetUnit

func (o *Field) SetUnit(v string)

SetUnit gets a reference to the given NullableString and assigns it to the Unit field.

func (*Field) SetUnitNil

func (o *Field) SetUnitNil()

SetUnitNil sets the value for Unit to be an explicit nil

func (*Field) SetValue

func (o *Field) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (Field) ToMap added in v1.0.0

func (o Field) ToMap() (map[string]interface{}, error)
func (o *Field) UnsetHelpLink()

UnsetHelpLink ensures that no value is present for HelpLink, not even an explicit nil

func (*Field) UnsetHelpText

func (o *Field) UnsetHelpText()

UnsetHelpText ensures that no value is present for HelpText, not even an explicit nil

func (*Field) UnsetHelpTextWarning added in v0.4.0

func (o *Field) UnsetHelpTextWarning()

UnsetHelpTextWarning ensures that no value is present for HelpTextWarning, not even an explicit nil

func (*Field) UnsetHidden

func (o *Field) UnsetHidden()

UnsetHidden ensures that no value is present for Hidden, not even an explicit nil

func (*Field) UnsetLabel

func (o *Field) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*Field) UnsetName

func (o *Field) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*Field) UnsetPlaceholder added in v0.3.0

func (o *Field) UnsetPlaceholder()

UnsetPlaceholder ensures that no value is present for Placeholder, not even an explicit nil

func (*Field) UnsetSection

func (o *Field) UnsetSection()

UnsetSection ensures that no value is present for Section, not even an explicit nil

func (*Field) UnsetSelectOptionsProviderAction

func (o *Field) UnsetSelectOptionsProviderAction()

UnsetSelectOptionsProviderAction ensures that no value is present for SelectOptionsProviderAction, not even an explicit nil

func (*Field) UnsetType

func (o *Field) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

func (*Field) UnsetUnit

func (o *Field) UnsetUnit()

UnsetUnit ensures that no value is present for Unit, not even an explicit nil

type FileDateType

type FileDateType string

FileDateType the model 'FileDateType'

const (
	FILEDATETYPE_NONE              FileDateType = "none"
	FILEDATETYPE_BOOK_RELEASE_DATE FileDateType = "bookReleaseDate"
)

List of FileDateType

func NewFileDateTypeFromValue

func NewFileDateTypeFromValue(v string) (*FileDateType, error)

NewFileDateTypeFromValue returns a pointer to a valid FileDateType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FileDateType) IsValid

func (v FileDateType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FileDateType) Ptr

func (v FileDateType) Ptr() *FileDateType

Ptr returns reference to FileDateType value

func (*FileDateType) UnmarshalJSON

func (v *FileDateType) UnmarshalJSON(src []byte) error

type FileSystemAPIService added in v1.0.0

type FileSystemAPIService service

FileSystemAPIService FileSystemAPI service

func (*FileSystemAPIService) GetFileSystem added in v1.0.0

GetFileSystem Method for GetFileSystem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFileSystemRequest

func (*FileSystemAPIService) GetFileSystemExecute added in v1.0.0

func (a *FileSystemAPIService) GetFileSystemExecute(r ApiGetFileSystemRequest) (*http.Response, error)

Execute executes the request

func (*FileSystemAPIService) GetFileSystemMediafiles added in v1.0.0

GetFileSystemMediafiles Method for GetFileSystemMediafiles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFileSystemMediafilesRequest

func (*FileSystemAPIService) GetFileSystemMediafilesExecute added in v1.0.0

func (a *FileSystemAPIService) GetFileSystemMediafilesExecute(r ApiGetFileSystemMediafilesRequest) (*http.Response, error)

Execute executes the request

func (*FileSystemAPIService) GetFileSystemType added in v1.0.0

GetFileSystemType Method for GetFileSystemType

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFileSystemTypeRequest

func (*FileSystemAPIService) GetFileSystemTypeExecute added in v1.0.0

func (a *FileSystemAPIService) GetFileSystemTypeExecute(r ApiGetFileSystemTypeRequest) (*http.Response, error)

Execute executes the request

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 HealthAPIService added in v1.0.0

type HealthAPIService service

HealthAPIService HealthAPI service

func (*HealthAPIService) ListHealth added in v1.0.0

ListHealth Method for ListHealth

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHealthRequest

func (*HealthAPIService) ListHealthExecute added in v1.0.0

func (a *HealthAPIService) ListHealthExecute(r ApiListHealthRequest) ([]HealthResource, *http.Response, error)

Execute executes the request

@return []HealthResource

type HealthCheckResult

type HealthCheckResult string

HealthCheckResult the model 'HealthCheckResult'

const (
	HEALTHCHECKRESULT_OK      HealthCheckResult = "ok"
	HEALTHCHECKRESULT_NOTICE  HealthCheckResult = "notice"
	HEALTHCHECKRESULT_WARNING HealthCheckResult = "warning"
	HEALTHCHECKRESULT_ERROR   HealthCheckResult = "error"
)

List of HealthCheckResult

func NewHealthCheckResultFromValue

func NewHealthCheckResultFromValue(v string) (*HealthCheckResult, error)

NewHealthCheckResultFromValue returns a pointer to a valid HealthCheckResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func (HealthCheckResult) IsValid

func (v HealthCheckResult) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (HealthCheckResult) Ptr

Ptr returns reference to HealthCheckResult value

func (*HealthCheckResult) UnmarshalJSON

func (v *HealthCheckResult) UnmarshalJSON(src []byte) error

type HealthResource

type HealthResource struct {
	Id      *int32             `json:"id,omitempty"`
	Source  NullableString     `json:"source,omitempty"`
	Type    *HealthCheckResult `json:"type,omitempty"`
	Message NullableString     `json:"message,omitempty"`
	WikiUrl *string            `json:"wikiUrl,omitempty"`
}

HealthResource struct for HealthResource

func NewHealthResource

func NewHealthResource() *HealthResource

NewHealthResource instantiates a new HealthResource 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 NewHealthResourceWithDefaults

func NewHealthResourceWithDefaults() *HealthResource

NewHealthResourceWithDefaults instantiates a new HealthResource 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 (*HealthResource) GetId

func (o *HealthResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*HealthResource) GetIdOk

func (o *HealthResource) GetIdOk() (*int32, 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 (*HealthResource) GetMessage

func (o *HealthResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HealthResource) GetMessageOk

func (o *HealthResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message 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 (*HealthResource) GetSource

func (o *HealthResource) GetSource() string

GetSource returns the Source field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HealthResource) GetSourceOk

func (o *HealthResource) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source 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 (*HealthResource) GetType

func (o *HealthResource) GetType() HealthCheckResult

GetType returns the Type field value if set, zero value otherwise.

func (*HealthResource) GetTypeOk

func (o *HealthResource) GetTypeOk() (*HealthCheckResult, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HealthResource) GetWikiUrl

func (o *HealthResource) GetWikiUrl() string

GetWikiUrl returns the WikiUrl field value if set, zero value otherwise.

func (*HealthResource) GetWikiUrlOk

func (o *HealthResource) GetWikiUrlOk() (*string, bool)

GetWikiUrlOk returns a tuple with the WikiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HealthResource) HasId

func (o *HealthResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*HealthResource) HasMessage

func (o *HealthResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*HealthResource) HasSource

func (o *HealthResource) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*HealthResource) HasType

func (o *HealthResource) HasType() bool

HasType returns a boolean if a field has been set.

func (*HealthResource) HasWikiUrl

func (o *HealthResource) HasWikiUrl() bool

HasWikiUrl returns a boolean if a field has been set.

func (HealthResource) MarshalJSON

func (o HealthResource) MarshalJSON() ([]byte, error)

func (*HealthResource) SetId

func (o *HealthResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*HealthResource) SetMessage

func (o *HealthResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*HealthResource) SetMessageNil

func (o *HealthResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*HealthResource) SetSource

func (o *HealthResource) SetSource(v string)

SetSource gets a reference to the given NullableString and assigns it to the Source field.

func (*HealthResource) SetSourceNil

func (o *HealthResource) SetSourceNil()

SetSourceNil sets the value for Source to be an explicit nil

func (*HealthResource) SetType

func (o *HealthResource) SetType(v HealthCheckResult)

SetType gets a reference to the given HealthCheckResult and assigns it to the Type field.

func (*HealthResource) SetWikiUrl

func (o *HealthResource) SetWikiUrl(v string)

SetWikiUrl gets a reference to the given string and assigns it to the WikiUrl field.

func (HealthResource) ToMap added in v1.0.0

func (o HealthResource) ToMap() (map[string]interface{}, error)

func (*HealthResource) UnsetMessage

func (o *HealthResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*HealthResource) UnsetSource

func (o *HealthResource) UnsetSource()

UnsetSource ensures that no value is present for Source, not even an explicit nil

type HistoryAPIService added in v1.0.0

type HistoryAPIService service

HistoryAPIService HistoryAPI service

func (*HistoryAPIService) CreateHistoryFailedById added in v1.0.0

func (a *HistoryAPIService) CreateHistoryFailedById(ctx context.Context, id int32) ApiCreateHistoryFailedByIdRequest

CreateHistoryFailedById Method for CreateHistoryFailedById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiCreateHistoryFailedByIdRequest

func (*HistoryAPIService) CreateHistoryFailedByIdExecute added in v1.0.0

func (a *HistoryAPIService) CreateHistoryFailedByIdExecute(r ApiCreateHistoryFailedByIdRequest) (*http.Response, error)

Execute executes the request

func (*HistoryAPIService) GetHistory added in v1.0.0

GetHistory Method for GetHistory

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHistoryRequest

func (*HistoryAPIService) GetHistoryExecute added in v1.0.0

Execute executes the request

@return HistoryResourcePagingResource

func (*HistoryAPIService) ListHistoryAuthor added in v1.0.0

ListHistoryAuthor Method for ListHistoryAuthor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHistoryAuthorRequest

func (*HistoryAPIService) ListHistoryAuthorExecute added in v1.0.0

func (a *HistoryAPIService) ListHistoryAuthorExecute(r ApiListHistoryAuthorRequest) ([]HistoryResource, *http.Response, error)

Execute executes the request

@return []HistoryResource

func (*HistoryAPIService) ListHistorySince added in v1.0.0

ListHistorySince Method for ListHistorySince

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHistorySinceRequest

func (*HistoryAPIService) ListHistorySinceExecute added in v1.0.0

func (a *HistoryAPIService) ListHistorySinceExecute(r ApiListHistorySinceRequest) ([]HistoryResource, *http.Response, error)

Execute executes the request

@return []HistoryResource

type HistoryResource

type HistoryResource struct {
	Id                  *int32                  `json:"id,omitempty"`
	BookId              *int32                  `json:"bookId,omitempty"`
	AuthorId            *int32                  `json:"authorId,omitempty"`
	SourceTitle         NullableString          `json:"sourceTitle,omitempty"`
	Quality             *QualityModel           `json:"quality,omitempty"`
	CustomFormats       []CustomFormatResource  `json:"customFormats,omitempty"`
	CustomFormatScore   *int32                  `json:"customFormatScore,omitempty"`
	QualityCutoffNotMet *bool                   `json:"qualityCutoffNotMet,omitempty"`
	Date                *time.Time              `json:"date,omitempty"`
	DownloadId          NullableString          `json:"downloadId,omitempty"`
	EventType           *EntityHistoryEventType `json:"eventType,omitempty"`
	Data                map[string]string       `json:"data,omitempty"`
	Book                *BookResource           `json:"book,omitempty"`
	Author              *AuthorResource         `json:"author,omitempty"`
}

HistoryResource struct for HistoryResource

func NewHistoryResource

func NewHistoryResource() *HistoryResource

NewHistoryResource instantiates a new HistoryResource 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 NewHistoryResourceWithDefaults

func NewHistoryResourceWithDefaults() *HistoryResource

NewHistoryResourceWithDefaults instantiates a new HistoryResource 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 (*HistoryResource) GetAuthor

func (o *HistoryResource) GetAuthor() AuthorResource

GetAuthor returns the Author field value if set, zero value otherwise.

func (*HistoryResource) GetAuthorId

func (o *HistoryResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise.

func (*HistoryResource) GetAuthorIdOk

func (o *HistoryResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetAuthorOk

func (o *HistoryResource) GetAuthorOk() (*AuthorResource, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetBook

func (o *HistoryResource) GetBook() BookResource

GetBook returns the Book field value if set, zero value otherwise.

func (*HistoryResource) GetBookId

func (o *HistoryResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*HistoryResource) GetBookIdOk

func (o *HistoryResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetBookOk

func (o *HistoryResource) GetBookOk() (*BookResource, bool)

GetBookOk returns a tuple with the Book field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetCustomFormatScore added in v0.4.0

func (o *HistoryResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*HistoryResource) GetCustomFormatScoreOk added in v0.4.0

func (o *HistoryResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetCustomFormats added in v0.3.0

func (o *HistoryResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetCustomFormatsOk added in v0.3.0

func (o *HistoryResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats 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 (*HistoryResource) GetData

func (o *HistoryResource) GetData() map[string]string

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetDataOk

func (o *HistoryResource) GetDataOk() (*map[string]string, bool)

GetDataOk returns a tuple with the Data 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 (*HistoryResource) GetDate

func (o *HistoryResource) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*HistoryResource) GetDateOk

func (o *HistoryResource) GetDateOk() (*time.Time, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetDownloadId

func (o *HistoryResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetDownloadIdOk

func (o *HistoryResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId 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 (*HistoryResource) GetEventType

func (o *HistoryResource) GetEventType() EntityHistoryEventType

GetEventType returns the EventType field value if set, zero value otherwise.

func (*HistoryResource) GetEventTypeOk

func (o *HistoryResource) GetEventTypeOk() (*EntityHistoryEventType, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetId

func (o *HistoryResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*HistoryResource) GetIdOk

func (o *HistoryResource) GetIdOk() (*int32, 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 (*HistoryResource) GetQuality

func (o *HistoryResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*HistoryResource) GetQualityCutoffNotMet

func (o *HistoryResource) GetQualityCutoffNotMet() bool

GetQualityCutoffNotMet returns the QualityCutoffNotMet field value if set, zero value otherwise.

func (*HistoryResource) GetQualityCutoffNotMetOk

func (o *HistoryResource) GetQualityCutoffNotMetOk() (*bool, bool)

GetQualityCutoffNotMetOk returns a tuple with the QualityCutoffNotMet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetQualityOk

func (o *HistoryResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetSourceTitle

func (o *HistoryResource) GetSourceTitle() string

GetSourceTitle returns the SourceTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetSourceTitleOk

func (o *HistoryResource) GetSourceTitleOk() (*string, bool)

GetSourceTitleOk returns a tuple with the SourceTitle 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 (*HistoryResource) HasAuthor

func (o *HistoryResource) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*HistoryResource) HasAuthorId

func (o *HistoryResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*HistoryResource) HasBook

func (o *HistoryResource) HasBook() bool

HasBook returns a boolean if a field has been set.

func (*HistoryResource) HasBookId

func (o *HistoryResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*HistoryResource) HasCustomFormatScore added in v0.4.0

func (o *HistoryResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*HistoryResource) HasCustomFormats added in v0.3.0

func (o *HistoryResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*HistoryResource) HasData

func (o *HistoryResource) HasData() bool

HasData returns a boolean if a field has been set.

func (*HistoryResource) HasDate

func (o *HistoryResource) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*HistoryResource) HasDownloadId

func (o *HistoryResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*HistoryResource) HasEventType

func (o *HistoryResource) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*HistoryResource) HasId

func (o *HistoryResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*HistoryResource) HasQuality

func (o *HistoryResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*HistoryResource) HasQualityCutoffNotMet

func (o *HistoryResource) HasQualityCutoffNotMet() bool

HasQualityCutoffNotMet returns a boolean if a field has been set.

func (*HistoryResource) HasSourceTitle

func (o *HistoryResource) HasSourceTitle() bool

HasSourceTitle returns a boolean if a field has been set.

func (HistoryResource) MarshalJSON

func (o HistoryResource) MarshalJSON() ([]byte, error)

func (*HistoryResource) SetAuthor

func (o *HistoryResource) SetAuthor(v AuthorResource)

SetAuthor gets a reference to the given AuthorResource and assigns it to the Author field.

func (*HistoryResource) SetAuthorId

func (o *HistoryResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given int32 and assigns it to the AuthorId field.

func (*HistoryResource) SetBook

func (o *HistoryResource) SetBook(v BookResource)

SetBook gets a reference to the given BookResource and assigns it to the Book field.

func (*HistoryResource) SetBookId

func (o *HistoryResource) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*HistoryResource) SetCustomFormatScore added in v0.4.0

func (o *HistoryResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*HistoryResource) SetCustomFormats added in v0.3.0

func (o *HistoryResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*HistoryResource) SetData

func (o *HistoryResource) SetData(v map[string]string)

SetData gets a reference to the given map[string]string and assigns it to the Data field.

func (*HistoryResource) SetDate

func (o *HistoryResource) SetDate(v time.Time)

SetDate gets a reference to the given time.Time and assigns it to the Date field.

func (*HistoryResource) SetDownloadId

func (o *HistoryResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*HistoryResource) SetDownloadIdNil

func (o *HistoryResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*HistoryResource) SetEventType

func (o *HistoryResource) SetEventType(v EntityHistoryEventType)

SetEventType gets a reference to the given EntityHistoryEventType and assigns it to the EventType field.

func (*HistoryResource) SetId

func (o *HistoryResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*HistoryResource) SetQuality

func (o *HistoryResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*HistoryResource) SetQualityCutoffNotMet

func (o *HistoryResource) SetQualityCutoffNotMet(v bool)

SetQualityCutoffNotMet gets a reference to the given bool and assigns it to the QualityCutoffNotMet field.

func (*HistoryResource) SetSourceTitle

func (o *HistoryResource) SetSourceTitle(v string)

SetSourceTitle gets a reference to the given NullableString and assigns it to the SourceTitle field.

func (*HistoryResource) SetSourceTitleNil

func (o *HistoryResource) SetSourceTitleNil()

SetSourceTitleNil sets the value for SourceTitle to be an explicit nil

func (HistoryResource) ToMap added in v1.0.0

func (o HistoryResource) ToMap() (map[string]interface{}, error)

func (*HistoryResource) UnsetDownloadId

func (o *HistoryResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*HistoryResource) UnsetSourceTitle

func (o *HistoryResource) UnsetSourceTitle()

UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil

type HistoryResourcePagingResource

type HistoryResourcePagingResource struct {
	Page          *int32            `json:"page,omitempty"`
	PageSize      *int32            `json:"pageSize,omitempty"`
	SortKey       NullableString    `json:"sortKey,omitempty"`
	SortDirection *SortDirection    `json:"sortDirection,omitempty"`
	TotalRecords  *int32            `json:"totalRecords,omitempty"`
	Records       []HistoryResource `json:"records,omitempty"`
}

HistoryResourcePagingResource struct for HistoryResourcePagingResource

func NewHistoryResourcePagingResource

func NewHistoryResourcePagingResource() *HistoryResourcePagingResource

NewHistoryResourcePagingResource instantiates a new HistoryResourcePagingResource 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 NewHistoryResourcePagingResourceWithDefaults

func NewHistoryResourcePagingResourceWithDefaults() *HistoryResourcePagingResource

NewHistoryResourcePagingResourceWithDefaults instantiates a new HistoryResourcePagingResource 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 (*HistoryResourcePagingResource) GetPage

func (o *HistoryResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetPageOk

func (o *HistoryResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) GetPageSize

func (o *HistoryResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetPageSizeOk

func (o *HistoryResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) GetRecords

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResourcePagingResource) GetRecordsOk

func (o *HistoryResourcePagingResource) GetRecordsOk() ([]HistoryResource, bool)

GetRecordsOk returns a tuple with the Records 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 (*HistoryResourcePagingResource) GetSortDirection

func (o *HistoryResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetSortDirectionOk

func (o *HistoryResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) GetSortKey

func (o *HistoryResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResourcePagingResource) GetSortKeyOk

func (o *HistoryResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey 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 (*HistoryResourcePagingResource) GetTotalRecords

func (o *HistoryResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetTotalRecordsOk

func (o *HistoryResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) HasPage

func (o *HistoryResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasPageSize

func (o *HistoryResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasRecords

func (o *HistoryResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasSortDirection

func (o *HistoryResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasSortKey

func (o *HistoryResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasTotalRecords

func (o *HistoryResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (HistoryResourcePagingResource) MarshalJSON

func (o HistoryResourcePagingResource) MarshalJSON() ([]byte, error)

func (*HistoryResourcePagingResource) SetPage

func (o *HistoryResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*HistoryResourcePagingResource) SetPageSize

func (o *HistoryResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*HistoryResourcePagingResource) SetRecords

SetRecords gets a reference to the given []HistoryResource and assigns it to the Records field.

func (*HistoryResourcePagingResource) SetSortDirection

func (o *HistoryResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*HistoryResourcePagingResource) SetSortKey

func (o *HistoryResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*HistoryResourcePagingResource) SetSortKeyNil

func (o *HistoryResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*HistoryResourcePagingResource) SetTotalRecords

func (o *HistoryResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (HistoryResourcePagingResource) ToMap added in v1.0.0

func (o HistoryResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*HistoryResourcePagingResource) UnsetSortKey

func (o *HistoryResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type HostConfigAPIService added in v1.0.0

type HostConfigAPIService service

HostConfigAPIService HostConfigAPI service

func (*HostConfigAPIService) GetHostConfig added in v1.0.0

GetHostConfig Method for GetHostConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHostConfigRequest

func (*HostConfigAPIService) GetHostConfigById added in v1.0.0

GetHostConfigById Method for GetHostConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetHostConfigByIdRequest

func (*HostConfigAPIService) GetHostConfigByIdExecute added in v1.0.0

Execute executes the request

@return HostConfigResource

func (*HostConfigAPIService) GetHostConfigExecute added in v1.0.0

Execute executes the request

@return HostConfigResource

func (*HostConfigAPIService) UpdateHostConfig added in v1.0.0

UpdateHostConfig Method for UpdateHostConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateHostConfigRequest

func (*HostConfigAPIService) UpdateHostConfigExecute added in v1.0.0

Execute executes the request

@return HostConfigResource

type HostConfigResource

type HostConfigResource struct {
	Id                        *int32                     `json:"id,omitempty"`
	BindAddress               NullableString             `json:"bindAddress,omitempty"`
	Port                      *int32                     `json:"port,omitempty"`
	SslPort                   *int32                     `json:"sslPort,omitempty"`
	EnableSsl                 *bool                      `json:"enableSsl,omitempty"`
	LaunchBrowser             *bool                      `json:"launchBrowser,omitempty"`
	AuthenticationMethod      *AuthenticationType        `json:"authenticationMethod,omitempty"`
	AnalyticsEnabled          *bool                      `json:"analyticsEnabled,omitempty"`
	Username                  NullableString             `json:"username,omitempty"`
	Password                  NullableString             `json:"password,omitempty"`
	LogLevel                  NullableString             `json:"logLevel,omitempty"`
	ConsoleLogLevel           NullableString             `json:"consoleLogLevel,omitempty"`
	Branch                    NullableString             `json:"branch,omitempty"`
	ApiKey                    NullableString             `json:"apiKey,omitempty"`
	SslCertPath               NullableString             `json:"sslCertPath,omitempty"`
	SslCertPassword           NullableString             `json:"sslCertPassword,omitempty"`
	UrlBase                   NullableString             `json:"urlBase,omitempty"`
	InstanceName              NullableString             `json:"instanceName,omitempty"`
	ApplicationUrl            NullableString             `json:"applicationUrl,omitempty"`
	UpdateAutomatically       *bool                      `json:"updateAutomatically,omitempty"`
	UpdateMechanism           *UpdateMechanism           `json:"updateMechanism,omitempty"`
	UpdateScriptPath          NullableString             `json:"updateScriptPath,omitempty"`
	ProxyEnabled              *bool                      `json:"proxyEnabled,omitempty"`
	ProxyType                 *ProxyType                 `json:"proxyType,omitempty"`
	ProxyHostname             NullableString             `json:"proxyHostname,omitempty"`
	ProxyPort                 *int32                     `json:"proxyPort,omitempty"`
	ProxyUsername             NullableString             `json:"proxyUsername,omitempty"`
	ProxyPassword             NullableString             `json:"proxyPassword,omitempty"`
	ProxyBypassFilter         NullableString             `json:"proxyBypassFilter,omitempty"`
	ProxyBypassLocalAddresses *bool                      `json:"proxyBypassLocalAddresses,omitempty"`
	CertificateValidation     *CertificateValidationType `json:"certificateValidation,omitempty"`
	BackupFolder              NullableString             `json:"backupFolder,omitempty"`
	BackupInterval            *int32                     `json:"backupInterval,omitempty"`
	BackupRetention           *int32                     `json:"backupRetention,omitempty"`
}

HostConfigResource struct for HostConfigResource

func NewHostConfigResource

func NewHostConfigResource() *HostConfigResource

NewHostConfigResource instantiates a new HostConfigResource 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 NewHostConfigResourceWithDefaults

func NewHostConfigResourceWithDefaults() *HostConfigResource

NewHostConfigResourceWithDefaults instantiates a new HostConfigResource 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 (*HostConfigResource) GetAnalyticsEnabled

func (o *HostConfigResource) GetAnalyticsEnabled() bool

GetAnalyticsEnabled returns the AnalyticsEnabled field value if set, zero value otherwise.

func (*HostConfigResource) GetAnalyticsEnabledOk

func (o *HostConfigResource) GetAnalyticsEnabledOk() (*bool, bool)

GetAnalyticsEnabledOk returns a tuple with the AnalyticsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetApiKey

func (o *HostConfigResource) GetApiKey() string

GetApiKey returns the ApiKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetApiKeyOk

func (o *HostConfigResource) GetApiKeyOk() (*string, bool)

GetApiKeyOk returns a tuple with the ApiKey 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 (*HostConfigResource) GetApplicationUrl added in v0.3.0

func (o *HostConfigResource) GetApplicationUrl() string

GetApplicationUrl returns the ApplicationUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetApplicationUrlOk added in v0.3.0

func (o *HostConfigResource) GetApplicationUrlOk() (*string, bool)

GetApplicationUrlOk returns a tuple with the ApplicationUrl 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 (*HostConfigResource) GetAuthenticationMethod

func (o *HostConfigResource) GetAuthenticationMethod() AuthenticationType

GetAuthenticationMethod returns the AuthenticationMethod field value if set, zero value otherwise.

func (*HostConfigResource) GetAuthenticationMethodOk

func (o *HostConfigResource) GetAuthenticationMethodOk() (*AuthenticationType, bool)

GetAuthenticationMethodOk returns a tuple with the AuthenticationMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetBackupFolder

func (o *HostConfigResource) GetBackupFolder() string

GetBackupFolder returns the BackupFolder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetBackupFolderOk

func (o *HostConfigResource) GetBackupFolderOk() (*string, bool)

GetBackupFolderOk returns a tuple with the BackupFolder 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 (*HostConfigResource) GetBackupInterval

func (o *HostConfigResource) GetBackupInterval() int32

GetBackupInterval returns the BackupInterval field value if set, zero value otherwise.

func (*HostConfigResource) GetBackupIntervalOk

func (o *HostConfigResource) GetBackupIntervalOk() (*int32, bool)

GetBackupIntervalOk returns a tuple with the BackupInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetBackupRetention

func (o *HostConfigResource) GetBackupRetention() int32

GetBackupRetention returns the BackupRetention field value if set, zero value otherwise.

func (*HostConfigResource) GetBackupRetentionOk

func (o *HostConfigResource) GetBackupRetentionOk() (*int32, bool)

GetBackupRetentionOk returns a tuple with the BackupRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetBindAddress

func (o *HostConfigResource) GetBindAddress() string

GetBindAddress returns the BindAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetBindAddressOk

func (o *HostConfigResource) GetBindAddressOk() (*string, bool)

GetBindAddressOk returns a tuple with the BindAddress 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 (*HostConfigResource) GetBranch

func (o *HostConfigResource) GetBranch() string

GetBranch returns the Branch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetBranchOk

func (o *HostConfigResource) GetBranchOk() (*string, bool)

GetBranchOk returns a tuple with the Branch 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 (*HostConfigResource) GetCertificateValidation

func (o *HostConfigResource) GetCertificateValidation() CertificateValidationType

GetCertificateValidation returns the CertificateValidation field value if set, zero value otherwise.

func (*HostConfigResource) GetCertificateValidationOk

func (o *HostConfigResource) GetCertificateValidationOk() (*CertificateValidationType, bool)

GetCertificateValidationOk returns a tuple with the CertificateValidation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetConsoleLogLevel

func (o *HostConfigResource) GetConsoleLogLevel() string

GetConsoleLogLevel returns the ConsoleLogLevel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetConsoleLogLevelOk

func (o *HostConfigResource) GetConsoleLogLevelOk() (*string, bool)

GetConsoleLogLevelOk returns a tuple with the ConsoleLogLevel 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 (*HostConfigResource) GetEnableSsl

func (o *HostConfigResource) GetEnableSsl() bool

GetEnableSsl returns the EnableSsl field value if set, zero value otherwise.

func (*HostConfigResource) GetEnableSslOk

func (o *HostConfigResource) GetEnableSslOk() (*bool, bool)

GetEnableSslOk returns a tuple with the EnableSsl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetId

func (o *HostConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*HostConfigResource) GetIdOk

func (o *HostConfigResource) GetIdOk() (*int32, 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 (*HostConfigResource) GetInstanceName added in v0.3.0

func (o *HostConfigResource) GetInstanceName() string

GetInstanceName returns the InstanceName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetInstanceNameOk added in v0.3.0

func (o *HostConfigResource) GetInstanceNameOk() (*string, bool)

GetInstanceNameOk returns a tuple with the InstanceName 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 (*HostConfigResource) GetLaunchBrowser

func (o *HostConfigResource) GetLaunchBrowser() bool

GetLaunchBrowser returns the LaunchBrowser field value if set, zero value otherwise.

func (*HostConfigResource) GetLaunchBrowserOk

func (o *HostConfigResource) GetLaunchBrowserOk() (*bool, bool)

GetLaunchBrowserOk returns a tuple with the LaunchBrowser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetLogLevel

func (o *HostConfigResource) GetLogLevel() string

GetLogLevel returns the LogLevel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetLogLevelOk

func (o *HostConfigResource) GetLogLevelOk() (*string, bool)

GetLogLevelOk returns a tuple with the LogLevel 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 (*HostConfigResource) GetPassword

func (o *HostConfigResource) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetPasswordOk

func (o *HostConfigResource) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password 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 (*HostConfigResource) GetPort

func (o *HostConfigResource) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*HostConfigResource) GetPortOk

func (o *HostConfigResource) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyBypassFilter

func (o *HostConfigResource) GetProxyBypassFilter() string

GetProxyBypassFilter returns the ProxyBypassFilter field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyBypassFilterOk

func (o *HostConfigResource) GetProxyBypassFilterOk() (*string, bool)

GetProxyBypassFilterOk returns a tuple with the ProxyBypassFilter 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 (*HostConfigResource) GetProxyBypassLocalAddresses

func (o *HostConfigResource) GetProxyBypassLocalAddresses() bool

GetProxyBypassLocalAddresses returns the ProxyBypassLocalAddresses field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyBypassLocalAddressesOk

func (o *HostConfigResource) GetProxyBypassLocalAddressesOk() (*bool, bool)

GetProxyBypassLocalAddressesOk returns a tuple with the ProxyBypassLocalAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyEnabled

func (o *HostConfigResource) GetProxyEnabled() bool

GetProxyEnabled returns the ProxyEnabled field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyEnabledOk

func (o *HostConfigResource) GetProxyEnabledOk() (*bool, bool)

GetProxyEnabledOk returns a tuple with the ProxyEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyHostname

func (o *HostConfigResource) GetProxyHostname() string

GetProxyHostname returns the ProxyHostname field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyHostnameOk

func (o *HostConfigResource) GetProxyHostnameOk() (*string, bool)

GetProxyHostnameOk returns a tuple with the ProxyHostname 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 (*HostConfigResource) GetProxyPassword

func (o *HostConfigResource) GetProxyPassword() string

GetProxyPassword returns the ProxyPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyPasswordOk

func (o *HostConfigResource) GetProxyPasswordOk() (*string, bool)

GetProxyPasswordOk returns a tuple with the ProxyPassword 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 (*HostConfigResource) GetProxyPort

func (o *HostConfigResource) GetProxyPort() int32

GetProxyPort returns the ProxyPort field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyPortOk

func (o *HostConfigResource) GetProxyPortOk() (*int32, bool)

GetProxyPortOk returns a tuple with the ProxyPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyType

func (o *HostConfigResource) GetProxyType() ProxyType

GetProxyType returns the ProxyType field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyTypeOk

func (o *HostConfigResource) GetProxyTypeOk() (*ProxyType, bool)

GetProxyTypeOk returns a tuple with the ProxyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyUsername

func (o *HostConfigResource) GetProxyUsername() string

GetProxyUsername returns the ProxyUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyUsernameOk

func (o *HostConfigResource) GetProxyUsernameOk() (*string, bool)

GetProxyUsernameOk returns a tuple with the ProxyUsername 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 (*HostConfigResource) GetSslCertPassword

func (o *HostConfigResource) GetSslCertPassword() string

GetSslCertPassword returns the SslCertPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetSslCertPasswordOk

func (o *HostConfigResource) GetSslCertPasswordOk() (*string, bool)

GetSslCertPasswordOk returns a tuple with the SslCertPassword 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 (*HostConfigResource) GetSslCertPath

func (o *HostConfigResource) GetSslCertPath() string

GetSslCertPath returns the SslCertPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetSslCertPathOk

func (o *HostConfigResource) GetSslCertPathOk() (*string, bool)

GetSslCertPathOk returns a tuple with the SslCertPath 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 (*HostConfigResource) GetSslPort

func (o *HostConfigResource) GetSslPort() int32

GetSslPort returns the SslPort field value if set, zero value otherwise.

func (*HostConfigResource) GetSslPortOk

func (o *HostConfigResource) GetSslPortOk() (*int32, bool)

GetSslPortOk returns a tuple with the SslPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetUpdateAutomatically

func (o *HostConfigResource) GetUpdateAutomatically() bool

GetUpdateAutomatically returns the UpdateAutomatically field value if set, zero value otherwise.

func (*HostConfigResource) GetUpdateAutomaticallyOk

func (o *HostConfigResource) GetUpdateAutomaticallyOk() (*bool, bool)

GetUpdateAutomaticallyOk returns a tuple with the UpdateAutomatically field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetUpdateMechanism

func (o *HostConfigResource) GetUpdateMechanism() UpdateMechanism

GetUpdateMechanism returns the UpdateMechanism field value if set, zero value otherwise.

func (*HostConfigResource) GetUpdateMechanismOk

func (o *HostConfigResource) GetUpdateMechanismOk() (*UpdateMechanism, bool)

GetUpdateMechanismOk returns a tuple with the UpdateMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetUpdateScriptPath

func (o *HostConfigResource) GetUpdateScriptPath() string

GetUpdateScriptPath returns the UpdateScriptPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetUpdateScriptPathOk

func (o *HostConfigResource) GetUpdateScriptPathOk() (*string, bool)

GetUpdateScriptPathOk returns a tuple with the UpdateScriptPath 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 (*HostConfigResource) GetUrlBase

func (o *HostConfigResource) GetUrlBase() string

GetUrlBase returns the UrlBase field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetUrlBaseOk

func (o *HostConfigResource) GetUrlBaseOk() (*string, bool)

GetUrlBaseOk returns a tuple with the UrlBase 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 (*HostConfigResource) GetUsername

func (o *HostConfigResource) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetUsernameOk

func (o *HostConfigResource) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username 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 (*HostConfigResource) HasAnalyticsEnabled

func (o *HostConfigResource) HasAnalyticsEnabled() bool

HasAnalyticsEnabled returns a boolean if a field has been set.

func (*HostConfigResource) HasApiKey

func (o *HostConfigResource) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

func (*HostConfigResource) HasApplicationUrl added in v0.3.0

func (o *HostConfigResource) HasApplicationUrl() bool

HasApplicationUrl returns a boolean if a field has been set.

func (*HostConfigResource) HasAuthenticationMethod

func (o *HostConfigResource) HasAuthenticationMethod() bool

HasAuthenticationMethod returns a boolean if a field has been set.

func (*HostConfigResource) HasBackupFolder

func (o *HostConfigResource) HasBackupFolder() bool

HasBackupFolder returns a boolean if a field has been set.

func (*HostConfigResource) HasBackupInterval

func (o *HostConfigResource) HasBackupInterval() bool

HasBackupInterval returns a boolean if a field has been set.

func (*HostConfigResource) HasBackupRetention

func (o *HostConfigResource) HasBackupRetention() bool

HasBackupRetention returns a boolean if a field has been set.

func (*HostConfigResource) HasBindAddress

func (o *HostConfigResource) HasBindAddress() bool

HasBindAddress returns a boolean if a field has been set.

func (*HostConfigResource) HasBranch

func (o *HostConfigResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*HostConfigResource) HasCertificateValidation

func (o *HostConfigResource) HasCertificateValidation() bool

HasCertificateValidation returns a boolean if a field has been set.

func (*HostConfigResource) HasConsoleLogLevel

func (o *HostConfigResource) HasConsoleLogLevel() bool

HasConsoleLogLevel returns a boolean if a field has been set.

func (*HostConfigResource) HasEnableSsl

func (o *HostConfigResource) HasEnableSsl() bool

HasEnableSsl returns a boolean if a field has been set.

func (*HostConfigResource) HasId

func (o *HostConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*HostConfigResource) HasInstanceName added in v0.3.0

func (o *HostConfigResource) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

func (*HostConfigResource) HasLaunchBrowser

func (o *HostConfigResource) HasLaunchBrowser() bool

HasLaunchBrowser returns a boolean if a field has been set.

func (*HostConfigResource) HasLogLevel

func (o *HostConfigResource) HasLogLevel() bool

HasLogLevel returns a boolean if a field has been set.

func (*HostConfigResource) HasPassword

func (o *HostConfigResource) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*HostConfigResource) HasPort

func (o *HostConfigResource) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyBypassFilter

func (o *HostConfigResource) HasProxyBypassFilter() bool

HasProxyBypassFilter returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyBypassLocalAddresses

func (o *HostConfigResource) HasProxyBypassLocalAddresses() bool

HasProxyBypassLocalAddresses returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyEnabled

func (o *HostConfigResource) HasProxyEnabled() bool

HasProxyEnabled returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyHostname

func (o *HostConfigResource) HasProxyHostname() bool

HasProxyHostname returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyPassword

func (o *HostConfigResource) HasProxyPassword() bool

HasProxyPassword returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyPort

func (o *HostConfigResource) HasProxyPort() bool

HasProxyPort returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyType

func (o *HostConfigResource) HasProxyType() bool

HasProxyType returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyUsername

func (o *HostConfigResource) HasProxyUsername() bool

HasProxyUsername returns a boolean if a field has been set.

func (*HostConfigResource) HasSslCertPassword

func (o *HostConfigResource) HasSslCertPassword() bool

HasSslCertPassword returns a boolean if a field has been set.

func (*HostConfigResource) HasSslCertPath

func (o *HostConfigResource) HasSslCertPath() bool

HasSslCertPath returns a boolean if a field has been set.

func (*HostConfigResource) HasSslPort

func (o *HostConfigResource) HasSslPort() bool

HasSslPort returns a boolean if a field has been set.

func (*HostConfigResource) HasUpdateAutomatically

func (o *HostConfigResource) HasUpdateAutomatically() bool

HasUpdateAutomatically returns a boolean if a field has been set.

func (*HostConfigResource) HasUpdateMechanism

func (o *HostConfigResource) HasUpdateMechanism() bool

HasUpdateMechanism returns a boolean if a field has been set.

func (*HostConfigResource) HasUpdateScriptPath

func (o *HostConfigResource) HasUpdateScriptPath() bool

HasUpdateScriptPath returns a boolean if a field has been set.

func (*HostConfigResource) HasUrlBase

func (o *HostConfigResource) HasUrlBase() bool

HasUrlBase returns a boolean if a field has been set.

func (*HostConfigResource) HasUsername

func (o *HostConfigResource) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (HostConfigResource) MarshalJSON

func (o HostConfigResource) MarshalJSON() ([]byte, error)

func (*HostConfigResource) SetAnalyticsEnabled

func (o *HostConfigResource) SetAnalyticsEnabled(v bool)

SetAnalyticsEnabled gets a reference to the given bool and assigns it to the AnalyticsEnabled field.

func (*HostConfigResource) SetApiKey

func (o *HostConfigResource) SetApiKey(v string)

SetApiKey gets a reference to the given NullableString and assigns it to the ApiKey field.

func (*HostConfigResource) SetApiKeyNil

func (o *HostConfigResource) SetApiKeyNil()

SetApiKeyNil sets the value for ApiKey to be an explicit nil

func (*HostConfigResource) SetApplicationUrl added in v0.3.0

func (o *HostConfigResource) SetApplicationUrl(v string)

SetApplicationUrl gets a reference to the given NullableString and assigns it to the ApplicationUrl field.

func (*HostConfigResource) SetApplicationUrlNil added in v0.3.0

func (o *HostConfigResource) SetApplicationUrlNil()

SetApplicationUrlNil sets the value for ApplicationUrl to be an explicit nil

func (*HostConfigResource) SetAuthenticationMethod

func (o *HostConfigResource) SetAuthenticationMethod(v AuthenticationType)

SetAuthenticationMethod gets a reference to the given AuthenticationType and assigns it to the AuthenticationMethod field.

func (*HostConfigResource) SetBackupFolder

func (o *HostConfigResource) SetBackupFolder(v string)

SetBackupFolder gets a reference to the given NullableString and assigns it to the BackupFolder field.

func (*HostConfigResource) SetBackupFolderNil

func (o *HostConfigResource) SetBackupFolderNil()

SetBackupFolderNil sets the value for BackupFolder to be an explicit nil

func (*HostConfigResource) SetBackupInterval

func (o *HostConfigResource) SetBackupInterval(v int32)

SetBackupInterval gets a reference to the given int32 and assigns it to the BackupInterval field.

func (*HostConfigResource) SetBackupRetention

func (o *HostConfigResource) SetBackupRetention(v int32)

SetBackupRetention gets a reference to the given int32 and assigns it to the BackupRetention field.

func (*HostConfigResource) SetBindAddress

func (o *HostConfigResource) SetBindAddress(v string)

SetBindAddress gets a reference to the given NullableString and assigns it to the BindAddress field.

func (*HostConfigResource) SetBindAddressNil

func (o *HostConfigResource) SetBindAddressNil()

SetBindAddressNil sets the value for BindAddress to be an explicit nil

func (*HostConfigResource) SetBranch

func (o *HostConfigResource) SetBranch(v string)

SetBranch gets a reference to the given NullableString and assigns it to the Branch field.

func (*HostConfigResource) SetBranchNil

func (o *HostConfigResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*HostConfigResource) SetCertificateValidation

func (o *HostConfigResource) SetCertificateValidation(v CertificateValidationType)

SetCertificateValidation gets a reference to the given CertificateValidationType and assigns it to the CertificateValidation field.

func (*HostConfigResource) SetConsoleLogLevel

func (o *HostConfigResource) SetConsoleLogLevel(v string)

SetConsoleLogLevel gets a reference to the given NullableString and assigns it to the ConsoleLogLevel field.

func (*HostConfigResource) SetConsoleLogLevelNil

func (o *HostConfigResource) SetConsoleLogLevelNil()

SetConsoleLogLevelNil sets the value for ConsoleLogLevel to be an explicit nil

func (*HostConfigResource) SetEnableSsl

func (o *HostConfigResource) SetEnableSsl(v bool)

SetEnableSsl gets a reference to the given bool and assigns it to the EnableSsl field.

func (*HostConfigResource) SetId

func (o *HostConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*HostConfigResource) SetInstanceName added in v0.3.0

func (o *HostConfigResource) SetInstanceName(v string)

SetInstanceName gets a reference to the given NullableString and assigns it to the InstanceName field.

func (*HostConfigResource) SetInstanceNameNil added in v0.3.0

func (o *HostConfigResource) SetInstanceNameNil()

SetInstanceNameNil sets the value for InstanceName to be an explicit nil

func (*HostConfigResource) SetLaunchBrowser

func (o *HostConfigResource) SetLaunchBrowser(v bool)

SetLaunchBrowser gets a reference to the given bool and assigns it to the LaunchBrowser field.

func (*HostConfigResource) SetLogLevel

func (o *HostConfigResource) SetLogLevel(v string)

SetLogLevel gets a reference to the given NullableString and assigns it to the LogLevel field.

func (*HostConfigResource) SetLogLevelNil

func (o *HostConfigResource) SetLogLevelNil()

SetLogLevelNil sets the value for LogLevel to be an explicit nil

func (*HostConfigResource) SetPassword

func (o *HostConfigResource) SetPassword(v string)

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*HostConfigResource) SetPasswordNil

func (o *HostConfigResource) SetPasswordNil()

SetPasswordNil sets the value for Password to be an explicit nil

func (*HostConfigResource) SetPort

func (o *HostConfigResource) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*HostConfigResource) SetProxyBypassFilter

func (o *HostConfigResource) SetProxyBypassFilter(v string)

SetProxyBypassFilter gets a reference to the given NullableString and assigns it to the ProxyBypassFilter field.

func (*HostConfigResource) SetProxyBypassFilterNil

func (o *HostConfigResource) SetProxyBypassFilterNil()

SetProxyBypassFilterNil sets the value for ProxyBypassFilter to be an explicit nil

func (*HostConfigResource) SetProxyBypassLocalAddresses

func (o *HostConfigResource) SetProxyBypassLocalAddresses(v bool)

SetProxyBypassLocalAddresses gets a reference to the given bool and assigns it to the ProxyBypassLocalAddresses field.

func (*HostConfigResource) SetProxyEnabled

func (o *HostConfigResource) SetProxyEnabled(v bool)

SetProxyEnabled gets a reference to the given bool and assigns it to the ProxyEnabled field.

func (*HostConfigResource) SetProxyHostname

func (o *HostConfigResource) SetProxyHostname(v string)

SetProxyHostname gets a reference to the given NullableString and assigns it to the ProxyHostname field.

func (*HostConfigResource) SetProxyHostnameNil

func (o *HostConfigResource) SetProxyHostnameNil()

SetProxyHostnameNil sets the value for ProxyHostname to be an explicit nil

func (*HostConfigResource) SetProxyPassword

func (o *HostConfigResource) SetProxyPassword(v string)

SetProxyPassword gets a reference to the given NullableString and assigns it to the ProxyPassword field.

func (*HostConfigResource) SetProxyPasswordNil

func (o *HostConfigResource) SetProxyPasswordNil()

SetProxyPasswordNil sets the value for ProxyPassword to be an explicit nil

func (*HostConfigResource) SetProxyPort

func (o *HostConfigResource) SetProxyPort(v int32)

SetProxyPort gets a reference to the given int32 and assigns it to the ProxyPort field.

func (*HostConfigResource) SetProxyType

func (o *HostConfigResource) SetProxyType(v ProxyType)

SetProxyType gets a reference to the given ProxyType and assigns it to the ProxyType field.

func (*HostConfigResource) SetProxyUsername

func (o *HostConfigResource) SetProxyUsername(v string)

SetProxyUsername gets a reference to the given NullableString and assigns it to the ProxyUsername field.

func (*HostConfigResource) SetProxyUsernameNil

func (o *HostConfigResource) SetProxyUsernameNil()

SetProxyUsernameNil sets the value for ProxyUsername to be an explicit nil

func (*HostConfigResource) SetSslCertPassword

func (o *HostConfigResource) SetSslCertPassword(v string)

SetSslCertPassword gets a reference to the given NullableString and assigns it to the SslCertPassword field.

func (*HostConfigResource) SetSslCertPasswordNil

func (o *HostConfigResource) SetSslCertPasswordNil()

SetSslCertPasswordNil sets the value for SslCertPassword to be an explicit nil

func (*HostConfigResource) SetSslCertPath

func (o *HostConfigResource) SetSslCertPath(v string)

SetSslCertPath gets a reference to the given NullableString and assigns it to the SslCertPath field.

func (*HostConfigResource) SetSslCertPathNil

func (o *HostConfigResource) SetSslCertPathNil()

SetSslCertPathNil sets the value for SslCertPath to be an explicit nil

func (*HostConfigResource) SetSslPort

func (o *HostConfigResource) SetSslPort(v int32)

SetSslPort gets a reference to the given int32 and assigns it to the SslPort field.

func (*HostConfigResource) SetUpdateAutomatically

func (o *HostConfigResource) SetUpdateAutomatically(v bool)

SetUpdateAutomatically gets a reference to the given bool and assigns it to the UpdateAutomatically field.

func (*HostConfigResource) SetUpdateMechanism

func (o *HostConfigResource) SetUpdateMechanism(v UpdateMechanism)

SetUpdateMechanism gets a reference to the given UpdateMechanism and assigns it to the UpdateMechanism field.

func (*HostConfigResource) SetUpdateScriptPath

func (o *HostConfigResource) SetUpdateScriptPath(v string)

SetUpdateScriptPath gets a reference to the given NullableString and assigns it to the UpdateScriptPath field.

func (*HostConfigResource) SetUpdateScriptPathNil

func (o *HostConfigResource) SetUpdateScriptPathNil()

SetUpdateScriptPathNil sets the value for UpdateScriptPath to be an explicit nil

func (*HostConfigResource) SetUrlBase

func (o *HostConfigResource) SetUrlBase(v string)

SetUrlBase gets a reference to the given NullableString and assigns it to the UrlBase field.

func (*HostConfigResource) SetUrlBaseNil

func (o *HostConfigResource) SetUrlBaseNil()

SetUrlBaseNil sets the value for UrlBase to be an explicit nil

func (*HostConfigResource) SetUsername

func (o *HostConfigResource) SetUsername(v string)

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*HostConfigResource) SetUsernameNil

func (o *HostConfigResource) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (HostConfigResource) ToMap added in v1.0.0

func (o HostConfigResource) ToMap() (map[string]interface{}, error)

func (*HostConfigResource) UnsetApiKey

func (o *HostConfigResource) UnsetApiKey()

UnsetApiKey ensures that no value is present for ApiKey, not even an explicit nil

func (*HostConfigResource) UnsetApplicationUrl added in v0.3.0

func (o *HostConfigResource) UnsetApplicationUrl()

UnsetApplicationUrl ensures that no value is present for ApplicationUrl, not even an explicit nil

func (*HostConfigResource) UnsetBackupFolder

func (o *HostConfigResource) UnsetBackupFolder()

UnsetBackupFolder ensures that no value is present for BackupFolder, not even an explicit nil

func (*HostConfigResource) UnsetBindAddress

func (o *HostConfigResource) UnsetBindAddress()

UnsetBindAddress ensures that no value is present for BindAddress, not even an explicit nil

func (*HostConfigResource) UnsetBranch

func (o *HostConfigResource) UnsetBranch()

UnsetBranch ensures that no value is present for Branch, not even an explicit nil

func (*HostConfigResource) UnsetConsoleLogLevel

func (o *HostConfigResource) UnsetConsoleLogLevel()

UnsetConsoleLogLevel ensures that no value is present for ConsoleLogLevel, not even an explicit nil

func (*HostConfigResource) UnsetInstanceName added in v0.3.0

func (o *HostConfigResource) UnsetInstanceName()

UnsetInstanceName ensures that no value is present for InstanceName, not even an explicit nil

func (*HostConfigResource) UnsetLogLevel

func (o *HostConfigResource) UnsetLogLevel()

UnsetLogLevel ensures that no value is present for LogLevel, not even an explicit nil

func (*HostConfigResource) UnsetPassword

func (o *HostConfigResource) UnsetPassword()

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*HostConfigResource) UnsetProxyBypassFilter

func (o *HostConfigResource) UnsetProxyBypassFilter()

UnsetProxyBypassFilter ensures that no value is present for ProxyBypassFilter, not even an explicit nil

func (*HostConfigResource) UnsetProxyHostname

func (o *HostConfigResource) UnsetProxyHostname()

UnsetProxyHostname ensures that no value is present for ProxyHostname, not even an explicit nil

func (*HostConfigResource) UnsetProxyPassword

func (o *HostConfigResource) UnsetProxyPassword()

UnsetProxyPassword ensures that no value is present for ProxyPassword, not even an explicit nil

func (*HostConfigResource) UnsetProxyUsername

func (o *HostConfigResource) UnsetProxyUsername()

UnsetProxyUsername ensures that no value is present for ProxyUsername, not even an explicit nil

func (*HostConfigResource) UnsetSslCertPassword

func (o *HostConfigResource) UnsetSslCertPassword()

UnsetSslCertPassword ensures that no value is present for SslCertPassword, not even an explicit nil

func (*HostConfigResource) UnsetSslCertPath

func (o *HostConfigResource) UnsetSslCertPath()

UnsetSslCertPath ensures that no value is present for SslCertPath, not even an explicit nil

func (*HostConfigResource) UnsetUpdateScriptPath

func (o *HostConfigResource) UnsetUpdateScriptPath()

UnsetUpdateScriptPath ensures that no value is present for UpdateScriptPath, not even an explicit nil

func (*HostConfigResource) UnsetUrlBase

func (o *HostConfigResource) UnsetUrlBase()

UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil

func (*HostConfigResource) UnsetUsername

func (o *HostConfigResource) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type ICustomFormatSpecification added in v0.3.0

type ICustomFormatSpecification struct {
	Order              *int32         `json:"order,omitempty"`
	InfoLink           NullableString `json:"infoLink,omitempty"`
	ImplementationName NullableString `json:"implementationName,omitempty"`
	Name               NullableString `json:"name,omitempty"`
	Negate             *bool          `json:"negate,omitempty"`
	Required           *bool          `json:"required,omitempty"`
}

ICustomFormatSpecification struct for ICustomFormatSpecification

func NewICustomFormatSpecification added in v0.3.0

func NewICustomFormatSpecification() *ICustomFormatSpecification

NewICustomFormatSpecification instantiates a new ICustomFormatSpecification 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 NewICustomFormatSpecificationWithDefaults added in v0.3.0

func NewICustomFormatSpecificationWithDefaults() *ICustomFormatSpecification

NewICustomFormatSpecificationWithDefaults instantiates a new ICustomFormatSpecification 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 (*ICustomFormatSpecification) GetImplementationName added in v0.3.0

func (o *ICustomFormatSpecification) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ICustomFormatSpecification) GetImplementationNameOk added in v0.3.0

func (o *ICustomFormatSpecification) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (o *ICustomFormatSpecification) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ICustomFormatSpecification) GetInfoLinkOk added in v0.3.0

func (o *ICustomFormatSpecification) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (*ICustomFormatSpecification) GetName added in v0.3.0

func (o *ICustomFormatSpecification) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ICustomFormatSpecification) GetNameOk added in v0.3.0

func (o *ICustomFormatSpecification) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ICustomFormatSpecification) GetNegate added in v0.3.0

func (o *ICustomFormatSpecification) GetNegate() bool

GetNegate returns the Negate field value if set, zero value otherwise.

func (*ICustomFormatSpecification) GetNegateOk added in v0.3.0

func (o *ICustomFormatSpecification) GetNegateOk() (*bool, bool)

GetNegateOk returns a tuple with the Negate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ICustomFormatSpecification) GetOrder added in v0.3.0

func (o *ICustomFormatSpecification) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*ICustomFormatSpecification) GetOrderOk added in v0.3.0

func (o *ICustomFormatSpecification) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ICustomFormatSpecification) GetRequired added in v0.3.0

func (o *ICustomFormatSpecification) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*ICustomFormatSpecification) GetRequiredOk added in v0.3.0

func (o *ICustomFormatSpecification) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ICustomFormatSpecification) HasImplementationName added in v0.3.0

func (o *ICustomFormatSpecification) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *ICustomFormatSpecification) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*ICustomFormatSpecification) HasName added in v0.3.0

func (o *ICustomFormatSpecification) HasName() bool

HasName returns a boolean if a field has been set.

func (*ICustomFormatSpecification) HasNegate added in v0.3.0

func (o *ICustomFormatSpecification) HasNegate() bool

HasNegate returns a boolean if a field has been set.

func (*ICustomFormatSpecification) HasOrder added in v0.3.0

func (o *ICustomFormatSpecification) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*ICustomFormatSpecification) HasRequired added in v0.3.0

func (o *ICustomFormatSpecification) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (ICustomFormatSpecification) MarshalJSON added in v0.3.0

func (o ICustomFormatSpecification) MarshalJSON() ([]byte, error)

func (*ICustomFormatSpecification) SetImplementationName added in v0.3.0

func (o *ICustomFormatSpecification) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*ICustomFormatSpecification) SetImplementationNameNil added in v0.3.0

func (o *ICustomFormatSpecification) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (o *ICustomFormatSpecification) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*ICustomFormatSpecification) SetInfoLinkNil added in v0.3.0

func (o *ICustomFormatSpecification) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*ICustomFormatSpecification) SetName added in v0.3.0

func (o *ICustomFormatSpecification) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ICustomFormatSpecification) SetNameNil added in v0.3.0

func (o *ICustomFormatSpecification) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ICustomFormatSpecification) SetNegate added in v0.3.0

func (o *ICustomFormatSpecification) SetNegate(v bool)

SetNegate gets a reference to the given bool and assigns it to the Negate field.

func (*ICustomFormatSpecification) SetOrder added in v0.3.0

func (o *ICustomFormatSpecification) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*ICustomFormatSpecification) SetRequired added in v0.3.0

func (o *ICustomFormatSpecification) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (ICustomFormatSpecification) ToMap added in v1.0.0

func (o ICustomFormatSpecification) ToMap() (map[string]interface{}, error)

func (*ICustomFormatSpecification) UnsetImplementationName added in v0.3.0

func (o *ICustomFormatSpecification) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *ICustomFormatSpecification) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*ICustomFormatSpecification) UnsetName added in v0.3.0

func (o *ICustomFormatSpecification) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ImportListAPIService added in v1.0.0

type ImportListAPIService service

ImportListAPIService ImportListAPI service

func (*ImportListAPIService) CreateImportList added in v1.0.0

CreateImportList Method for CreateImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateImportListRequest

func (*ImportListAPIService) CreateImportListActionByName added in v1.0.0

func (a *ImportListAPIService) CreateImportListActionByName(ctx context.Context, name string) ApiCreateImportListActionByNameRequest

CreateImportListActionByName Method for CreateImportListActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateImportListActionByNameRequest

func (*ImportListAPIService) CreateImportListActionByNameExecute added in v1.0.0

func (a *ImportListAPIService) CreateImportListActionByNameExecute(r ApiCreateImportListActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) CreateImportListExecute added in v1.0.0

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) DeleteImportList added in v1.0.0

DeleteImportList Method for DeleteImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteImportListRequest

func (*ImportListAPIService) DeleteImportListBulk added in v1.0.0

DeleteImportListBulk Method for DeleteImportListBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteImportListBulkRequest

func (*ImportListAPIService) DeleteImportListBulkExecute added in v1.0.0

func (a *ImportListAPIService) DeleteImportListBulkExecute(r ApiDeleteImportListBulkRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) DeleteImportListExecute added in v1.0.0

func (a *ImportListAPIService) DeleteImportListExecute(r ApiDeleteImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) GetImportListById added in v1.0.0

GetImportListById Method for GetImportListById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetImportListByIdRequest

func (*ImportListAPIService) GetImportListByIdExecute added in v1.0.0

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) ListImportList added in v1.0.0

ListImportList Method for ListImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImportListRequest

func (*ImportListAPIService) ListImportListExecute added in v1.0.0

Execute executes the request

@return []ImportListResource

func (*ImportListAPIService) ListImportListSchema added in v1.0.0

ListImportListSchema Method for ListImportListSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImportListSchemaRequest

func (*ImportListAPIService) ListImportListSchemaExecute added in v1.0.0

Execute executes the request

@return []ImportListResource

func (*ImportListAPIService) PutImportListBulk added in v1.0.0

PutImportListBulk Method for PutImportListBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutImportListBulkRequest

func (*ImportListAPIService) PutImportListBulkExecute added in v1.0.0

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) TestImportList added in v1.0.0

TestImportList Method for TestImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestImportListRequest

func (*ImportListAPIService) TestImportListExecute added in v1.0.0

func (a *ImportListAPIService) TestImportListExecute(r ApiTestImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) TestallImportList added in v1.0.0

TestallImportList Method for TestallImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallImportListRequest

func (*ImportListAPIService) TestallImportListExecute added in v1.0.0

func (a *ImportListAPIService) TestallImportListExecute(r ApiTestallImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) UpdateImportList added in v1.0.0

UpdateImportList Method for UpdateImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateImportListRequest

func (*ImportListAPIService) UpdateImportListExecute added in v1.0.0

Execute executes the request

@return ImportListResource

type ImportListBulkResource added in v0.4.0

type ImportListBulkResource struct {
	Ids                []int32        `json:"ids,omitempty"`
	Tags               []int32        `json:"tags,omitempty"`
	ApplyTags          *ApplyTags     `json:"applyTags,omitempty"`
	EnableAutomaticAdd NullableBool   `json:"enableAutomaticAdd,omitempty"`
	RootFolderPath     NullableString `json:"rootFolderPath,omitempty"`
	QualityProfileId   NullableInt32  `json:"qualityProfileId,omitempty"`
	MetadataProfileId  NullableInt32  `json:"metadataProfileId,omitempty"`
}

ImportListBulkResource struct for ImportListBulkResource

func NewImportListBulkResource added in v0.4.0

func NewImportListBulkResource() *ImportListBulkResource

NewImportListBulkResource instantiates a new ImportListBulkResource 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 NewImportListBulkResourceWithDefaults added in v0.4.0

func NewImportListBulkResourceWithDefaults() *ImportListBulkResource

NewImportListBulkResourceWithDefaults instantiates a new ImportListBulkResource 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 (*ImportListBulkResource) GetApplyTags added in v0.4.0

func (o *ImportListBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*ImportListBulkResource) GetApplyTagsOk added in v0.4.0

func (o *ImportListBulkResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListBulkResource) GetEnableAutomaticAdd added in v0.4.0

func (o *ImportListBulkResource) GetEnableAutomaticAdd() bool

GetEnableAutomaticAdd returns the EnableAutomaticAdd field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetEnableAutomaticAddOk added in v0.4.0

func (o *ImportListBulkResource) GetEnableAutomaticAddOk() (*bool, bool)

GetEnableAutomaticAddOk returns a tuple with the EnableAutomaticAdd 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 (*ImportListBulkResource) GetIds added in v0.4.0

func (o *ImportListBulkResource) GetIds() []int32

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetIdsOk added in v0.4.0

func (o *ImportListBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids 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 (*ImportListBulkResource) GetMetadataProfileId added in v0.4.0

func (o *ImportListBulkResource) GetMetadataProfileId() int32

GetMetadataProfileId returns the MetadataProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetMetadataProfileIdOk added in v0.4.0

func (o *ImportListBulkResource) GetMetadataProfileIdOk() (*int32, bool)

GetMetadataProfileIdOk returns a tuple with the MetadataProfileId 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 (*ImportListBulkResource) GetQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetQualityProfileIdOk added in v0.4.0

func (o *ImportListBulkResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId 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 (*ImportListBulkResource) GetRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetRootFolderPathOk added in v0.4.0

func (o *ImportListBulkResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath 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 (*ImportListBulkResource) GetTags added in v0.4.0

func (o *ImportListBulkResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetTagsOk added in v0.4.0

func (o *ImportListBulkResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*ImportListBulkResource) HasApplyTags added in v0.4.0

func (o *ImportListBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*ImportListBulkResource) HasEnableAutomaticAdd added in v0.4.0

func (o *ImportListBulkResource) HasEnableAutomaticAdd() bool

HasEnableAutomaticAdd returns a boolean if a field has been set.

func (*ImportListBulkResource) HasIds added in v0.4.0

func (o *ImportListBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*ImportListBulkResource) HasMetadataProfileId added in v0.4.0

func (o *ImportListBulkResource) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*ImportListBulkResource) HasQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ImportListBulkResource) HasRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ImportListBulkResource) HasTags added in v0.4.0

func (o *ImportListBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ImportListBulkResource) MarshalJSON added in v0.4.0

func (o ImportListBulkResource) MarshalJSON() ([]byte, error)

func (*ImportListBulkResource) SetApplyTags added in v0.4.0

func (o *ImportListBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*ImportListBulkResource) SetEnableAutomaticAdd added in v0.4.0

func (o *ImportListBulkResource) SetEnableAutomaticAdd(v bool)

SetEnableAutomaticAdd gets a reference to the given NullableBool and assigns it to the EnableAutomaticAdd field.

func (*ImportListBulkResource) SetEnableAutomaticAddNil added in v0.4.0

func (o *ImportListBulkResource) SetEnableAutomaticAddNil()

SetEnableAutomaticAddNil sets the value for EnableAutomaticAdd to be an explicit nil

func (*ImportListBulkResource) SetIds added in v0.4.0

func (o *ImportListBulkResource) SetIds(v []int32)

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*ImportListBulkResource) SetMetadataProfileId added in v0.4.0

func (o *ImportListBulkResource) SetMetadataProfileId(v int32)

SetMetadataProfileId gets a reference to the given NullableInt32 and assigns it to the MetadataProfileId field.

func (*ImportListBulkResource) SetMetadataProfileIdNil added in v0.4.0

func (o *ImportListBulkResource) SetMetadataProfileIdNil()

SetMetadataProfileIdNil sets the value for MetadataProfileId to be an explicit nil

func (*ImportListBulkResource) SetQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given NullableInt32 and assigns it to the QualityProfileId field.

func (*ImportListBulkResource) SetQualityProfileIdNil added in v0.4.0

func (o *ImportListBulkResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*ImportListBulkResource) SetRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*ImportListBulkResource) SetRootFolderPathNil added in v0.4.0

func (o *ImportListBulkResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ImportListBulkResource) SetTags added in v0.4.0

func (o *ImportListBulkResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (ImportListBulkResource) ToMap added in v1.0.0

func (o ImportListBulkResource) ToMap() (map[string]interface{}, error)

func (*ImportListBulkResource) UnsetEnableAutomaticAdd added in v0.4.0

func (o *ImportListBulkResource) UnsetEnableAutomaticAdd()

UnsetEnableAutomaticAdd ensures that no value is present for EnableAutomaticAdd, not even an explicit nil

func (*ImportListBulkResource) UnsetMetadataProfileId added in v0.4.0

func (o *ImportListBulkResource) UnsetMetadataProfileId()

UnsetMetadataProfileId ensures that no value is present for MetadataProfileId, not even an explicit nil

func (*ImportListBulkResource) UnsetQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) UnsetQualityProfileId()

UnsetQualityProfileId ensures that no value is present for QualityProfileId, not even an explicit nil

func (*ImportListBulkResource) UnsetRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) UnsetRootFolderPath()

UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil

type ImportListExclusionAPIService added in v1.0.0

type ImportListExclusionAPIService service

ImportListExclusionAPIService ImportListExclusionAPI service

func (*ImportListExclusionAPIService) CreateImportListExclusion added in v1.0.0

CreateImportListExclusion Method for CreateImportListExclusion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateImportListExclusionRequest

func (*ImportListExclusionAPIService) CreateImportListExclusionExecute added in v1.0.0

Execute executes the request

@return ImportListExclusionResource

func (*ImportListExclusionAPIService) DeleteImportListExclusion added in v1.0.0

DeleteImportListExclusion Method for DeleteImportListExclusion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteImportListExclusionRequest

func (*ImportListExclusionAPIService) DeleteImportListExclusionExecute added in v1.0.0

func (a *ImportListExclusionAPIService) DeleteImportListExclusionExecute(r ApiDeleteImportListExclusionRequest) (*http.Response, error)

Execute executes the request

func (*ImportListExclusionAPIService) GetImportListExclusionById added in v1.0.0

GetImportListExclusionById Method for GetImportListExclusionById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetImportListExclusionByIdRequest

func (*ImportListExclusionAPIService) GetImportListExclusionByIdExecute added in v1.0.0

Execute executes the request

@return ImportListExclusionResource

func (*ImportListExclusionAPIService) ListImportListExclusion added in v1.0.0

ListImportListExclusion Method for ListImportListExclusion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImportListExclusionRequest

func (*ImportListExclusionAPIService) ListImportListExclusionExecute added in v1.0.0

Execute executes the request

@return []ImportListExclusionResource

func (*ImportListExclusionAPIService) UpdateImportListExclusion added in v1.0.0

UpdateImportListExclusion Method for UpdateImportListExclusion

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateImportListExclusionRequest

func (*ImportListExclusionAPIService) UpdateImportListExclusionExecute added in v1.0.0

Execute executes the request

@return ImportListExclusionResource

type ImportListExclusionResource

type ImportListExclusionResource struct {
	Id         *int32         `json:"id,omitempty"`
	ForeignId  NullableString `json:"foreignId,omitempty"`
	AuthorName NullableString `json:"authorName,omitempty"`
}

ImportListExclusionResource struct for ImportListExclusionResource

func NewImportListExclusionResource

func NewImportListExclusionResource() *ImportListExclusionResource

NewImportListExclusionResource instantiates a new ImportListExclusionResource 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 NewImportListExclusionResourceWithDefaults

func NewImportListExclusionResourceWithDefaults() *ImportListExclusionResource

NewImportListExclusionResourceWithDefaults instantiates a new ImportListExclusionResource 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 (*ImportListExclusionResource) GetAuthorName

func (o *ImportListExclusionResource) GetAuthorName() string

GetAuthorName returns the AuthorName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListExclusionResource) GetAuthorNameOk

func (o *ImportListExclusionResource) GetAuthorNameOk() (*string, bool)

GetAuthorNameOk returns a tuple with the AuthorName 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 (*ImportListExclusionResource) GetForeignId

func (o *ImportListExclusionResource) GetForeignId() string

GetForeignId returns the ForeignId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListExclusionResource) GetForeignIdOk

func (o *ImportListExclusionResource) GetForeignIdOk() (*string, bool)

GetForeignIdOk returns a tuple with the ForeignId 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 (*ImportListExclusionResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*ImportListExclusionResource) GetIdOk

func (o *ImportListExclusionResource) GetIdOk() (*int32, 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 (*ImportListExclusionResource) HasAuthorName

func (o *ImportListExclusionResource) HasAuthorName() bool

HasAuthorName returns a boolean if a field has been set.

func (*ImportListExclusionResource) HasForeignId

func (o *ImportListExclusionResource) HasForeignId() bool

HasForeignId returns a boolean if a field has been set.

func (*ImportListExclusionResource) HasId

func (o *ImportListExclusionResource) HasId() bool

HasId returns a boolean if a field has been set.

func (ImportListExclusionResource) MarshalJSON

func (o ImportListExclusionResource) MarshalJSON() ([]byte, error)

func (*ImportListExclusionResource) SetAuthorName

func (o *ImportListExclusionResource) SetAuthorName(v string)

SetAuthorName gets a reference to the given NullableString and assigns it to the AuthorName field.

func (*ImportListExclusionResource) SetAuthorNameNil

func (o *ImportListExclusionResource) SetAuthorNameNil()

SetAuthorNameNil sets the value for AuthorName to be an explicit nil

func (*ImportListExclusionResource) SetForeignId

func (o *ImportListExclusionResource) SetForeignId(v string)

SetForeignId gets a reference to the given NullableString and assigns it to the ForeignId field.

func (*ImportListExclusionResource) SetForeignIdNil

func (o *ImportListExclusionResource) SetForeignIdNil()

SetForeignIdNil sets the value for ForeignId to be an explicit nil

func (*ImportListExclusionResource) SetId

func (o *ImportListExclusionResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (ImportListExclusionResource) ToMap added in v1.0.0

func (o ImportListExclusionResource) ToMap() (map[string]interface{}, error)

func (*ImportListExclusionResource) UnsetAuthorName

func (o *ImportListExclusionResource) UnsetAuthorName()

UnsetAuthorName ensures that no value is present for AuthorName, not even an explicit nil

func (*ImportListExclusionResource) UnsetForeignId

func (o *ImportListExclusionResource) UnsetForeignId()

UnsetForeignId ensures that no value is present for ForeignId, not even an explicit nil

type ImportListMonitorType

type ImportListMonitorType string

ImportListMonitorType the model 'ImportListMonitorType'

const (
	IMPORTLISTMONITORTYPE_NONE          ImportListMonitorType = "none"
	IMPORTLISTMONITORTYPE_SPECIFIC_BOOK ImportListMonitorType = "specificBook"
	IMPORTLISTMONITORTYPE_ENTIRE_AUTHOR ImportListMonitorType = "entireAuthor"
)

List of ImportListMonitorType

func NewImportListMonitorTypeFromValue

func NewImportListMonitorTypeFromValue(v string) (*ImportListMonitorType, error)

NewImportListMonitorTypeFromValue returns a pointer to a valid ImportListMonitorType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ImportListMonitorType) IsValid

func (v ImportListMonitorType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ImportListMonitorType) Ptr

Ptr returns reference to ImportListMonitorType value

func (*ImportListMonitorType) UnmarshalJSON

func (v *ImportListMonitorType) UnmarshalJSON(src []byte) error

type ImportListResource

type ImportListResource struct {
	Id                    *int32                 `json:"id,omitempty"`
	Name                  NullableString         `json:"name,omitempty"`
	Fields                []Field                `json:"fields,omitempty"`
	ImplementationName    NullableString         `json:"implementationName,omitempty"`
	Implementation        NullableString         `json:"implementation,omitempty"`
	ConfigContract        NullableString         `json:"configContract,omitempty"`
	InfoLink              NullableString         `json:"infoLink,omitempty"`
	Message               *ProviderMessage       `json:"message,omitempty"`
	Tags                  []int32                `json:"tags,omitempty"`
	Presets               []ImportListResource   `json:"presets,omitempty"`
	EnableAutomaticAdd    *bool                  `json:"enableAutomaticAdd,omitempty"`
	ShouldMonitor         *ImportListMonitorType `json:"shouldMonitor,omitempty"`
	ShouldMonitorExisting *bool                  `json:"shouldMonitorExisting,omitempty"`
	ShouldSearch          *bool                  `json:"shouldSearch,omitempty"`
	RootFolderPath        NullableString         `json:"rootFolderPath,omitempty"`
	MonitorNewItems       *NewItemMonitorTypes   `json:"monitorNewItems,omitempty"`
	QualityProfileId      *int32                 `json:"qualityProfileId,omitempty"`
	MetadataProfileId     *int32                 `json:"metadataProfileId,omitempty"`
	ListType              *ImportListType        `json:"listType,omitempty"`
	ListOrder             *int32                 `json:"listOrder,omitempty"`
	MinRefreshInterval    *string                `json:"minRefreshInterval,omitempty"`
}

ImportListResource struct for ImportListResource

func NewImportListResource

func NewImportListResource() *ImportListResource

NewImportListResource instantiates a new ImportListResource 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 NewImportListResourceWithDefaults

func NewImportListResourceWithDefaults() *ImportListResource

NewImportListResourceWithDefaults instantiates a new ImportListResource 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 (*ImportListResource) GetConfigContract

func (o *ImportListResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetConfigContractOk

func (o *ImportListResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract 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 (*ImportListResource) GetEnableAutomaticAdd

func (o *ImportListResource) GetEnableAutomaticAdd() bool

GetEnableAutomaticAdd returns the EnableAutomaticAdd field value if set, zero value otherwise.

func (*ImportListResource) GetEnableAutomaticAddOk

func (o *ImportListResource) GetEnableAutomaticAddOk() (*bool, bool)

GetEnableAutomaticAddOk returns a tuple with the EnableAutomaticAdd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetFields

func (o *ImportListResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetFieldsOk

func (o *ImportListResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields 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 (*ImportListResource) GetId

func (o *ImportListResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ImportListResource) GetIdOk

func (o *ImportListResource) GetIdOk() (*int32, 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 (*ImportListResource) GetImplementation

func (o *ImportListResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetImplementationName

func (o *ImportListResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetImplementationNameOk

func (o *ImportListResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (*ImportListResource) GetImplementationOk

func (o *ImportListResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation 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 (o *ImportListResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetInfoLinkOk

func (o *ImportListResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (*ImportListResource) GetListOrder

func (o *ImportListResource) GetListOrder() int32

GetListOrder returns the ListOrder field value if set, zero value otherwise.

func (*ImportListResource) GetListOrderOk

func (o *ImportListResource) GetListOrderOk() (*int32, bool)

GetListOrderOk returns a tuple with the ListOrder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetListType

func (o *ImportListResource) GetListType() ImportListType

GetListType returns the ListType field value if set, zero value otherwise.

func (*ImportListResource) GetListTypeOk

func (o *ImportListResource) GetListTypeOk() (*ImportListType, 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 (*ImportListResource) GetMessage

func (o *ImportListResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*ImportListResource) GetMessageOk

func (o *ImportListResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMetadataProfileId

func (o *ImportListResource) GetMetadataProfileId() int32

GetMetadataProfileId returns the MetadataProfileId field value if set, zero value otherwise.

func (*ImportListResource) GetMetadataProfileIdOk

func (o *ImportListResource) GetMetadataProfileIdOk() (*int32, bool)

GetMetadataProfileIdOk returns a tuple with the MetadataProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMinRefreshInterval added in v0.3.0

func (o *ImportListResource) GetMinRefreshInterval() string

GetMinRefreshInterval returns the MinRefreshInterval field value if set, zero value otherwise.

func (*ImportListResource) GetMinRefreshIntervalOk added in v0.3.0

func (o *ImportListResource) GetMinRefreshIntervalOk() (*string, bool)

GetMinRefreshIntervalOk returns a tuple with the MinRefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMonitorNewItems added in v0.3.0

func (o *ImportListResource) GetMonitorNewItems() NewItemMonitorTypes

GetMonitorNewItems returns the MonitorNewItems field value if set, zero value otherwise.

func (*ImportListResource) GetMonitorNewItemsOk added in v0.3.0

func (o *ImportListResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)

GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetName

func (o *ImportListResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetNameOk

func (o *ImportListResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetPresets

func (o *ImportListResource) GetPresets() []ImportListResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetPresetsOk

func (o *ImportListResource) GetPresetsOk() ([]ImportListResource, bool)

GetPresetsOk returns a tuple with the Presets 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 (*ImportListResource) GetQualityProfileId

func (o *ImportListResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise.

func (*ImportListResource) GetQualityProfileIdOk

func (o *ImportListResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetRootFolderPath

func (o *ImportListResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetRootFolderPathOk

func (o *ImportListResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath 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 (*ImportListResource) GetShouldMonitor

func (o *ImportListResource) GetShouldMonitor() ImportListMonitorType

GetShouldMonitor returns the ShouldMonitor field value if set, zero value otherwise.

func (*ImportListResource) GetShouldMonitorExisting added in v0.3.0

func (o *ImportListResource) GetShouldMonitorExisting() bool

GetShouldMonitorExisting returns the ShouldMonitorExisting field value if set, zero value otherwise.

func (*ImportListResource) GetShouldMonitorExistingOk added in v0.3.0

func (o *ImportListResource) GetShouldMonitorExistingOk() (*bool, bool)

GetShouldMonitorExistingOk returns a tuple with the ShouldMonitorExisting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetShouldMonitorOk

func (o *ImportListResource) GetShouldMonitorOk() (*ImportListMonitorType, bool)

GetShouldMonitorOk returns a tuple with the ShouldMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetShouldSearch

func (o *ImportListResource) GetShouldSearch() bool

GetShouldSearch returns the ShouldSearch field value if set, zero value otherwise.

func (*ImportListResource) GetShouldSearchOk

func (o *ImportListResource) GetShouldSearchOk() (*bool, bool)

GetShouldSearchOk returns a tuple with the ShouldSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetTags

func (o *ImportListResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetTagsOk

func (o *ImportListResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*ImportListResource) HasConfigContract

func (o *ImportListResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*ImportListResource) HasEnableAutomaticAdd

func (o *ImportListResource) HasEnableAutomaticAdd() bool

HasEnableAutomaticAdd returns a boolean if a field has been set.

func (*ImportListResource) HasFields

func (o *ImportListResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*ImportListResource) HasId

func (o *ImportListResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportListResource) HasImplementation

func (o *ImportListResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*ImportListResource) HasImplementationName

func (o *ImportListResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *ImportListResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*ImportListResource) HasListOrder

func (o *ImportListResource) HasListOrder() bool

HasListOrder returns a boolean if a field has been set.

func (*ImportListResource) HasListType

func (o *ImportListResource) HasListType() bool

HasListType returns a boolean if a field has been set.

func (*ImportListResource) HasMessage

func (o *ImportListResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ImportListResource) HasMetadataProfileId

func (o *ImportListResource) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*ImportListResource) HasMinRefreshInterval added in v0.3.0

func (o *ImportListResource) HasMinRefreshInterval() bool

HasMinRefreshInterval returns a boolean if a field has been set.

func (*ImportListResource) HasMonitorNewItems added in v0.3.0

func (o *ImportListResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*ImportListResource) HasName

func (o *ImportListResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ImportListResource) HasPresets

func (o *ImportListResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*ImportListResource) HasQualityProfileId

func (o *ImportListResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ImportListResource) HasRootFolderPath

func (o *ImportListResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ImportListResource) HasShouldMonitor

func (o *ImportListResource) HasShouldMonitor() bool

HasShouldMonitor returns a boolean if a field has been set.

func (*ImportListResource) HasShouldMonitorExisting added in v0.3.0

func (o *ImportListResource) HasShouldMonitorExisting() bool

HasShouldMonitorExisting returns a boolean if a field has been set.

func (*ImportListResource) HasShouldSearch

func (o *ImportListResource) HasShouldSearch() bool

HasShouldSearch returns a boolean if a field has been set.

func (*ImportListResource) HasTags

func (o *ImportListResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ImportListResource) MarshalJSON

func (o ImportListResource) MarshalJSON() ([]byte, error)

func (*ImportListResource) SetConfigContract

func (o *ImportListResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*ImportListResource) SetConfigContractNil

func (o *ImportListResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*ImportListResource) SetEnableAutomaticAdd

func (o *ImportListResource) SetEnableAutomaticAdd(v bool)

SetEnableAutomaticAdd gets a reference to the given bool and assigns it to the EnableAutomaticAdd field.

func (*ImportListResource) SetFields

func (o *ImportListResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*ImportListResource) SetId

func (o *ImportListResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ImportListResource) SetImplementation

func (o *ImportListResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*ImportListResource) SetImplementationName

func (o *ImportListResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*ImportListResource) SetImplementationNameNil

func (o *ImportListResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*ImportListResource) SetImplementationNil

func (o *ImportListResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *ImportListResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*ImportListResource) SetInfoLinkNil

func (o *ImportListResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*ImportListResource) SetListOrder

func (o *ImportListResource) SetListOrder(v int32)

SetListOrder gets a reference to the given int32 and assigns it to the ListOrder field.

func (*ImportListResource) SetListType

func (o *ImportListResource) SetListType(v ImportListType)

SetListType gets a reference to the given ImportListType and assigns it to the ListType field.

func (*ImportListResource) SetMessage

func (o *ImportListResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*ImportListResource) SetMetadataProfileId

func (o *ImportListResource) SetMetadataProfileId(v int32)

SetMetadataProfileId gets a reference to the given int32 and assigns it to the MetadataProfileId field.

func (*ImportListResource) SetMinRefreshInterval added in v0.3.0

func (o *ImportListResource) SetMinRefreshInterval(v string)

SetMinRefreshInterval gets a reference to the given string and assigns it to the MinRefreshInterval field.

func (*ImportListResource) SetMonitorNewItems added in v0.3.0

func (o *ImportListResource) SetMonitorNewItems(v NewItemMonitorTypes)

SetMonitorNewItems gets a reference to the given NewItemMonitorTypes and assigns it to the MonitorNewItems field.

func (*ImportListResource) SetName

func (o *ImportListResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ImportListResource) SetNameNil

func (o *ImportListResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ImportListResource) SetPresets

func (o *ImportListResource) SetPresets(v []ImportListResource)

SetPresets gets a reference to the given []ImportListResource and assigns it to the Presets field.

func (*ImportListResource) SetQualityProfileId

func (o *ImportListResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given int32 and assigns it to the QualityProfileId field.

func (*ImportListResource) SetRootFolderPath

func (o *ImportListResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*ImportListResource) SetRootFolderPathNil

func (o *ImportListResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ImportListResource) SetShouldMonitor

func (o *ImportListResource) SetShouldMonitor(v ImportListMonitorType)

SetShouldMonitor gets a reference to the given ImportListMonitorType and assigns it to the ShouldMonitor field.

func (*ImportListResource) SetShouldMonitorExisting added in v0.3.0

func (o *ImportListResource) SetShouldMonitorExisting(v bool)

SetShouldMonitorExisting gets a reference to the given bool and assigns it to the ShouldMonitorExisting field.

func (*ImportListResource) SetShouldSearch

func (o *ImportListResource) SetShouldSearch(v bool)

SetShouldSearch gets a reference to the given bool and assigns it to the ShouldSearch field.

func (*ImportListResource) SetTags

func (o *ImportListResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (ImportListResource) ToMap added in v1.0.0

func (o ImportListResource) ToMap() (map[string]interface{}, error)

func (*ImportListResource) UnsetConfigContract

func (o *ImportListResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*ImportListResource) UnsetImplementation

func (o *ImportListResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*ImportListResource) UnsetImplementationName

func (o *ImportListResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *ImportListResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*ImportListResource) UnsetName

func (o *ImportListResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*ImportListResource) UnsetRootFolderPath

func (o *ImportListResource) UnsetRootFolderPath()

UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil

type ImportListType

type ImportListType string

ImportListType the model 'ImportListType'

const (
	IMPORTLISTTYPE_PROGRAM   ImportListType = "program"
	IMPORTLISTTYPE_GOODREADS ImportListType = "goodreads"
	IMPORTLISTTYPE_OTHER     ImportListType = "other"
)

List of ImportListType

func NewImportListTypeFromValue

func NewImportListTypeFromValue(v string) (*ImportListType, error)

NewImportListTypeFromValue returns a pointer to a valid ImportListType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ImportListType) IsValid

func (v ImportListType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ImportListType) Ptr

func (v ImportListType) Ptr() *ImportListType

Ptr returns reference to ImportListType value

func (*ImportListType) UnmarshalJSON

func (v *ImportListType) UnmarshalJSON(src []byte) error

type IndexerAPIService added in v1.0.0

type IndexerAPIService service

IndexerAPIService IndexerAPI service

func (*IndexerAPIService) CreateIndexer added in v1.0.0

CreateIndexer Method for CreateIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIndexerRequest

func (*IndexerAPIService) CreateIndexerActionByName added in v1.0.0

func (a *IndexerAPIService) CreateIndexerActionByName(ctx context.Context, name string) ApiCreateIndexerActionByNameRequest

CreateIndexerActionByName Method for CreateIndexerActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateIndexerActionByNameRequest

func (*IndexerAPIService) CreateIndexerActionByNameExecute added in v1.0.0

func (a *IndexerAPIService) CreateIndexerActionByNameExecute(r ApiCreateIndexerActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) CreateIndexerExecute added in v1.0.0

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) DeleteIndexer added in v1.0.0

DeleteIndexer Method for DeleteIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteIndexerRequest

func (*IndexerAPIService) DeleteIndexerBulk added in v1.0.0

DeleteIndexerBulk Method for DeleteIndexerBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIndexerBulkRequest

func (*IndexerAPIService) DeleteIndexerBulkExecute added in v1.0.0

func (a *IndexerAPIService) DeleteIndexerBulkExecute(r ApiDeleteIndexerBulkRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) DeleteIndexerExecute added in v1.0.0

func (a *IndexerAPIService) DeleteIndexerExecute(r ApiDeleteIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) GetIndexerById added in v1.0.0

func (a *IndexerAPIService) GetIndexerById(ctx context.Context, id int32) ApiGetIndexerByIdRequest

GetIndexerById Method for GetIndexerById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetIndexerByIdRequest

func (*IndexerAPIService) GetIndexerByIdExecute added in v1.0.0

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) ListIndexer added in v1.0.0

ListIndexer Method for ListIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIndexerRequest

func (*IndexerAPIService) ListIndexerExecute added in v1.0.0

Execute executes the request

@return []IndexerResource

func (*IndexerAPIService) ListIndexerSchema added in v1.0.0

ListIndexerSchema Method for ListIndexerSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIndexerSchemaRequest

func (*IndexerAPIService) ListIndexerSchemaExecute added in v1.0.0

func (a *IndexerAPIService) ListIndexerSchemaExecute(r ApiListIndexerSchemaRequest) ([]IndexerResource, *http.Response, error)

Execute executes the request

@return []IndexerResource

func (*IndexerAPIService) PutIndexerBulk added in v1.0.0

PutIndexerBulk Method for PutIndexerBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutIndexerBulkRequest

func (*IndexerAPIService) PutIndexerBulkExecute added in v1.0.0

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) TestIndexer added in v1.0.0

TestIndexer Method for TestIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestIndexerRequest

func (*IndexerAPIService) TestIndexerExecute added in v1.0.0

func (a *IndexerAPIService) TestIndexerExecute(r ApiTestIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) TestallIndexer added in v1.0.0

TestallIndexer Method for TestallIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallIndexerRequest

func (*IndexerAPIService) TestallIndexerExecute added in v1.0.0

func (a *IndexerAPIService) TestallIndexerExecute(r ApiTestallIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) UpdateIndexer added in v1.0.0

UpdateIndexer Method for UpdateIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateIndexerRequest

func (*IndexerAPIService) UpdateIndexerExecute added in v1.0.0

Execute executes the request

@return IndexerResource

type IndexerBulkResource added in v0.4.0

type IndexerBulkResource struct {
	Ids                     []int32       `json:"ids,omitempty"`
	Tags                    []int32       `json:"tags,omitempty"`
	ApplyTags               *ApplyTags    `json:"applyTags,omitempty"`
	EnableRss               NullableBool  `json:"enableRss,omitempty"`
	EnableAutomaticSearch   NullableBool  `json:"enableAutomaticSearch,omitempty"`
	EnableInteractiveSearch NullableBool  `json:"enableInteractiveSearch,omitempty"`
	Priority                NullableInt32 `json:"priority,omitempty"`
}

IndexerBulkResource struct for IndexerBulkResource

func NewIndexerBulkResource added in v0.4.0

func NewIndexerBulkResource() *IndexerBulkResource

NewIndexerBulkResource instantiates a new IndexerBulkResource 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 NewIndexerBulkResourceWithDefaults added in v0.4.0

func NewIndexerBulkResourceWithDefaults() *IndexerBulkResource

NewIndexerBulkResourceWithDefaults instantiates a new IndexerBulkResource 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 (*IndexerBulkResource) GetApplyTags added in v0.4.0

func (o *IndexerBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*IndexerBulkResource) GetApplyTagsOk added in v0.4.0

func (o *IndexerBulkResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerBulkResource) GetEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) GetEnableAutomaticSearch() bool

GetEnableAutomaticSearch returns the EnableAutomaticSearch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetEnableAutomaticSearchOk added in v0.4.0

func (o *IndexerBulkResource) GetEnableAutomaticSearchOk() (*bool, bool)

GetEnableAutomaticSearchOk returns a tuple with the EnableAutomaticSearch 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 (*IndexerBulkResource) GetEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) GetEnableInteractiveSearch() bool

GetEnableInteractiveSearch returns the EnableInteractiveSearch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetEnableInteractiveSearchOk added in v0.4.0

func (o *IndexerBulkResource) GetEnableInteractiveSearchOk() (*bool, bool)

GetEnableInteractiveSearchOk returns a tuple with the EnableInteractiveSearch 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 (*IndexerBulkResource) GetEnableRss added in v0.4.0

func (o *IndexerBulkResource) GetEnableRss() bool

GetEnableRss returns the EnableRss field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetEnableRssOk added in v0.4.0

func (o *IndexerBulkResource) GetEnableRssOk() (*bool, bool)

GetEnableRssOk returns a tuple with the EnableRss 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 (*IndexerBulkResource) GetIds added in v0.4.0

func (o *IndexerBulkResource) GetIds() []int32

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetIdsOk added in v0.4.0

func (o *IndexerBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids 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 (*IndexerBulkResource) GetPriority added in v0.4.0

func (o *IndexerBulkResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetPriorityOk added in v0.4.0

func (o *IndexerBulkResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority 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 (*IndexerBulkResource) GetTags added in v0.4.0

func (o *IndexerBulkResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetTagsOk added in v0.4.0

func (o *IndexerBulkResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*IndexerBulkResource) HasApplyTags added in v0.4.0

func (o *IndexerBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) HasEnableAutomaticSearch() bool

HasEnableAutomaticSearch returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) HasEnableInteractiveSearch() bool

HasEnableInteractiveSearch returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableRss added in v0.4.0

func (o *IndexerBulkResource) HasEnableRss() bool

HasEnableRss returns a boolean if a field has been set.

func (*IndexerBulkResource) HasIds added in v0.4.0

func (o *IndexerBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*IndexerBulkResource) HasPriority added in v0.4.0

func (o *IndexerBulkResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*IndexerBulkResource) HasTags added in v0.4.0

func (o *IndexerBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (IndexerBulkResource) MarshalJSON added in v0.4.0

func (o IndexerBulkResource) MarshalJSON() ([]byte, error)

func (*IndexerBulkResource) SetApplyTags added in v0.4.0

func (o *IndexerBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*IndexerBulkResource) SetEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) SetEnableAutomaticSearch(v bool)

SetEnableAutomaticSearch gets a reference to the given NullableBool and assigns it to the EnableAutomaticSearch field.

func (*IndexerBulkResource) SetEnableAutomaticSearchNil added in v0.4.0

func (o *IndexerBulkResource) SetEnableAutomaticSearchNil()

SetEnableAutomaticSearchNil sets the value for EnableAutomaticSearch to be an explicit nil

func (*IndexerBulkResource) SetEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) SetEnableInteractiveSearch(v bool)

SetEnableInteractiveSearch gets a reference to the given NullableBool and assigns it to the EnableInteractiveSearch field.

func (*IndexerBulkResource) SetEnableInteractiveSearchNil added in v0.4.0

func (o *IndexerBulkResource) SetEnableInteractiveSearchNil()

SetEnableInteractiveSearchNil sets the value for EnableInteractiveSearch to be an explicit nil

func (*IndexerBulkResource) SetEnableRss added in v0.4.0

func (o *IndexerBulkResource) SetEnableRss(v bool)

SetEnableRss gets a reference to the given NullableBool and assigns it to the EnableRss field.

func (*IndexerBulkResource) SetEnableRssNil added in v0.4.0

func (o *IndexerBulkResource) SetEnableRssNil()

SetEnableRssNil sets the value for EnableRss to be an explicit nil

func (*IndexerBulkResource) SetIds added in v0.4.0

func (o *IndexerBulkResource) SetIds(v []int32)

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*IndexerBulkResource) SetPriority added in v0.4.0

func (o *IndexerBulkResource) SetPriority(v int32)

SetPriority gets a reference to the given NullableInt32 and assigns it to the Priority field.

func (*IndexerBulkResource) SetPriorityNil added in v0.4.0

func (o *IndexerBulkResource) SetPriorityNil()

SetPriorityNil sets the value for Priority to be an explicit nil

func (*IndexerBulkResource) SetTags added in v0.4.0

func (o *IndexerBulkResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (IndexerBulkResource) ToMap added in v1.0.0

func (o IndexerBulkResource) ToMap() (map[string]interface{}, error)

func (*IndexerBulkResource) UnsetEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) UnsetEnableAutomaticSearch()

UnsetEnableAutomaticSearch ensures that no value is present for EnableAutomaticSearch, not even an explicit nil

func (*IndexerBulkResource) UnsetEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) UnsetEnableInteractiveSearch()

UnsetEnableInteractiveSearch ensures that no value is present for EnableInteractiveSearch, not even an explicit nil

func (*IndexerBulkResource) UnsetEnableRss added in v0.4.0

func (o *IndexerBulkResource) UnsetEnableRss()

UnsetEnableRss ensures that no value is present for EnableRss, not even an explicit nil

func (*IndexerBulkResource) UnsetPriority added in v0.4.0

func (o *IndexerBulkResource) UnsetPriority()

UnsetPriority ensures that no value is present for Priority, not even an explicit nil

type IndexerConfigAPIService added in v1.0.0

type IndexerConfigAPIService service

IndexerConfigAPIService IndexerConfigAPI service

func (*IndexerConfigAPIService) GetIndexerConfig added in v1.0.0

GetIndexerConfig Method for GetIndexerConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIndexerConfigRequest

func (*IndexerConfigAPIService) GetIndexerConfigById added in v1.0.0

GetIndexerConfigById Method for GetIndexerConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetIndexerConfigByIdRequest

func (*IndexerConfigAPIService) GetIndexerConfigByIdExecute added in v1.0.0

Execute executes the request

@return IndexerConfigResource

func (*IndexerConfigAPIService) GetIndexerConfigExecute added in v1.0.0

Execute executes the request

@return IndexerConfigResource

func (*IndexerConfigAPIService) UpdateIndexerConfig added in v1.0.0

UpdateIndexerConfig Method for UpdateIndexerConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateIndexerConfigRequest

func (*IndexerConfigAPIService) UpdateIndexerConfigExecute added in v1.0.0

Execute executes the request

@return IndexerConfigResource

type IndexerConfigResource

type IndexerConfigResource struct {
	Id              *int32 `json:"id,omitempty"`
	MinimumAge      *int32 `json:"minimumAge,omitempty"`
	MaximumSize     *int32 `json:"maximumSize,omitempty"`
	Retention       *int32 `json:"retention,omitempty"`
	RssSyncInterval *int32 `json:"rssSyncInterval,omitempty"`
}

IndexerConfigResource struct for IndexerConfigResource

func NewIndexerConfigResource

func NewIndexerConfigResource() *IndexerConfigResource

NewIndexerConfigResource instantiates a new IndexerConfigResource 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 NewIndexerConfigResourceWithDefaults

func NewIndexerConfigResourceWithDefaults() *IndexerConfigResource

NewIndexerConfigResourceWithDefaults instantiates a new IndexerConfigResource 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 (*IndexerConfigResource) GetId

func (o *IndexerConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*IndexerConfigResource) GetIdOk

func (o *IndexerConfigResource) GetIdOk() (*int32, 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 (*IndexerConfigResource) GetMaximumSize

func (o *IndexerConfigResource) GetMaximumSize() int32

GetMaximumSize returns the MaximumSize field value if set, zero value otherwise.

func (*IndexerConfigResource) GetMaximumSizeOk

func (o *IndexerConfigResource) GetMaximumSizeOk() (*int32, bool)

GetMaximumSizeOk returns a tuple with the MaximumSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetMinimumAge

func (o *IndexerConfigResource) GetMinimumAge() int32

GetMinimumAge returns the MinimumAge field value if set, zero value otherwise.

func (*IndexerConfigResource) GetMinimumAgeOk

func (o *IndexerConfigResource) GetMinimumAgeOk() (*int32, bool)

GetMinimumAgeOk returns a tuple with the MinimumAge field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetRetention

func (o *IndexerConfigResource) GetRetention() int32

GetRetention returns the Retention field value if set, zero value otherwise.

func (*IndexerConfigResource) GetRetentionOk

func (o *IndexerConfigResource) GetRetentionOk() (*int32, bool)

GetRetentionOk returns a tuple with the Retention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetRssSyncInterval

func (o *IndexerConfigResource) GetRssSyncInterval() int32

GetRssSyncInterval returns the RssSyncInterval field value if set, zero value otherwise.

func (*IndexerConfigResource) GetRssSyncIntervalOk

func (o *IndexerConfigResource) GetRssSyncIntervalOk() (*int32, bool)

GetRssSyncIntervalOk returns a tuple with the RssSyncInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) HasId

func (o *IndexerConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*IndexerConfigResource) HasMaximumSize

func (o *IndexerConfigResource) HasMaximumSize() bool

HasMaximumSize returns a boolean if a field has been set.

func (*IndexerConfigResource) HasMinimumAge

func (o *IndexerConfigResource) HasMinimumAge() bool

HasMinimumAge returns a boolean if a field has been set.

func (*IndexerConfigResource) HasRetention

func (o *IndexerConfigResource) HasRetention() bool

HasRetention returns a boolean if a field has been set.

func (*IndexerConfigResource) HasRssSyncInterval

func (o *IndexerConfigResource) HasRssSyncInterval() bool

HasRssSyncInterval returns a boolean if a field has been set.

func (IndexerConfigResource) MarshalJSON

func (o IndexerConfigResource) MarshalJSON() ([]byte, error)

func (*IndexerConfigResource) SetId

func (o *IndexerConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IndexerConfigResource) SetMaximumSize

func (o *IndexerConfigResource) SetMaximumSize(v int32)

SetMaximumSize gets a reference to the given int32 and assigns it to the MaximumSize field.

func (*IndexerConfigResource) SetMinimumAge

func (o *IndexerConfigResource) SetMinimumAge(v int32)

SetMinimumAge gets a reference to the given int32 and assigns it to the MinimumAge field.

func (*IndexerConfigResource) SetRetention

func (o *IndexerConfigResource) SetRetention(v int32)

SetRetention gets a reference to the given int32 and assigns it to the Retention field.

func (*IndexerConfigResource) SetRssSyncInterval

func (o *IndexerConfigResource) SetRssSyncInterval(v int32)

SetRssSyncInterval gets a reference to the given int32 and assigns it to the RssSyncInterval field.

func (IndexerConfigResource) ToMap added in v1.0.0

func (o IndexerConfigResource) ToMap() (map[string]interface{}, error)

type IndexerResource

type IndexerResource struct {
	Id                      *int32            `json:"id,omitempty"`
	Name                    NullableString    `json:"name,omitempty"`
	Fields                  []Field           `json:"fields,omitempty"`
	ImplementationName      NullableString    `json:"implementationName,omitempty"`
	Implementation          NullableString    `json:"implementation,omitempty"`
	ConfigContract          NullableString    `json:"configContract,omitempty"`
	InfoLink                NullableString    `json:"infoLink,omitempty"`
	Message                 *ProviderMessage  `json:"message,omitempty"`
	Tags                    []int32           `json:"tags,omitempty"`
	Presets                 []IndexerResource `json:"presets,omitempty"`
	EnableRss               *bool             `json:"enableRss,omitempty"`
	EnableAutomaticSearch   *bool             `json:"enableAutomaticSearch,omitempty"`
	EnableInteractiveSearch *bool             `json:"enableInteractiveSearch,omitempty"`
	SupportsRss             *bool             `json:"supportsRss,omitempty"`
	SupportsSearch          *bool             `json:"supportsSearch,omitempty"`
	Protocol                *DownloadProtocol `json:"protocol,omitempty"`
	Priority                *int32            `json:"priority,omitempty"`
	DownloadClientId        *int32            `json:"downloadClientId,omitempty"`
}

IndexerResource struct for IndexerResource

func NewIndexerResource

func NewIndexerResource() *IndexerResource

NewIndexerResource instantiates a new IndexerResource 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 NewIndexerResourceWithDefaults

func NewIndexerResourceWithDefaults() *IndexerResource

NewIndexerResourceWithDefaults instantiates a new IndexerResource 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 (*IndexerResource) GetConfigContract

func (o *IndexerResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetConfigContractOk

func (o *IndexerResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract 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 (*IndexerResource) GetDownloadClientId added in v0.3.0

func (o *IndexerResource) GetDownloadClientId() int32

GetDownloadClientId returns the DownloadClientId field value if set, zero value otherwise.

func (*IndexerResource) GetDownloadClientIdOk added in v0.3.0

func (o *IndexerResource) GetDownloadClientIdOk() (*int32, bool)

GetDownloadClientIdOk returns a tuple with the DownloadClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetEnableAutomaticSearch

func (o *IndexerResource) GetEnableAutomaticSearch() bool

GetEnableAutomaticSearch returns the EnableAutomaticSearch field value if set, zero value otherwise.

func (*IndexerResource) GetEnableAutomaticSearchOk

func (o *IndexerResource) GetEnableAutomaticSearchOk() (*bool, bool)

GetEnableAutomaticSearchOk returns a tuple with the EnableAutomaticSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetEnableInteractiveSearch

func (o *IndexerResource) GetEnableInteractiveSearch() bool

GetEnableInteractiveSearch returns the EnableInteractiveSearch field value if set, zero value otherwise.

func (*IndexerResource) GetEnableInteractiveSearchOk

func (o *IndexerResource) GetEnableInteractiveSearchOk() (*bool, bool)

GetEnableInteractiveSearchOk returns a tuple with the EnableInteractiveSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetEnableRss

func (o *IndexerResource) GetEnableRss() bool

GetEnableRss returns the EnableRss field value if set, zero value otherwise.

func (*IndexerResource) GetEnableRssOk

func (o *IndexerResource) GetEnableRssOk() (*bool, bool)

GetEnableRssOk returns a tuple with the EnableRss field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetFields

func (o *IndexerResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetFieldsOk

func (o *IndexerResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields 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 (*IndexerResource) GetId

func (o *IndexerResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*IndexerResource) GetIdOk

func (o *IndexerResource) GetIdOk() (*int32, 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 (*IndexerResource) GetImplementation

func (o *IndexerResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetImplementationName

func (o *IndexerResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetImplementationNameOk

func (o *IndexerResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (*IndexerResource) GetImplementationOk

func (o *IndexerResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation 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 (o *IndexerResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetInfoLinkOk

func (o *IndexerResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (*IndexerResource) GetMessage

func (o *IndexerResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*IndexerResource) GetMessageOk

func (o *IndexerResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetName

func (o *IndexerResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetNameOk

func (o *IndexerResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetPresets

func (o *IndexerResource) GetPresets() []IndexerResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetPresetsOk

func (o *IndexerResource) GetPresetsOk() ([]IndexerResource, bool)

GetPresetsOk returns a tuple with the Presets 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 (*IndexerResource) GetPriority

func (o *IndexerResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*IndexerResource) GetPriorityOk

func (o *IndexerResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetProtocol

func (o *IndexerResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*IndexerResource) GetProtocolOk

func (o *IndexerResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetSupportsRss

func (o *IndexerResource) GetSupportsRss() bool

GetSupportsRss returns the SupportsRss field value if set, zero value otherwise.

func (*IndexerResource) GetSupportsRssOk

func (o *IndexerResource) GetSupportsRssOk() (*bool, bool)

GetSupportsRssOk returns a tuple with the SupportsRss field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetSupportsSearch

func (o *IndexerResource) GetSupportsSearch() bool

GetSupportsSearch returns the SupportsSearch field value if set, zero value otherwise.

func (*IndexerResource) GetSupportsSearchOk

func (o *IndexerResource) GetSupportsSearchOk() (*bool, bool)

GetSupportsSearchOk returns a tuple with the SupportsSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetTags

func (o *IndexerResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetTagsOk

func (o *IndexerResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*IndexerResource) HasConfigContract

func (o *IndexerResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*IndexerResource) HasDownloadClientId added in v0.3.0

func (o *IndexerResource) HasDownloadClientId() bool

HasDownloadClientId returns a boolean if a field has been set.

func (*IndexerResource) HasEnableAutomaticSearch

func (o *IndexerResource) HasEnableAutomaticSearch() bool

HasEnableAutomaticSearch returns a boolean if a field has been set.

func (*IndexerResource) HasEnableInteractiveSearch

func (o *IndexerResource) HasEnableInteractiveSearch() bool

HasEnableInteractiveSearch returns a boolean if a field has been set.

func (*IndexerResource) HasEnableRss

func (o *IndexerResource) HasEnableRss() bool

HasEnableRss returns a boolean if a field has been set.

func (*IndexerResource) HasFields

func (o *IndexerResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*IndexerResource) HasId

func (o *IndexerResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*IndexerResource) HasImplementation

func (o *IndexerResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*IndexerResource) HasImplementationName

func (o *IndexerResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *IndexerResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*IndexerResource) HasMessage

func (o *IndexerResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*IndexerResource) HasName

func (o *IndexerResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*IndexerResource) HasPresets

func (o *IndexerResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*IndexerResource) HasPriority

func (o *IndexerResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*IndexerResource) HasProtocol

func (o *IndexerResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*IndexerResource) HasSupportsRss

func (o *IndexerResource) HasSupportsRss() bool

HasSupportsRss returns a boolean if a field has been set.

func (*IndexerResource) HasSupportsSearch

func (o *IndexerResource) HasSupportsSearch() bool

HasSupportsSearch returns a boolean if a field has been set.

func (*IndexerResource) HasTags

func (o *IndexerResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (IndexerResource) MarshalJSON

func (o IndexerResource) MarshalJSON() ([]byte, error)

func (*IndexerResource) SetConfigContract

func (o *IndexerResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*IndexerResource) SetConfigContractNil

func (o *IndexerResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*IndexerResource) SetDownloadClientId added in v0.3.0

func (o *IndexerResource) SetDownloadClientId(v int32)

SetDownloadClientId gets a reference to the given int32 and assigns it to the DownloadClientId field.

func (*IndexerResource) SetEnableAutomaticSearch

func (o *IndexerResource) SetEnableAutomaticSearch(v bool)

SetEnableAutomaticSearch gets a reference to the given bool and assigns it to the EnableAutomaticSearch field.

func (*IndexerResource) SetEnableInteractiveSearch

func (o *IndexerResource) SetEnableInteractiveSearch(v bool)

SetEnableInteractiveSearch gets a reference to the given bool and assigns it to the EnableInteractiveSearch field.

func (*IndexerResource) SetEnableRss

func (o *IndexerResource) SetEnableRss(v bool)

SetEnableRss gets a reference to the given bool and assigns it to the EnableRss field.

func (*IndexerResource) SetFields

func (o *IndexerResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*IndexerResource) SetId

func (o *IndexerResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IndexerResource) SetImplementation

func (o *IndexerResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*IndexerResource) SetImplementationName

func (o *IndexerResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*IndexerResource) SetImplementationNameNil

func (o *IndexerResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*IndexerResource) SetImplementationNil

func (o *IndexerResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *IndexerResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*IndexerResource) SetInfoLinkNil

func (o *IndexerResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*IndexerResource) SetMessage

func (o *IndexerResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*IndexerResource) SetName

func (o *IndexerResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IndexerResource) SetNameNil

func (o *IndexerResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*IndexerResource) SetPresets

func (o *IndexerResource) SetPresets(v []IndexerResource)

SetPresets gets a reference to the given []IndexerResource and assigns it to the Presets field.

func (*IndexerResource) SetPriority

func (o *IndexerResource) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*IndexerResource) SetProtocol

func (o *IndexerResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*IndexerResource) SetSupportsRss

func (o *IndexerResource) SetSupportsRss(v bool)

SetSupportsRss gets a reference to the given bool and assigns it to the SupportsRss field.

func (*IndexerResource) SetSupportsSearch

func (o *IndexerResource) SetSupportsSearch(v bool)

SetSupportsSearch gets a reference to the given bool and assigns it to the SupportsSearch field.

func (*IndexerResource) SetTags

func (o *IndexerResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (IndexerResource) ToMap added in v1.0.0

func (o IndexerResource) ToMap() (map[string]interface{}, error)

func (*IndexerResource) UnsetConfigContract

func (o *IndexerResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*IndexerResource) UnsetImplementation

func (o *IndexerResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*IndexerResource) UnsetImplementationName

func (o *IndexerResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *IndexerResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*IndexerResource) UnsetName

func (o *IndexerResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type IsoCountry

type IsoCountry struct {
	TwoLetterCode NullableString `json:"twoLetterCode,omitempty"`
	Name          NullableString `json:"name,omitempty"`
}

IsoCountry struct for IsoCountry

func NewIsoCountry

func NewIsoCountry() *IsoCountry

NewIsoCountry instantiates a new IsoCountry 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 NewIsoCountryWithDefaults

func NewIsoCountryWithDefaults() *IsoCountry

NewIsoCountryWithDefaults instantiates a new IsoCountry 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 (*IsoCountry) GetName

func (o *IsoCountry) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IsoCountry) GetNameOk

func (o *IsoCountry) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IsoCountry) GetTwoLetterCode

func (o *IsoCountry) GetTwoLetterCode() string

GetTwoLetterCode returns the TwoLetterCode field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IsoCountry) GetTwoLetterCodeOk

func (o *IsoCountry) GetTwoLetterCodeOk() (*string, bool)

GetTwoLetterCodeOk returns a tuple with the TwoLetterCode 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 (*IsoCountry) HasName

func (o *IsoCountry) HasName() bool

HasName returns a boolean if a field has been set.

func (*IsoCountry) HasTwoLetterCode

func (o *IsoCountry) HasTwoLetterCode() bool

HasTwoLetterCode returns a boolean if a field has been set.

func (IsoCountry) MarshalJSON

func (o IsoCountry) MarshalJSON() ([]byte, error)

func (*IsoCountry) SetName

func (o *IsoCountry) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IsoCountry) SetNameNil

func (o *IsoCountry) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*IsoCountry) SetTwoLetterCode

func (o *IsoCountry) SetTwoLetterCode(v string)

SetTwoLetterCode gets a reference to the given NullableString and assigns it to the TwoLetterCode field.

func (*IsoCountry) SetTwoLetterCodeNil

func (o *IsoCountry) SetTwoLetterCodeNil()

SetTwoLetterCodeNil sets the value for TwoLetterCode to be an explicit nil

func (IsoCountry) ToMap added in v1.0.0

func (o IsoCountry) ToMap() (map[string]interface{}, error)

func (*IsoCountry) UnsetName

func (o *IsoCountry) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*IsoCountry) UnsetTwoLetterCode

func (o *IsoCountry) UnsetTwoLetterCode()

UnsetTwoLetterCode ensures that no value is present for TwoLetterCode, not even an explicit nil

type LanguageAPIService added in v1.0.0

type LanguageAPIService service

LanguageAPIService LanguageAPI service

func (*LanguageAPIService) GetLanguageById added in v1.0.0

GetLanguageById Method for GetLanguageById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetLanguageByIdRequest

func (*LanguageAPIService) GetLanguageByIdExecute added in v1.0.0

Execute executes the request

@return LanguageResource

func (*LanguageAPIService) ListLanguage added in v1.0.0

ListLanguage Method for ListLanguage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLanguageRequest

func (*LanguageAPIService) ListLanguageExecute added in v1.0.0

Execute executes the request

@return []LanguageResource

type LanguageResource

type LanguageResource struct {
	Id        *int32         `json:"id,omitempty"`
	Name      NullableString `json:"name,omitempty"`
	NameLower NullableString `json:"nameLower,omitempty"`
}

LanguageResource struct for LanguageResource

func NewLanguageResource

func NewLanguageResource() *LanguageResource

NewLanguageResource instantiates a new LanguageResource 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 NewLanguageResourceWithDefaults

func NewLanguageResourceWithDefaults() *LanguageResource

NewLanguageResourceWithDefaults instantiates a new LanguageResource 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 (*LanguageResource) GetId

func (o *LanguageResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LanguageResource) GetIdOk

func (o *LanguageResource) GetIdOk() (*int32, 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 (*LanguageResource) GetName

func (o *LanguageResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LanguageResource) GetNameLower

func (o *LanguageResource) GetNameLower() string

GetNameLower returns the NameLower field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LanguageResource) GetNameLowerOk

func (o *LanguageResource) GetNameLowerOk() (*string, bool)

GetNameLowerOk returns a tuple with the NameLower 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 (*LanguageResource) GetNameOk

func (o *LanguageResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LanguageResource) HasId

func (o *LanguageResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LanguageResource) HasName

func (o *LanguageResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*LanguageResource) HasNameLower

func (o *LanguageResource) HasNameLower() bool

HasNameLower returns a boolean if a field has been set.

func (LanguageResource) MarshalJSON

func (o LanguageResource) MarshalJSON() ([]byte, error)

func (*LanguageResource) SetId

func (o *LanguageResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*LanguageResource) SetName

func (o *LanguageResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*LanguageResource) SetNameLower

func (o *LanguageResource) SetNameLower(v string)

SetNameLower gets a reference to the given NullableString and assigns it to the NameLower field.

func (*LanguageResource) SetNameLowerNil

func (o *LanguageResource) SetNameLowerNil()

SetNameLowerNil sets the value for NameLower to be an explicit nil

func (*LanguageResource) SetNameNil

func (o *LanguageResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (LanguageResource) ToMap added in v1.0.0

func (o LanguageResource) ToMap() (map[string]interface{}, error)

func (*LanguageResource) UnsetName

func (o *LanguageResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*LanguageResource) UnsetNameLower

func (o *LanguageResource) UnsetNameLower()

UnsetNameLower ensures that no value is present for NameLower, not even an explicit nil

type Links struct {
	Url  NullableString `json:"url,omitempty"`
	Name NullableString `json:"name,omitempty"`
}

Links struct for Links

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) GetName

func (o *Links) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Links) GetNameOk

func (o *Links) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Links) GetUrl

func (o *Links) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Links) GetUrlOk

func (o *Links) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url 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) HasName

func (o *Links) HasName() bool

HasName returns a boolean if a field has been set.

func (*Links) HasUrl

func (o *Links) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (Links) MarshalJSON

func (o Links) MarshalJSON() ([]byte, error)

func (*Links) SetName

func (o *Links) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Links) SetNameNil

func (o *Links) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Links) SetUrl

func (o *Links) SetUrl(v string)

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*Links) SetUrlNil

func (o *Links) SetUrlNil()

SetUrlNil sets the value for Url to be an explicit nil

func (Links) ToMap added in v1.0.0

func (o Links) ToMap() (map[string]interface{}, error)

func (*Links) UnsetName

func (o *Links) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*Links) UnsetUrl

func (o *Links) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

type LocalizationAPIService added in v1.0.0

type LocalizationAPIService service

LocalizationAPIService LocalizationAPI service

func (*LocalizationAPIService) GetLocalization added in v1.0.0

GetLocalization Method for GetLocalization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLocalizationRequest

func (*LocalizationAPIService) GetLocalizationExecute added in v1.0.0

func (a *LocalizationAPIService) GetLocalizationExecute(r ApiGetLocalizationRequest) (string, *http.Response, error)

Execute executes the request

@return string

type LogAPIService added in v1.0.0

type LogAPIService service

LogAPIService LogAPI service

func (*LogAPIService) GetLog added in v1.0.0

GetLog Method for GetLog

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLogRequest

func (*LogAPIService) GetLogExecute added in v1.0.0

Execute executes the request

@return LogResourcePagingResource

type LogFileAPIService added in v1.0.0

type LogFileAPIService service

LogFileAPIService LogFileAPI service

func (*LogFileAPIService) GetLogFileByFilename added in v1.0.0

func (a *LogFileAPIService) GetLogFileByFilename(ctx context.Context, filename string) ApiGetLogFileByFilenameRequest

GetLogFileByFilename Method for GetLogFileByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param filename
@return ApiGetLogFileByFilenameRequest

func (*LogFileAPIService) GetLogFileByFilenameExecute added in v1.0.0

func (a *LogFileAPIService) GetLogFileByFilenameExecute(r ApiGetLogFileByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*LogFileAPIService) ListLogFile added in v1.0.0

ListLogFile Method for ListLogFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLogFileRequest

func (*LogFileAPIService) ListLogFileExecute added in v1.0.0

Execute executes the request

@return []LogFileResource

type LogFileResource

type LogFileResource struct {
	Id            *int32         `json:"id,omitempty"`
	Filename      NullableString `json:"filename,omitempty"`
	LastWriteTime *time.Time     `json:"lastWriteTime,omitempty"`
	ContentsUrl   NullableString `json:"contentsUrl,omitempty"`
	DownloadUrl   NullableString `json:"downloadUrl,omitempty"`
}

LogFileResource struct for LogFileResource

func NewLogFileResource

func NewLogFileResource() *LogFileResource

NewLogFileResource instantiates a new LogFileResource 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 NewLogFileResourceWithDefaults

func NewLogFileResourceWithDefaults() *LogFileResource

NewLogFileResourceWithDefaults instantiates a new LogFileResource 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 (*LogFileResource) GetContentsUrl

func (o *LogFileResource) GetContentsUrl() string

GetContentsUrl returns the ContentsUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogFileResource) GetContentsUrlOk

func (o *LogFileResource) GetContentsUrlOk() (*string, bool)

GetContentsUrlOk returns a tuple with the ContentsUrl 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 (*LogFileResource) GetDownloadUrl

func (o *LogFileResource) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogFileResource) GetDownloadUrlOk

func (o *LogFileResource) GetDownloadUrlOk() (*string, bool)

GetDownloadUrlOk returns a tuple with the DownloadUrl 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 (*LogFileResource) GetFilename

func (o *LogFileResource) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogFileResource) GetFilenameOk

func (o *LogFileResource) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename 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 (*LogFileResource) GetId

func (o *LogFileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LogFileResource) GetIdOk

func (o *LogFileResource) GetIdOk() (*int32, 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 (*LogFileResource) GetLastWriteTime

func (o *LogFileResource) GetLastWriteTime() time.Time

GetLastWriteTime returns the LastWriteTime field value if set, zero value otherwise.

func (*LogFileResource) GetLastWriteTimeOk

func (o *LogFileResource) GetLastWriteTimeOk() (*time.Time, bool)

GetLastWriteTimeOk returns a tuple with the LastWriteTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogFileResource) HasContentsUrl

func (o *LogFileResource) HasContentsUrl() bool

HasContentsUrl returns a boolean if a field has been set.

func (*LogFileResource) HasDownloadUrl

func (o *LogFileResource) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

func (*LogFileResource) HasFilename

func (o *LogFileResource) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*LogFileResource) HasId

func (o *LogFileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LogFileResource) HasLastWriteTime

func (o *LogFileResource) HasLastWriteTime() bool

HasLastWriteTime returns a boolean if a field has been set.

func (LogFileResource) MarshalJSON

func (o LogFileResource) MarshalJSON() ([]byte, error)

func (*LogFileResource) SetContentsUrl

func (o *LogFileResource) SetContentsUrl(v string)

SetContentsUrl gets a reference to the given NullableString and assigns it to the ContentsUrl field.

func (*LogFileResource) SetContentsUrlNil

func (o *LogFileResource) SetContentsUrlNil()

SetContentsUrlNil sets the value for ContentsUrl to be an explicit nil

func (*LogFileResource) SetDownloadUrl

func (o *LogFileResource) SetDownloadUrl(v string)

SetDownloadUrl gets a reference to the given NullableString and assigns it to the DownloadUrl field.

func (*LogFileResource) SetDownloadUrlNil

func (o *LogFileResource) SetDownloadUrlNil()

SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil

func (*LogFileResource) SetFilename

func (o *LogFileResource) SetFilename(v string)

SetFilename gets a reference to the given NullableString and assigns it to the Filename field.

func (*LogFileResource) SetFilenameNil

func (o *LogFileResource) SetFilenameNil()

SetFilenameNil sets the value for Filename to be an explicit nil

func (*LogFileResource) SetId

func (o *LogFileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*LogFileResource) SetLastWriteTime

func (o *LogFileResource) SetLastWriteTime(v time.Time)

SetLastWriteTime gets a reference to the given time.Time and assigns it to the LastWriteTime field.

func (LogFileResource) ToMap added in v1.0.0

func (o LogFileResource) ToMap() (map[string]interface{}, error)

func (*LogFileResource) UnsetContentsUrl

func (o *LogFileResource) UnsetContentsUrl()

UnsetContentsUrl ensures that no value is present for ContentsUrl, not even an explicit nil

func (*LogFileResource) UnsetDownloadUrl

func (o *LogFileResource) UnsetDownloadUrl()

UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil

func (*LogFileResource) UnsetFilename

func (o *LogFileResource) UnsetFilename()

UnsetFilename ensures that no value is present for Filename, not even an explicit nil

type LogResource

type LogResource struct {
	Id            *int32         `json:"id,omitempty"`
	Time          *time.Time     `json:"time,omitempty"`
	Exception     NullableString `json:"exception,omitempty"`
	ExceptionType NullableString `json:"exceptionType,omitempty"`
	Level         NullableString `json:"level,omitempty"`
	Logger        NullableString `json:"logger,omitempty"`
	Message       NullableString `json:"message,omitempty"`
	Method        NullableString `json:"method,omitempty"`
}

LogResource struct for LogResource

func NewLogResource

func NewLogResource() *LogResource

NewLogResource instantiates a new LogResource 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 NewLogResourceWithDefaults

func NewLogResourceWithDefaults() *LogResource

NewLogResourceWithDefaults instantiates a new LogResource 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 (*LogResource) GetException

func (o *LogResource) GetException() string

GetException returns the Exception field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetExceptionOk

func (o *LogResource) GetExceptionOk() (*string, bool)

GetExceptionOk returns a tuple with the Exception 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 (*LogResource) GetExceptionType

func (o *LogResource) GetExceptionType() string

GetExceptionType returns the ExceptionType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetExceptionTypeOk

func (o *LogResource) GetExceptionTypeOk() (*string, bool)

GetExceptionTypeOk returns a tuple with the ExceptionType 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 (*LogResource) GetId

func (o *LogResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LogResource) GetIdOk

func (o *LogResource) GetIdOk() (*int32, 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 (*LogResource) GetLevel

func (o *LogResource) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetLevelOk

func (o *LogResource) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level 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 (*LogResource) GetLogger

func (o *LogResource) GetLogger() string

GetLogger returns the Logger field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetLoggerOk

func (o *LogResource) GetLoggerOk() (*string, bool)

GetLoggerOk returns a tuple with the Logger 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 (*LogResource) GetMessage

func (o *LogResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetMessageOk

func (o *LogResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message 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 (*LogResource) GetMethod

func (o *LogResource) GetMethod() string

GetMethod returns the Method field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetMethodOk

func (o *LogResource) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method 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 (*LogResource) GetTime

func (o *LogResource) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*LogResource) GetTimeOk

func (o *LogResource) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResource) HasException

func (o *LogResource) HasException() bool

HasException returns a boolean if a field has been set.

func (*LogResource) HasExceptionType

func (o *LogResource) HasExceptionType() bool

HasExceptionType returns a boolean if a field has been set.

func (*LogResource) HasId

func (o *LogResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LogResource) HasLevel

func (o *LogResource) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*LogResource) HasLogger

func (o *LogResource) HasLogger() bool

HasLogger returns a boolean if a field has been set.

func (*LogResource) HasMessage

func (o *LogResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*LogResource) HasMethod

func (o *LogResource) HasMethod() bool

HasMethod returns a boolean if a field has been set.

func (*LogResource) HasTime

func (o *LogResource) HasTime() bool

HasTime returns a boolean if a field has been set.

func (LogResource) MarshalJSON

func (o LogResource) MarshalJSON() ([]byte, error)

func (*LogResource) SetException

func (o *LogResource) SetException(v string)

SetException gets a reference to the given NullableString and assigns it to the Exception field.

func (*LogResource) SetExceptionNil

func (o *LogResource) SetExceptionNil()

SetExceptionNil sets the value for Exception to be an explicit nil

func (*LogResource) SetExceptionType

func (o *LogResource) SetExceptionType(v string)

SetExceptionType gets a reference to the given NullableString and assigns it to the ExceptionType field.

func (*LogResource) SetExceptionTypeNil

func (o *LogResource) SetExceptionTypeNil()

SetExceptionTypeNil sets the value for ExceptionType to be an explicit nil

func (*LogResource) SetId

func (o *LogResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*LogResource) SetLevel

func (o *LogResource) SetLevel(v string)

SetLevel gets a reference to the given NullableString and assigns it to the Level field.

func (*LogResource) SetLevelNil

func (o *LogResource) SetLevelNil()

SetLevelNil sets the value for Level to be an explicit nil

func (*LogResource) SetLogger

func (o *LogResource) SetLogger(v string)

SetLogger gets a reference to the given NullableString and assigns it to the Logger field.

func (*LogResource) SetLoggerNil

func (o *LogResource) SetLoggerNil()

SetLoggerNil sets the value for Logger to be an explicit nil

func (*LogResource) SetMessage

func (o *LogResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*LogResource) SetMessageNil

func (o *LogResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*LogResource) SetMethod

func (o *LogResource) SetMethod(v string)

SetMethod gets a reference to the given NullableString and assigns it to the Method field.

func (*LogResource) SetMethodNil

func (o *LogResource) SetMethodNil()

SetMethodNil sets the value for Method to be an explicit nil

func (*LogResource) SetTime

func (o *LogResource) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (LogResource) ToMap added in v1.0.0

func (o LogResource) ToMap() (map[string]interface{}, error)

func (*LogResource) UnsetException

func (o *LogResource) UnsetException()

UnsetException ensures that no value is present for Exception, not even an explicit nil

func (*LogResource) UnsetExceptionType

func (o *LogResource) UnsetExceptionType()

UnsetExceptionType ensures that no value is present for ExceptionType, not even an explicit nil

func (*LogResource) UnsetLevel

func (o *LogResource) UnsetLevel()

UnsetLevel ensures that no value is present for Level, not even an explicit nil

func (*LogResource) UnsetLogger

func (o *LogResource) UnsetLogger()

UnsetLogger ensures that no value is present for Logger, not even an explicit nil

func (*LogResource) UnsetMessage

func (o *LogResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*LogResource) UnsetMethod

func (o *LogResource) UnsetMethod()

UnsetMethod ensures that no value is present for Method, not even an explicit nil

type LogResourcePagingResource

type LogResourcePagingResource struct {
	Page          *int32         `json:"page,omitempty"`
	PageSize      *int32         `json:"pageSize,omitempty"`
	SortKey       NullableString `json:"sortKey,omitempty"`
	SortDirection *SortDirection `json:"sortDirection,omitempty"`
	TotalRecords  *int32         `json:"totalRecords,omitempty"`
	Records       []LogResource  `json:"records,omitempty"`
}

LogResourcePagingResource struct for LogResourcePagingResource

func NewLogResourcePagingResource

func NewLogResourcePagingResource() *LogResourcePagingResource

NewLogResourcePagingResource instantiates a new LogResourcePagingResource 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 NewLogResourcePagingResourceWithDefaults

func NewLogResourcePagingResourceWithDefaults() *LogResourcePagingResource

NewLogResourcePagingResourceWithDefaults instantiates a new LogResourcePagingResource 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 (*LogResourcePagingResource) GetPage

func (o *LogResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetPageOk

func (o *LogResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) GetPageSize

func (o *LogResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetPageSizeOk

func (o *LogResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) GetRecords

func (o *LogResourcePagingResource) GetRecords() []LogResource

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResourcePagingResource) GetRecordsOk

func (o *LogResourcePagingResource) GetRecordsOk() ([]LogResource, bool)

GetRecordsOk returns a tuple with the Records 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 (*LogResourcePagingResource) GetSortDirection

func (o *LogResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetSortDirectionOk

func (o *LogResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) GetSortKey

func (o *LogResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResourcePagingResource) GetSortKeyOk

func (o *LogResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey 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 (*LogResourcePagingResource) GetTotalRecords

func (o *LogResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetTotalRecordsOk

func (o *LogResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) HasPage

func (o *LogResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasPageSize

func (o *LogResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasRecords

func (o *LogResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasSortDirection

func (o *LogResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasSortKey

func (o *LogResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasTotalRecords

func (o *LogResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (LogResourcePagingResource) MarshalJSON

func (o LogResourcePagingResource) MarshalJSON() ([]byte, error)

func (*LogResourcePagingResource) SetPage

func (o *LogResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*LogResourcePagingResource) SetPageSize

func (o *LogResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*LogResourcePagingResource) SetRecords

func (o *LogResourcePagingResource) SetRecords(v []LogResource)

SetRecords gets a reference to the given []LogResource and assigns it to the Records field.

func (*LogResourcePagingResource) SetSortDirection

func (o *LogResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*LogResourcePagingResource) SetSortKey

func (o *LogResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*LogResourcePagingResource) SetSortKeyNil

func (o *LogResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*LogResourcePagingResource) SetTotalRecords

func (o *LogResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (LogResourcePagingResource) ToMap added in v1.0.0

func (o LogResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*LogResourcePagingResource) UnsetSortKey

func (o *LogResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type ManualImportAPIService added in v1.0.0

type ManualImportAPIService service

ManualImportAPIService ManualImportAPI service

func (*ManualImportAPIService) CreateManualImport added in v1.0.0

CreateManualImport Method for CreateManualImport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateManualImportRequest

func (*ManualImportAPIService) CreateManualImportExecute added in v1.0.0

func (a *ManualImportAPIService) CreateManualImportExecute(r ApiCreateManualImportRequest) (*http.Response, error)

Execute executes the request

func (*ManualImportAPIService) ListManualImport added in v1.0.0

ListManualImport Method for ListManualImport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListManualImportRequest

func (*ManualImportAPIService) ListManualImportExecute added in v1.0.0

Execute executes the request

@return []ManualImportResource

type ManualImportResource

type ManualImportResource struct {
	Id                      *int32           `json:"id,omitempty"`
	Path                    NullableString   `json:"path,omitempty"`
	Name                    NullableString   `json:"name,omitempty"`
	Size                    *int64           `json:"size,omitempty"`
	Author                  *AuthorResource  `json:"author,omitempty"`
	Book                    *BookResource    `json:"book,omitempty"`
	ForeignEditionId        NullableString   `json:"foreignEditionId,omitempty"`
	Quality                 *QualityModel    `json:"quality,omitempty"`
	ReleaseGroup            NullableString   `json:"releaseGroup,omitempty"`
	QualityWeight           *int32           `json:"qualityWeight,omitempty"`
	DownloadId              NullableString   `json:"downloadId,omitempty"`
	Rejections              []Rejection      `json:"rejections,omitempty"`
	AudioTags               *ParsedTrackInfo `json:"audioTags,omitempty"`
	AdditionalFile          *bool            `json:"additionalFile,omitempty"`
	ReplaceExistingFiles    *bool            `json:"replaceExistingFiles,omitempty"`
	DisableReleaseSwitching *bool            `json:"disableReleaseSwitching,omitempty"`
}

ManualImportResource struct for ManualImportResource

func NewManualImportResource

func NewManualImportResource() *ManualImportResource

NewManualImportResource instantiates a new ManualImportResource 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 NewManualImportResourceWithDefaults

func NewManualImportResourceWithDefaults() *ManualImportResource

NewManualImportResourceWithDefaults instantiates a new ManualImportResource 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 (*ManualImportResource) GetAdditionalFile

func (o *ManualImportResource) GetAdditionalFile() bool

GetAdditionalFile returns the AdditionalFile field value if set, zero value otherwise.

func (*ManualImportResource) GetAdditionalFileOk

func (o *ManualImportResource) GetAdditionalFileOk() (*bool, bool)

GetAdditionalFileOk returns a tuple with the AdditionalFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetAudioTags

func (o *ManualImportResource) GetAudioTags() ParsedTrackInfo

GetAudioTags returns the AudioTags field value if set, zero value otherwise.

func (*ManualImportResource) GetAudioTagsOk

func (o *ManualImportResource) GetAudioTagsOk() (*ParsedTrackInfo, bool)

GetAudioTagsOk returns a tuple with the AudioTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetAuthor

func (o *ManualImportResource) GetAuthor() AuthorResource

GetAuthor returns the Author field value if set, zero value otherwise.

func (*ManualImportResource) GetAuthorOk

func (o *ManualImportResource) GetAuthorOk() (*AuthorResource, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetBook

func (o *ManualImportResource) GetBook() BookResource

GetBook returns the Book field value if set, zero value otherwise.

func (*ManualImportResource) GetBookOk

func (o *ManualImportResource) GetBookOk() (*BookResource, bool)

GetBookOk returns a tuple with the Book field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetDisableReleaseSwitching

func (o *ManualImportResource) GetDisableReleaseSwitching() bool

GetDisableReleaseSwitching returns the DisableReleaseSwitching field value if set, zero value otherwise.

func (*ManualImportResource) GetDisableReleaseSwitchingOk

func (o *ManualImportResource) GetDisableReleaseSwitchingOk() (*bool, bool)

GetDisableReleaseSwitchingOk returns a tuple with the DisableReleaseSwitching field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetDownloadId

func (o *ManualImportResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetDownloadIdOk

func (o *ManualImportResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId 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 (*ManualImportResource) GetForeignEditionId

func (o *ManualImportResource) GetForeignEditionId() string

GetForeignEditionId returns the ForeignEditionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetForeignEditionIdOk

func (o *ManualImportResource) GetForeignEditionIdOk() (*string, bool)

GetForeignEditionIdOk returns a tuple with the ForeignEditionId 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 (*ManualImportResource) GetId

func (o *ManualImportResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ManualImportResource) GetIdOk

func (o *ManualImportResource) GetIdOk() (*int32, 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 (*ManualImportResource) GetName

func (o *ManualImportResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetNameOk

func (o *ManualImportResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetPath

func (o *ManualImportResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetPathOk

func (o *ManualImportResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*ManualImportResource) GetQuality

func (o *ManualImportResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ManualImportResource) GetQualityOk

func (o *ManualImportResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetQualityWeight

func (o *ManualImportResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field value if set, zero value otherwise.

func (*ManualImportResource) GetQualityWeightOk

func (o *ManualImportResource) GetQualityWeightOk() (*int32, bool)

GetQualityWeightOk returns a tuple with the QualityWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetRejections

func (o *ManualImportResource) GetRejections() []Rejection

GetRejections returns the Rejections field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetRejectionsOk

func (o *ManualImportResource) GetRejectionsOk() ([]Rejection, bool)

GetRejectionsOk returns a tuple with the Rejections 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 (*ManualImportResource) GetReleaseGroup added in v0.3.0

func (o *ManualImportResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetReleaseGroupOk added in v0.3.0

func (o *ManualImportResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup 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 (*ManualImportResource) GetReplaceExistingFiles

func (o *ManualImportResource) GetReplaceExistingFiles() bool

GetReplaceExistingFiles returns the ReplaceExistingFiles field value if set, zero value otherwise.

func (*ManualImportResource) GetReplaceExistingFilesOk

func (o *ManualImportResource) GetReplaceExistingFilesOk() (*bool, bool)

GetReplaceExistingFilesOk returns a tuple with the ReplaceExistingFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetSize

func (o *ManualImportResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*ManualImportResource) GetSizeOk

func (o *ManualImportResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) HasAdditionalFile

func (o *ManualImportResource) HasAdditionalFile() bool

HasAdditionalFile returns a boolean if a field has been set.

func (*ManualImportResource) HasAudioTags

func (o *ManualImportResource) HasAudioTags() bool

HasAudioTags returns a boolean if a field has been set.

func (*ManualImportResource) HasAuthor

func (o *ManualImportResource) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*ManualImportResource) HasBook

func (o *ManualImportResource) HasBook() bool

HasBook returns a boolean if a field has been set.

func (*ManualImportResource) HasDisableReleaseSwitching

func (o *ManualImportResource) HasDisableReleaseSwitching() bool

HasDisableReleaseSwitching returns a boolean if a field has been set.

func (*ManualImportResource) HasDownloadId

func (o *ManualImportResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*ManualImportResource) HasForeignEditionId

func (o *ManualImportResource) HasForeignEditionId() bool

HasForeignEditionId returns a boolean if a field has been set.

func (*ManualImportResource) HasId

func (o *ManualImportResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ManualImportResource) HasName

func (o *ManualImportResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ManualImportResource) HasPath

func (o *ManualImportResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ManualImportResource) HasQuality

func (o *ManualImportResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ManualImportResource) HasQualityWeight

func (o *ManualImportResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

func (*ManualImportResource) HasRejections

func (o *ManualImportResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ManualImportResource) HasReleaseGroup added in v0.3.0

func (o *ManualImportResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ManualImportResource) HasReplaceExistingFiles

func (o *ManualImportResource) HasReplaceExistingFiles() bool

HasReplaceExistingFiles returns a boolean if a field has been set.

func (*ManualImportResource) HasSize

func (o *ManualImportResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ManualImportResource) MarshalJSON

func (o ManualImportResource) MarshalJSON() ([]byte, error)

func (*ManualImportResource) SetAdditionalFile

func (o *ManualImportResource) SetAdditionalFile(v bool)

SetAdditionalFile gets a reference to the given bool and assigns it to the AdditionalFile field.

func (*ManualImportResource) SetAudioTags

func (o *ManualImportResource) SetAudioTags(v ParsedTrackInfo)

SetAudioTags gets a reference to the given ParsedTrackInfo and assigns it to the AudioTags field.

func (*ManualImportResource) SetAuthor

func (o *ManualImportResource) SetAuthor(v AuthorResource)

SetAuthor gets a reference to the given AuthorResource and assigns it to the Author field.

func (*ManualImportResource) SetBook

func (o *ManualImportResource) SetBook(v BookResource)

SetBook gets a reference to the given BookResource and assigns it to the Book field.

func (*ManualImportResource) SetDisableReleaseSwitching

func (o *ManualImportResource) SetDisableReleaseSwitching(v bool)

SetDisableReleaseSwitching gets a reference to the given bool and assigns it to the DisableReleaseSwitching field.

func (*ManualImportResource) SetDownloadId

func (o *ManualImportResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*ManualImportResource) SetDownloadIdNil

func (o *ManualImportResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*ManualImportResource) SetForeignEditionId

func (o *ManualImportResource) SetForeignEditionId(v string)

SetForeignEditionId gets a reference to the given NullableString and assigns it to the ForeignEditionId field.

func (*ManualImportResource) SetForeignEditionIdNil

func (o *ManualImportResource) SetForeignEditionIdNil()

SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil

func (*ManualImportResource) SetId

func (o *ManualImportResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ManualImportResource) SetName

func (o *ManualImportResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ManualImportResource) SetNameNil

func (o *ManualImportResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ManualImportResource) SetPath

func (o *ManualImportResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*ManualImportResource) SetPathNil

func (o *ManualImportResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*ManualImportResource) SetQuality

func (o *ManualImportResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ManualImportResource) SetQualityWeight

func (o *ManualImportResource) SetQualityWeight(v int32)

SetQualityWeight gets a reference to the given int32 and assigns it to the QualityWeight field.

func (*ManualImportResource) SetRejections

func (o *ManualImportResource) SetRejections(v []Rejection)

SetRejections gets a reference to the given []Rejection and assigns it to the Rejections field.

func (*ManualImportResource) SetReleaseGroup added in v0.3.0

func (o *ManualImportResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ManualImportResource) SetReleaseGroupNil added in v0.3.0

func (o *ManualImportResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ManualImportResource) SetReplaceExistingFiles

func (o *ManualImportResource) SetReplaceExistingFiles(v bool)

SetReplaceExistingFiles gets a reference to the given bool and assigns it to the ReplaceExistingFiles field.

func (*ManualImportResource) SetSize

func (o *ManualImportResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (ManualImportResource) ToMap added in v1.0.0

func (o ManualImportResource) ToMap() (map[string]interface{}, error)

func (*ManualImportResource) UnsetDownloadId

func (o *ManualImportResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*ManualImportResource) UnsetForeignEditionId

func (o *ManualImportResource) UnsetForeignEditionId()

UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil

func (*ManualImportResource) UnsetName

func (o *ManualImportResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*ManualImportResource) UnsetPath

func (o *ManualImportResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*ManualImportResource) UnsetReleaseGroup added in v0.3.0

func (o *ManualImportResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

type ManualImportUpdateResource added in v0.3.0

type ManualImportUpdateResource struct {
	Id                      *int32         `json:"id,omitempty"`
	Path                    NullableString `json:"path,omitempty"`
	Name                    NullableString `json:"name,omitempty"`
	AuthorId                NullableInt32  `json:"authorId,omitempty"`
	BookId                  NullableInt32  `json:"bookId,omitempty"`
	ForeignEditionId        NullableString `json:"foreignEditionId,omitempty"`
	Quality                 *QualityModel  `json:"quality,omitempty"`
	ReleaseGroup            NullableString `json:"releaseGroup,omitempty"`
	DownloadId              NullableString `json:"downloadId,omitempty"`
	AdditionalFile          *bool          `json:"additionalFile,omitempty"`
	ReplaceExistingFiles    *bool          `json:"replaceExistingFiles,omitempty"`
	DisableReleaseSwitching *bool          `json:"disableReleaseSwitching,omitempty"`
	Rejections              []Rejection    `json:"rejections,omitempty"`
}

ManualImportUpdateResource struct for ManualImportUpdateResource

func NewManualImportUpdateResource added in v0.3.0

func NewManualImportUpdateResource() *ManualImportUpdateResource

NewManualImportUpdateResource instantiates a new ManualImportUpdateResource 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 NewManualImportUpdateResourceWithDefaults added in v0.3.0

func NewManualImportUpdateResourceWithDefaults() *ManualImportUpdateResource

NewManualImportUpdateResourceWithDefaults instantiates a new ManualImportUpdateResource 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 (*ManualImportUpdateResource) GetAdditionalFile added in v0.3.0

func (o *ManualImportUpdateResource) GetAdditionalFile() bool

GetAdditionalFile returns the AdditionalFile field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetAdditionalFileOk added in v0.3.0

func (o *ManualImportUpdateResource) GetAdditionalFileOk() (*bool, bool)

GetAdditionalFileOk returns a tuple with the AdditionalFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportUpdateResource) GetAuthorId added in v0.3.0

func (o *ManualImportUpdateResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetAuthorIdOk added in v0.3.0

func (o *ManualImportUpdateResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId 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 (*ManualImportUpdateResource) GetBookId added in v0.3.0

func (o *ManualImportUpdateResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetBookIdOk added in v0.3.0

func (o *ManualImportUpdateResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId 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 (*ManualImportUpdateResource) GetDisableReleaseSwitching added in v0.3.0

func (o *ManualImportUpdateResource) GetDisableReleaseSwitching() bool

GetDisableReleaseSwitching returns the DisableReleaseSwitching field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetDisableReleaseSwitchingOk added in v0.3.0

func (o *ManualImportUpdateResource) GetDisableReleaseSwitchingOk() (*bool, bool)

GetDisableReleaseSwitchingOk returns a tuple with the DisableReleaseSwitching field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportUpdateResource) GetDownloadId added in v0.3.0

func (o *ManualImportUpdateResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetDownloadIdOk added in v0.3.0

func (o *ManualImportUpdateResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId 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 (*ManualImportUpdateResource) GetForeignEditionId added in v0.3.0

func (o *ManualImportUpdateResource) GetForeignEditionId() string

GetForeignEditionId returns the ForeignEditionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetForeignEditionIdOk added in v0.3.0

func (o *ManualImportUpdateResource) GetForeignEditionIdOk() (*string, bool)

GetForeignEditionIdOk returns a tuple with the ForeignEditionId 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 (*ManualImportUpdateResource) GetId added in v0.3.0

func (o *ManualImportUpdateResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetIdOk added in v0.3.0

func (o *ManualImportUpdateResource) GetIdOk() (*int32, 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 (*ManualImportUpdateResource) GetName added in v0.3.0

func (o *ManualImportUpdateResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetNameOk added in v0.3.0

func (o *ManualImportUpdateResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportUpdateResource) GetPath added in v0.3.0

func (o *ManualImportUpdateResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetPathOk added in v0.3.0

func (o *ManualImportUpdateResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*ManualImportUpdateResource) GetQuality added in v0.3.0

func (o *ManualImportUpdateResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetQualityOk added in v0.3.0

func (o *ManualImportUpdateResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportUpdateResource) GetRejections added in v0.3.0

func (o *ManualImportUpdateResource) GetRejections() []Rejection

GetRejections returns the Rejections field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetRejectionsOk added in v0.3.0

func (o *ManualImportUpdateResource) GetRejectionsOk() ([]Rejection, bool)

GetRejectionsOk returns a tuple with the Rejections 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 (*ManualImportUpdateResource) GetReleaseGroup added in v0.3.0

func (o *ManualImportUpdateResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportUpdateResource) GetReleaseGroupOk added in v0.3.0

func (o *ManualImportUpdateResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup 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 (*ManualImportUpdateResource) GetReplaceExistingFiles added in v0.3.0

func (o *ManualImportUpdateResource) GetReplaceExistingFiles() bool

GetReplaceExistingFiles returns the ReplaceExistingFiles field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetReplaceExistingFilesOk added in v0.3.0

func (o *ManualImportUpdateResource) GetReplaceExistingFilesOk() (*bool, bool)

GetReplaceExistingFilesOk returns a tuple with the ReplaceExistingFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportUpdateResource) HasAdditionalFile added in v0.3.0

func (o *ManualImportUpdateResource) HasAdditionalFile() bool

HasAdditionalFile returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasAuthorId added in v0.3.0

func (o *ManualImportUpdateResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasBookId added in v0.3.0

func (o *ManualImportUpdateResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasDisableReleaseSwitching added in v0.3.0

func (o *ManualImportUpdateResource) HasDisableReleaseSwitching() bool

HasDisableReleaseSwitching returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasDownloadId added in v0.3.0

func (o *ManualImportUpdateResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasForeignEditionId added in v0.3.0

func (o *ManualImportUpdateResource) HasForeignEditionId() bool

HasForeignEditionId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasId added in v0.3.0

func (o *ManualImportUpdateResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasName added in v0.3.0

func (o *ManualImportUpdateResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasPath added in v0.3.0

func (o *ManualImportUpdateResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasQuality added in v0.3.0

func (o *ManualImportUpdateResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasRejections added in v0.3.0

func (o *ManualImportUpdateResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasReleaseGroup added in v0.3.0

func (o *ManualImportUpdateResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasReplaceExistingFiles added in v0.3.0

func (o *ManualImportUpdateResource) HasReplaceExistingFiles() bool

HasReplaceExistingFiles returns a boolean if a field has been set.

func (ManualImportUpdateResource) MarshalJSON added in v0.3.0

func (o ManualImportUpdateResource) MarshalJSON() ([]byte, error)

func (*ManualImportUpdateResource) SetAdditionalFile added in v0.3.0

func (o *ManualImportUpdateResource) SetAdditionalFile(v bool)

SetAdditionalFile gets a reference to the given bool and assigns it to the AdditionalFile field.

func (*ManualImportUpdateResource) SetAuthorId added in v0.3.0

func (o *ManualImportUpdateResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given NullableInt32 and assigns it to the AuthorId field.

func (*ManualImportUpdateResource) SetAuthorIdNil added in v0.3.0

func (o *ManualImportUpdateResource) SetAuthorIdNil()

SetAuthorIdNil sets the value for AuthorId to be an explicit nil

func (*ManualImportUpdateResource) SetBookId added in v0.3.0

func (o *ManualImportUpdateResource) SetBookId(v int32)

SetBookId gets a reference to the given NullableInt32 and assigns it to the BookId field.

func (*ManualImportUpdateResource) SetBookIdNil added in v0.3.0

func (o *ManualImportUpdateResource) SetBookIdNil()

SetBookIdNil sets the value for BookId to be an explicit nil

func (*ManualImportUpdateResource) SetDisableReleaseSwitching added in v0.3.0

func (o *ManualImportUpdateResource) SetDisableReleaseSwitching(v bool)

SetDisableReleaseSwitching gets a reference to the given bool and assigns it to the DisableReleaseSwitching field.

func (*ManualImportUpdateResource) SetDownloadId added in v0.3.0

func (o *ManualImportUpdateResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*ManualImportUpdateResource) SetDownloadIdNil added in v0.3.0

func (o *ManualImportUpdateResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*ManualImportUpdateResource) SetForeignEditionId added in v0.3.0

func (o *ManualImportUpdateResource) SetForeignEditionId(v string)

SetForeignEditionId gets a reference to the given NullableString and assigns it to the ForeignEditionId field.

func (*ManualImportUpdateResource) SetForeignEditionIdNil added in v0.3.0

func (o *ManualImportUpdateResource) SetForeignEditionIdNil()

SetForeignEditionIdNil sets the value for ForeignEditionId to be an explicit nil

func (*ManualImportUpdateResource) SetId added in v0.3.0

func (o *ManualImportUpdateResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ManualImportUpdateResource) SetName added in v0.3.0

func (o *ManualImportUpdateResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ManualImportUpdateResource) SetNameNil added in v0.3.0

func (o *ManualImportUpdateResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ManualImportUpdateResource) SetPath added in v0.3.0

func (o *ManualImportUpdateResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*ManualImportUpdateResource) SetPathNil added in v0.3.0

func (o *ManualImportUpdateResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*ManualImportUpdateResource) SetQuality added in v0.3.0

func (o *ManualImportUpdateResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ManualImportUpdateResource) SetRejections added in v0.3.0

func (o *ManualImportUpdateResource) SetRejections(v []Rejection)

SetRejections gets a reference to the given []Rejection and assigns it to the Rejections field.

func (*ManualImportUpdateResource) SetReleaseGroup added in v0.3.0

func (o *ManualImportUpdateResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ManualImportUpdateResource) SetReleaseGroupNil added in v0.3.0

func (o *ManualImportUpdateResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ManualImportUpdateResource) SetReplaceExistingFiles added in v0.3.0

func (o *ManualImportUpdateResource) SetReplaceExistingFiles(v bool)

SetReplaceExistingFiles gets a reference to the given bool and assigns it to the ReplaceExistingFiles field.

func (ManualImportUpdateResource) ToMap added in v1.0.0

func (o ManualImportUpdateResource) ToMap() (map[string]interface{}, error)

func (*ManualImportUpdateResource) UnsetAuthorId added in v0.3.0

func (o *ManualImportUpdateResource) UnsetAuthorId()

UnsetAuthorId ensures that no value is present for AuthorId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetBookId added in v0.3.0

func (o *ManualImportUpdateResource) UnsetBookId()

UnsetBookId ensures that no value is present for BookId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetDownloadId added in v0.3.0

func (o *ManualImportUpdateResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetForeignEditionId added in v0.3.0

func (o *ManualImportUpdateResource) UnsetForeignEditionId()

UnsetForeignEditionId ensures that no value is present for ForeignEditionId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetName added in v0.3.0

func (o *ManualImportUpdateResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*ManualImportUpdateResource) UnsetPath added in v0.3.0

func (o *ManualImportUpdateResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*ManualImportUpdateResource) UnsetReleaseGroup added in v0.3.0

func (o *ManualImportUpdateResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

type MappedNullable added in v1.0.0

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MediaCover

type MediaCover struct {
	Url       NullableString   `json:"url,omitempty"`
	CoverType *MediaCoverTypes `json:"coverType,omitempty"`
	Extension NullableString   `json:"extension,omitempty"`
}

MediaCover struct for MediaCover

func NewMediaCover

func NewMediaCover() *MediaCover

NewMediaCover instantiates a new MediaCover 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 NewMediaCoverWithDefaults

func NewMediaCoverWithDefaults() *MediaCover

NewMediaCoverWithDefaults instantiates a new MediaCover 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 (*MediaCover) GetCoverType

func (o *MediaCover) GetCoverType() MediaCoverTypes

GetCoverType returns the CoverType field value if set, zero value otherwise.

func (*MediaCover) GetCoverTypeOk

func (o *MediaCover) GetCoverTypeOk() (*MediaCoverTypes, bool)

GetCoverTypeOk returns a tuple with the CoverType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaCover) GetExtension

func (o *MediaCover) GetExtension() string

GetExtension returns the Extension field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaCover) GetExtensionOk

func (o *MediaCover) GetExtensionOk() (*string, bool)

GetExtensionOk returns a tuple with the Extension 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 (*MediaCover) GetUrl

func (o *MediaCover) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaCover) GetUrlOk

func (o *MediaCover) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url 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 (*MediaCover) HasCoverType

func (o *MediaCover) HasCoverType() bool

HasCoverType returns a boolean if a field has been set.

func (*MediaCover) HasExtension

func (o *MediaCover) HasExtension() bool

HasExtension returns a boolean if a field has been set.

func (*MediaCover) HasUrl

func (o *MediaCover) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (MediaCover) MarshalJSON

func (o MediaCover) MarshalJSON() ([]byte, error)

func (*MediaCover) SetCoverType

func (o *MediaCover) SetCoverType(v MediaCoverTypes)

SetCoverType gets a reference to the given MediaCoverTypes and assigns it to the CoverType field.

func (*MediaCover) SetExtension

func (o *MediaCover) SetExtension(v string)

SetExtension gets a reference to the given NullableString and assigns it to the Extension field.

func (*MediaCover) SetExtensionNil

func (o *MediaCover) SetExtensionNil()

SetExtensionNil sets the value for Extension to be an explicit nil

func (*MediaCover) SetUrl

func (o *MediaCover) SetUrl(v string)

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*MediaCover) SetUrlNil

func (o *MediaCover) SetUrlNil()

SetUrlNil sets the value for Url to be an explicit nil

func (MediaCover) ToMap added in v1.0.0

func (o MediaCover) ToMap() (map[string]interface{}, error)

func (*MediaCover) UnsetExtension

func (o *MediaCover) UnsetExtension()

UnsetExtension ensures that no value is present for Extension, not even an explicit nil

func (*MediaCover) UnsetUrl

func (o *MediaCover) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

type MediaCoverAPIService added in v1.0.0

type MediaCoverAPIService service

MediaCoverAPIService MediaCoverAPI service

func (*MediaCoverAPIService) GetMediaCoverAuthorByFilename added in v1.0.0

func (a *MediaCoverAPIService) GetMediaCoverAuthorByFilename(ctx context.Context, authorId int32, filename string) ApiGetMediaCoverAuthorByFilenameRequest

GetMediaCoverAuthorByFilename Method for GetMediaCoverAuthorByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param authorId
@param filename
@return ApiGetMediaCoverAuthorByFilenameRequest

func (*MediaCoverAPIService) GetMediaCoverAuthorByFilenameExecute added in v1.0.0

func (a *MediaCoverAPIService) GetMediaCoverAuthorByFilenameExecute(r ApiGetMediaCoverAuthorByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*MediaCoverAPIService) GetMediaCoverBookByFilename added in v1.0.0

func (a *MediaCoverAPIService) GetMediaCoverBookByFilename(ctx context.Context, bookId int32, filename string) ApiGetMediaCoverBookByFilenameRequest

GetMediaCoverBookByFilename Method for GetMediaCoverBookByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param bookId
@param filename
@return ApiGetMediaCoverBookByFilenameRequest

func (*MediaCoverAPIService) GetMediaCoverBookByFilenameExecute added in v1.0.0

func (a *MediaCoverAPIService) GetMediaCoverBookByFilenameExecute(r ApiGetMediaCoverBookByFilenameRequest) (*http.Response, error)

Execute executes the request

type MediaCoverTypes

type MediaCoverTypes string

MediaCoverTypes the model 'MediaCoverTypes'

const (
	MEDIACOVERTYPES_UNKNOWN    MediaCoverTypes = "unknown"
	MEDIACOVERTYPES_POSTER     MediaCoverTypes = "poster"
	MEDIACOVERTYPES_BANNER     MediaCoverTypes = "banner"
	MEDIACOVERTYPES_FANART     MediaCoverTypes = "fanart"
	MEDIACOVERTYPES_SCREENSHOT MediaCoverTypes = "screenshot"
	MEDIACOVERTYPES_HEADSHOT   MediaCoverTypes = "headshot"
	MEDIACOVERTYPES_COVER      MediaCoverTypes = "cover"
	MEDIACOVERTYPES_DISC       MediaCoverTypes = "disc"
)

List of MediaCoverTypes

func NewMediaCoverTypesFromValue

func NewMediaCoverTypesFromValue(v string) (*MediaCoverTypes, error)

NewMediaCoverTypesFromValue returns a pointer to a valid MediaCoverTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MediaCoverTypes) IsValid

func (v MediaCoverTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MediaCoverTypes) Ptr

Ptr returns reference to MediaCoverTypes value

func (*MediaCoverTypes) UnmarshalJSON

func (v *MediaCoverTypes) UnmarshalJSON(src []byte) error

type MediaInfoModel

type MediaInfoModel struct {
	AudioFormat     NullableString `json:"audioFormat,omitempty"`
	AudioBitrate    *int32         `json:"audioBitrate,omitempty"`
	AudioChannels   *int32         `json:"audioChannels,omitempty"`
	AudioBits       *int32         `json:"audioBits,omitempty"`
	AudioSampleRate *int32         `json:"audioSampleRate,omitempty"`
}

MediaInfoModel struct for MediaInfoModel

func NewMediaInfoModel

func NewMediaInfoModel() *MediaInfoModel

NewMediaInfoModel instantiates a new MediaInfoModel 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 NewMediaInfoModelWithDefaults

func NewMediaInfoModelWithDefaults() *MediaInfoModel

NewMediaInfoModelWithDefaults instantiates a new MediaInfoModel 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 (*MediaInfoModel) GetAudioBitrate

func (o *MediaInfoModel) GetAudioBitrate() int32

GetAudioBitrate returns the AudioBitrate field value if set, zero value otherwise.

func (*MediaInfoModel) GetAudioBitrateOk

func (o *MediaInfoModel) GetAudioBitrateOk() (*int32, bool)

GetAudioBitrateOk returns a tuple with the AudioBitrate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoModel) GetAudioBits

func (o *MediaInfoModel) GetAudioBits() int32

GetAudioBits returns the AudioBits field value if set, zero value otherwise.

func (*MediaInfoModel) GetAudioBitsOk

func (o *MediaInfoModel) GetAudioBitsOk() (*int32, bool)

GetAudioBitsOk returns a tuple with the AudioBits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoModel) GetAudioChannels

func (o *MediaInfoModel) GetAudioChannels() int32

GetAudioChannels returns the AudioChannels field value if set, zero value otherwise.

func (*MediaInfoModel) GetAudioChannelsOk

func (o *MediaInfoModel) GetAudioChannelsOk() (*int32, bool)

GetAudioChannelsOk returns a tuple with the AudioChannels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoModel) GetAudioFormat

func (o *MediaInfoModel) GetAudioFormat() string

GetAudioFormat returns the AudioFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoModel) GetAudioFormatOk

func (o *MediaInfoModel) GetAudioFormatOk() (*string, bool)

GetAudioFormatOk returns a tuple with the AudioFormat 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 (*MediaInfoModel) GetAudioSampleRate

func (o *MediaInfoModel) GetAudioSampleRate() int32

GetAudioSampleRate returns the AudioSampleRate field value if set, zero value otherwise.

func (*MediaInfoModel) GetAudioSampleRateOk

func (o *MediaInfoModel) GetAudioSampleRateOk() (*int32, bool)

GetAudioSampleRateOk returns a tuple with the AudioSampleRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoModel) HasAudioBitrate

func (o *MediaInfoModel) HasAudioBitrate() bool

HasAudioBitrate returns a boolean if a field has been set.

func (*MediaInfoModel) HasAudioBits

func (o *MediaInfoModel) HasAudioBits() bool

HasAudioBits returns a boolean if a field has been set.

func (*MediaInfoModel) HasAudioChannels

func (o *MediaInfoModel) HasAudioChannels() bool

HasAudioChannels returns a boolean if a field has been set.

func (*MediaInfoModel) HasAudioFormat

func (o *MediaInfoModel) HasAudioFormat() bool

HasAudioFormat returns a boolean if a field has been set.

func (*MediaInfoModel) HasAudioSampleRate

func (o *MediaInfoModel) HasAudioSampleRate() bool

HasAudioSampleRate returns a boolean if a field has been set.

func (MediaInfoModel) MarshalJSON

func (o MediaInfoModel) MarshalJSON() ([]byte, error)

func (*MediaInfoModel) SetAudioBitrate

func (o *MediaInfoModel) SetAudioBitrate(v int32)

SetAudioBitrate gets a reference to the given int32 and assigns it to the AudioBitrate field.

func (*MediaInfoModel) SetAudioBits

func (o *MediaInfoModel) SetAudioBits(v int32)

SetAudioBits gets a reference to the given int32 and assigns it to the AudioBits field.

func (*MediaInfoModel) SetAudioChannels

func (o *MediaInfoModel) SetAudioChannels(v int32)

SetAudioChannels gets a reference to the given int32 and assigns it to the AudioChannels field.

func (*MediaInfoModel) SetAudioFormat

func (o *MediaInfoModel) SetAudioFormat(v string)

SetAudioFormat gets a reference to the given NullableString and assigns it to the AudioFormat field.

func (*MediaInfoModel) SetAudioFormatNil

func (o *MediaInfoModel) SetAudioFormatNil()

SetAudioFormatNil sets the value for AudioFormat to be an explicit nil

func (*MediaInfoModel) SetAudioSampleRate

func (o *MediaInfoModel) SetAudioSampleRate(v int32)

SetAudioSampleRate gets a reference to the given int32 and assigns it to the AudioSampleRate field.

func (MediaInfoModel) ToMap added in v1.0.0

func (o MediaInfoModel) ToMap() (map[string]interface{}, error)

func (*MediaInfoModel) UnsetAudioFormat

func (o *MediaInfoModel) UnsetAudioFormat()

UnsetAudioFormat ensures that no value is present for AudioFormat, not even an explicit nil

type MediaInfoResource

type MediaInfoResource struct {
	Id              *int32         `json:"id,omitempty"`
	AudioChannels   *float64       `json:"audioChannels,omitempty"`
	AudioBitRate    NullableString `json:"audioBitRate,omitempty"`
	AudioCodec      NullableString `json:"audioCodec,omitempty"`
	AudioBits       NullableString `json:"audioBits,omitempty"`
	AudioSampleRate NullableString `json:"audioSampleRate,omitempty"`
}

MediaInfoResource struct for MediaInfoResource

func NewMediaInfoResource

func NewMediaInfoResource() *MediaInfoResource

NewMediaInfoResource instantiates a new MediaInfoResource 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 NewMediaInfoResourceWithDefaults

func NewMediaInfoResourceWithDefaults() *MediaInfoResource

NewMediaInfoResourceWithDefaults instantiates a new MediaInfoResource 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 (*MediaInfoResource) GetAudioBitRate

func (o *MediaInfoResource) GetAudioBitRate() string

GetAudioBitRate returns the AudioBitRate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetAudioBitRateOk

func (o *MediaInfoResource) GetAudioBitRateOk() (*string, bool)

GetAudioBitRateOk returns a tuple with the AudioBitRate 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 (*MediaInfoResource) GetAudioBits

func (o *MediaInfoResource) GetAudioBits() string

GetAudioBits returns the AudioBits field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetAudioBitsOk

func (o *MediaInfoResource) GetAudioBitsOk() (*string, bool)

GetAudioBitsOk returns a tuple with the AudioBits 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 (*MediaInfoResource) GetAudioChannels

func (o *MediaInfoResource) GetAudioChannels() float64

GetAudioChannels returns the AudioChannels field value if set, zero value otherwise.

func (*MediaInfoResource) GetAudioChannelsOk

func (o *MediaInfoResource) GetAudioChannelsOk() (*float64, bool)

GetAudioChannelsOk returns a tuple with the AudioChannels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetAudioCodec

func (o *MediaInfoResource) GetAudioCodec() string

GetAudioCodec returns the AudioCodec field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetAudioCodecOk

func (o *MediaInfoResource) GetAudioCodecOk() (*string, bool)

GetAudioCodecOk returns a tuple with the AudioCodec 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 (*MediaInfoResource) GetAudioSampleRate

func (o *MediaInfoResource) GetAudioSampleRate() string

GetAudioSampleRate returns the AudioSampleRate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetAudioSampleRateOk

func (o *MediaInfoResource) GetAudioSampleRateOk() (*string, bool)

GetAudioSampleRateOk returns a tuple with the AudioSampleRate 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 (*MediaInfoResource) GetId

func (o *MediaInfoResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MediaInfoResource) GetIdOk

func (o *MediaInfoResource) GetIdOk() (*int32, 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 (*MediaInfoResource) HasAudioBitRate

func (o *MediaInfoResource) HasAudioBitRate() bool

HasAudioBitRate returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioBits

func (o *MediaInfoResource) HasAudioBits() bool

HasAudioBits returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioChannels

func (o *MediaInfoResource) HasAudioChannels() bool

HasAudioChannels returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioCodec

func (o *MediaInfoResource) HasAudioCodec() bool

HasAudioCodec returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioSampleRate

func (o *MediaInfoResource) HasAudioSampleRate() bool

HasAudioSampleRate returns a boolean if a field has been set.

func (*MediaInfoResource) HasId

func (o *MediaInfoResource) HasId() bool

HasId returns a boolean if a field has been set.

func (MediaInfoResource) MarshalJSON

func (o MediaInfoResource) MarshalJSON() ([]byte, error)

func (*MediaInfoResource) SetAudioBitRate

func (o *MediaInfoResource) SetAudioBitRate(v string)

SetAudioBitRate gets a reference to the given NullableString and assigns it to the AudioBitRate field.

func (*MediaInfoResource) SetAudioBitRateNil

func (o *MediaInfoResource) SetAudioBitRateNil()

SetAudioBitRateNil sets the value for AudioBitRate to be an explicit nil

func (*MediaInfoResource) SetAudioBits

func (o *MediaInfoResource) SetAudioBits(v string)

SetAudioBits gets a reference to the given NullableString and assigns it to the AudioBits field.

func (*MediaInfoResource) SetAudioBitsNil

func (o *MediaInfoResource) SetAudioBitsNil()

SetAudioBitsNil sets the value for AudioBits to be an explicit nil

func (*MediaInfoResource) SetAudioChannels

func (o *MediaInfoResource) SetAudioChannels(v float64)

SetAudioChannels gets a reference to the given float64 and assigns it to the AudioChannels field.

func (*MediaInfoResource) SetAudioCodec

func (o *MediaInfoResource) SetAudioCodec(v string)

SetAudioCodec gets a reference to the given NullableString and assigns it to the AudioCodec field.

func (*MediaInfoResource) SetAudioCodecNil

func (o *MediaInfoResource) SetAudioCodecNil()

SetAudioCodecNil sets the value for AudioCodec to be an explicit nil

func (*MediaInfoResource) SetAudioSampleRate

func (o *MediaInfoResource) SetAudioSampleRate(v string)

SetAudioSampleRate gets a reference to the given NullableString and assigns it to the AudioSampleRate field.

func (*MediaInfoResource) SetAudioSampleRateNil

func (o *MediaInfoResource) SetAudioSampleRateNil()

SetAudioSampleRateNil sets the value for AudioSampleRate to be an explicit nil

func (*MediaInfoResource) SetId

func (o *MediaInfoResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (MediaInfoResource) ToMap added in v1.0.0

func (o MediaInfoResource) ToMap() (map[string]interface{}, error)

func (*MediaInfoResource) UnsetAudioBitRate

func (o *MediaInfoResource) UnsetAudioBitRate()

UnsetAudioBitRate ensures that no value is present for AudioBitRate, not even an explicit nil

func (*MediaInfoResource) UnsetAudioBits

func (o *MediaInfoResource) UnsetAudioBits()

UnsetAudioBits ensures that no value is present for AudioBits, not even an explicit nil

func (*MediaInfoResource) UnsetAudioCodec

func (o *MediaInfoResource) UnsetAudioCodec()

UnsetAudioCodec ensures that no value is present for AudioCodec, not even an explicit nil

func (*MediaInfoResource) UnsetAudioSampleRate

func (o *MediaInfoResource) UnsetAudioSampleRate()

UnsetAudioSampleRate ensures that no value is present for AudioSampleRate, not even an explicit nil

type MediaManagementConfigAPIService added in v1.0.0

type MediaManagementConfigAPIService service

MediaManagementConfigAPIService MediaManagementConfigAPI service

func (*MediaManagementConfigAPIService) GetMediaManagementConfig added in v1.0.0

GetMediaManagementConfig Method for GetMediaManagementConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMediaManagementConfigRequest

func (*MediaManagementConfigAPIService) GetMediaManagementConfigById added in v1.0.0

GetMediaManagementConfigById Method for GetMediaManagementConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMediaManagementConfigByIdRequest

func (*MediaManagementConfigAPIService) GetMediaManagementConfigByIdExecute added in v1.0.0

Execute executes the request

@return MediaManagementConfigResource

func (*MediaManagementConfigAPIService) GetMediaManagementConfigExecute added in v1.0.0

Execute executes the request

@return MediaManagementConfigResource

func (*MediaManagementConfigAPIService) UpdateMediaManagementConfig added in v1.0.0

UpdateMediaManagementConfig Method for UpdateMediaManagementConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMediaManagementConfigRequest

func (*MediaManagementConfigAPIService) UpdateMediaManagementConfigExecute added in v1.0.0

Execute executes the request

@return MediaManagementConfigResource

type MediaManagementConfigResource

type MediaManagementConfigResource struct {
	Id                                     *int32                  `json:"id,omitempty"`
	AutoUnmonitorPreviouslyDownloadedBooks *bool                   `json:"autoUnmonitorPreviouslyDownloadedBooks,omitempty"`
	RecycleBin                             NullableString          `json:"recycleBin,omitempty"`
	RecycleBinCleanupDays                  *int32                  `json:"recycleBinCleanupDays,omitempty"`
	DownloadPropersAndRepacks              *ProperDownloadTypes    `json:"downloadPropersAndRepacks,omitempty"`
	CreateEmptyAuthorFolders               *bool                   `json:"createEmptyAuthorFolders,omitempty"`
	DeleteEmptyFolders                     *bool                   `json:"deleteEmptyFolders,omitempty"`
	FileDate                               *FileDateType           `json:"fileDate,omitempty"`
	WatchLibraryForChanges                 *bool                   `json:"watchLibraryForChanges,omitempty"`
	RescanAfterRefresh                     *RescanAfterRefreshType `json:"rescanAfterRefresh,omitempty"`
	AllowFingerprinting                    *AllowFingerprinting    `json:"allowFingerprinting,omitempty"`
	SetPermissionsLinux                    *bool                   `json:"setPermissionsLinux,omitempty"`
	ChmodFolder                            NullableString          `json:"chmodFolder,omitempty"`
	ChownGroup                             NullableString          `json:"chownGroup,omitempty"`
	SkipFreeSpaceCheckWhenImporting        *bool                   `json:"skipFreeSpaceCheckWhenImporting,omitempty"`
	MinimumFreeSpaceWhenImporting          *int32                  `json:"minimumFreeSpaceWhenImporting,omitempty"`
	CopyUsingHardlinks                     *bool                   `json:"copyUsingHardlinks,omitempty"`
	ImportExtraFiles                       *bool                   `json:"importExtraFiles,omitempty"`
	ExtraFileExtensions                    NullableString          `json:"extraFileExtensions,omitempty"`
}

MediaManagementConfigResource struct for MediaManagementConfigResource

func NewMediaManagementConfigResource

func NewMediaManagementConfigResource() *MediaManagementConfigResource

NewMediaManagementConfigResource instantiates a new MediaManagementConfigResource 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 NewMediaManagementConfigResourceWithDefaults

func NewMediaManagementConfigResourceWithDefaults() *MediaManagementConfigResource

NewMediaManagementConfigResourceWithDefaults instantiates a new MediaManagementConfigResource 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 (*MediaManagementConfigResource) GetAllowFingerprinting

func (o *MediaManagementConfigResource) GetAllowFingerprinting() AllowFingerprinting

GetAllowFingerprinting returns the AllowFingerprinting field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetAllowFingerprintingOk

func (o *MediaManagementConfigResource) GetAllowFingerprintingOk() (*AllowFingerprinting, bool)

GetAllowFingerprintingOk returns a tuple with the AllowFingerprinting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedBooks

func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedBooks() bool

GetAutoUnmonitorPreviouslyDownloadedBooks returns the AutoUnmonitorPreviouslyDownloadedBooks field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedBooksOk

func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedBooksOk() (*bool, bool)

GetAutoUnmonitorPreviouslyDownloadedBooksOk returns a tuple with the AutoUnmonitorPreviouslyDownloadedBooks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetChmodFolder

func (o *MediaManagementConfigResource) GetChmodFolder() string

GetChmodFolder returns the ChmodFolder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetChmodFolderOk

func (o *MediaManagementConfigResource) GetChmodFolderOk() (*string, bool)

GetChmodFolderOk returns a tuple with the ChmodFolder 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 (*MediaManagementConfigResource) GetChownGroup

func (o *MediaManagementConfigResource) GetChownGroup() string

GetChownGroup returns the ChownGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetChownGroupOk

func (o *MediaManagementConfigResource) GetChownGroupOk() (*string, bool)

GetChownGroupOk returns a tuple with the ChownGroup 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 (o *MediaManagementConfigResource) GetCopyUsingHardlinks() bool

GetCopyUsingHardlinks returns the CopyUsingHardlinks field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetCopyUsingHardlinksOk

func (o *MediaManagementConfigResource) GetCopyUsingHardlinksOk() (*bool, bool)

GetCopyUsingHardlinksOk returns a tuple with the CopyUsingHardlinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetCreateEmptyAuthorFolders

func (o *MediaManagementConfigResource) GetCreateEmptyAuthorFolders() bool

GetCreateEmptyAuthorFolders returns the CreateEmptyAuthorFolders field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetCreateEmptyAuthorFoldersOk

func (o *MediaManagementConfigResource) GetCreateEmptyAuthorFoldersOk() (*bool, bool)

GetCreateEmptyAuthorFoldersOk returns a tuple with the CreateEmptyAuthorFolders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetDeleteEmptyFolders

func (o *MediaManagementConfigResource) GetDeleteEmptyFolders() bool

GetDeleteEmptyFolders returns the DeleteEmptyFolders field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetDeleteEmptyFoldersOk

func (o *MediaManagementConfigResource) GetDeleteEmptyFoldersOk() (*bool, bool)

GetDeleteEmptyFoldersOk returns a tuple with the DeleteEmptyFolders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetDownloadPropersAndRepacks

func (o *MediaManagementConfigResource) GetDownloadPropersAndRepacks() ProperDownloadTypes

GetDownloadPropersAndRepacks returns the DownloadPropersAndRepacks field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetDownloadPropersAndRepacksOk

func (o *MediaManagementConfigResource) GetDownloadPropersAndRepacksOk() (*ProperDownloadTypes, bool)

GetDownloadPropersAndRepacksOk returns a tuple with the DownloadPropersAndRepacks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetExtraFileExtensions

func (o *MediaManagementConfigResource) GetExtraFileExtensions() string

GetExtraFileExtensions returns the ExtraFileExtensions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetExtraFileExtensionsOk

func (o *MediaManagementConfigResource) GetExtraFileExtensionsOk() (*string, bool)

GetExtraFileExtensionsOk returns a tuple with the ExtraFileExtensions 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 (*MediaManagementConfigResource) GetFileDate

GetFileDate returns the FileDate field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetFileDateOk

func (o *MediaManagementConfigResource) GetFileDateOk() (*FileDateType, bool)

GetFileDateOk returns a tuple with the FileDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetIdOk

func (o *MediaManagementConfigResource) GetIdOk() (*int32, 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 (*MediaManagementConfigResource) GetImportExtraFiles

func (o *MediaManagementConfigResource) GetImportExtraFiles() bool

GetImportExtraFiles returns the ImportExtraFiles field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetImportExtraFilesOk

func (o *MediaManagementConfigResource) GetImportExtraFilesOk() (*bool, bool)

GetImportExtraFilesOk returns a tuple with the ImportExtraFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetMinimumFreeSpaceWhenImporting

func (o *MediaManagementConfigResource) GetMinimumFreeSpaceWhenImporting() int32

GetMinimumFreeSpaceWhenImporting returns the MinimumFreeSpaceWhenImporting field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetMinimumFreeSpaceWhenImportingOk

func (o *MediaManagementConfigResource) GetMinimumFreeSpaceWhenImportingOk() (*int32, bool)

GetMinimumFreeSpaceWhenImportingOk returns a tuple with the MinimumFreeSpaceWhenImporting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetRecycleBin

func (o *MediaManagementConfigResource) GetRecycleBin() string

GetRecycleBin returns the RecycleBin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetRecycleBinCleanupDays

func (o *MediaManagementConfigResource) GetRecycleBinCleanupDays() int32

GetRecycleBinCleanupDays returns the RecycleBinCleanupDays field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetRecycleBinCleanupDaysOk

func (o *MediaManagementConfigResource) GetRecycleBinCleanupDaysOk() (*int32, bool)

GetRecycleBinCleanupDaysOk returns a tuple with the RecycleBinCleanupDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetRecycleBinOk

func (o *MediaManagementConfigResource) GetRecycleBinOk() (*string, bool)

GetRecycleBinOk returns a tuple with the RecycleBin 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 (*MediaManagementConfigResource) GetRescanAfterRefresh

func (o *MediaManagementConfigResource) GetRescanAfterRefresh() RescanAfterRefreshType

GetRescanAfterRefresh returns the RescanAfterRefresh field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetRescanAfterRefreshOk

func (o *MediaManagementConfigResource) GetRescanAfterRefreshOk() (*RescanAfterRefreshType, bool)

GetRescanAfterRefreshOk returns a tuple with the RescanAfterRefresh field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetSetPermissionsLinux

func (o *MediaManagementConfigResource) GetSetPermissionsLinux() bool

GetSetPermissionsLinux returns the SetPermissionsLinux field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetSetPermissionsLinuxOk

func (o *MediaManagementConfigResource) GetSetPermissionsLinuxOk() (*bool, bool)

GetSetPermissionsLinuxOk returns a tuple with the SetPermissionsLinux field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImporting

func (o *MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImporting() bool

GetSkipFreeSpaceCheckWhenImporting returns the SkipFreeSpaceCheckWhenImporting field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImportingOk

func (o *MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImportingOk() (*bool, bool)

GetSkipFreeSpaceCheckWhenImportingOk returns a tuple with the SkipFreeSpaceCheckWhenImporting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetWatchLibraryForChanges

func (o *MediaManagementConfigResource) GetWatchLibraryForChanges() bool

GetWatchLibraryForChanges returns the WatchLibraryForChanges field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetWatchLibraryForChangesOk

func (o *MediaManagementConfigResource) GetWatchLibraryForChangesOk() (*bool, bool)

GetWatchLibraryForChangesOk returns a tuple with the WatchLibraryForChanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) HasAllowFingerprinting

func (o *MediaManagementConfigResource) HasAllowFingerprinting() bool

HasAllowFingerprinting returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasAutoUnmonitorPreviouslyDownloadedBooks

func (o *MediaManagementConfigResource) HasAutoUnmonitorPreviouslyDownloadedBooks() bool

HasAutoUnmonitorPreviouslyDownloadedBooks returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasChmodFolder

func (o *MediaManagementConfigResource) HasChmodFolder() bool

HasChmodFolder returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasChownGroup

func (o *MediaManagementConfigResource) HasChownGroup() bool

HasChownGroup returns a boolean if a field has been set.

func (o *MediaManagementConfigResource) HasCopyUsingHardlinks() bool

HasCopyUsingHardlinks returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasCreateEmptyAuthorFolders

func (o *MediaManagementConfigResource) HasCreateEmptyAuthorFolders() bool

HasCreateEmptyAuthorFolders returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasDeleteEmptyFolders

func (o *MediaManagementConfigResource) HasDeleteEmptyFolders() bool

HasDeleteEmptyFolders returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasDownloadPropersAndRepacks

func (o *MediaManagementConfigResource) HasDownloadPropersAndRepacks() bool

HasDownloadPropersAndRepacks returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasExtraFileExtensions

func (o *MediaManagementConfigResource) HasExtraFileExtensions() bool

HasExtraFileExtensions returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasFileDate

func (o *MediaManagementConfigResource) HasFileDate() bool

HasFileDate returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasId

HasId returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasImportExtraFiles

func (o *MediaManagementConfigResource) HasImportExtraFiles() bool

HasImportExtraFiles returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasMinimumFreeSpaceWhenImporting

func (o *MediaManagementConfigResource) HasMinimumFreeSpaceWhenImporting() bool

HasMinimumFreeSpaceWhenImporting returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasRecycleBin

func (o *MediaManagementConfigResource) HasRecycleBin() bool

HasRecycleBin returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasRecycleBinCleanupDays

func (o *MediaManagementConfigResource) HasRecycleBinCleanupDays() bool

HasRecycleBinCleanupDays returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasRescanAfterRefresh

func (o *MediaManagementConfigResource) HasRescanAfterRefresh() bool

HasRescanAfterRefresh returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasSetPermissionsLinux

func (o *MediaManagementConfigResource) HasSetPermissionsLinux() bool

HasSetPermissionsLinux returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasSkipFreeSpaceCheckWhenImporting

func (o *MediaManagementConfigResource) HasSkipFreeSpaceCheckWhenImporting() bool

HasSkipFreeSpaceCheckWhenImporting returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasWatchLibraryForChanges

func (o *MediaManagementConfigResource) HasWatchLibraryForChanges() bool

HasWatchLibraryForChanges returns a boolean if a field has been set.

func (MediaManagementConfigResource) MarshalJSON

func (o MediaManagementConfigResource) MarshalJSON() ([]byte, error)

func (*MediaManagementConfigResource) SetAllowFingerprinting

func (o *MediaManagementConfigResource) SetAllowFingerprinting(v AllowFingerprinting)

SetAllowFingerprinting gets a reference to the given AllowFingerprinting and assigns it to the AllowFingerprinting field.

func (*MediaManagementConfigResource) SetAutoUnmonitorPreviouslyDownloadedBooks

func (o *MediaManagementConfigResource) SetAutoUnmonitorPreviouslyDownloadedBooks(v bool)

SetAutoUnmonitorPreviouslyDownloadedBooks gets a reference to the given bool and assigns it to the AutoUnmonitorPreviouslyDownloadedBooks field.

func (*MediaManagementConfigResource) SetChmodFolder

func (o *MediaManagementConfigResource) SetChmodFolder(v string)

SetChmodFolder gets a reference to the given NullableString and assigns it to the ChmodFolder field.

func (*MediaManagementConfigResource) SetChmodFolderNil

func (o *MediaManagementConfigResource) SetChmodFolderNil()

SetChmodFolderNil sets the value for ChmodFolder to be an explicit nil

func (*MediaManagementConfigResource) SetChownGroup

func (o *MediaManagementConfigResource) SetChownGroup(v string)

SetChownGroup gets a reference to the given NullableString and assigns it to the ChownGroup field.

func (*MediaManagementConfigResource) SetChownGroupNil

func (o *MediaManagementConfigResource) SetChownGroupNil()

SetChownGroupNil sets the value for ChownGroup to be an explicit nil

func (o *MediaManagementConfigResource) SetCopyUsingHardlinks(v bool)

SetCopyUsingHardlinks gets a reference to the given bool and assigns it to the CopyUsingHardlinks field.

func (*MediaManagementConfigResource) SetCreateEmptyAuthorFolders

func (o *MediaManagementConfigResource) SetCreateEmptyAuthorFolders(v bool)

SetCreateEmptyAuthorFolders gets a reference to the given bool and assigns it to the CreateEmptyAuthorFolders field.

func (*MediaManagementConfigResource) SetDeleteEmptyFolders

func (o *MediaManagementConfigResource) SetDeleteEmptyFolders(v bool)

SetDeleteEmptyFolders gets a reference to the given bool and assigns it to the DeleteEmptyFolders field.

func (*MediaManagementConfigResource) SetDownloadPropersAndRepacks

func (o *MediaManagementConfigResource) SetDownloadPropersAndRepacks(v ProperDownloadTypes)

SetDownloadPropersAndRepacks gets a reference to the given ProperDownloadTypes and assigns it to the DownloadPropersAndRepacks field.

func (*MediaManagementConfigResource) SetExtraFileExtensions

func (o *MediaManagementConfigResource) SetExtraFileExtensions(v string)

SetExtraFileExtensions gets a reference to the given NullableString and assigns it to the ExtraFileExtensions field.

func (*MediaManagementConfigResource) SetExtraFileExtensionsNil

func (o *MediaManagementConfigResource) SetExtraFileExtensionsNil()

SetExtraFileExtensionsNil sets the value for ExtraFileExtensions to be an explicit nil

func (*MediaManagementConfigResource) SetFileDate

func (o *MediaManagementConfigResource) SetFileDate(v FileDateType)

SetFileDate gets a reference to the given FileDateType and assigns it to the FileDate field.

func (*MediaManagementConfigResource) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MediaManagementConfigResource) SetImportExtraFiles

func (o *MediaManagementConfigResource) SetImportExtraFiles(v bool)

SetImportExtraFiles gets a reference to the given bool and assigns it to the ImportExtraFiles field.

func (*MediaManagementConfigResource) SetMinimumFreeSpaceWhenImporting

func (o *MediaManagementConfigResource) SetMinimumFreeSpaceWhenImporting(v int32)

SetMinimumFreeSpaceWhenImporting gets a reference to the given int32 and assigns it to the MinimumFreeSpaceWhenImporting field.

func (*MediaManagementConfigResource) SetRecycleBin

func (o *MediaManagementConfigResource) SetRecycleBin(v string)

SetRecycleBin gets a reference to the given NullableString and assigns it to the RecycleBin field.

func (*MediaManagementConfigResource) SetRecycleBinCleanupDays

func (o *MediaManagementConfigResource) SetRecycleBinCleanupDays(v int32)

SetRecycleBinCleanupDays gets a reference to the given int32 and assigns it to the RecycleBinCleanupDays field.

func (*MediaManagementConfigResource) SetRecycleBinNil

func (o *MediaManagementConfigResource) SetRecycleBinNil()

SetRecycleBinNil sets the value for RecycleBin to be an explicit nil

func (*MediaManagementConfigResource) SetRescanAfterRefresh

func (o *MediaManagementConfigResource) SetRescanAfterRefresh(v RescanAfterRefreshType)

SetRescanAfterRefresh gets a reference to the given RescanAfterRefreshType and assigns it to the RescanAfterRefresh field.

func (*MediaManagementConfigResource) SetSetPermissionsLinux

func (o *MediaManagementConfigResource) SetSetPermissionsLinux(v bool)

SetSetPermissionsLinux gets a reference to the given bool and assigns it to the SetPermissionsLinux field.

func (*MediaManagementConfigResource) SetSkipFreeSpaceCheckWhenImporting

func (o *MediaManagementConfigResource) SetSkipFreeSpaceCheckWhenImporting(v bool)

SetSkipFreeSpaceCheckWhenImporting gets a reference to the given bool and assigns it to the SkipFreeSpaceCheckWhenImporting field.

func (*MediaManagementConfigResource) SetWatchLibraryForChanges

func (o *MediaManagementConfigResource) SetWatchLibraryForChanges(v bool)

SetWatchLibraryForChanges gets a reference to the given bool and assigns it to the WatchLibraryForChanges field.

func (MediaManagementConfigResource) ToMap added in v1.0.0

func (o MediaManagementConfigResource) ToMap() (map[string]interface{}, error)

func (*MediaManagementConfigResource) UnsetChmodFolder

func (o *MediaManagementConfigResource) UnsetChmodFolder()

UnsetChmodFolder ensures that no value is present for ChmodFolder, not even an explicit nil

func (*MediaManagementConfigResource) UnsetChownGroup

func (o *MediaManagementConfigResource) UnsetChownGroup()

UnsetChownGroup ensures that no value is present for ChownGroup, not even an explicit nil

func (*MediaManagementConfigResource) UnsetExtraFileExtensions

func (o *MediaManagementConfigResource) UnsetExtraFileExtensions()

UnsetExtraFileExtensions ensures that no value is present for ExtraFileExtensions, not even an explicit nil

func (*MediaManagementConfigResource) UnsetRecycleBin

func (o *MediaManagementConfigResource) UnsetRecycleBin()

UnsetRecycleBin ensures that no value is present for RecycleBin, not even an explicit nil

type MetadataAPIService added in v1.0.0

type MetadataAPIService service

MetadataAPIService MetadataAPI service

func (*MetadataAPIService) CreateMetadata added in v1.0.0

CreateMetadata Method for CreateMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMetadataRequest

func (*MetadataAPIService) CreateMetadataActionByName added in v1.0.0

func (a *MetadataAPIService) CreateMetadataActionByName(ctx context.Context, name string) ApiCreateMetadataActionByNameRequest

CreateMetadataActionByName Method for CreateMetadataActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateMetadataActionByNameRequest

func (*MetadataAPIService) CreateMetadataActionByNameExecute added in v1.0.0

func (a *MetadataAPIService) CreateMetadataActionByNameExecute(r ApiCreateMetadataActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) CreateMetadataExecute added in v1.0.0

Execute executes the request

@return MetadataResource

func (*MetadataAPIService) DeleteMetadata added in v1.0.0

DeleteMetadata Method for DeleteMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteMetadataRequest

func (*MetadataAPIService) DeleteMetadataExecute added in v1.0.0

func (a *MetadataAPIService) DeleteMetadataExecute(r ApiDeleteMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) GetMetadataById added in v1.0.0

GetMetadataById Method for GetMetadataById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMetadataByIdRequest

func (*MetadataAPIService) GetMetadataByIdExecute added in v1.0.0

Execute executes the request

@return MetadataResource

func (*MetadataAPIService) ListMetadata added in v1.0.0

ListMetadata Method for ListMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMetadataRequest

func (*MetadataAPIService) ListMetadataExecute added in v1.0.0

Execute executes the request

@return []MetadataResource

func (*MetadataAPIService) ListMetadataSchema added in v1.0.0

ListMetadataSchema Method for ListMetadataSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMetadataSchemaRequest

func (*MetadataAPIService) ListMetadataSchemaExecute added in v1.0.0

func (a *MetadataAPIService) ListMetadataSchemaExecute(r ApiListMetadataSchemaRequest) ([]MetadataResource, *http.Response, error)

Execute executes the request

@return []MetadataResource

func (*MetadataAPIService) TestMetadata added in v1.0.0

TestMetadata Method for TestMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestMetadataRequest

func (*MetadataAPIService) TestMetadataExecute added in v1.0.0

func (a *MetadataAPIService) TestMetadataExecute(r ApiTestMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) TestallMetadata added in v1.0.0

TestallMetadata Method for TestallMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallMetadataRequest

func (*MetadataAPIService) TestallMetadataExecute added in v1.0.0

func (a *MetadataAPIService) TestallMetadataExecute(r ApiTestallMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) UpdateMetadata added in v1.0.0

UpdateMetadata Method for UpdateMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMetadataRequest

func (*MetadataAPIService) UpdateMetadataExecute added in v1.0.0

Execute executes the request

@return MetadataResource

type MetadataProfile

type MetadataProfile struct {
	Id                  *int32         `json:"id,omitempty"`
	Name                NullableString `json:"name,omitempty"`
	MinPopularity       *float64       `json:"minPopularity,omitempty"`
	SkipMissingDate     *bool          `json:"skipMissingDate,omitempty"`
	SkipMissingIsbn     *bool          `json:"skipMissingIsbn,omitempty"`
	SkipPartsAndSets    *bool          `json:"skipPartsAndSets,omitempty"`
	SkipSeriesSecondary *bool          `json:"skipSeriesSecondary,omitempty"`
	AllowedLanguages    NullableString `json:"allowedLanguages,omitempty"`
	MinPages            *int32         `json:"minPages,omitempty"`
	Ignored             []string       `json:"ignored,omitempty"`
}

MetadataProfile struct for MetadataProfile

func NewMetadataProfile

func NewMetadataProfile() *MetadataProfile

NewMetadataProfile instantiates a new MetadataProfile 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 NewMetadataProfileWithDefaults

func NewMetadataProfileWithDefaults() *MetadataProfile

NewMetadataProfileWithDefaults instantiates a new MetadataProfile 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 (*MetadataProfile) GetAllowedLanguages

func (o *MetadataProfile) GetAllowedLanguages() string

GetAllowedLanguages returns the AllowedLanguages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataProfile) GetAllowedLanguagesOk

func (o *MetadataProfile) GetAllowedLanguagesOk() (*string, bool)

GetAllowedLanguagesOk returns a tuple with the AllowedLanguages 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 (*MetadataProfile) GetId

func (o *MetadataProfile) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataProfile) GetIdOk

func (o *MetadataProfile) GetIdOk() (*int32, 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 (*MetadataProfile) GetIgnored

func (o *MetadataProfile) GetIgnored() []string

GetIgnored returns the Ignored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataProfile) GetIgnoredOk

func (o *MetadataProfile) GetIgnoredOk() ([]string, bool)

GetIgnoredOk returns a tuple with the Ignored 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 (*MetadataProfile) GetMinPages

func (o *MetadataProfile) GetMinPages() int32

GetMinPages returns the MinPages field value if set, zero value otherwise.

func (*MetadataProfile) GetMinPagesOk

func (o *MetadataProfile) GetMinPagesOk() (*int32, bool)

GetMinPagesOk returns a tuple with the MinPages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfile) GetMinPopularity

func (o *MetadataProfile) GetMinPopularity() float64

GetMinPopularity returns the MinPopularity field value if set, zero value otherwise.

func (*MetadataProfile) GetMinPopularityOk

func (o *MetadataProfile) GetMinPopularityOk() (*float64, bool)

GetMinPopularityOk returns a tuple with the MinPopularity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfile) GetName

func (o *MetadataProfile) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataProfile) GetNameOk

func (o *MetadataProfile) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataProfile) GetSkipMissingDate

func (o *MetadataProfile) GetSkipMissingDate() bool

GetSkipMissingDate returns the SkipMissingDate field value if set, zero value otherwise.

func (*MetadataProfile) GetSkipMissingDateOk

func (o *MetadataProfile) GetSkipMissingDateOk() (*bool, bool)

GetSkipMissingDateOk returns a tuple with the SkipMissingDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfile) GetSkipMissingIsbn

func (o *MetadataProfile) GetSkipMissingIsbn() bool

GetSkipMissingIsbn returns the SkipMissingIsbn field value if set, zero value otherwise.

func (*MetadataProfile) GetSkipMissingIsbnOk

func (o *MetadataProfile) GetSkipMissingIsbnOk() (*bool, bool)

GetSkipMissingIsbnOk returns a tuple with the SkipMissingIsbn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfile) GetSkipPartsAndSets

func (o *MetadataProfile) GetSkipPartsAndSets() bool

GetSkipPartsAndSets returns the SkipPartsAndSets field value if set, zero value otherwise.

func (*MetadataProfile) GetSkipPartsAndSetsOk

func (o *MetadataProfile) GetSkipPartsAndSetsOk() (*bool, bool)

GetSkipPartsAndSetsOk returns a tuple with the SkipPartsAndSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfile) GetSkipSeriesSecondary

func (o *MetadataProfile) GetSkipSeriesSecondary() bool

GetSkipSeriesSecondary returns the SkipSeriesSecondary field value if set, zero value otherwise.

func (*MetadataProfile) GetSkipSeriesSecondaryOk

func (o *MetadataProfile) GetSkipSeriesSecondaryOk() (*bool, bool)

GetSkipSeriesSecondaryOk returns a tuple with the SkipSeriesSecondary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfile) HasAllowedLanguages

func (o *MetadataProfile) HasAllowedLanguages() bool

HasAllowedLanguages returns a boolean if a field has been set.

func (*MetadataProfile) HasId

func (o *MetadataProfile) HasId() bool

HasId returns a boolean if a field has been set.

func (*MetadataProfile) HasIgnored

func (o *MetadataProfile) HasIgnored() bool

HasIgnored returns a boolean if a field has been set.

func (*MetadataProfile) HasMinPages

func (o *MetadataProfile) HasMinPages() bool

HasMinPages returns a boolean if a field has been set.

func (*MetadataProfile) HasMinPopularity

func (o *MetadataProfile) HasMinPopularity() bool

HasMinPopularity returns a boolean if a field has been set.

func (*MetadataProfile) HasName

func (o *MetadataProfile) HasName() bool

HasName returns a boolean if a field has been set.

func (*MetadataProfile) HasSkipMissingDate

func (o *MetadataProfile) HasSkipMissingDate() bool

HasSkipMissingDate returns a boolean if a field has been set.

func (*MetadataProfile) HasSkipMissingIsbn

func (o *MetadataProfile) HasSkipMissingIsbn() bool

HasSkipMissingIsbn returns a boolean if a field has been set.

func (*MetadataProfile) HasSkipPartsAndSets

func (o *MetadataProfile) HasSkipPartsAndSets() bool

HasSkipPartsAndSets returns a boolean if a field has been set.

func (*MetadataProfile) HasSkipSeriesSecondary

func (o *MetadataProfile) HasSkipSeriesSecondary() bool

HasSkipSeriesSecondary returns a boolean if a field has been set.

func (MetadataProfile) MarshalJSON

func (o MetadataProfile) MarshalJSON() ([]byte, error)

func (*MetadataProfile) SetAllowedLanguages

func (o *MetadataProfile) SetAllowedLanguages(v string)

SetAllowedLanguages gets a reference to the given NullableString and assigns it to the AllowedLanguages field.

func (*MetadataProfile) SetAllowedLanguagesNil

func (o *MetadataProfile) SetAllowedLanguagesNil()

SetAllowedLanguagesNil sets the value for AllowedLanguages to be an explicit nil

func (*MetadataProfile) SetId

func (o *MetadataProfile) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MetadataProfile) SetIgnored

func (o *MetadataProfile) SetIgnored(v []string)

SetIgnored gets a reference to the given []string and assigns it to the Ignored field.

func (*MetadataProfile) SetMinPages

func (o *MetadataProfile) SetMinPages(v int32)

SetMinPages gets a reference to the given int32 and assigns it to the MinPages field.

func (*MetadataProfile) SetMinPopularity

func (o *MetadataProfile) SetMinPopularity(v float64)

SetMinPopularity gets a reference to the given float64 and assigns it to the MinPopularity field.

func (*MetadataProfile) SetName

func (o *MetadataProfile) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*MetadataProfile) SetNameNil

func (o *MetadataProfile) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*MetadataProfile) SetSkipMissingDate

func (o *MetadataProfile) SetSkipMissingDate(v bool)

SetSkipMissingDate gets a reference to the given bool and assigns it to the SkipMissingDate field.

func (*MetadataProfile) SetSkipMissingIsbn

func (o *MetadataProfile) SetSkipMissingIsbn(v bool)

SetSkipMissingIsbn gets a reference to the given bool and assigns it to the SkipMissingIsbn field.

func (*MetadataProfile) SetSkipPartsAndSets

func (o *MetadataProfile) SetSkipPartsAndSets(v bool)

SetSkipPartsAndSets gets a reference to the given bool and assigns it to the SkipPartsAndSets field.

func (*MetadataProfile) SetSkipSeriesSecondary

func (o *MetadataProfile) SetSkipSeriesSecondary(v bool)

SetSkipSeriesSecondary gets a reference to the given bool and assigns it to the SkipSeriesSecondary field.

func (MetadataProfile) ToMap added in v1.0.0

func (o MetadataProfile) ToMap() (map[string]interface{}, error)

func (*MetadataProfile) UnsetAllowedLanguages

func (o *MetadataProfile) UnsetAllowedLanguages()

UnsetAllowedLanguages ensures that no value is present for AllowedLanguages, not even an explicit nil

func (*MetadataProfile) UnsetName

func (o *MetadataProfile) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type MetadataProfileAPIService added in v1.0.0

type MetadataProfileAPIService service

MetadataProfileAPIService MetadataProfileAPI service

func (*MetadataProfileAPIService) CreateMetadataProfile added in v1.0.0

CreateMetadataProfile Method for CreateMetadataProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMetadataProfileRequest

func (*MetadataProfileAPIService) CreateMetadataProfileExecute added in v1.0.0

Execute executes the request

@return MetadataProfileResource

func (*MetadataProfileAPIService) DeleteMetadataProfile added in v1.0.0

DeleteMetadataProfile Method for DeleteMetadataProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteMetadataProfileRequest

func (*MetadataProfileAPIService) DeleteMetadataProfileExecute added in v1.0.0

func (a *MetadataProfileAPIService) DeleteMetadataProfileExecute(r ApiDeleteMetadataProfileRequest) (*http.Response, error)

Execute executes the request

func (*MetadataProfileAPIService) GetMetadataProfileById added in v1.0.0

GetMetadataProfileById Method for GetMetadataProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMetadataProfileByIdRequest

func (*MetadataProfileAPIService) GetMetadataProfileByIdExecute added in v1.0.0

Execute executes the request

@return MetadataProfileResource

func (*MetadataProfileAPIService) ListMetadataProfile added in v1.0.0

ListMetadataProfile Method for ListMetadataProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMetadataProfileRequest

func (*MetadataProfileAPIService) ListMetadataProfileExecute added in v1.0.0

Execute executes the request

@return []MetadataProfileResource

func (*MetadataProfileAPIService) UpdateMetadataProfile added in v1.0.0

UpdateMetadataProfile Method for UpdateMetadataProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMetadataProfileRequest

func (*MetadataProfileAPIService) UpdateMetadataProfileExecute added in v1.0.0

Execute executes the request

@return MetadataProfileResource

type MetadataProfileLazyLoaded

type MetadataProfileLazyLoaded struct {
	Value    *MetadataProfile `json:"value,omitempty"`
	IsLoaded *bool            `json:"isLoaded,omitempty"`
}

MetadataProfileLazyLoaded struct for MetadataProfileLazyLoaded

func NewMetadataProfileLazyLoaded

func NewMetadataProfileLazyLoaded() *MetadataProfileLazyLoaded

NewMetadataProfileLazyLoaded instantiates a new MetadataProfileLazyLoaded 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 NewMetadataProfileLazyLoadedWithDefaults

func NewMetadataProfileLazyLoadedWithDefaults() *MetadataProfileLazyLoaded

NewMetadataProfileLazyLoadedWithDefaults instantiates a new MetadataProfileLazyLoaded 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 (*MetadataProfileLazyLoaded) GetIsLoaded

func (o *MetadataProfileLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*MetadataProfileLazyLoaded) GetIsLoadedOk

func (o *MetadataProfileLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileLazyLoaded) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*MetadataProfileLazyLoaded) GetValueOk

func (o *MetadataProfileLazyLoaded) GetValueOk() (*MetadataProfile, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileLazyLoaded) HasIsLoaded

func (o *MetadataProfileLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*MetadataProfileLazyLoaded) HasValue

func (o *MetadataProfileLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetadataProfileLazyLoaded) MarshalJSON

func (o MetadataProfileLazyLoaded) MarshalJSON() ([]byte, error)

func (*MetadataProfileLazyLoaded) SetIsLoaded

func (o *MetadataProfileLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*MetadataProfileLazyLoaded) SetValue

SetValue gets a reference to the given MetadataProfile and assigns it to the Value field.

func (MetadataProfileLazyLoaded) ToMap added in v1.0.0

func (o MetadataProfileLazyLoaded) ToMap() (map[string]interface{}, error)

type MetadataProfileResource

type MetadataProfileResource struct {
	Id                  *int32         `json:"id,omitempty"`
	Name                NullableString `json:"name,omitempty"`
	MinPopularity       *float64       `json:"minPopularity,omitempty"`
	SkipMissingDate     *bool          `json:"skipMissingDate,omitempty"`
	SkipMissingIsbn     *bool          `json:"skipMissingIsbn,omitempty"`
	SkipPartsAndSets    *bool          `json:"skipPartsAndSets,omitempty"`
	SkipSeriesSecondary *bool          `json:"skipSeriesSecondary,omitempty"`
	AllowedLanguages    NullableString `json:"allowedLanguages,omitempty"`
	MinPages            *int32         `json:"minPages,omitempty"`
	Ignored             []string       `json:"ignored,omitempty"`
}

MetadataProfileResource struct for MetadataProfileResource

func NewMetadataProfileResource

func NewMetadataProfileResource() *MetadataProfileResource

NewMetadataProfileResource instantiates a new MetadataProfileResource 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 NewMetadataProfileResourceWithDefaults

func NewMetadataProfileResourceWithDefaults() *MetadataProfileResource

NewMetadataProfileResourceWithDefaults instantiates a new MetadataProfileResource 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 (*MetadataProfileResource) GetAllowedLanguages

func (o *MetadataProfileResource) GetAllowedLanguages() string

GetAllowedLanguages returns the AllowedLanguages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataProfileResource) GetAllowedLanguagesOk

func (o *MetadataProfileResource) GetAllowedLanguagesOk() (*string, bool)

GetAllowedLanguagesOk returns a tuple with the AllowedLanguages 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 (*MetadataProfileResource) GetId

func (o *MetadataProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataProfileResource) GetIdOk

func (o *MetadataProfileResource) GetIdOk() (*int32, 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 (*MetadataProfileResource) GetIgnored

func (o *MetadataProfileResource) GetIgnored() []string

GetIgnored returns the Ignored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataProfileResource) GetIgnoredOk

func (o *MetadataProfileResource) GetIgnoredOk() ([]string, bool)

GetIgnoredOk returns a tuple with the Ignored 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 (*MetadataProfileResource) GetMinPages

func (o *MetadataProfileResource) GetMinPages() int32

GetMinPages returns the MinPages field value if set, zero value otherwise.

func (*MetadataProfileResource) GetMinPagesOk

func (o *MetadataProfileResource) GetMinPagesOk() (*int32, bool)

GetMinPagesOk returns a tuple with the MinPages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileResource) GetMinPopularity

func (o *MetadataProfileResource) GetMinPopularity() float64

GetMinPopularity returns the MinPopularity field value if set, zero value otherwise.

func (*MetadataProfileResource) GetMinPopularityOk

func (o *MetadataProfileResource) GetMinPopularityOk() (*float64, bool)

GetMinPopularityOk returns a tuple with the MinPopularity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileResource) GetName

func (o *MetadataProfileResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataProfileResource) GetNameOk

func (o *MetadataProfileResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataProfileResource) GetSkipMissingDate

func (o *MetadataProfileResource) GetSkipMissingDate() bool

GetSkipMissingDate returns the SkipMissingDate field value if set, zero value otherwise.

func (*MetadataProfileResource) GetSkipMissingDateOk

func (o *MetadataProfileResource) GetSkipMissingDateOk() (*bool, bool)

GetSkipMissingDateOk returns a tuple with the SkipMissingDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileResource) GetSkipMissingIsbn

func (o *MetadataProfileResource) GetSkipMissingIsbn() bool

GetSkipMissingIsbn returns the SkipMissingIsbn field value if set, zero value otherwise.

func (*MetadataProfileResource) GetSkipMissingIsbnOk

func (o *MetadataProfileResource) GetSkipMissingIsbnOk() (*bool, bool)

GetSkipMissingIsbnOk returns a tuple with the SkipMissingIsbn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileResource) GetSkipPartsAndSets

func (o *MetadataProfileResource) GetSkipPartsAndSets() bool

GetSkipPartsAndSets returns the SkipPartsAndSets field value if set, zero value otherwise.

func (*MetadataProfileResource) GetSkipPartsAndSetsOk

func (o *MetadataProfileResource) GetSkipPartsAndSetsOk() (*bool, bool)

GetSkipPartsAndSetsOk returns a tuple with the SkipPartsAndSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileResource) GetSkipSeriesSecondary

func (o *MetadataProfileResource) GetSkipSeriesSecondary() bool

GetSkipSeriesSecondary returns the SkipSeriesSecondary field value if set, zero value otherwise.

func (*MetadataProfileResource) GetSkipSeriesSecondaryOk

func (o *MetadataProfileResource) GetSkipSeriesSecondaryOk() (*bool, bool)

GetSkipSeriesSecondaryOk returns a tuple with the SkipSeriesSecondary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProfileResource) HasAllowedLanguages

func (o *MetadataProfileResource) HasAllowedLanguages() bool

HasAllowedLanguages returns a boolean if a field has been set.

func (*MetadataProfileResource) HasId

func (o *MetadataProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*MetadataProfileResource) HasIgnored

func (o *MetadataProfileResource) HasIgnored() bool

HasIgnored returns a boolean if a field has been set.

func (*MetadataProfileResource) HasMinPages

func (o *MetadataProfileResource) HasMinPages() bool

HasMinPages returns a boolean if a field has been set.

func (*MetadataProfileResource) HasMinPopularity

func (o *MetadataProfileResource) HasMinPopularity() bool

HasMinPopularity returns a boolean if a field has been set.

func (*MetadataProfileResource) HasName

func (o *MetadataProfileResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*MetadataProfileResource) HasSkipMissingDate

func (o *MetadataProfileResource) HasSkipMissingDate() bool

HasSkipMissingDate returns a boolean if a field has been set.

func (*MetadataProfileResource) HasSkipMissingIsbn

func (o *MetadataProfileResource) HasSkipMissingIsbn() bool

HasSkipMissingIsbn returns a boolean if a field has been set.

func (*MetadataProfileResource) HasSkipPartsAndSets

func (o *MetadataProfileResource) HasSkipPartsAndSets() bool

HasSkipPartsAndSets returns a boolean if a field has been set.

func (*MetadataProfileResource) HasSkipSeriesSecondary

func (o *MetadataProfileResource) HasSkipSeriesSecondary() bool

HasSkipSeriesSecondary returns a boolean if a field has been set.

func (MetadataProfileResource) MarshalJSON

func (o MetadataProfileResource) MarshalJSON() ([]byte, error)

func (*MetadataProfileResource) SetAllowedLanguages

func (o *MetadataProfileResource) SetAllowedLanguages(v string)

SetAllowedLanguages gets a reference to the given NullableString and assigns it to the AllowedLanguages field.

func (*MetadataProfileResource) SetAllowedLanguagesNil

func (o *MetadataProfileResource) SetAllowedLanguagesNil()

SetAllowedLanguagesNil sets the value for AllowedLanguages to be an explicit nil

func (*MetadataProfileResource) SetId

func (o *MetadataProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MetadataProfileResource) SetIgnored

func (o *MetadataProfileResource) SetIgnored(v []string)

SetIgnored gets a reference to the given []string and assigns it to the Ignored field.

func (*MetadataProfileResource) SetMinPages

func (o *MetadataProfileResource) SetMinPages(v int32)

SetMinPages gets a reference to the given int32 and assigns it to the MinPages field.

func (*MetadataProfileResource) SetMinPopularity

func (o *MetadataProfileResource) SetMinPopularity(v float64)

SetMinPopularity gets a reference to the given float64 and assigns it to the MinPopularity field.

func (*MetadataProfileResource) SetName

func (o *MetadataProfileResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*MetadataProfileResource) SetNameNil

func (o *MetadataProfileResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*MetadataProfileResource) SetSkipMissingDate

func (o *MetadataProfileResource) SetSkipMissingDate(v bool)

SetSkipMissingDate gets a reference to the given bool and assigns it to the SkipMissingDate field.

func (*MetadataProfileResource) SetSkipMissingIsbn

func (o *MetadataProfileResource) SetSkipMissingIsbn(v bool)

SetSkipMissingIsbn gets a reference to the given bool and assigns it to the SkipMissingIsbn field.

func (*MetadataProfileResource) SetSkipPartsAndSets

func (o *MetadataProfileResource) SetSkipPartsAndSets(v bool)

SetSkipPartsAndSets gets a reference to the given bool and assigns it to the SkipPartsAndSets field.

func (*MetadataProfileResource) SetSkipSeriesSecondary

func (o *MetadataProfileResource) SetSkipSeriesSecondary(v bool)

SetSkipSeriesSecondary gets a reference to the given bool and assigns it to the SkipSeriesSecondary field.

func (MetadataProfileResource) ToMap added in v1.0.0

func (o MetadataProfileResource) ToMap() (map[string]interface{}, error)

func (*MetadataProfileResource) UnsetAllowedLanguages

func (o *MetadataProfileResource) UnsetAllowedLanguages()

UnsetAllowedLanguages ensures that no value is present for AllowedLanguages, not even an explicit nil

func (*MetadataProfileResource) UnsetName

func (o *MetadataProfileResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type MetadataProfileSchemaAPIService added in v1.0.0

type MetadataProfileSchemaAPIService service

MetadataProfileSchemaAPIService MetadataProfileSchemaAPI service

func (*MetadataProfileSchemaAPIService) GetMetadataprofileSchema added in v1.0.0

GetMetadataprofileSchema Method for GetMetadataprofileSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMetadataprofileSchemaRequest

func (*MetadataProfileSchemaAPIService) GetMetadataprofileSchemaExecute added in v1.0.0

Execute executes the request

@return MetadataProfileResource

type MetadataProviderConfigAPIService added in v1.0.0

type MetadataProviderConfigAPIService service

MetadataProviderConfigAPIService MetadataProviderConfigAPI service

func (*MetadataProviderConfigAPIService) GetMetadataProviderConfig added in v1.0.0

GetMetadataProviderConfig Method for GetMetadataProviderConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMetadataProviderConfigRequest

func (*MetadataProviderConfigAPIService) GetMetadataProviderConfigById added in v1.0.0

GetMetadataProviderConfigById Method for GetMetadataProviderConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMetadataProviderConfigByIdRequest

func (*MetadataProviderConfigAPIService) GetMetadataProviderConfigByIdExecute added in v1.0.0

Execute executes the request

@return MetadataProviderConfigResource

func (*MetadataProviderConfigAPIService) GetMetadataProviderConfigExecute added in v1.0.0

Execute executes the request

@return MetadataProviderConfigResource

func (*MetadataProviderConfigAPIService) UpdateMetadataProviderConfig added in v1.0.0

UpdateMetadataProviderConfig Method for UpdateMetadataProviderConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMetadataProviderConfigRequest

func (*MetadataProviderConfigAPIService) UpdateMetadataProviderConfigExecute added in v1.0.0

Execute executes the request

@return MetadataProviderConfigResource

type MetadataProviderConfigResource

type MetadataProviderConfigResource struct {
	Id             *int32              `json:"id,omitempty"`
	WriteAudioTags *WriteAudioTagsType `json:"writeAudioTags,omitempty"`
	ScrubAudioTags *bool               `json:"scrubAudioTags,omitempty"`
	WriteBookTags  *WriteBookTagsType  `json:"writeBookTags,omitempty"`
	UpdateCovers   *bool               `json:"updateCovers,omitempty"`
	EmbedMetadata  *bool               `json:"embedMetadata,omitempty"`
}

MetadataProviderConfigResource struct for MetadataProviderConfigResource

func NewMetadataProviderConfigResource

func NewMetadataProviderConfigResource() *MetadataProviderConfigResource

NewMetadataProviderConfigResource instantiates a new MetadataProviderConfigResource 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 NewMetadataProviderConfigResourceWithDefaults

func NewMetadataProviderConfigResourceWithDefaults() *MetadataProviderConfigResource

NewMetadataProviderConfigResourceWithDefaults instantiates a new MetadataProviderConfigResource 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 (*MetadataProviderConfigResource) GetEmbedMetadata

func (o *MetadataProviderConfigResource) GetEmbedMetadata() bool

GetEmbedMetadata returns the EmbedMetadata field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetEmbedMetadataOk

func (o *MetadataProviderConfigResource) GetEmbedMetadataOk() (*bool, bool)

GetEmbedMetadataOk returns a tuple with the EmbedMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProviderConfigResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetIdOk

func (o *MetadataProviderConfigResource) GetIdOk() (*int32, 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 (*MetadataProviderConfigResource) GetScrubAudioTags

func (o *MetadataProviderConfigResource) GetScrubAudioTags() bool

GetScrubAudioTags returns the ScrubAudioTags field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetScrubAudioTagsOk

func (o *MetadataProviderConfigResource) GetScrubAudioTagsOk() (*bool, bool)

GetScrubAudioTagsOk returns a tuple with the ScrubAudioTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProviderConfigResource) GetUpdateCovers

func (o *MetadataProviderConfigResource) GetUpdateCovers() bool

GetUpdateCovers returns the UpdateCovers field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetUpdateCoversOk

func (o *MetadataProviderConfigResource) GetUpdateCoversOk() (*bool, bool)

GetUpdateCoversOk returns a tuple with the UpdateCovers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProviderConfigResource) GetWriteAudioTags

func (o *MetadataProviderConfigResource) GetWriteAudioTags() WriteAudioTagsType

GetWriteAudioTags returns the WriteAudioTags field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetWriteAudioTagsOk

func (o *MetadataProviderConfigResource) GetWriteAudioTagsOk() (*WriteAudioTagsType, bool)

GetWriteAudioTagsOk returns a tuple with the WriteAudioTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProviderConfigResource) GetWriteBookTags

func (o *MetadataProviderConfigResource) GetWriteBookTags() WriteBookTagsType

GetWriteBookTags returns the WriteBookTags field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetWriteBookTagsOk

func (o *MetadataProviderConfigResource) GetWriteBookTagsOk() (*WriteBookTagsType, bool)

GetWriteBookTagsOk returns a tuple with the WriteBookTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataProviderConfigResource) HasEmbedMetadata

func (o *MetadataProviderConfigResource) HasEmbedMetadata() bool

HasEmbedMetadata returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasId

HasId returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasScrubAudioTags

func (o *MetadataProviderConfigResource) HasScrubAudioTags() bool

HasScrubAudioTags returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasUpdateCovers

func (o *MetadataProviderConfigResource) HasUpdateCovers() bool

HasUpdateCovers returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasWriteAudioTags

func (o *MetadataProviderConfigResource) HasWriteAudioTags() bool

HasWriteAudioTags returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasWriteBookTags

func (o *MetadataProviderConfigResource) HasWriteBookTags() bool

HasWriteBookTags returns a boolean if a field has been set.

func (MetadataProviderConfigResource) MarshalJSON

func (o MetadataProviderConfigResource) MarshalJSON() ([]byte, error)

func (*MetadataProviderConfigResource) SetEmbedMetadata

func (o *MetadataProviderConfigResource) SetEmbedMetadata(v bool)

SetEmbedMetadata gets a reference to the given bool and assigns it to the EmbedMetadata field.

func (*MetadataProviderConfigResource) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MetadataProviderConfigResource) SetScrubAudioTags

func (o *MetadataProviderConfigResource) SetScrubAudioTags(v bool)

SetScrubAudioTags gets a reference to the given bool and assigns it to the ScrubAudioTags field.

func (*MetadataProviderConfigResource) SetUpdateCovers

func (o *MetadataProviderConfigResource) SetUpdateCovers(v bool)

SetUpdateCovers gets a reference to the given bool and assigns it to the UpdateCovers field.

func (*MetadataProviderConfigResource) SetWriteAudioTags

func (o *MetadataProviderConfigResource) SetWriteAudioTags(v WriteAudioTagsType)

SetWriteAudioTags gets a reference to the given WriteAudioTagsType and assigns it to the WriteAudioTags field.

func (*MetadataProviderConfigResource) SetWriteBookTags

func (o *MetadataProviderConfigResource) SetWriteBookTags(v WriteBookTagsType)

SetWriteBookTags gets a reference to the given WriteBookTagsType and assigns it to the WriteBookTags field.

func (MetadataProviderConfigResource) ToMap added in v1.0.0

func (o MetadataProviderConfigResource) ToMap() (map[string]interface{}, error)

type MetadataResource

type MetadataResource struct {
	Id                 *int32             `json:"id,omitempty"`
	Name               NullableString     `json:"name,omitempty"`
	Fields             []Field            `json:"fields,omitempty"`
	ImplementationName NullableString     `json:"implementationName,omitempty"`
	Implementation     NullableString     `json:"implementation,omitempty"`
	ConfigContract     NullableString     `json:"configContract,omitempty"`
	InfoLink           NullableString     `json:"infoLink,omitempty"`
	Message            *ProviderMessage   `json:"message,omitempty"`
	Tags               []int32            `json:"tags,omitempty"`
	Presets            []MetadataResource `json:"presets,omitempty"`
	Enable             *bool              `json:"enable,omitempty"`
}

MetadataResource struct for MetadataResource

func NewMetadataResource

func NewMetadataResource() *MetadataResource

NewMetadataResource instantiates a new MetadataResource 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 NewMetadataResourceWithDefaults

func NewMetadataResourceWithDefaults() *MetadataResource

NewMetadataResourceWithDefaults instantiates a new MetadataResource 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 (*MetadataResource) GetConfigContract

func (o *MetadataResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetConfigContractOk

func (o *MetadataResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract 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 (*MetadataResource) GetEnable

func (o *MetadataResource) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise.

func (*MetadataResource) GetEnableOk

func (o *MetadataResource) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataResource) GetFields

func (o *MetadataResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetFieldsOk

func (o *MetadataResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields 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 (*MetadataResource) GetId

func (o *MetadataResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataResource) GetIdOk

func (o *MetadataResource) GetIdOk() (*int32, 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 (*MetadataResource) GetImplementation

func (o *MetadataResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetImplementationName

func (o *MetadataResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetImplementationNameOk

func (o *MetadataResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (*MetadataResource) GetImplementationOk

func (o *MetadataResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation 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 (o *MetadataResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetInfoLinkOk

func (o *MetadataResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (*MetadataResource) GetMessage

func (o *MetadataResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*MetadataResource) GetMessageOk

func (o *MetadataResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataResource) GetName

func (o *MetadataResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetNameOk

func (o *MetadataResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetPresets

func (o *MetadataResource) GetPresets() []MetadataResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetPresetsOk

func (o *MetadataResource) GetPresetsOk() ([]MetadataResource, bool)

GetPresetsOk returns a tuple with the Presets 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 (*MetadataResource) GetTags

func (o *MetadataResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetTagsOk

func (o *MetadataResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*MetadataResource) HasConfigContract

func (o *MetadataResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*MetadataResource) HasEnable

func (o *MetadataResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*MetadataResource) HasFields

func (o *MetadataResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*MetadataResource) HasId

func (o *MetadataResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*MetadataResource) HasImplementation

func (o *MetadataResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*MetadataResource) HasImplementationName

func (o *MetadataResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *MetadataResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*MetadataResource) HasMessage

func (o *MetadataResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*MetadataResource) HasName

func (o *MetadataResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*MetadataResource) HasPresets

func (o *MetadataResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*MetadataResource) HasTags

func (o *MetadataResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (MetadataResource) MarshalJSON

func (o MetadataResource) MarshalJSON() ([]byte, error)

func (*MetadataResource) SetConfigContract

func (o *MetadataResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*MetadataResource) SetConfigContractNil

func (o *MetadataResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*MetadataResource) SetEnable

func (o *MetadataResource) SetEnable(v bool)

SetEnable gets a reference to the given bool and assigns it to the Enable field.

func (*MetadataResource) SetFields

func (o *MetadataResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*MetadataResource) SetId

func (o *MetadataResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MetadataResource) SetImplementation

func (o *MetadataResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*MetadataResource) SetImplementationName

func (o *MetadataResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*MetadataResource) SetImplementationNameNil

func (o *MetadataResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*MetadataResource) SetImplementationNil

func (o *MetadataResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *MetadataResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*MetadataResource) SetInfoLinkNil

func (o *MetadataResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*MetadataResource) SetMessage

func (o *MetadataResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*MetadataResource) SetName

func (o *MetadataResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*MetadataResource) SetNameNil

func (o *MetadataResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*MetadataResource) SetPresets

func (o *MetadataResource) SetPresets(v []MetadataResource)

SetPresets gets a reference to the given []MetadataResource and assigns it to the Presets field.

func (*MetadataResource) SetTags

func (o *MetadataResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (MetadataResource) ToMap added in v1.0.0

func (o MetadataResource) ToMap() (map[string]interface{}, error)

func (*MetadataResource) UnsetConfigContract

func (o *MetadataResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*MetadataResource) UnsetImplementation

func (o *MetadataResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*MetadataResource) UnsetImplementationName

func (o *MetadataResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *MetadataResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*MetadataResource) UnsetName

func (o *MetadataResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type MissingAPIService added in v1.0.0

type MissingAPIService service

MissingAPIService MissingAPI service

func (*MissingAPIService) GetWantedMissing added in v1.0.0

GetWantedMissing Method for GetWantedMissing

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWantedMissingRequest

func (*MissingAPIService) GetWantedMissingById added in v1.0.0

func (a *MissingAPIService) GetWantedMissingById(ctx context.Context, id int32) ApiGetWantedMissingByIdRequest

GetWantedMissingById Method for GetWantedMissingById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetWantedMissingByIdRequest

func (*MissingAPIService) GetWantedMissingByIdExecute added in v1.0.0

func (a *MissingAPIService) GetWantedMissingByIdExecute(r ApiGetWantedMissingByIdRequest) (*BookResource, *http.Response, error)

Execute executes the request

@return BookResource

func (*MissingAPIService) GetWantedMissingExecute added in v1.0.0

Execute executes the request

@return BookResourcePagingResource

type MonitorTypes

type MonitorTypes string

MonitorTypes the model 'MonitorTypes'

const (
	MONITORTYPES_ALL      MonitorTypes = "all"
	MONITORTYPES_FUTURE   MonitorTypes = "future"
	MONITORTYPES_MISSING  MonitorTypes = "missing"
	MONITORTYPES_EXISTING MonitorTypes = "existing"
	MONITORTYPES_LATEST   MonitorTypes = "latest"
	MONITORTYPES_FIRST    MonitorTypes = "first"
	MONITORTYPES_NONE     MonitorTypes = "none"
	MONITORTYPES_UNKNOWN  MonitorTypes = "unknown"
)

List of MonitorTypes

func NewMonitorTypesFromValue

func NewMonitorTypesFromValue(v string) (*MonitorTypes, error)

NewMonitorTypesFromValue returns a pointer to a valid MonitorTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MonitorTypes) IsValid

func (v MonitorTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MonitorTypes) Ptr

func (v MonitorTypes) Ptr() *MonitorTypes

Ptr returns reference to MonitorTypes value

func (*MonitorTypes) UnmarshalJSON

func (v *MonitorTypes) UnmarshalJSON(src []byte) error

type MonitoringOptions

type MonitoringOptions struct {
	Monitor        *MonitorTypes `json:"monitor,omitempty"`
	BooksToMonitor []string      `json:"booksToMonitor,omitempty"`
	Monitored      *bool         `json:"monitored,omitempty"`
}

MonitoringOptions struct for MonitoringOptions

func NewMonitoringOptions

func NewMonitoringOptions() *MonitoringOptions

NewMonitoringOptions instantiates a new MonitoringOptions 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 NewMonitoringOptionsWithDefaults

func NewMonitoringOptionsWithDefaults() *MonitoringOptions

NewMonitoringOptionsWithDefaults instantiates a new MonitoringOptions 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 (*MonitoringOptions) GetBooksToMonitor

func (o *MonitoringOptions) GetBooksToMonitor() []string

GetBooksToMonitor returns the BooksToMonitor field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOptions) GetBooksToMonitorOk

func (o *MonitoringOptions) GetBooksToMonitorOk() ([]string, bool)

GetBooksToMonitorOk returns a tuple with the BooksToMonitor 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 (*MonitoringOptions) GetMonitor

func (o *MonitoringOptions) GetMonitor() MonitorTypes

GetMonitor returns the Monitor field value if set, zero value otherwise.

func (*MonitoringOptions) GetMonitorOk

func (o *MonitoringOptions) GetMonitorOk() (*MonitorTypes, bool)

GetMonitorOk returns a tuple with the Monitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringOptions) GetMonitored

func (o *MonitoringOptions) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*MonitoringOptions) GetMonitoredOk

func (o *MonitoringOptions) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringOptions) HasBooksToMonitor

func (o *MonitoringOptions) HasBooksToMonitor() bool

HasBooksToMonitor returns a boolean if a field has been set.

func (*MonitoringOptions) HasMonitor

func (o *MonitoringOptions) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

func (*MonitoringOptions) HasMonitored

func (o *MonitoringOptions) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (MonitoringOptions) MarshalJSON

func (o MonitoringOptions) MarshalJSON() ([]byte, error)

func (*MonitoringOptions) SetBooksToMonitor

func (o *MonitoringOptions) SetBooksToMonitor(v []string)

SetBooksToMonitor gets a reference to the given []string and assigns it to the BooksToMonitor field.

func (*MonitoringOptions) SetMonitor

func (o *MonitoringOptions) SetMonitor(v MonitorTypes)

SetMonitor gets a reference to the given MonitorTypes and assigns it to the Monitor field.

func (*MonitoringOptions) SetMonitored

func (o *MonitoringOptions) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (MonitoringOptions) ToMap added in v1.0.0

func (o MonitoringOptions) ToMap() (map[string]interface{}, error)

type NamingConfigAPIService added in v1.0.0

type NamingConfigAPIService service

NamingConfigAPIService NamingConfigAPI service

func (*NamingConfigAPIService) GetNamingConfig added in v1.0.0

GetNamingConfig Method for GetNamingConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetNamingConfigRequest

func (*NamingConfigAPIService) GetNamingConfigById added in v1.0.0

GetNamingConfigById Method for GetNamingConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetNamingConfigByIdRequest

func (*NamingConfigAPIService) GetNamingConfigByIdExecute added in v1.0.0

Execute executes the request

@return NamingConfigResource

func (*NamingConfigAPIService) GetNamingConfigExamples added in v1.0.0

GetNamingConfigExamples Method for GetNamingConfigExamples

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetNamingConfigExamplesRequest

func (*NamingConfigAPIService) GetNamingConfigExamplesExecute added in v1.0.0

func (a *NamingConfigAPIService) GetNamingConfigExamplesExecute(r ApiGetNamingConfigExamplesRequest) (*http.Response, error)

Execute executes the request

func (*NamingConfigAPIService) GetNamingConfigExecute added in v1.0.0

Execute executes the request

@return NamingConfigResource

func (*NamingConfigAPIService) UpdateNamingConfig added in v1.0.0

UpdateNamingConfig Method for UpdateNamingConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateNamingConfigRequest

func (*NamingConfigAPIService) UpdateNamingConfigExecute added in v1.0.0

Execute executes the request

@return NamingConfigResource

type NamingConfigResource

type NamingConfigResource struct {
	Id                       *int32         `json:"id,omitempty"`
	RenameBooks              *bool          `json:"renameBooks,omitempty"`
	ReplaceIllegalCharacters *bool          `json:"replaceIllegalCharacters,omitempty"`
	ColonReplacementFormat   *int32         `json:"colonReplacementFormat,omitempty"`
	StandardBookFormat       NullableString `json:"standardBookFormat,omitempty"`
	AuthorFolderFormat       NullableString `json:"authorFolderFormat,omitempty"`
	IncludeAuthorName        *bool          `json:"includeAuthorName,omitempty"`
	IncludeBookTitle         *bool          `json:"includeBookTitle,omitempty"`
	IncludeQuality           *bool          `json:"includeQuality,omitempty"`
	ReplaceSpaces            *bool          `json:"replaceSpaces,omitempty"`
	Separator                NullableString `json:"separator,omitempty"`
	NumberStyle              NullableString `json:"numberStyle,omitempty"`
}

NamingConfigResource struct for NamingConfigResource

func NewNamingConfigResource

func NewNamingConfigResource() *NamingConfigResource

NewNamingConfigResource instantiates a new NamingConfigResource 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 NewNamingConfigResourceWithDefaults

func NewNamingConfigResourceWithDefaults() *NamingConfigResource

NewNamingConfigResourceWithDefaults instantiates a new NamingConfigResource 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 (*NamingConfigResource) GetAuthorFolderFormat

func (o *NamingConfigResource) GetAuthorFolderFormat() string

GetAuthorFolderFormat returns the AuthorFolderFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NamingConfigResource) GetAuthorFolderFormatOk

func (o *NamingConfigResource) GetAuthorFolderFormatOk() (*string, bool)

GetAuthorFolderFormatOk returns a tuple with the AuthorFolderFormat 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 (*NamingConfigResource) GetColonReplacementFormat added in v0.4.0

func (o *NamingConfigResource) GetColonReplacementFormat() int32

GetColonReplacementFormat returns the ColonReplacementFormat field value if set, zero value otherwise.

func (*NamingConfigResource) GetColonReplacementFormatOk added in v0.4.0

func (o *NamingConfigResource) GetColonReplacementFormatOk() (*int32, bool)

GetColonReplacementFormatOk returns a tuple with the ColonReplacementFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetId

func (o *NamingConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*NamingConfigResource) GetIdOk

func (o *NamingConfigResource) GetIdOk() (*int32, 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 (*NamingConfigResource) GetIncludeAuthorName

func (o *NamingConfigResource) GetIncludeAuthorName() bool

GetIncludeAuthorName returns the IncludeAuthorName field value if set, zero value otherwise.

func (*NamingConfigResource) GetIncludeAuthorNameOk

func (o *NamingConfigResource) GetIncludeAuthorNameOk() (*bool, bool)

GetIncludeAuthorNameOk returns a tuple with the IncludeAuthorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetIncludeBookTitle

func (o *NamingConfigResource) GetIncludeBookTitle() bool

GetIncludeBookTitle returns the IncludeBookTitle field value if set, zero value otherwise.

func (*NamingConfigResource) GetIncludeBookTitleOk

func (o *NamingConfigResource) GetIncludeBookTitleOk() (*bool, bool)

GetIncludeBookTitleOk returns a tuple with the IncludeBookTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetIncludeQuality

func (o *NamingConfigResource) GetIncludeQuality() bool

GetIncludeQuality returns the IncludeQuality field value if set, zero value otherwise.

func (*NamingConfigResource) GetIncludeQualityOk

func (o *NamingConfigResource) GetIncludeQualityOk() (*bool, bool)

GetIncludeQualityOk returns a tuple with the IncludeQuality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetNumberStyle

func (o *NamingConfigResource) GetNumberStyle() string

GetNumberStyle returns the NumberStyle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NamingConfigResource) GetNumberStyleOk

func (o *NamingConfigResource) GetNumberStyleOk() (*string, bool)

GetNumberStyleOk returns a tuple with the NumberStyle 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 (*NamingConfigResource) GetRenameBooks

func (o *NamingConfigResource) GetRenameBooks() bool

GetRenameBooks returns the RenameBooks field value if set, zero value otherwise.

func (*NamingConfigResource) GetRenameBooksOk

func (o *NamingConfigResource) GetRenameBooksOk() (*bool, bool)

GetRenameBooksOk returns a tuple with the RenameBooks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetReplaceIllegalCharacters

func (o *NamingConfigResource) GetReplaceIllegalCharacters() bool

GetReplaceIllegalCharacters returns the ReplaceIllegalCharacters field value if set, zero value otherwise.

func (*NamingConfigResource) GetReplaceIllegalCharactersOk

func (o *NamingConfigResource) GetReplaceIllegalCharactersOk() (*bool, bool)

GetReplaceIllegalCharactersOk returns a tuple with the ReplaceIllegalCharacters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetReplaceSpaces

func (o *NamingConfigResource) GetReplaceSpaces() bool

GetReplaceSpaces returns the ReplaceSpaces field value if set, zero value otherwise.

func (*NamingConfigResource) GetReplaceSpacesOk

func (o *NamingConfigResource) GetReplaceSpacesOk() (*bool, bool)

GetReplaceSpacesOk returns a tuple with the ReplaceSpaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetSeparator

func (o *NamingConfigResource) GetSeparator() string

GetSeparator returns the Separator field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NamingConfigResource) GetSeparatorOk

func (o *NamingConfigResource) GetSeparatorOk() (*string, bool)

GetSeparatorOk returns a tuple with the Separator 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 (*NamingConfigResource) GetStandardBookFormat

func (o *NamingConfigResource) GetStandardBookFormat() string

GetStandardBookFormat returns the StandardBookFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NamingConfigResource) GetStandardBookFormatOk

func (o *NamingConfigResource) GetStandardBookFormatOk() (*string, bool)

GetStandardBookFormatOk returns a tuple with the StandardBookFormat 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 (*NamingConfigResource) HasAuthorFolderFormat

func (o *NamingConfigResource) HasAuthorFolderFormat() bool

HasAuthorFolderFormat returns a boolean if a field has been set.

func (*NamingConfigResource) HasColonReplacementFormat added in v0.4.0

func (o *NamingConfigResource) HasColonReplacementFormat() bool

HasColonReplacementFormat returns a boolean if a field has been set.

func (*NamingConfigResource) HasId

func (o *NamingConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*NamingConfigResource) HasIncludeAuthorName

func (o *NamingConfigResource) HasIncludeAuthorName() bool

HasIncludeAuthorName returns a boolean if a field has been set.

func (*NamingConfigResource) HasIncludeBookTitle

func (o *NamingConfigResource) HasIncludeBookTitle() bool

HasIncludeBookTitle returns a boolean if a field has been set.

func (*NamingConfigResource) HasIncludeQuality

func (o *NamingConfigResource) HasIncludeQuality() bool

HasIncludeQuality returns a boolean if a field has been set.

func (*NamingConfigResource) HasNumberStyle

func (o *NamingConfigResource) HasNumberStyle() bool

HasNumberStyle returns a boolean if a field has been set.

func (*NamingConfigResource) HasRenameBooks

func (o *NamingConfigResource) HasRenameBooks() bool

HasRenameBooks returns a boolean if a field has been set.

func (*NamingConfigResource) HasReplaceIllegalCharacters

func (o *NamingConfigResource) HasReplaceIllegalCharacters() bool

HasReplaceIllegalCharacters returns a boolean if a field has been set.

func (*NamingConfigResource) HasReplaceSpaces

func (o *NamingConfigResource) HasReplaceSpaces() bool

HasReplaceSpaces returns a boolean if a field has been set.

func (*NamingConfigResource) HasSeparator

func (o *NamingConfigResource) HasSeparator() bool

HasSeparator returns a boolean if a field has been set.

func (*NamingConfigResource) HasStandardBookFormat

func (o *NamingConfigResource) HasStandardBookFormat() bool

HasStandardBookFormat returns a boolean if a field has been set.

func (NamingConfigResource) MarshalJSON

func (o NamingConfigResource) MarshalJSON() ([]byte, error)

func (*NamingConfigResource) SetAuthorFolderFormat

func (o *NamingConfigResource) SetAuthorFolderFormat(v string)

SetAuthorFolderFormat gets a reference to the given NullableString and assigns it to the AuthorFolderFormat field.

func (*NamingConfigResource) SetAuthorFolderFormatNil

func (o *NamingConfigResource) SetAuthorFolderFormatNil()

SetAuthorFolderFormatNil sets the value for AuthorFolderFormat to be an explicit nil

func (*NamingConfigResource) SetColonReplacementFormat added in v0.4.0

func (o *NamingConfigResource) SetColonReplacementFormat(v int32)

SetColonReplacementFormat gets a reference to the given int32 and assigns it to the ColonReplacementFormat field.

func (*NamingConfigResource) SetId

func (o *NamingConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*NamingConfigResource) SetIncludeAuthorName

func (o *NamingConfigResource) SetIncludeAuthorName(v bool)

SetIncludeAuthorName gets a reference to the given bool and assigns it to the IncludeAuthorName field.

func (*NamingConfigResource) SetIncludeBookTitle

func (o *NamingConfigResource) SetIncludeBookTitle(v bool)

SetIncludeBookTitle gets a reference to the given bool and assigns it to the IncludeBookTitle field.

func (*NamingConfigResource) SetIncludeQuality

func (o *NamingConfigResource) SetIncludeQuality(v bool)

SetIncludeQuality gets a reference to the given bool and assigns it to the IncludeQuality field.

func (*NamingConfigResource) SetNumberStyle

func (o *NamingConfigResource) SetNumberStyle(v string)

SetNumberStyle gets a reference to the given NullableString and assigns it to the NumberStyle field.

func (*NamingConfigResource) SetNumberStyleNil

func (o *NamingConfigResource) SetNumberStyleNil()

SetNumberStyleNil sets the value for NumberStyle to be an explicit nil

func (*NamingConfigResource) SetRenameBooks

func (o *NamingConfigResource) SetRenameBooks(v bool)

SetRenameBooks gets a reference to the given bool and assigns it to the RenameBooks field.

func (*NamingConfigResource) SetReplaceIllegalCharacters

func (o *NamingConfigResource) SetReplaceIllegalCharacters(v bool)

SetReplaceIllegalCharacters gets a reference to the given bool and assigns it to the ReplaceIllegalCharacters field.

func (*NamingConfigResource) SetReplaceSpaces

func (o *NamingConfigResource) SetReplaceSpaces(v bool)

SetReplaceSpaces gets a reference to the given bool and assigns it to the ReplaceSpaces field.

func (*NamingConfigResource) SetSeparator

func (o *NamingConfigResource) SetSeparator(v string)

SetSeparator gets a reference to the given NullableString and assigns it to the Separator field.

func (*NamingConfigResource) SetSeparatorNil

func (o *NamingConfigResource) SetSeparatorNil()

SetSeparatorNil sets the value for Separator to be an explicit nil

func (*NamingConfigResource) SetStandardBookFormat

func (o *NamingConfigResource) SetStandardBookFormat(v string)

SetStandardBookFormat gets a reference to the given NullableString and assigns it to the StandardBookFormat field.

func (*NamingConfigResource) SetStandardBookFormatNil

func (o *NamingConfigResource) SetStandardBookFormatNil()

SetStandardBookFormatNil sets the value for StandardBookFormat to be an explicit nil

func (NamingConfigResource) ToMap added in v1.0.0

func (o NamingConfigResource) ToMap() (map[string]interface{}, error)

func (*NamingConfigResource) UnsetAuthorFolderFormat

func (o *NamingConfigResource) UnsetAuthorFolderFormat()

UnsetAuthorFolderFormat ensures that no value is present for AuthorFolderFormat, not even an explicit nil

func (*NamingConfigResource) UnsetNumberStyle

func (o *NamingConfigResource) UnsetNumberStyle()

UnsetNumberStyle ensures that no value is present for NumberStyle, not even an explicit nil

func (*NamingConfigResource) UnsetSeparator

func (o *NamingConfigResource) UnsetSeparator()

UnsetSeparator ensures that no value is present for Separator, not even an explicit nil

func (*NamingConfigResource) UnsetStandardBookFormat

func (o *NamingConfigResource) UnsetStandardBookFormat()

UnsetStandardBookFormat ensures that no value is present for StandardBookFormat, not even an explicit nil

type NewItemMonitorTypes added in v0.3.0

type NewItemMonitorTypes string

NewItemMonitorTypes the model 'NewItemMonitorTypes'

const (
	NEWITEMMONITORTYPES_ALL  NewItemMonitorTypes = "all"
	NEWITEMMONITORTYPES_NONE NewItemMonitorTypes = "none"
	NEWITEMMONITORTYPES_NEW  NewItemMonitorTypes = "new"
)

List of NewItemMonitorTypes

func NewNewItemMonitorTypesFromValue added in v0.3.0

func NewNewItemMonitorTypesFromValue(v string) (*NewItemMonitorTypes, error)

NewNewItemMonitorTypesFromValue returns a pointer to a valid NewItemMonitorTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NewItemMonitorTypes) IsValid added in v0.3.0

func (v NewItemMonitorTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NewItemMonitorTypes) Ptr added in v0.3.0

Ptr returns reference to NewItemMonitorTypes value

func (*NewItemMonitorTypes) UnmarshalJSON added in v0.3.0

func (v *NewItemMonitorTypes) UnmarshalJSON(src []byte) error

type NotificationAPIService added in v1.0.0

type NotificationAPIService service

NotificationAPIService NotificationAPI service

func (*NotificationAPIService) CreateNotification added in v1.0.0

CreateNotification Method for CreateNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateNotificationRequest

func (*NotificationAPIService) CreateNotificationActionByName added in v1.0.0

func (a *NotificationAPIService) CreateNotificationActionByName(ctx context.Context, name string) ApiCreateNotificationActionByNameRequest

CreateNotificationActionByName Method for CreateNotificationActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateNotificationActionByNameRequest

func (*NotificationAPIService) CreateNotificationActionByNameExecute added in v1.0.0

func (a *NotificationAPIService) CreateNotificationActionByNameExecute(r ApiCreateNotificationActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) CreateNotificationExecute added in v1.0.0

Execute executes the request

@return NotificationResource

func (*NotificationAPIService) DeleteNotification added in v1.0.0

DeleteNotification Method for DeleteNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteNotificationRequest

func (*NotificationAPIService) DeleteNotificationExecute added in v1.0.0

func (a *NotificationAPIService) DeleteNotificationExecute(r ApiDeleteNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) GetNotificationById added in v1.0.0

GetNotificationById Method for GetNotificationById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetNotificationByIdRequest

func (*NotificationAPIService) GetNotificationByIdExecute added in v1.0.0

Execute executes the request

@return NotificationResource

func (*NotificationAPIService) ListNotification added in v1.0.0

ListNotification Method for ListNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListNotificationRequest

func (*NotificationAPIService) ListNotificationExecute added in v1.0.0

Execute executes the request

@return []NotificationResource

func (*NotificationAPIService) ListNotificationSchema added in v1.0.0

ListNotificationSchema Method for ListNotificationSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListNotificationSchemaRequest

func (*NotificationAPIService) ListNotificationSchemaExecute added in v1.0.0

Execute executes the request

@return []NotificationResource

func (*NotificationAPIService) TestNotification added in v1.0.0

TestNotification Method for TestNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestNotificationRequest

func (*NotificationAPIService) TestNotificationExecute added in v1.0.0

func (a *NotificationAPIService) TestNotificationExecute(r ApiTestNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) TestallNotification added in v1.0.0

TestallNotification Method for TestallNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallNotificationRequest

func (*NotificationAPIService) TestallNotificationExecute added in v1.0.0

func (a *NotificationAPIService) TestallNotificationExecute(r ApiTestallNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) UpdateNotification added in v1.0.0

UpdateNotification Method for UpdateNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateNotificationRequest

func (*NotificationAPIService) UpdateNotificationExecute added in v1.0.0

Execute executes the request

@return NotificationResource

type NotificationResource

type NotificationResource struct {
	Id                                 *int32                 `json:"id,omitempty"`
	Name                               NullableString         `json:"name,omitempty"`
	Fields                             []Field                `json:"fields,omitempty"`
	ImplementationName                 NullableString         `json:"implementationName,omitempty"`
	Implementation                     NullableString         `json:"implementation,omitempty"`
	ConfigContract                     NullableString         `json:"configContract,omitempty"`
	InfoLink                           NullableString         `json:"infoLink,omitempty"`
	Message                            *ProviderMessage       `json:"message,omitempty"`
	Tags                               []int32                `json:"tags,omitempty"`
	Presets                            []NotificationResource `json:"presets,omitempty"`
	Link                               NullableString         `json:"link,omitempty"`
	OnGrab                             *bool                  `json:"onGrab,omitempty"`
	OnReleaseImport                    *bool                  `json:"onReleaseImport,omitempty"`
	OnUpgrade                          *bool                  `json:"onUpgrade,omitempty"`
	OnRename                           *bool                  `json:"onRename,omitempty"`
	OnAuthorAdded                      *bool                  `json:"onAuthorAdded,omitempty"`
	OnAuthorDelete                     *bool                  `json:"onAuthorDelete,omitempty"`
	OnBookDelete                       *bool                  `json:"onBookDelete,omitempty"`
	OnBookFileDelete                   *bool                  `json:"onBookFileDelete,omitempty"`
	OnBookFileDeleteForUpgrade         *bool                  `json:"onBookFileDeleteForUpgrade,omitempty"`
	OnHealthIssue                      *bool                  `json:"onHealthIssue,omitempty"`
	OnDownloadFailure                  *bool                  `json:"onDownloadFailure,omitempty"`
	OnImportFailure                    *bool                  `json:"onImportFailure,omitempty"`
	OnBookRetag                        *bool                  `json:"onBookRetag,omitempty"`
	OnApplicationUpdate                *bool                  `json:"onApplicationUpdate,omitempty"`
	SupportsOnGrab                     *bool                  `json:"supportsOnGrab,omitempty"`
	SupportsOnReleaseImport            *bool                  `json:"supportsOnReleaseImport,omitempty"`
	SupportsOnUpgrade                  *bool                  `json:"supportsOnUpgrade,omitempty"`
	SupportsOnRename                   *bool                  `json:"supportsOnRename,omitempty"`
	SupportsOnAuthorAdded              *bool                  `json:"supportsOnAuthorAdded,omitempty"`
	SupportsOnAuthorDelete             *bool                  `json:"supportsOnAuthorDelete,omitempty"`
	SupportsOnBookDelete               *bool                  `json:"supportsOnBookDelete,omitempty"`
	SupportsOnBookFileDelete           *bool                  `json:"supportsOnBookFileDelete,omitempty"`
	SupportsOnBookFileDeleteForUpgrade *bool                  `json:"supportsOnBookFileDeleteForUpgrade,omitempty"`
	SupportsOnHealthIssue              *bool                  `json:"supportsOnHealthIssue,omitempty"`
	IncludeHealthWarnings              *bool                  `json:"includeHealthWarnings,omitempty"`
	SupportsOnDownloadFailure          *bool                  `json:"supportsOnDownloadFailure,omitempty"`
	SupportsOnImportFailure            *bool                  `json:"supportsOnImportFailure,omitempty"`
	SupportsOnBookRetag                *bool                  `json:"supportsOnBookRetag,omitempty"`
	SupportsOnApplicationUpdate        *bool                  `json:"supportsOnApplicationUpdate,omitempty"`
	TestCommand                        NullableString         `json:"testCommand,omitempty"`
}

NotificationResource struct for NotificationResource

func NewNotificationResource

func NewNotificationResource() *NotificationResource

NewNotificationResource instantiates a new NotificationResource 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 NewNotificationResourceWithDefaults

func NewNotificationResourceWithDefaults() *NotificationResource

NewNotificationResourceWithDefaults instantiates a new NotificationResource 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 (*NotificationResource) GetConfigContract

func (o *NotificationResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetConfigContractOk

func (o *NotificationResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract 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 (*NotificationResource) GetFields

func (o *NotificationResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetFieldsOk

func (o *NotificationResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields 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 (*NotificationResource) GetId

func (o *NotificationResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*NotificationResource) GetIdOk

func (o *NotificationResource) GetIdOk() (*int32, 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 (*NotificationResource) GetImplementation

func (o *NotificationResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetImplementationName

func (o *NotificationResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetImplementationNameOk

func (o *NotificationResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName 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 (*NotificationResource) GetImplementationOk

func (o *NotificationResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation 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 (*NotificationResource) GetIncludeHealthWarnings

func (o *NotificationResource) GetIncludeHealthWarnings() bool

GetIncludeHealthWarnings returns the IncludeHealthWarnings field value if set, zero value otherwise.

func (*NotificationResource) GetIncludeHealthWarningsOk

func (o *NotificationResource) GetIncludeHealthWarningsOk() (*bool, bool)

GetIncludeHealthWarningsOk returns a tuple with the IncludeHealthWarnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *NotificationResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetInfoLinkOk

func (o *NotificationResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink 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 (o *NotificationResource) GetLink() string

GetLink returns the Link field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetLinkOk

func (o *NotificationResource) GetLinkOk() (*string, bool)

GetLinkOk returns a tuple with the Link 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 (*NotificationResource) GetMessage

func (o *NotificationResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*NotificationResource) GetMessageOk

func (o *NotificationResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetName

func (o *NotificationResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetNameOk

func (o *NotificationResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetOnApplicationUpdate added in v0.3.0

func (o *NotificationResource) GetOnApplicationUpdate() bool

GetOnApplicationUpdate returns the OnApplicationUpdate field value if set, zero value otherwise.

func (*NotificationResource) GetOnApplicationUpdateOk added in v0.3.0

func (o *NotificationResource) GetOnApplicationUpdateOk() (*bool, bool)

GetOnApplicationUpdateOk returns a tuple with the OnApplicationUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnAuthorAdded added in v1.0.0

func (o *NotificationResource) GetOnAuthorAdded() bool

GetOnAuthorAdded returns the OnAuthorAdded field value if set, zero value otherwise.

func (*NotificationResource) GetOnAuthorAddedOk added in v1.0.0

func (o *NotificationResource) GetOnAuthorAddedOk() (*bool, bool)

GetOnAuthorAddedOk returns a tuple with the OnAuthorAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnAuthorDelete

func (o *NotificationResource) GetOnAuthorDelete() bool

GetOnAuthorDelete returns the OnAuthorDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnAuthorDeleteOk

func (o *NotificationResource) GetOnAuthorDeleteOk() (*bool, bool)

GetOnAuthorDeleteOk returns a tuple with the OnAuthorDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnBookDelete

func (o *NotificationResource) GetOnBookDelete() bool

GetOnBookDelete returns the OnBookDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnBookDeleteOk

func (o *NotificationResource) GetOnBookDeleteOk() (*bool, bool)

GetOnBookDeleteOk returns a tuple with the OnBookDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnBookFileDelete

func (o *NotificationResource) GetOnBookFileDelete() bool

GetOnBookFileDelete returns the OnBookFileDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnBookFileDeleteForUpgrade

func (o *NotificationResource) GetOnBookFileDeleteForUpgrade() bool

GetOnBookFileDeleteForUpgrade returns the OnBookFileDeleteForUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetOnBookFileDeleteForUpgradeOk

func (o *NotificationResource) GetOnBookFileDeleteForUpgradeOk() (*bool, bool)

GetOnBookFileDeleteForUpgradeOk returns a tuple with the OnBookFileDeleteForUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnBookFileDeleteOk

func (o *NotificationResource) GetOnBookFileDeleteOk() (*bool, bool)

GetOnBookFileDeleteOk returns a tuple with the OnBookFileDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnBookRetag

func (o *NotificationResource) GetOnBookRetag() bool

GetOnBookRetag returns the OnBookRetag field value if set, zero value otherwise.

func (*NotificationResource) GetOnBookRetagOk

func (o *NotificationResource) GetOnBookRetagOk() (*bool, bool)

GetOnBookRetagOk returns a tuple with the OnBookRetag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnDownloadFailure

func (o *NotificationResource) GetOnDownloadFailure() bool

GetOnDownloadFailure returns the OnDownloadFailure field value if set, zero value otherwise.

func (*NotificationResource) GetOnDownloadFailureOk

func (o *NotificationResource) GetOnDownloadFailureOk() (*bool, bool)

GetOnDownloadFailureOk returns a tuple with the OnDownloadFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnGrab

func (o *NotificationResource) GetOnGrab() bool

GetOnGrab returns the OnGrab field value if set, zero value otherwise.

func (*NotificationResource) GetOnGrabOk

func (o *NotificationResource) GetOnGrabOk() (*bool, bool)

GetOnGrabOk returns a tuple with the OnGrab field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnHealthIssue

func (o *NotificationResource) GetOnHealthIssue() bool

GetOnHealthIssue returns the OnHealthIssue field value if set, zero value otherwise.

func (*NotificationResource) GetOnHealthIssueOk

func (o *NotificationResource) GetOnHealthIssueOk() (*bool, bool)

GetOnHealthIssueOk returns a tuple with the OnHealthIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnImportFailure

func (o *NotificationResource) GetOnImportFailure() bool

GetOnImportFailure returns the OnImportFailure field value if set, zero value otherwise.

func (*NotificationResource) GetOnImportFailureOk

func (o *NotificationResource) GetOnImportFailureOk() (*bool, bool)

GetOnImportFailureOk returns a tuple with the OnImportFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnReleaseImport

func (o *NotificationResource) GetOnReleaseImport() bool

GetOnReleaseImport returns the OnReleaseImport field value if set, zero value otherwise.

func (*NotificationResource) GetOnReleaseImportOk

func (o *NotificationResource) GetOnReleaseImportOk() (*bool, bool)

GetOnReleaseImportOk returns a tuple with the OnReleaseImport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnRename

func (o *NotificationResource) GetOnRename() bool

GetOnRename returns the OnRename field value if set, zero value otherwise.

func (*NotificationResource) GetOnRenameOk

func (o *NotificationResource) GetOnRenameOk() (*bool, bool)

GetOnRenameOk returns a tuple with the OnRename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnUpgrade

func (o *NotificationResource) GetOnUpgrade() bool

GetOnUpgrade returns the OnUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetOnUpgradeOk

func (o *NotificationResource) GetOnUpgradeOk() (*bool, bool)

GetOnUpgradeOk returns a tuple with the OnUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetPresets

func (o *NotificationResource) GetPresets() []NotificationResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetPresetsOk

func (o *NotificationResource) GetPresetsOk() ([]NotificationResource, bool)

GetPresetsOk returns a tuple with the Presets 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 (*NotificationResource) GetSupportsOnApplicationUpdate added in v0.3.0

func (o *NotificationResource) GetSupportsOnApplicationUpdate() bool

GetSupportsOnApplicationUpdate returns the SupportsOnApplicationUpdate field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnApplicationUpdateOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnApplicationUpdateOk() (*bool, bool)

GetSupportsOnApplicationUpdateOk returns a tuple with the SupportsOnApplicationUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnAuthorAdded added in v1.0.0

func (o *NotificationResource) GetSupportsOnAuthorAdded() bool

GetSupportsOnAuthorAdded returns the SupportsOnAuthorAdded field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnAuthorAddedOk added in v1.0.0

func (o *NotificationResource) GetSupportsOnAuthorAddedOk() (*bool, bool)

GetSupportsOnAuthorAddedOk returns a tuple with the SupportsOnAuthorAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnAuthorDelete added in v0.3.0

func (o *NotificationResource) GetSupportsOnAuthorDelete() bool

GetSupportsOnAuthorDelete returns the SupportsOnAuthorDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnAuthorDeleteOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnAuthorDeleteOk() (*bool, bool)

GetSupportsOnAuthorDeleteOk returns a tuple with the SupportsOnAuthorDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnBookDelete added in v0.3.0

func (o *NotificationResource) GetSupportsOnBookDelete() bool

GetSupportsOnBookDelete returns the SupportsOnBookDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnBookDeleteOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnBookDeleteOk() (*bool, bool)

GetSupportsOnBookDeleteOk returns a tuple with the SupportsOnBookDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnBookFileDelete added in v0.3.0

func (o *NotificationResource) GetSupportsOnBookFileDelete() bool

GetSupportsOnBookFileDelete returns the SupportsOnBookFileDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnBookFileDeleteForUpgrade added in v0.3.0

func (o *NotificationResource) GetSupportsOnBookFileDeleteForUpgrade() bool

GetSupportsOnBookFileDeleteForUpgrade returns the SupportsOnBookFileDeleteForUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnBookFileDeleteForUpgradeOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnBookFileDeleteForUpgradeOk() (*bool, bool)

GetSupportsOnBookFileDeleteForUpgradeOk returns a tuple with the SupportsOnBookFileDeleteForUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnBookFileDeleteOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnBookFileDeleteOk() (*bool, bool)

GetSupportsOnBookFileDeleteOk returns a tuple with the SupportsOnBookFileDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnBookRetag

func (o *NotificationResource) GetSupportsOnBookRetag() bool

GetSupportsOnBookRetag returns the SupportsOnBookRetag field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnBookRetagOk

func (o *NotificationResource) GetSupportsOnBookRetagOk() (*bool, bool)

GetSupportsOnBookRetagOk returns a tuple with the SupportsOnBookRetag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnDownloadFailure

func (o *NotificationResource) GetSupportsOnDownloadFailure() bool

GetSupportsOnDownloadFailure returns the SupportsOnDownloadFailure field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnDownloadFailureOk

func (o *NotificationResource) GetSupportsOnDownloadFailureOk() (*bool, bool)

GetSupportsOnDownloadFailureOk returns a tuple with the SupportsOnDownloadFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnGrab

func (o *NotificationResource) GetSupportsOnGrab() bool

GetSupportsOnGrab returns the SupportsOnGrab field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnGrabOk

func (o *NotificationResource) GetSupportsOnGrabOk() (*bool, bool)

GetSupportsOnGrabOk returns a tuple with the SupportsOnGrab field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnHealthIssue

func (o *NotificationResource) GetSupportsOnHealthIssue() bool

GetSupportsOnHealthIssue returns the SupportsOnHealthIssue field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnHealthIssueOk

func (o *NotificationResource) GetSupportsOnHealthIssueOk() (*bool, bool)

GetSupportsOnHealthIssueOk returns a tuple with the SupportsOnHealthIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnImportFailure

func (o *NotificationResource) GetSupportsOnImportFailure() bool

GetSupportsOnImportFailure returns the SupportsOnImportFailure field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnImportFailureOk

func (o *NotificationResource) GetSupportsOnImportFailureOk() (*bool, bool)

GetSupportsOnImportFailureOk returns a tuple with the SupportsOnImportFailure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnReleaseImport

func (o *NotificationResource) GetSupportsOnReleaseImport() bool

GetSupportsOnReleaseImport returns the SupportsOnReleaseImport field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnReleaseImportOk

func (o *NotificationResource) GetSupportsOnReleaseImportOk() (*bool, bool)

GetSupportsOnReleaseImportOk returns a tuple with the SupportsOnReleaseImport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnRename

func (o *NotificationResource) GetSupportsOnRename() bool

GetSupportsOnRename returns the SupportsOnRename field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnRenameOk

func (o *NotificationResource) GetSupportsOnRenameOk() (*bool, bool)

GetSupportsOnRenameOk returns a tuple with the SupportsOnRename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnUpgrade

func (o *NotificationResource) GetSupportsOnUpgrade() bool

GetSupportsOnUpgrade returns the SupportsOnUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnUpgradeOk

func (o *NotificationResource) GetSupportsOnUpgradeOk() (*bool, bool)

GetSupportsOnUpgradeOk returns a tuple with the SupportsOnUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetTags

func (o *NotificationResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetTagsOk

func (o *NotificationResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*NotificationResource) GetTestCommand

func (o *NotificationResource) GetTestCommand() string

GetTestCommand returns the TestCommand field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetTestCommandOk

func (o *NotificationResource) GetTestCommandOk() (*string, bool)

GetTestCommandOk returns a tuple with the TestCommand 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 (*NotificationResource) HasConfigContract

func (o *NotificationResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*NotificationResource) HasFields

func (o *NotificationResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*NotificationResource) HasId

func (o *NotificationResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*NotificationResource) HasImplementation

func (o *NotificationResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*NotificationResource) HasImplementationName

func (o *NotificationResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (*NotificationResource) HasIncludeHealthWarnings

func (o *NotificationResource) HasIncludeHealthWarnings() bool

HasIncludeHealthWarnings returns a boolean if a field has been set.

func (o *NotificationResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (o *NotificationResource) HasLink() bool

HasLink returns a boolean if a field has been set.

func (*NotificationResource) HasMessage

func (o *NotificationResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*NotificationResource) HasName

func (o *NotificationResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*NotificationResource) HasOnApplicationUpdate added in v0.3.0

func (o *NotificationResource) HasOnApplicationUpdate() bool

HasOnApplicationUpdate returns a boolean if a field has been set.

func (*NotificationResource) HasOnAuthorAdded added in v1.0.0

func (o *NotificationResource) HasOnAuthorAdded() bool

HasOnAuthorAdded returns a boolean if a field has been set.

func (*NotificationResource) HasOnAuthorDelete

func (o *NotificationResource) HasOnAuthorDelete() bool

HasOnAuthorDelete returns a boolean if a field has been set.

func (*NotificationResource) HasOnBookDelete

func (o *NotificationResource) HasOnBookDelete() bool

HasOnBookDelete returns a boolean if a field has been set.

func (*NotificationResource) HasOnBookFileDelete

func (o *NotificationResource) HasOnBookFileDelete() bool

HasOnBookFileDelete returns a boolean if a field has been set.

func (*NotificationResource) HasOnBookFileDeleteForUpgrade

func (o *NotificationResource) HasOnBookFileDeleteForUpgrade() bool

HasOnBookFileDeleteForUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasOnBookRetag

func (o *NotificationResource) HasOnBookRetag() bool

HasOnBookRetag returns a boolean if a field has been set.

func (*NotificationResource) HasOnDownloadFailure

func (o *NotificationResource) HasOnDownloadFailure() bool

HasOnDownloadFailure returns a boolean if a field has been set.

func (*NotificationResource) HasOnGrab

func (o *NotificationResource) HasOnGrab() bool

HasOnGrab returns a boolean if a field has been set.

func (*NotificationResource) HasOnHealthIssue

func (o *NotificationResource) HasOnHealthIssue() bool

HasOnHealthIssue returns a boolean if a field has been set.

func (*NotificationResource) HasOnImportFailure

func (o *NotificationResource) HasOnImportFailure() bool

HasOnImportFailure returns a boolean if a field has been set.

func (*NotificationResource) HasOnReleaseImport

func (o *NotificationResource) HasOnReleaseImport() bool

HasOnReleaseImport returns a boolean if a field has been set.

func (*NotificationResource) HasOnRename

func (o *NotificationResource) HasOnRename() bool

HasOnRename returns a boolean if a field has been set.

func (*NotificationResource) HasOnUpgrade

func (o *NotificationResource) HasOnUpgrade() bool

HasOnUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasPresets

func (o *NotificationResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnApplicationUpdate added in v0.3.0

func (o *NotificationResource) HasSupportsOnApplicationUpdate() bool

HasSupportsOnApplicationUpdate returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnAuthorAdded added in v1.0.0

func (o *NotificationResource) HasSupportsOnAuthorAdded() bool

HasSupportsOnAuthorAdded returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnAuthorDelete added in v0.3.0

func (o *NotificationResource) HasSupportsOnAuthorDelete() bool

HasSupportsOnAuthorDelete returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnBookDelete added in v0.3.0

func (o *NotificationResource) HasSupportsOnBookDelete() bool

HasSupportsOnBookDelete returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnBookFileDelete added in v0.3.0

func (o *NotificationResource) HasSupportsOnBookFileDelete() bool

HasSupportsOnBookFileDelete returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnBookFileDeleteForUpgrade added in v0.3.0

func (o *NotificationResource) HasSupportsOnBookFileDeleteForUpgrade() bool

HasSupportsOnBookFileDeleteForUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnBookRetag

func (o *NotificationResource) HasSupportsOnBookRetag() bool

HasSupportsOnBookRetag returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnDownloadFailure

func (o *NotificationResource) HasSupportsOnDownloadFailure() bool

HasSupportsOnDownloadFailure returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnGrab

func (o *NotificationResource) HasSupportsOnGrab() bool

HasSupportsOnGrab returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnHealthIssue

func (o *NotificationResource) HasSupportsOnHealthIssue() bool

HasSupportsOnHealthIssue returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnImportFailure

func (o *NotificationResource) HasSupportsOnImportFailure() bool

HasSupportsOnImportFailure returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnReleaseImport

func (o *NotificationResource) HasSupportsOnReleaseImport() bool

HasSupportsOnReleaseImport returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnRename

func (o *NotificationResource) HasSupportsOnRename() bool

HasSupportsOnRename returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnUpgrade

func (o *NotificationResource) HasSupportsOnUpgrade() bool

HasSupportsOnUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasTags

func (o *NotificationResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*NotificationResource) HasTestCommand

func (o *NotificationResource) HasTestCommand() bool

HasTestCommand returns a boolean if a field has been set.

func (NotificationResource) MarshalJSON

func (o NotificationResource) MarshalJSON() ([]byte, error)

func (*NotificationResource) SetConfigContract

func (o *NotificationResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*NotificationResource) SetConfigContractNil

func (o *NotificationResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*NotificationResource) SetFields

func (o *NotificationResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*NotificationResource) SetId

func (o *NotificationResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*NotificationResource) SetImplementation

func (o *NotificationResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*NotificationResource) SetImplementationName

func (o *NotificationResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*NotificationResource) SetImplementationNameNil

func (o *NotificationResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*NotificationResource) SetImplementationNil

func (o *NotificationResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (*NotificationResource) SetIncludeHealthWarnings

func (o *NotificationResource) SetIncludeHealthWarnings(v bool)

SetIncludeHealthWarnings gets a reference to the given bool and assigns it to the IncludeHealthWarnings field.

func (o *NotificationResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*NotificationResource) SetInfoLinkNil

func (o *NotificationResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (o *NotificationResource) SetLink(v string)

SetLink gets a reference to the given NullableString and assigns it to the Link field.

func (*NotificationResource) SetLinkNil

func (o *NotificationResource) SetLinkNil()

SetLinkNil sets the value for Link to be an explicit nil

func (*NotificationResource) SetMessage

func (o *NotificationResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*NotificationResource) SetName

func (o *NotificationResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*NotificationResource) SetNameNil

func (o *NotificationResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*NotificationResource) SetOnApplicationUpdate added in v0.3.0

func (o *NotificationResource) SetOnApplicationUpdate(v bool)

SetOnApplicationUpdate gets a reference to the given bool and assigns it to the OnApplicationUpdate field.

func (*NotificationResource) SetOnAuthorAdded added in v1.0.0

func (o *NotificationResource) SetOnAuthorAdded(v bool)

SetOnAuthorAdded gets a reference to the given bool and assigns it to the OnAuthorAdded field.

func (*NotificationResource) SetOnAuthorDelete

func (o *NotificationResource) SetOnAuthorDelete(v bool)

SetOnAuthorDelete gets a reference to the given bool and assigns it to the OnAuthorDelete field.

func (*NotificationResource) SetOnBookDelete

func (o *NotificationResource) SetOnBookDelete(v bool)

SetOnBookDelete gets a reference to the given bool and assigns it to the OnBookDelete field.

func (*NotificationResource) SetOnBookFileDelete

func (o *NotificationResource) SetOnBookFileDelete(v bool)

SetOnBookFileDelete gets a reference to the given bool and assigns it to the OnBookFileDelete field.

func (*NotificationResource) SetOnBookFileDeleteForUpgrade

func (o *NotificationResource) SetOnBookFileDeleteForUpgrade(v bool)

SetOnBookFileDeleteForUpgrade gets a reference to the given bool and assigns it to the OnBookFileDeleteForUpgrade field.

func (*NotificationResource) SetOnBookRetag

func (o *NotificationResource) SetOnBookRetag(v bool)

SetOnBookRetag gets a reference to the given bool and assigns it to the OnBookRetag field.

func (*NotificationResource) SetOnDownloadFailure

func (o *NotificationResource) SetOnDownloadFailure(v bool)

SetOnDownloadFailure gets a reference to the given bool and assigns it to the OnDownloadFailure field.

func (*NotificationResource) SetOnGrab

func (o *NotificationResource) SetOnGrab(v bool)

SetOnGrab gets a reference to the given bool and assigns it to the OnGrab field.

func (*NotificationResource) SetOnHealthIssue

func (o *NotificationResource) SetOnHealthIssue(v bool)

SetOnHealthIssue gets a reference to the given bool and assigns it to the OnHealthIssue field.

func (*NotificationResource) SetOnImportFailure

func (o *NotificationResource) SetOnImportFailure(v bool)

SetOnImportFailure gets a reference to the given bool and assigns it to the OnImportFailure field.

func (*NotificationResource) SetOnReleaseImport

func (o *NotificationResource) SetOnReleaseImport(v bool)

SetOnReleaseImport gets a reference to the given bool and assigns it to the OnReleaseImport field.

func (*NotificationResource) SetOnRename

func (o *NotificationResource) SetOnRename(v bool)

SetOnRename gets a reference to the given bool and assigns it to the OnRename field.

func (*NotificationResource) SetOnUpgrade

func (o *NotificationResource) SetOnUpgrade(v bool)

SetOnUpgrade gets a reference to the given bool and assigns it to the OnUpgrade field.

func (*NotificationResource) SetPresets

func (o *NotificationResource) SetPresets(v []NotificationResource)

SetPresets gets a reference to the given []NotificationResource and assigns it to the Presets field.

func (*NotificationResource) SetSupportsOnApplicationUpdate added in v0.3.0

func (o *NotificationResource) SetSupportsOnApplicationUpdate(v bool)

SetSupportsOnApplicationUpdate gets a reference to the given bool and assigns it to the SupportsOnApplicationUpdate field.

func (*NotificationResource) SetSupportsOnAuthorAdded added in v1.0.0

func (o *NotificationResource) SetSupportsOnAuthorAdded(v bool)

SetSupportsOnAuthorAdded gets a reference to the given bool and assigns it to the SupportsOnAuthorAdded field.

func (*NotificationResource) SetSupportsOnAuthorDelete added in v0.3.0

func (o *NotificationResource) SetSupportsOnAuthorDelete(v bool)

SetSupportsOnAuthorDelete gets a reference to the given bool and assigns it to the SupportsOnAuthorDelete field.

func (*NotificationResource) SetSupportsOnBookDelete added in v0.3.0

func (o *NotificationResource) SetSupportsOnBookDelete(v bool)

SetSupportsOnBookDelete gets a reference to the given bool and assigns it to the SupportsOnBookDelete field.

func (*NotificationResource) SetSupportsOnBookFileDelete added in v0.3.0

func (o *NotificationResource) SetSupportsOnBookFileDelete(v bool)

SetSupportsOnBookFileDelete gets a reference to the given bool and assigns it to the SupportsOnBookFileDelete field.

func (*NotificationResource) SetSupportsOnBookFileDeleteForUpgrade added in v0.3.0

func (o *NotificationResource) SetSupportsOnBookFileDeleteForUpgrade(v bool)

SetSupportsOnBookFileDeleteForUpgrade gets a reference to the given bool and assigns it to the SupportsOnBookFileDeleteForUpgrade field.

func (*NotificationResource) SetSupportsOnBookRetag

func (o *NotificationResource) SetSupportsOnBookRetag(v bool)

SetSupportsOnBookRetag gets a reference to the given bool and assigns it to the SupportsOnBookRetag field.

func (*NotificationResource) SetSupportsOnDownloadFailure

func (o *NotificationResource) SetSupportsOnDownloadFailure(v bool)

SetSupportsOnDownloadFailure gets a reference to the given bool and assigns it to the SupportsOnDownloadFailure field.

func (*NotificationResource) SetSupportsOnGrab

func (o *NotificationResource) SetSupportsOnGrab(v bool)

SetSupportsOnGrab gets a reference to the given bool and assigns it to the SupportsOnGrab field.

func (*NotificationResource) SetSupportsOnHealthIssue

func (o *NotificationResource) SetSupportsOnHealthIssue(v bool)

SetSupportsOnHealthIssue gets a reference to the given bool and assigns it to the SupportsOnHealthIssue field.

func (*NotificationResource) SetSupportsOnImportFailure

func (o *NotificationResource) SetSupportsOnImportFailure(v bool)

SetSupportsOnImportFailure gets a reference to the given bool and assigns it to the SupportsOnImportFailure field.

func (*NotificationResource) SetSupportsOnReleaseImport

func (o *NotificationResource) SetSupportsOnReleaseImport(v bool)

SetSupportsOnReleaseImport gets a reference to the given bool and assigns it to the SupportsOnReleaseImport field.

func (*NotificationResource) SetSupportsOnRename

func (o *NotificationResource) SetSupportsOnRename(v bool)

SetSupportsOnRename gets a reference to the given bool and assigns it to the SupportsOnRename field.

func (*NotificationResource) SetSupportsOnUpgrade

func (o *NotificationResource) SetSupportsOnUpgrade(v bool)

SetSupportsOnUpgrade gets a reference to the given bool and assigns it to the SupportsOnUpgrade field.

func (*NotificationResource) SetTags

func (o *NotificationResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*NotificationResource) SetTestCommand

func (o *NotificationResource) SetTestCommand(v string)

SetTestCommand gets a reference to the given NullableString and assigns it to the TestCommand field.

func (*NotificationResource) SetTestCommandNil

func (o *NotificationResource) SetTestCommandNil()

SetTestCommandNil sets the value for TestCommand to be an explicit nil

func (NotificationResource) ToMap added in v1.0.0

func (o NotificationResource) ToMap() (map[string]interface{}, error)

func (*NotificationResource) UnsetConfigContract

func (o *NotificationResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*NotificationResource) UnsetImplementation

func (o *NotificationResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*NotificationResource) UnsetImplementationName

func (o *NotificationResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *NotificationResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (o *NotificationResource) UnsetLink()

UnsetLink ensures that no value is present for Link, not even an explicit nil

func (*NotificationResource) UnsetName

func (o *NotificationResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*NotificationResource) UnsetTestCommand

func (o *NotificationResource) UnsetTestCommand()

UnsetTestCommand ensures that no value is present for TestCommand, not even an explicit nil

type NullableAddAuthorOptions

type NullableAddAuthorOptions struct {
	// contains filtered or unexported fields
}

func NewNullableAddAuthorOptions

func NewNullableAddAuthorOptions(val *AddAuthorOptions) *NullableAddAuthorOptions

func (NullableAddAuthorOptions) Get

func (NullableAddAuthorOptions) IsSet

func (v NullableAddAuthorOptions) IsSet() bool

func (NullableAddAuthorOptions) MarshalJSON

func (v NullableAddAuthorOptions) MarshalJSON() ([]byte, error)

func (*NullableAddAuthorOptions) Set

func (*NullableAddAuthorOptions) UnmarshalJSON

func (v *NullableAddAuthorOptions) UnmarshalJSON(src []byte) error

func (*NullableAddAuthorOptions) Unset

func (v *NullableAddAuthorOptions) Unset()

type NullableAddBookOptions

type NullableAddBookOptions struct {
	// contains filtered or unexported fields
}

func NewNullableAddBookOptions

func NewNullableAddBookOptions(val *AddBookOptions) *NullableAddBookOptions

func (NullableAddBookOptions) Get

func (NullableAddBookOptions) IsSet

func (v NullableAddBookOptions) IsSet() bool

func (NullableAddBookOptions) MarshalJSON

func (v NullableAddBookOptions) MarshalJSON() ([]byte, error)

func (*NullableAddBookOptions) Set

func (*NullableAddBookOptions) UnmarshalJSON

func (v *NullableAddBookOptions) UnmarshalJSON(src []byte) error

func (*NullableAddBookOptions) Unset

func (v *NullableAddBookOptions) Unset()

type NullableAllowFingerprinting

type NullableAllowFingerprinting struct {
	// contains filtered or unexported fields
}

func NewNullableAllowFingerprinting

func NewNullableAllowFingerprinting(val *AllowFingerprinting) *NullableAllowFingerprinting

func (NullableAllowFingerprinting) Get

func (NullableAllowFingerprinting) IsSet

func (NullableAllowFingerprinting) MarshalJSON

func (v NullableAllowFingerprinting) MarshalJSON() ([]byte, error)

func (*NullableAllowFingerprinting) Set

func (*NullableAllowFingerprinting) UnmarshalJSON

func (v *NullableAllowFingerprinting) UnmarshalJSON(src []byte) error

func (*NullableAllowFingerprinting) Unset

func (v *NullableAllowFingerprinting) Unset()

type NullableApiInfoResource added in v0.3.0

type NullableApiInfoResource struct {
	// contains filtered or unexported fields
}

func NewNullableApiInfoResource added in v0.3.0

func NewNullableApiInfoResource(val *ApiInfoResource) *NullableApiInfoResource

func (NullableApiInfoResource) Get added in v0.3.0

func (NullableApiInfoResource) IsSet added in v0.3.0

func (v NullableApiInfoResource) IsSet() bool

func (NullableApiInfoResource) MarshalJSON added in v0.3.0

func (v NullableApiInfoResource) MarshalJSON() ([]byte, error)

func (*NullableApiInfoResource) Set added in v0.3.0

func (*NullableApiInfoResource) UnmarshalJSON added in v0.3.0

func (v *NullableApiInfoResource) UnmarshalJSON(src []byte) error

func (*NullableApiInfoResource) Unset added in v0.3.0

func (v *NullableApiInfoResource) Unset()

type NullableApplyTags

type NullableApplyTags struct {
	// contains filtered or unexported fields
}

func NewNullableApplyTags

func NewNullableApplyTags(val *ApplyTags) *NullableApplyTags

func (NullableApplyTags) Get

func (v NullableApplyTags) Get() *ApplyTags

func (NullableApplyTags) IsSet

func (v NullableApplyTags) IsSet() bool

func (NullableApplyTags) MarshalJSON

func (v NullableApplyTags) MarshalJSON() ([]byte, error)

func (*NullableApplyTags) Set

func (v *NullableApplyTags) Set(val *ApplyTags)

func (*NullableApplyTags) UnmarshalJSON

func (v *NullableApplyTags) UnmarshalJSON(src []byte) error

func (*NullableApplyTags) Unset

func (v *NullableApplyTags) Unset()

type NullableAuthenticationType

type NullableAuthenticationType struct {
	// contains filtered or unexported fields
}

func NewNullableAuthenticationType

func NewNullableAuthenticationType(val *AuthenticationType) *NullableAuthenticationType

func (NullableAuthenticationType) Get

func (NullableAuthenticationType) IsSet

func (v NullableAuthenticationType) IsSet() bool

func (NullableAuthenticationType) MarshalJSON

func (v NullableAuthenticationType) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationType) Set

func (*NullableAuthenticationType) UnmarshalJSON

func (v *NullableAuthenticationType) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationType) Unset

func (v *NullableAuthenticationType) Unset()

type NullableAuthor

type NullableAuthor struct {
	// contains filtered or unexported fields
}

func NewNullableAuthor

func NewNullableAuthor(val *Author) *NullableAuthor

func (NullableAuthor) Get

func (v NullableAuthor) Get() *Author

func (NullableAuthor) IsSet

func (v NullableAuthor) IsSet() bool

func (NullableAuthor) MarshalJSON

func (v NullableAuthor) MarshalJSON() ([]byte, error)

func (*NullableAuthor) Set

func (v *NullableAuthor) Set(val *Author)

func (*NullableAuthor) UnmarshalJSON

func (v *NullableAuthor) UnmarshalJSON(src []byte) error

func (*NullableAuthor) Unset

func (v *NullableAuthor) Unset()

type NullableAuthorEditorResource

type NullableAuthorEditorResource struct {
	// contains filtered or unexported fields
}

func NewNullableAuthorEditorResource

func NewNullableAuthorEditorResource(val *AuthorEditorResource) *NullableAuthorEditorResource

func (NullableAuthorEditorResource) Get

func (NullableAuthorEditorResource) IsSet

func (NullableAuthorEditorResource) MarshalJSON

func (v NullableAuthorEditorResource) MarshalJSON() ([]byte, error)

func (*NullableAuthorEditorResource) Set

func (*NullableAuthorEditorResource) UnmarshalJSON

func (v *NullableAuthorEditorResource) UnmarshalJSON(src []byte) error

func (*NullableAuthorEditorResource) Unset

func (v *NullableAuthorEditorResource) Unset()

type NullableAuthorLazyLoaded

type NullableAuthorLazyLoaded struct {
	// contains filtered or unexported fields
}

func NewNullableAuthorLazyLoaded

func NewNullableAuthorLazyLoaded(val *AuthorLazyLoaded) *NullableAuthorLazyLoaded

func (NullableAuthorLazyLoaded) Get

func (NullableAuthorLazyLoaded) IsSet

func (v NullableAuthorLazyLoaded) IsSet() bool

func (NullableAuthorLazyLoaded) MarshalJSON

func (v NullableAuthorLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableAuthorLazyLoaded) Set

func (*NullableAuthorLazyLoaded) UnmarshalJSON

func (v *NullableAuthorLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableAuthorLazyLoaded) Unset

func (v *NullableAuthorLazyLoaded) Unset()

type NullableAuthorMetadata

type NullableAuthorMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableAuthorMetadata

func NewNullableAuthorMetadata(val *AuthorMetadata) *NullableAuthorMetadata

func (NullableAuthorMetadata) Get

func (NullableAuthorMetadata) IsSet

func (v NullableAuthorMetadata) IsSet() bool

func (NullableAuthorMetadata) MarshalJSON

func (v NullableAuthorMetadata) MarshalJSON() ([]byte, error)

func (*NullableAuthorMetadata) Set

func (*NullableAuthorMetadata) UnmarshalJSON

func (v *NullableAuthorMetadata) UnmarshalJSON(src []byte) error

func (*NullableAuthorMetadata) Unset

func (v *NullableAuthorMetadata) Unset()

type NullableAuthorMetadataLazyLoaded

type NullableAuthorMetadataLazyLoaded struct {
	// contains filtered or unexported fields
}

func (NullableAuthorMetadataLazyLoaded) Get

func (NullableAuthorMetadataLazyLoaded) IsSet

func (NullableAuthorMetadataLazyLoaded) MarshalJSON

func (v NullableAuthorMetadataLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableAuthorMetadataLazyLoaded) Set

func (*NullableAuthorMetadataLazyLoaded) UnmarshalJSON

func (v *NullableAuthorMetadataLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableAuthorMetadataLazyLoaded) Unset

type NullableAuthorResource

type NullableAuthorResource struct {
	// contains filtered or unexported fields
}

func NewNullableAuthorResource

func NewNullableAuthorResource(val *AuthorResource) *NullableAuthorResource

func (NullableAuthorResource) Get

func (NullableAuthorResource) IsSet

func (v NullableAuthorResource) IsSet() bool

func (NullableAuthorResource) MarshalJSON

func (v NullableAuthorResource) MarshalJSON() ([]byte, error)

func (*NullableAuthorResource) Set

func (*NullableAuthorResource) UnmarshalJSON

func (v *NullableAuthorResource) UnmarshalJSON(src []byte) error

func (*NullableAuthorResource) Unset

func (v *NullableAuthorResource) Unset()

type NullableAuthorStatisticsResource

type NullableAuthorStatisticsResource struct {
	// contains filtered or unexported fields
}

func (NullableAuthorStatisticsResource) Get

func (NullableAuthorStatisticsResource) IsSet

func (NullableAuthorStatisticsResource) MarshalJSON

func (v NullableAuthorStatisticsResource) MarshalJSON() ([]byte, error)

func (*NullableAuthorStatisticsResource) Set

func (*NullableAuthorStatisticsResource) UnmarshalJSON

func (v *NullableAuthorStatisticsResource) UnmarshalJSON(src []byte) error

func (*NullableAuthorStatisticsResource) Unset

type NullableAuthorStatusType

type NullableAuthorStatusType struct {
	// contains filtered or unexported fields
}

func NewNullableAuthorStatusType

func NewNullableAuthorStatusType(val *AuthorStatusType) *NullableAuthorStatusType

func (NullableAuthorStatusType) Get

func (NullableAuthorStatusType) IsSet

func (v NullableAuthorStatusType) IsSet() bool

func (NullableAuthorStatusType) MarshalJSON

func (v NullableAuthorStatusType) MarshalJSON() ([]byte, error)

func (*NullableAuthorStatusType) Set

func (*NullableAuthorStatusType) UnmarshalJSON

func (v *NullableAuthorStatusType) UnmarshalJSON(src []byte) error

func (*NullableAuthorStatusType) Unset

func (v *NullableAuthorStatusType) Unset()

type NullableAuthorTitleInfo

type NullableAuthorTitleInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAuthorTitleInfo

func NewNullableAuthorTitleInfo(val *AuthorTitleInfo) *NullableAuthorTitleInfo

func (NullableAuthorTitleInfo) Get

func (NullableAuthorTitleInfo) IsSet

func (v NullableAuthorTitleInfo) IsSet() bool

func (NullableAuthorTitleInfo) MarshalJSON

func (v NullableAuthorTitleInfo) MarshalJSON() ([]byte, error)

func (*NullableAuthorTitleInfo) Set

func (*NullableAuthorTitleInfo) UnmarshalJSON

func (v *NullableAuthorTitleInfo) UnmarshalJSON(src []byte) error

func (*NullableAuthorTitleInfo) Unset

func (v *NullableAuthorTitleInfo) Unset()

type NullableBackupResource

type NullableBackupResource struct {
	// contains filtered or unexported fields
}

func NewNullableBackupResource

func NewNullableBackupResource(val *BackupResource) *NullableBackupResource

func (NullableBackupResource) Get

func (NullableBackupResource) IsSet

func (v NullableBackupResource) IsSet() bool

func (NullableBackupResource) MarshalJSON

func (v NullableBackupResource) MarshalJSON() ([]byte, error)

func (*NullableBackupResource) Set

func (*NullableBackupResource) UnmarshalJSON

func (v *NullableBackupResource) UnmarshalJSON(src []byte) error

func (*NullableBackupResource) Unset

func (v *NullableBackupResource) Unset()

type NullableBackupType

type NullableBackupType struct {
	// contains filtered or unexported fields
}

func NewNullableBackupType

func NewNullableBackupType(val *BackupType) *NullableBackupType

func (NullableBackupType) Get

func (v NullableBackupType) Get() *BackupType

func (NullableBackupType) IsSet

func (v NullableBackupType) IsSet() bool

func (NullableBackupType) MarshalJSON

func (v NullableBackupType) MarshalJSON() ([]byte, error)

func (*NullableBackupType) Set

func (v *NullableBackupType) Set(val *BackupType)

func (*NullableBackupType) UnmarshalJSON

func (v *NullableBackupType) UnmarshalJSON(src []byte) error

func (*NullableBackupType) Unset

func (v *NullableBackupType) Unset()

type NullableBlocklistBulkResource added in v0.3.0

type NullableBlocklistBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableBlocklistBulkResource added in v0.3.0

func NewNullableBlocklistBulkResource(val *BlocklistBulkResource) *NullableBlocklistBulkResource

func (NullableBlocklistBulkResource) Get added in v0.3.0

func (NullableBlocklistBulkResource) IsSet added in v0.3.0

func (NullableBlocklistBulkResource) MarshalJSON added in v0.3.0

func (v NullableBlocklistBulkResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistBulkResource) Set added in v0.3.0

func (*NullableBlocklistBulkResource) UnmarshalJSON added in v0.3.0

func (v *NullableBlocklistBulkResource) UnmarshalJSON(src []byte) error

func (*NullableBlocklistBulkResource) Unset added in v0.3.0

func (v *NullableBlocklistBulkResource) Unset()

type NullableBlocklistResource added in v0.3.0

type NullableBlocklistResource struct {
	// contains filtered or unexported fields
}

func NewNullableBlocklistResource added in v0.3.0

func NewNullableBlocklistResource(val *BlocklistResource) *NullableBlocklistResource

func (NullableBlocklistResource) Get added in v0.3.0

func (NullableBlocklistResource) IsSet added in v0.3.0

func (v NullableBlocklistResource) IsSet() bool

func (NullableBlocklistResource) MarshalJSON added in v0.3.0

func (v NullableBlocklistResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistResource) Set added in v0.3.0

func (*NullableBlocklistResource) UnmarshalJSON added in v0.3.0

func (v *NullableBlocklistResource) UnmarshalJSON(src []byte) error

func (*NullableBlocklistResource) Unset added in v0.3.0

func (v *NullableBlocklistResource) Unset()

type NullableBlocklistResourcePagingResource added in v0.3.0

type NullableBlocklistResourcePagingResource struct {
	// contains filtered or unexported fields
}

func NewNullableBlocklistResourcePagingResource added in v0.3.0

func NewNullableBlocklistResourcePagingResource(val *BlocklistResourcePagingResource) *NullableBlocklistResourcePagingResource

func (NullableBlocklistResourcePagingResource) Get added in v0.3.0

func (NullableBlocklistResourcePagingResource) IsSet added in v0.3.0

func (NullableBlocklistResourcePagingResource) MarshalJSON added in v0.3.0

func (v NullableBlocklistResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistResourcePagingResource) Set added in v0.3.0

func (*NullableBlocklistResourcePagingResource) UnmarshalJSON added in v0.3.0

func (v *NullableBlocklistResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableBlocklistResourcePagingResource) Unset added in v0.3.0

type NullableBook

type NullableBook struct {
	// contains filtered or unexported fields
}

func NewNullableBook

func NewNullableBook(val *Book) *NullableBook

func (NullableBook) Get

func (v NullableBook) Get() *Book

func (NullableBook) IsSet

func (v NullableBook) IsSet() bool

func (NullableBook) MarshalJSON

func (v NullableBook) MarshalJSON() ([]byte, error)

func (*NullableBook) Set

func (v *NullableBook) Set(val *Book)

func (*NullableBook) UnmarshalJSON

func (v *NullableBook) UnmarshalJSON(src []byte) error

func (*NullableBook) Unset

func (v *NullableBook) Unset()

type NullableBookAddType

type NullableBookAddType struct {
	// contains filtered or unexported fields
}

func NewNullableBookAddType

func NewNullableBookAddType(val *BookAddType) *NullableBookAddType

func (NullableBookAddType) Get

func (NullableBookAddType) IsSet

func (v NullableBookAddType) IsSet() bool

func (NullableBookAddType) MarshalJSON

func (v NullableBookAddType) MarshalJSON() ([]byte, error)

func (*NullableBookAddType) Set

func (v *NullableBookAddType) Set(val *BookAddType)

func (*NullableBookAddType) UnmarshalJSON

func (v *NullableBookAddType) UnmarshalJSON(src []byte) error

func (*NullableBookAddType) Unset

func (v *NullableBookAddType) Unset()

type NullableBookEditorResource added in v0.3.0

type NullableBookEditorResource struct {
	// contains filtered or unexported fields
}

func NewNullableBookEditorResource added in v0.3.0

func NewNullableBookEditorResource(val *BookEditorResource) *NullableBookEditorResource

func (NullableBookEditorResource) Get added in v0.3.0

func (NullableBookEditorResource) IsSet added in v0.3.0

func (v NullableBookEditorResource) IsSet() bool

func (NullableBookEditorResource) MarshalJSON added in v0.3.0

func (v NullableBookEditorResource) MarshalJSON() ([]byte, error)

func (*NullableBookEditorResource) Set added in v0.3.0

func (*NullableBookEditorResource) UnmarshalJSON added in v0.3.0

func (v *NullableBookEditorResource) UnmarshalJSON(src []byte) error

func (*NullableBookEditorResource) Unset added in v0.3.0

func (v *NullableBookEditorResource) Unset()

type NullableBookFile

type NullableBookFile struct {
	// contains filtered or unexported fields
}

func NewNullableBookFile

func NewNullableBookFile(val *BookFile) *NullableBookFile

func (NullableBookFile) Get

func (v NullableBookFile) Get() *BookFile

func (NullableBookFile) IsSet

func (v NullableBookFile) IsSet() bool

func (NullableBookFile) MarshalJSON

func (v NullableBookFile) MarshalJSON() ([]byte, error)

func (*NullableBookFile) Set

func (v *NullableBookFile) Set(val *BookFile)

func (*NullableBookFile) UnmarshalJSON

func (v *NullableBookFile) UnmarshalJSON(src []byte) error

func (*NullableBookFile) Unset

func (v *NullableBookFile) Unset()

type NullableBookFileListLazyLoaded

type NullableBookFileListLazyLoaded struct {
	// contains filtered or unexported fields
}

func (NullableBookFileListLazyLoaded) Get

func (NullableBookFileListLazyLoaded) IsSet

func (NullableBookFileListLazyLoaded) MarshalJSON

func (v NullableBookFileListLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableBookFileListLazyLoaded) Set

func (*NullableBookFileListLazyLoaded) UnmarshalJSON

func (v *NullableBookFileListLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableBookFileListLazyLoaded) Unset

func (v *NullableBookFileListLazyLoaded) Unset()

type NullableBookFileListResource

type NullableBookFileListResource struct {
	// contains filtered or unexported fields
}

func NewNullableBookFileListResource

func NewNullableBookFileListResource(val *BookFileListResource) *NullableBookFileListResource

func (NullableBookFileListResource) Get

func (NullableBookFileListResource) IsSet

func (NullableBookFileListResource) MarshalJSON

func (v NullableBookFileListResource) MarshalJSON() ([]byte, error)

func (*NullableBookFileListResource) Set

func (*NullableBookFileListResource) UnmarshalJSON

func (v *NullableBookFileListResource) UnmarshalJSON(src []byte) error

func (*NullableBookFileListResource) Unset

func (v *NullableBookFileListResource) Unset()

type NullableBookFileResource

type NullableBookFileResource struct {
	// contains filtered or unexported fields
}

func NewNullableBookFileResource

func NewNullableBookFileResource(val *BookFileResource) *NullableBookFileResource

func (NullableBookFileResource) Get

func (NullableBookFileResource) IsSet

func (v NullableBookFileResource) IsSet() bool

func (NullableBookFileResource) MarshalJSON

func (v NullableBookFileResource) MarshalJSON() ([]byte, error)

func (*NullableBookFileResource) Set

func (*NullableBookFileResource) UnmarshalJSON

func (v *NullableBookFileResource) UnmarshalJSON(src []byte) error

func (*NullableBookFileResource) Unset

func (v *NullableBookFileResource) Unset()

type NullableBookLazyLoaded

type NullableBookLazyLoaded struct {
	// contains filtered or unexported fields
}

func NewNullableBookLazyLoaded

func NewNullableBookLazyLoaded(val *BookLazyLoaded) *NullableBookLazyLoaded

func (NullableBookLazyLoaded) Get

func (NullableBookLazyLoaded) IsSet

func (v NullableBookLazyLoaded) IsSet() bool

func (NullableBookLazyLoaded) MarshalJSON

func (v NullableBookLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableBookLazyLoaded) Set

func (*NullableBookLazyLoaded) UnmarshalJSON

func (v *NullableBookLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableBookLazyLoaded) Unset

func (v *NullableBookLazyLoaded) Unset()

type NullableBookListLazyLoaded

type NullableBookListLazyLoaded struct {
	// contains filtered or unexported fields
}

func NewNullableBookListLazyLoaded

func NewNullableBookListLazyLoaded(val *BookListLazyLoaded) *NullableBookListLazyLoaded

func (NullableBookListLazyLoaded) Get

func (NullableBookListLazyLoaded) IsSet

func (v NullableBookListLazyLoaded) IsSet() bool

func (NullableBookListLazyLoaded) MarshalJSON

func (v NullableBookListLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableBookListLazyLoaded) Set

func (*NullableBookListLazyLoaded) UnmarshalJSON

func (v *NullableBookListLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableBookListLazyLoaded) Unset

func (v *NullableBookListLazyLoaded) Unset()

type NullableBookResource

type NullableBookResource struct {
	// contains filtered or unexported fields
}

func NewNullableBookResource

func NewNullableBookResource(val *BookResource) *NullableBookResource

func (NullableBookResource) Get

func (NullableBookResource) IsSet

func (v NullableBookResource) IsSet() bool

func (NullableBookResource) MarshalJSON

func (v NullableBookResource) MarshalJSON() ([]byte, error)

func (*NullableBookResource) Set

func (v *NullableBookResource) Set(val *BookResource)

func (*NullableBookResource) UnmarshalJSON

func (v *NullableBookResource) UnmarshalJSON(src []byte) error

func (*NullableBookResource) Unset

func (v *NullableBookResource) Unset()

type NullableBookResourcePagingResource

type NullableBookResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableBookResourcePagingResource) Get

func (NullableBookResourcePagingResource) IsSet

func (NullableBookResourcePagingResource) MarshalJSON

func (v NullableBookResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableBookResourcePagingResource) Set

func (*NullableBookResourcePagingResource) UnmarshalJSON

func (v *NullableBookResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableBookResourcePagingResource) Unset

type NullableBookStatisticsResource

type NullableBookStatisticsResource struct {
	// contains filtered or unexported fields
}

func (NullableBookStatisticsResource) Get

func (NullableBookStatisticsResource) IsSet

func (NullableBookStatisticsResource) MarshalJSON

func (v NullableBookStatisticsResource) MarshalJSON() ([]byte, error)

func (*NullableBookStatisticsResource) Set

func (*NullableBookStatisticsResource) UnmarshalJSON

func (v *NullableBookStatisticsResource) UnmarshalJSON(src []byte) error

func (*NullableBookStatisticsResource) Unset

func (v *NullableBookStatisticsResource) Unset()

type NullableBooksMonitoredResource

type NullableBooksMonitoredResource struct {
	// contains filtered or unexported fields
}

func (NullableBooksMonitoredResource) Get

func (NullableBooksMonitoredResource) IsSet

func (NullableBooksMonitoredResource) MarshalJSON

func (v NullableBooksMonitoredResource) MarshalJSON() ([]byte, error)

func (*NullableBooksMonitoredResource) Set

func (*NullableBooksMonitoredResource) UnmarshalJSON

func (v *NullableBooksMonitoredResource) UnmarshalJSON(src []byte) error

func (*NullableBooksMonitoredResource) Unset

func (v *NullableBooksMonitoredResource) Unset()

type NullableBookshelfAuthorResource

type NullableBookshelfAuthorResource struct {
	// contains filtered or unexported fields
}

func (NullableBookshelfAuthorResource) Get

func (NullableBookshelfAuthorResource) IsSet

func (NullableBookshelfAuthorResource) MarshalJSON

func (v NullableBookshelfAuthorResource) MarshalJSON() ([]byte, error)

func (*NullableBookshelfAuthorResource) Set

func (*NullableBookshelfAuthorResource) UnmarshalJSON

func (v *NullableBookshelfAuthorResource) UnmarshalJSON(src []byte) error

func (*NullableBookshelfAuthorResource) Unset

type NullableBookshelfResource

type NullableBookshelfResource struct {
	// contains filtered or unexported fields
}

func NewNullableBookshelfResource

func NewNullableBookshelfResource(val *BookshelfResource) *NullableBookshelfResource

func (NullableBookshelfResource) Get

func (NullableBookshelfResource) IsSet

func (v NullableBookshelfResource) IsSet() bool

func (NullableBookshelfResource) MarshalJSON

func (v NullableBookshelfResource) MarshalJSON() ([]byte, error)

func (*NullableBookshelfResource) Set

func (*NullableBookshelfResource) UnmarshalJSON

func (v *NullableBookshelfResource) UnmarshalJSON(src []byte) error

func (*NullableBookshelfResource) Unset

func (v *NullableBookshelfResource) 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 NullableCertificateValidationType

type NullableCertificateValidationType struct {
	// contains filtered or unexported fields
}

func (NullableCertificateValidationType) Get

func (NullableCertificateValidationType) IsSet

func (NullableCertificateValidationType) MarshalJSON

func (v NullableCertificateValidationType) MarshalJSON() ([]byte, error)

func (*NullableCertificateValidationType) Set

func (*NullableCertificateValidationType) UnmarshalJSON

func (v *NullableCertificateValidationType) UnmarshalJSON(src []byte) error

func (*NullableCertificateValidationType) Unset

type NullableCommand

type NullableCommand struct {
	// contains filtered or unexported fields
}

func NewNullableCommand

func NewNullableCommand(val *Command) *NullableCommand

func (NullableCommand) Get

func (v NullableCommand) Get() *Command

func (NullableCommand) IsSet

func (v NullableCommand) IsSet() bool

func (NullableCommand) MarshalJSON

func (v NullableCommand) MarshalJSON() ([]byte, error)

func (*NullableCommand) Set

func (v *NullableCommand) Set(val *Command)

func (*NullableCommand) UnmarshalJSON

func (v *NullableCommand) UnmarshalJSON(src []byte) error

func (*NullableCommand) Unset

func (v *NullableCommand) Unset()

type NullableCommandPriority

type NullableCommandPriority struct {
	// contains filtered or unexported fields
}

func NewNullableCommandPriority

func NewNullableCommandPriority(val *CommandPriority) *NullableCommandPriority

func (NullableCommandPriority) Get

func (NullableCommandPriority) IsSet

func (v NullableCommandPriority) IsSet() bool

func (NullableCommandPriority) MarshalJSON

func (v NullableCommandPriority) MarshalJSON() ([]byte, error)

func (*NullableCommandPriority) Set

func (*NullableCommandPriority) UnmarshalJSON

func (v *NullableCommandPriority) UnmarshalJSON(src []byte) error

func (*NullableCommandPriority) Unset

func (v *NullableCommandPriority) Unset()

type NullableCommandResource

type NullableCommandResource struct {
	// contains filtered or unexported fields
}

func NewNullableCommandResource

func NewNullableCommandResource(val *CommandResource) *NullableCommandResource

func (NullableCommandResource) Get

func (NullableCommandResource) IsSet

func (v NullableCommandResource) IsSet() bool

func (NullableCommandResource) MarshalJSON

func (v NullableCommandResource) MarshalJSON() ([]byte, error)

func (*NullableCommandResource) Set

func (*NullableCommandResource) UnmarshalJSON

func (v *NullableCommandResource) UnmarshalJSON(src []byte) error

func (*NullableCommandResource) Unset

func (v *NullableCommandResource) Unset()

type NullableCommandResult added in v1.0.0

type NullableCommandResult struct {
	// contains filtered or unexported fields
}

func NewNullableCommandResult added in v1.0.0

func NewNullableCommandResult(val *CommandResult) *NullableCommandResult

func (NullableCommandResult) Get added in v1.0.0

func (NullableCommandResult) IsSet added in v1.0.0

func (v NullableCommandResult) IsSet() bool

func (NullableCommandResult) MarshalJSON added in v1.0.0

func (v NullableCommandResult) MarshalJSON() ([]byte, error)

func (*NullableCommandResult) Set added in v1.0.0

func (v *NullableCommandResult) Set(val *CommandResult)

func (*NullableCommandResult) UnmarshalJSON added in v1.0.0

func (v *NullableCommandResult) UnmarshalJSON(src []byte) error

func (*NullableCommandResult) Unset added in v1.0.0

func (v *NullableCommandResult) Unset()

type NullableCommandStatus

type NullableCommandStatus struct {
	// contains filtered or unexported fields
}

func NewNullableCommandStatus

func NewNullableCommandStatus(val *CommandStatus) *NullableCommandStatus

func (NullableCommandStatus) Get

func (NullableCommandStatus) IsSet

func (v NullableCommandStatus) IsSet() bool

func (NullableCommandStatus) MarshalJSON

func (v NullableCommandStatus) MarshalJSON() ([]byte, error)

func (*NullableCommandStatus) Set

func (v *NullableCommandStatus) Set(val *CommandStatus)

func (*NullableCommandStatus) UnmarshalJSON

func (v *NullableCommandStatus) UnmarshalJSON(src []byte) error

func (*NullableCommandStatus) Unset

func (v *NullableCommandStatus) Unset()

type NullableCommandTrigger

type NullableCommandTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableCommandTrigger

func NewNullableCommandTrigger(val *CommandTrigger) *NullableCommandTrigger

func (NullableCommandTrigger) Get

func (NullableCommandTrigger) IsSet

func (v NullableCommandTrigger) IsSet() bool

func (NullableCommandTrigger) MarshalJSON

func (v NullableCommandTrigger) MarshalJSON() ([]byte, error)

func (*NullableCommandTrigger) Set

func (*NullableCommandTrigger) UnmarshalJSON

func (v *NullableCommandTrigger) UnmarshalJSON(src []byte) error

func (*NullableCommandTrigger) Unset

func (v *NullableCommandTrigger) Unset()

type NullableCustomFilterResource

type NullableCustomFilterResource struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFilterResource

func NewNullableCustomFilterResource(val *CustomFilterResource) *NullableCustomFilterResource

func (NullableCustomFilterResource) Get

func (NullableCustomFilterResource) IsSet

func (NullableCustomFilterResource) MarshalJSON

func (v NullableCustomFilterResource) MarshalJSON() ([]byte, error)

func (*NullableCustomFilterResource) Set

func (*NullableCustomFilterResource) UnmarshalJSON

func (v *NullableCustomFilterResource) UnmarshalJSON(src []byte) error

func (*NullableCustomFilterResource) Unset

func (v *NullableCustomFilterResource) Unset()

type NullableCustomFormat added in v0.3.0

type NullableCustomFormat struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFormat added in v0.3.0

func NewNullableCustomFormat(val *CustomFormat) *NullableCustomFormat

func (NullableCustomFormat) Get added in v0.3.0

func (NullableCustomFormat) IsSet added in v0.3.0

func (v NullableCustomFormat) IsSet() bool

func (NullableCustomFormat) MarshalJSON added in v0.3.0

func (v NullableCustomFormat) MarshalJSON() ([]byte, error)

func (*NullableCustomFormat) Set added in v0.3.0

func (v *NullableCustomFormat) Set(val *CustomFormat)

func (*NullableCustomFormat) UnmarshalJSON added in v0.3.0

func (v *NullableCustomFormat) UnmarshalJSON(src []byte) error

func (*NullableCustomFormat) Unset added in v0.3.0

func (v *NullableCustomFormat) Unset()

type NullableCustomFormatResource added in v0.3.0

type NullableCustomFormatResource struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFormatResource added in v0.3.0

func NewNullableCustomFormatResource(val *CustomFormatResource) *NullableCustomFormatResource

func (NullableCustomFormatResource) Get added in v0.3.0

func (NullableCustomFormatResource) IsSet added in v0.3.0

func (NullableCustomFormatResource) MarshalJSON added in v0.3.0

func (v NullableCustomFormatResource) MarshalJSON() ([]byte, error)

func (*NullableCustomFormatResource) Set added in v0.3.0

func (*NullableCustomFormatResource) UnmarshalJSON added in v0.3.0

func (v *NullableCustomFormatResource) UnmarshalJSON(src []byte) error

func (*NullableCustomFormatResource) Unset added in v0.3.0

func (v *NullableCustomFormatResource) Unset()

type NullableCustomFormatSpecificationSchema added in v0.3.0

type NullableCustomFormatSpecificationSchema struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFormatSpecificationSchema added in v0.3.0

func NewNullableCustomFormatSpecificationSchema(val *CustomFormatSpecificationSchema) *NullableCustomFormatSpecificationSchema

func (NullableCustomFormatSpecificationSchema) Get added in v0.3.0

func (NullableCustomFormatSpecificationSchema) IsSet added in v0.3.0

func (NullableCustomFormatSpecificationSchema) MarshalJSON added in v0.3.0

func (v NullableCustomFormatSpecificationSchema) MarshalJSON() ([]byte, error)

func (*NullableCustomFormatSpecificationSchema) Set added in v0.3.0

func (*NullableCustomFormatSpecificationSchema) UnmarshalJSON added in v0.3.0

func (v *NullableCustomFormatSpecificationSchema) UnmarshalJSON(src []byte) error

func (*NullableCustomFormatSpecificationSchema) Unset added in v0.3.0

type NullableDatabaseType added in v0.3.0

type NullableDatabaseType struct {
	// contains filtered or unexported fields
}

func NewNullableDatabaseType added in v0.3.0

func NewNullableDatabaseType(val *DatabaseType) *NullableDatabaseType

func (NullableDatabaseType) Get added in v0.3.0

func (NullableDatabaseType) IsSet added in v0.3.0

func (v NullableDatabaseType) IsSet() bool

func (NullableDatabaseType) MarshalJSON added in v0.3.0

func (v NullableDatabaseType) MarshalJSON() ([]byte, error)

func (*NullableDatabaseType) Set added in v0.3.0

func (v *NullableDatabaseType) Set(val *DatabaseType)

func (*NullableDatabaseType) UnmarshalJSON added in v0.3.0

func (v *NullableDatabaseType) UnmarshalJSON(src []byte) error

func (*NullableDatabaseType) Unset added in v0.3.0

func (v *NullableDatabaseType) Unset()

type NullableDelayProfileResource

type NullableDelayProfileResource struct {
	// contains filtered or unexported fields
}

func NewNullableDelayProfileResource

func NewNullableDelayProfileResource(val *DelayProfileResource) *NullableDelayProfileResource

func (NullableDelayProfileResource) Get

func (NullableDelayProfileResource) IsSet

func (NullableDelayProfileResource) MarshalJSON

func (v NullableDelayProfileResource) MarshalJSON() ([]byte, error)

func (*NullableDelayProfileResource) Set

func (*NullableDelayProfileResource) UnmarshalJSON

func (v *NullableDelayProfileResource) UnmarshalJSON(src []byte) error

func (*NullableDelayProfileResource) Unset

func (v *NullableDelayProfileResource) Unset()

type NullableDevelopmentConfigResource

type NullableDevelopmentConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableDevelopmentConfigResource) Get

func (NullableDevelopmentConfigResource) IsSet

func (NullableDevelopmentConfigResource) MarshalJSON

func (v NullableDevelopmentConfigResource) MarshalJSON() ([]byte, error)

func (*NullableDevelopmentConfigResource) Set

func (*NullableDevelopmentConfigResource) UnmarshalJSON

func (v *NullableDevelopmentConfigResource) UnmarshalJSON(src []byte) error

func (*NullableDevelopmentConfigResource) Unset

type NullableDiskSpaceResource

type NullableDiskSpaceResource struct {
	// contains filtered or unexported fields
}

func NewNullableDiskSpaceResource

func NewNullableDiskSpaceResource(val *DiskSpaceResource) *NullableDiskSpaceResource

func (NullableDiskSpaceResource) Get

func (NullableDiskSpaceResource) IsSet

func (v NullableDiskSpaceResource) IsSet() bool

func (NullableDiskSpaceResource) MarshalJSON

func (v NullableDiskSpaceResource) MarshalJSON() ([]byte, error)

func (*NullableDiskSpaceResource) Set

func (*NullableDiskSpaceResource) UnmarshalJSON

func (v *NullableDiskSpaceResource) UnmarshalJSON(src []byte) error

func (*NullableDiskSpaceResource) Unset

func (v *NullableDiskSpaceResource) Unset()

type NullableDownloadClientBulkResource added in v0.4.0

type NullableDownloadClientBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableDownloadClientBulkResource added in v0.4.0

func NewNullableDownloadClientBulkResource(val *DownloadClientBulkResource) *NullableDownloadClientBulkResource

func (NullableDownloadClientBulkResource) Get added in v0.4.0

func (NullableDownloadClientBulkResource) IsSet added in v0.4.0

func (NullableDownloadClientBulkResource) MarshalJSON added in v0.4.0

func (v NullableDownloadClientBulkResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientBulkResource) Set added in v0.4.0

func (*NullableDownloadClientBulkResource) UnmarshalJSON added in v0.4.0

func (v *NullableDownloadClientBulkResource) UnmarshalJSON(src []byte) error

func (*NullableDownloadClientBulkResource) Unset added in v0.4.0

type NullableDownloadClientConfigResource

type NullableDownloadClientConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableDownloadClientConfigResource) Get

func (NullableDownloadClientConfigResource) IsSet

func (NullableDownloadClientConfigResource) MarshalJSON

func (v NullableDownloadClientConfigResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientConfigResource) Set

func (*NullableDownloadClientConfigResource) UnmarshalJSON

func (v *NullableDownloadClientConfigResource) UnmarshalJSON(src []byte) error

func (*NullableDownloadClientConfigResource) Unset

type NullableDownloadClientResource

type NullableDownloadClientResource struct {
	// contains filtered or unexported fields
}

func (NullableDownloadClientResource) Get

func (NullableDownloadClientResource) IsSet

func (NullableDownloadClientResource) MarshalJSON

func (v NullableDownloadClientResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientResource) Set

func (*NullableDownloadClientResource) UnmarshalJSON

func (v *NullableDownloadClientResource) UnmarshalJSON(src []byte) error

func (*NullableDownloadClientResource) Unset

func (v *NullableDownloadClientResource) Unset()

type NullableDownloadProtocol

type NullableDownloadProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableDownloadProtocol

func NewNullableDownloadProtocol(val *DownloadProtocol) *NullableDownloadProtocol

func (NullableDownloadProtocol) Get

func (NullableDownloadProtocol) IsSet

func (v NullableDownloadProtocol) IsSet() bool

func (NullableDownloadProtocol) MarshalJSON

func (v NullableDownloadProtocol) MarshalJSON() ([]byte, error)

func (*NullableDownloadProtocol) Set

func (*NullableDownloadProtocol) UnmarshalJSON

func (v *NullableDownloadProtocol) UnmarshalJSON(src []byte) error

func (*NullableDownloadProtocol) Unset

func (v *NullableDownloadProtocol) Unset()

type NullableEdition

type NullableEdition struct {
	// contains filtered or unexported fields
}

func NewNullableEdition

func NewNullableEdition(val *Edition) *NullableEdition

func (NullableEdition) Get

func (v NullableEdition) Get() *Edition

func (NullableEdition) IsSet

func (v NullableEdition) IsSet() bool

func (NullableEdition) MarshalJSON

func (v NullableEdition) MarshalJSON() ([]byte, error)

func (*NullableEdition) Set

func (v *NullableEdition) Set(val *Edition)

func (*NullableEdition) UnmarshalJSON

func (v *NullableEdition) UnmarshalJSON(src []byte) error

func (*NullableEdition) Unset

func (v *NullableEdition) Unset()

type NullableEditionLazyLoaded

type NullableEditionLazyLoaded struct {
	// contains filtered or unexported fields
}

func NewNullableEditionLazyLoaded

func NewNullableEditionLazyLoaded(val *EditionLazyLoaded) *NullableEditionLazyLoaded

func (NullableEditionLazyLoaded) Get

func (NullableEditionLazyLoaded) IsSet

func (v NullableEditionLazyLoaded) IsSet() bool

func (NullableEditionLazyLoaded) MarshalJSON

func (v NullableEditionLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableEditionLazyLoaded) Set

func (*NullableEditionLazyLoaded) UnmarshalJSON

func (v *NullableEditionLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableEditionLazyLoaded) Unset

func (v *NullableEditionLazyLoaded) Unset()

type NullableEditionListLazyLoaded

type NullableEditionListLazyLoaded struct {
	// contains filtered or unexported fields
}

func (NullableEditionListLazyLoaded) Get

func (NullableEditionListLazyLoaded) IsSet

func (NullableEditionListLazyLoaded) MarshalJSON

func (v NullableEditionListLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableEditionListLazyLoaded) Set

func (*NullableEditionListLazyLoaded) UnmarshalJSON

func (v *NullableEditionListLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableEditionListLazyLoaded) Unset

func (v *NullableEditionListLazyLoaded) Unset()

type NullableEditionResource

type NullableEditionResource struct {
	// contains filtered or unexported fields
}

func NewNullableEditionResource

func NewNullableEditionResource(val *EditionResource) *NullableEditionResource

func (NullableEditionResource) Get

func (NullableEditionResource) IsSet

func (v NullableEditionResource) IsSet() bool

func (NullableEditionResource) MarshalJSON

func (v NullableEditionResource) MarshalJSON() ([]byte, error)

func (*NullableEditionResource) Set

func (*NullableEditionResource) UnmarshalJSON

func (v *NullableEditionResource) UnmarshalJSON(src []byte) error

func (*NullableEditionResource) Unset

func (v *NullableEditionResource) Unset()

type NullableEntityHistoryEventType added in v0.3.0

type NullableEntityHistoryEventType struct {
	// contains filtered or unexported fields
}

func NewNullableEntityHistoryEventType added in v0.3.0

func NewNullableEntityHistoryEventType(val *EntityHistoryEventType) *NullableEntityHistoryEventType

func (NullableEntityHistoryEventType) Get added in v0.3.0

func (NullableEntityHistoryEventType) IsSet added in v0.3.0

func (NullableEntityHistoryEventType) MarshalJSON added in v0.3.0

func (v NullableEntityHistoryEventType) MarshalJSON() ([]byte, error)

func (*NullableEntityHistoryEventType) Set added in v0.3.0

func (*NullableEntityHistoryEventType) UnmarshalJSON added in v0.3.0

func (v *NullableEntityHistoryEventType) UnmarshalJSON(src []byte) error

func (*NullableEntityHistoryEventType) Unset added in v0.3.0

func (v *NullableEntityHistoryEventType) Unset()

type NullableField

type NullableField struct {
	// contains filtered or unexported fields
}

func NewNullableField

func NewNullableField(val *Field) *NullableField

func (NullableField) Get

func (v NullableField) Get() *Field

func (NullableField) IsSet

func (v NullableField) IsSet() bool

func (NullableField) MarshalJSON

func (v NullableField) MarshalJSON() ([]byte, error)

func (*NullableField) Set

func (v *NullableField) Set(val *Field)

func (*NullableField) UnmarshalJSON

func (v *NullableField) UnmarshalJSON(src []byte) error

func (*NullableField) Unset

func (v *NullableField) Unset()

type NullableFileDateType

type NullableFileDateType struct {
	// contains filtered or unexported fields
}

func NewNullableFileDateType

func NewNullableFileDateType(val *FileDateType) *NullableFileDateType

func (NullableFileDateType) Get

func (NullableFileDateType) IsSet

func (v NullableFileDateType) IsSet() bool

func (NullableFileDateType) MarshalJSON

func (v NullableFileDateType) MarshalJSON() ([]byte, error)

func (*NullableFileDateType) Set

func (v *NullableFileDateType) Set(val *FileDateType)

func (*NullableFileDateType) UnmarshalJSON

func (v *NullableFileDateType) UnmarshalJSON(src []byte) error

func (*NullableFileDateType) Unset

func (v *NullableFileDateType) 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 NullableHealthCheckResult

type NullableHealthCheckResult struct {
	// contains filtered or unexported fields
}

func NewNullableHealthCheckResult

func NewNullableHealthCheckResult(val *HealthCheckResult) *NullableHealthCheckResult

func (NullableHealthCheckResult) Get

func (NullableHealthCheckResult) IsSet

func (v NullableHealthCheckResult) IsSet() bool

func (NullableHealthCheckResult) MarshalJSON

func (v NullableHealthCheckResult) MarshalJSON() ([]byte, error)

func (*NullableHealthCheckResult) Set

func (*NullableHealthCheckResult) UnmarshalJSON

func (v *NullableHealthCheckResult) UnmarshalJSON(src []byte) error

func (*NullableHealthCheckResult) Unset

func (v *NullableHealthCheckResult) Unset()

type NullableHealthResource

type NullableHealthResource struct {
	// contains filtered or unexported fields
}

func NewNullableHealthResource

func NewNullableHealthResource(val *HealthResource) *NullableHealthResource

func (NullableHealthResource) Get

func (NullableHealthResource) IsSet

func (v NullableHealthResource) IsSet() bool

func (NullableHealthResource) MarshalJSON

func (v NullableHealthResource) MarshalJSON() ([]byte, error)

func (*NullableHealthResource) Set

func (*NullableHealthResource) UnmarshalJSON

func (v *NullableHealthResource) UnmarshalJSON(src []byte) error

func (*NullableHealthResource) Unset

func (v *NullableHealthResource) Unset()

type NullableHistoryResource

type NullableHistoryResource struct {
	// contains filtered or unexported fields
}

func NewNullableHistoryResource

func NewNullableHistoryResource(val *HistoryResource) *NullableHistoryResource

func (NullableHistoryResource) Get

func (NullableHistoryResource) IsSet

func (v NullableHistoryResource) IsSet() bool

func (NullableHistoryResource) MarshalJSON

func (v NullableHistoryResource) MarshalJSON() ([]byte, error)

func (*NullableHistoryResource) Set

func (*NullableHistoryResource) UnmarshalJSON

func (v *NullableHistoryResource) UnmarshalJSON(src []byte) error

func (*NullableHistoryResource) Unset

func (v *NullableHistoryResource) Unset()

type NullableHistoryResourcePagingResource

type NullableHistoryResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableHistoryResourcePagingResource) Get

func (NullableHistoryResourcePagingResource) IsSet

func (NullableHistoryResourcePagingResource) MarshalJSON

func (v NullableHistoryResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableHistoryResourcePagingResource) Set

func (*NullableHistoryResourcePagingResource) UnmarshalJSON

func (v *NullableHistoryResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableHistoryResourcePagingResource) Unset

type NullableHostConfigResource

type NullableHostConfigResource struct {
	// contains filtered or unexported fields
}

func NewNullableHostConfigResource

func NewNullableHostConfigResource(val *HostConfigResource) *NullableHostConfigResource

func (NullableHostConfigResource) Get

func (NullableHostConfigResource) IsSet

func (v NullableHostConfigResource) IsSet() bool

func (NullableHostConfigResource) MarshalJSON

func (v NullableHostConfigResource) MarshalJSON() ([]byte, error)

func (*NullableHostConfigResource) Set

func (*NullableHostConfigResource) UnmarshalJSON

func (v *NullableHostConfigResource) UnmarshalJSON(src []byte) error

func (*NullableHostConfigResource) Unset

func (v *NullableHostConfigResource) Unset()

type NullableICustomFormatSpecification added in v0.3.0

type NullableICustomFormatSpecification struct {
	// contains filtered or unexported fields
}

func NewNullableICustomFormatSpecification added in v0.3.0

func NewNullableICustomFormatSpecification(val *ICustomFormatSpecification) *NullableICustomFormatSpecification

func (NullableICustomFormatSpecification) Get added in v0.3.0

func (NullableICustomFormatSpecification) IsSet added in v0.3.0

func (NullableICustomFormatSpecification) MarshalJSON added in v0.3.0

func (v NullableICustomFormatSpecification) MarshalJSON() ([]byte, error)

func (*NullableICustomFormatSpecification) Set added in v0.3.0

func (*NullableICustomFormatSpecification) UnmarshalJSON added in v0.3.0

func (v *NullableICustomFormatSpecification) UnmarshalJSON(src []byte) error

func (*NullableICustomFormatSpecification) Unset added in v0.3.0

type NullableImportListBulkResource added in v0.4.0

type NullableImportListBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableImportListBulkResource added in v0.4.0

func NewNullableImportListBulkResource(val *ImportListBulkResource) *NullableImportListBulkResource

func (NullableImportListBulkResource) Get added in v0.4.0

func (NullableImportListBulkResource) IsSet added in v0.4.0

func (NullableImportListBulkResource) MarshalJSON added in v0.4.0

func (v NullableImportListBulkResource) MarshalJSON() ([]byte, error)

func (*NullableImportListBulkResource) Set added in v0.4.0

func (*NullableImportListBulkResource) UnmarshalJSON added in v0.4.0

func (v *NullableImportListBulkResource) UnmarshalJSON(src []byte) error

func (*NullableImportListBulkResource) Unset added in v0.4.0

func (v *NullableImportListBulkResource) Unset()

type NullableImportListExclusionResource

type NullableImportListExclusionResource struct {
	// contains filtered or unexported fields
}

func (NullableImportListExclusionResource) Get

func (NullableImportListExclusionResource) IsSet

func (NullableImportListExclusionResource) MarshalJSON

func (v NullableImportListExclusionResource) MarshalJSON() ([]byte, error)

func (*NullableImportListExclusionResource) Set

func (*NullableImportListExclusionResource) UnmarshalJSON

func (v *NullableImportListExclusionResource) UnmarshalJSON(src []byte) error

func (*NullableImportListExclusionResource) Unset

type NullableImportListMonitorType

type NullableImportListMonitorType struct {
	// contains filtered or unexported fields
}

func (NullableImportListMonitorType) Get

func (NullableImportListMonitorType) IsSet

func (NullableImportListMonitorType) MarshalJSON

func (v NullableImportListMonitorType) MarshalJSON() ([]byte, error)

func (*NullableImportListMonitorType) Set

func (*NullableImportListMonitorType) UnmarshalJSON

func (v *NullableImportListMonitorType) UnmarshalJSON(src []byte) error

func (*NullableImportListMonitorType) Unset

func (v *NullableImportListMonitorType) Unset()

type NullableImportListResource

type NullableImportListResource struct {
	// contains filtered or unexported fields
}

func NewNullableImportListResource

func NewNullableImportListResource(val *ImportListResource) *NullableImportListResource

func (NullableImportListResource) Get

func (NullableImportListResource) IsSet

func (v NullableImportListResource) IsSet() bool

func (NullableImportListResource) MarshalJSON

func (v NullableImportListResource) MarshalJSON() ([]byte, error)

func (*NullableImportListResource) Set

func (*NullableImportListResource) UnmarshalJSON

func (v *NullableImportListResource) UnmarshalJSON(src []byte) error

func (*NullableImportListResource) Unset

func (v *NullableImportListResource) Unset()

type NullableImportListType

type NullableImportListType struct {
	// contains filtered or unexported fields
}

func NewNullableImportListType

func NewNullableImportListType(val *ImportListType) *NullableImportListType

func (NullableImportListType) Get

func (NullableImportListType) IsSet

func (v NullableImportListType) IsSet() bool

func (NullableImportListType) MarshalJSON

func (v NullableImportListType) MarshalJSON() ([]byte, error)

func (*NullableImportListType) Set

func (*NullableImportListType) UnmarshalJSON

func (v *NullableImportListType) UnmarshalJSON(src []byte) error

func (*NullableImportListType) Unset

func (v *NullableImportListType) Unset()

type NullableIndexerBulkResource added in v0.4.0

type NullableIndexerBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableIndexerBulkResource added in v0.4.0

func NewNullableIndexerBulkResource(val *IndexerBulkResource) *NullableIndexerBulkResource

func (NullableIndexerBulkResource) Get added in v0.4.0

func (NullableIndexerBulkResource) IsSet added in v0.4.0

func (NullableIndexerBulkResource) MarshalJSON added in v0.4.0

func (v NullableIndexerBulkResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerBulkResource) Set added in v0.4.0

func (*NullableIndexerBulkResource) UnmarshalJSON added in v0.4.0

func (v *NullableIndexerBulkResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerBulkResource) Unset added in v0.4.0

func (v *NullableIndexerBulkResource) Unset()

type NullableIndexerConfigResource

type NullableIndexerConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableIndexerConfigResource) Get

func (NullableIndexerConfigResource) IsSet

func (NullableIndexerConfigResource) MarshalJSON

func (v NullableIndexerConfigResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerConfigResource) Set

func (*NullableIndexerConfigResource) UnmarshalJSON

func (v *NullableIndexerConfigResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerConfigResource) Unset

func (v *NullableIndexerConfigResource) Unset()

type NullableIndexerResource

type NullableIndexerResource struct {
	// contains filtered or unexported fields
}

func NewNullableIndexerResource

func NewNullableIndexerResource(val *IndexerResource) *NullableIndexerResource

func (NullableIndexerResource) Get

func (NullableIndexerResource) IsSet

func (v NullableIndexerResource) IsSet() bool

func (NullableIndexerResource) MarshalJSON

func (v NullableIndexerResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerResource) Set

func (*NullableIndexerResource) UnmarshalJSON

func (v *NullableIndexerResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerResource) Unset

func (v *NullableIndexerResource) 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 NullableIsoCountry

type NullableIsoCountry struct {
	// contains filtered or unexported fields
}

func NewNullableIsoCountry

func NewNullableIsoCountry(val *IsoCountry) *NullableIsoCountry

func (NullableIsoCountry) Get

func (v NullableIsoCountry) Get() *IsoCountry

func (NullableIsoCountry) IsSet

func (v NullableIsoCountry) IsSet() bool

func (NullableIsoCountry) MarshalJSON

func (v NullableIsoCountry) MarshalJSON() ([]byte, error)

func (*NullableIsoCountry) Set

func (v *NullableIsoCountry) Set(val *IsoCountry)

func (*NullableIsoCountry) UnmarshalJSON

func (v *NullableIsoCountry) UnmarshalJSON(src []byte) error

func (*NullableIsoCountry) Unset

func (v *NullableIsoCountry) Unset()

type NullableLanguageResource

type NullableLanguageResource struct {
	// contains filtered or unexported fields
}

func NewNullableLanguageResource

func NewNullableLanguageResource(val *LanguageResource) *NullableLanguageResource

func (NullableLanguageResource) Get

func (NullableLanguageResource) IsSet

func (v NullableLanguageResource) IsSet() bool

func (NullableLanguageResource) MarshalJSON

func (v NullableLanguageResource) MarshalJSON() ([]byte, error)

func (*NullableLanguageResource) Set

func (*NullableLanguageResource) UnmarshalJSON

func (v *NullableLanguageResource) UnmarshalJSON(src []byte) error

func (*NullableLanguageResource) Unset

func (v *NullableLanguageResource) Unset()
type NullableLinks struct {
	// contains filtered or unexported fields
}
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 NullableLogFileResource

type NullableLogFileResource struct {
	// contains filtered or unexported fields
}

func NewNullableLogFileResource

func NewNullableLogFileResource(val *LogFileResource) *NullableLogFileResource

func (NullableLogFileResource) Get

func (NullableLogFileResource) IsSet

func (v NullableLogFileResource) IsSet() bool

func (NullableLogFileResource) MarshalJSON

func (v NullableLogFileResource) MarshalJSON() ([]byte, error)

func (*NullableLogFileResource) Set

func (*NullableLogFileResource) UnmarshalJSON

func (v *NullableLogFileResource) UnmarshalJSON(src []byte) error

func (*NullableLogFileResource) Unset

func (v *NullableLogFileResource) Unset()

type NullableLogResource

type NullableLogResource struct {
	// contains filtered or unexported fields
}

func NewNullableLogResource

func NewNullableLogResource(val *LogResource) *NullableLogResource

func (NullableLogResource) Get

func (NullableLogResource) IsSet

func (v NullableLogResource) IsSet() bool

func (NullableLogResource) MarshalJSON

func (v NullableLogResource) MarshalJSON() ([]byte, error)

func (*NullableLogResource) Set

func (v *NullableLogResource) Set(val *LogResource)

func (*NullableLogResource) UnmarshalJSON

func (v *NullableLogResource) UnmarshalJSON(src []byte) error

func (*NullableLogResource) Unset

func (v *NullableLogResource) Unset()

type NullableLogResourcePagingResource

type NullableLogResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableLogResourcePagingResource) Get

func (NullableLogResourcePagingResource) IsSet

func (NullableLogResourcePagingResource) MarshalJSON

func (v NullableLogResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableLogResourcePagingResource) Set

func (*NullableLogResourcePagingResource) UnmarshalJSON

func (v *NullableLogResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableLogResourcePagingResource) Unset

type NullableManualImportResource

type NullableManualImportResource struct {
	// contains filtered or unexported fields
}

func NewNullableManualImportResource

func NewNullableManualImportResource(val *ManualImportResource) *NullableManualImportResource

func (NullableManualImportResource) Get

func (NullableManualImportResource) IsSet

func (NullableManualImportResource) MarshalJSON

func (v NullableManualImportResource) MarshalJSON() ([]byte, error)

func (*NullableManualImportResource) Set

func (*NullableManualImportResource) UnmarshalJSON

func (v *NullableManualImportResource) UnmarshalJSON(src []byte) error

func (*NullableManualImportResource) Unset

func (v *NullableManualImportResource) Unset()

type NullableManualImportUpdateResource added in v0.3.0

type NullableManualImportUpdateResource struct {
	// contains filtered or unexported fields
}

func NewNullableManualImportUpdateResource added in v0.3.0

func NewNullableManualImportUpdateResource(val *ManualImportUpdateResource) *NullableManualImportUpdateResource

func (NullableManualImportUpdateResource) Get added in v0.3.0

func (NullableManualImportUpdateResource) IsSet added in v0.3.0

func (NullableManualImportUpdateResource) MarshalJSON added in v0.3.0

func (v NullableManualImportUpdateResource) MarshalJSON() ([]byte, error)

func (*NullableManualImportUpdateResource) Set added in v0.3.0

func (*NullableManualImportUpdateResource) UnmarshalJSON added in v0.3.0

func (v *NullableManualImportUpdateResource) UnmarshalJSON(src []byte) error

func (*NullableManualImportUpdateResource) Unset added in v0.3.0

type NullableMediaCover

type NullableMediaCover struct {
	// contains filtered or unexported fields
}

func NewNullableMediaCover

func NewNullableMediaCover(val *MediaCover) *NullableMediaCover

func (NullableMediaCover) Get

func (v NullableMediaCover) Get() *MediaCover

func (NullableMediaCover) IsSet

func (v NullableMediaCover) IsSet() bool

func (NullableMediaCover) MarshalJSON

func (v NullableMediaCover) MarshalJSON() ([]byte, error)

func (*NullableMediaCover) Set

func (v *NullableMediaCover) Set(val *MediaCover)

func (*NullableMediaCover) UnmarshalJSON

func (v *NullableMediaCover) UnmarshalJSON(src []byte) error

func (*NullableMediaCover) Unset

func (v *NullableMediaCover) Unset()

type NullableMediaCoverTypes

type NullableMediaCoverTypes struct {
	// contains filtered or unexported fields
}

func NewNullableMediaCoverTypes

func NewNullableMediaCoverTypes(val *MediaCoverTypes) *NullableMediaCoverTypes

func (NullableMediaCoverTypes) Get

func (NullableMediaCoverTypes) IsSet

func (v NullableMediaCoverTypes) IsSet() bool

func (NullableMediaCoverTypes) MarshalJSON

func (v NullableMediaCoverTypes) MarshalJSON() ([]byte, error)

func (*NullableMediaCoverTypes) Set

func (*NullableMediaCoverTypes) UnmarshalJSON

func (v *NullableMediaCoverTypes) UnmarshalJSON(src []byte) error

func (*NullableMediaCoverTypes) Unset

func (v *NullableMediaCoverTypes) Unset()

type NullableMediaInfoModel

type NullableMediaInfoModel struct {
	// contains filtered or unexported fields
}

func NewNullableMediaInfoModel

func NewNullableMediaInfoModel(val *MediaInfoModel) *NullableMediaInfoModel

func (NullableMediaInfoModel) Get

func (NullableMediaInfoModel) IsSet

func (v NullableMediaInfoModel) IsSet() bool

func (NullableMediaInfoModel) MarshalJSON

func (v NullableMediaInfoModel) MarshalJSON() ([]byte, error)

func (*NullableMediaInfoModel) Set

func (*NullableMediaInfoModel) UnmarshalJSON

func (v *NullableMediaInfoModel) UnmarshalJSON(src []byte) error

func (*NullableMediaInfoModel) Unset

func (v *NullableMediaInfoModel) Unset()

type NullableMediaInfoResource

type NullableMediaInfoResource struct {
	// contains filtered or unexported fields
}

func NewNullableMediaInfoResource

func NewNullableMediaInfoResource(val *MediaInfoResource) *NullableMediaInfoResource

func (NullableMediaInfoResource) Get

func (NullableMediaInfoResource) IsSet

func (v NullableMediaInfoResource) IsSet() bool

func (NullableMediaInfoResource) MarshalJSON

func (v NullableMediaInfoResource) MarshalJSON() ([]byte, error)

func (*NullableMediaInfoResource) Set

func (*NullableMediaInfoResource) UnmarshalJSON

func (v *NullableMediaInfoResource) UnmarshalJSON(src []byte) error

func (*NullableMediaInfoResource) Unset

func (v *NullableMediaInfoResource) Unset()

type NullableMediaManagementConfigResource

type NullableMediaManagementConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableMediaManagementConfigResource) Get

func (NullableMediaManagementConfigResource) IsSet

func (NullableMediaManagementConfigResource) MarshalJSON

func (v NullableMediaManagementConfigResource) MarshalJSON() ([]byte, error)

func (*NullableMediaManagementConfigResource) Set

func (*NullableMediaManagementConfigResource) UnmarshalJSON

func (v *NullableMediaManagementConfigResource) UnmarshalJSON(src []byte) error

func (*NullableMediaManagementConfigResource) Unset

type NullableMetadataProfile

type NullableMetadataProfile struct {
	// contains filtered or unexported fields
}

func NewNullableMetadataProfile

func NewNullableMetadataProfile(val *MetadataProfile) *NullableMetadataProfile

func (NullableMetadataProfile) Get

func (NullableMetadataProfile) IsSet

func (v NullableMetadataProfile) IsSet() bool

func (NullableMetadataProfile) MarshalJSON

func (v NullableMetadataProfile) MarshalJSON() ([]byte, error)

func (*NullableMetadataProfile) Set

func (*NullableMetadataProfile) UnmarshalJSON

func (v *NullableMetadataProfile) UnmarshalJSON(src []byte) error

func (*NullableMetadataProfile) Unset

func (v *NullableMetadataProfile) Unset()

type NullableMetadataProfileLazyLoaded

type NullableMetadataProfileLazyLoaded struct {
	// contains filtered or unexported fields
}

func (NullableMetadataProfileLazyLoaded) Get

func (NullableMetadataProfileLazyLoaded) IsSet

func (NullableMetadataProfileLazyLoaded) MarshalJSON

func (v NullableMetadataProfileLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableMetadataProfileLazyLoaded) Set

func (*NullableMetadataProfileLazyLoaded) UnmarshalJSON

func (v *NullableMetadataProfileLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableMetadataProfileLazyLoaded) Unset

type NullableMetadataProfileResource

type NullableMetadataProfileResource struct {
	// contains filtered or unexported fields
}

func (NullableMetadataProfileResource) Get

func (NullableMetadataProfileResource) IsSet

func (NullableMetadataProfileResource) MarshalJSON

func (v NullableMetadataProfileResource) MarshalJSON() ([]byte, error)

func (*NullableMetadataProfileResource) Set

func (*NullableMetadataProfileResource) UnmarshalJSON

func (v *NullableMetadataProfileResource) UnmarshalJSON(src []byte) error

func (*NullableMetadataProfileResource) Unset

type NullableMetadataProviderConfigResource

type NullableMetadataProviderConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableMetadataProviderConfigResource) Get

func (NullableMetadataProviderConfigResource) IsSet

func (NullableMetadataProviderConfigResource) MarshalJSON

func (v NullableMetadataProviderConfigResource) MarshalJSON() ([]byte, error)

func (*NullableMetadataProviderConfigResource) Set

func (*NullableMetadataProviderConfigResource) UnmarshalJSON

func (v *NullableMetadataProviderConfigResource) UnmarshalJSON(src []byte) error

func (*NullableMetadataProviderConfigResource) Unset

type NullableMetadataResource

type NullableMetadataResource struct {
	// contains filtered or unexported fields
}

func NewNullableMetadataResource

func NewNullableMetadataResource(val *MetadataResource) *NullableMetadataResource

func (NullableMetadataResource) Get

func (NullableMetadataResource) IsSet

func (v NullableMetadataResource) IsSet() bool

func (NullableMetadataResource) MarshalJSON

func (v NullableMetadataResource) MarshalJSON() ([]byte, error)

func (*NullableMetadataResource) Set

func (*NullableMetadataResource) UnmarshalJSON

func (v *NullableMetadataResource) UnmarshalJSON(src []byte) error

func (*NullableMetadataResource) Unset

func (v *NullableMetadataResource) Unset()

type NullableMonitorTypes

type NullableMonitorTypes struct {
	// contains filtered or unexported fields
}

func NewNullableMonitorTypes

func NewNullableMonitorTypes(val *MonitorTypes) *NullableMonitorTypes

func (NullableMonitorTypes) Get

func (NullableMonitorTypes) IsSet

func (v NullableMonitorTypes) IsSet() bool

func (NullableMonitorTypes) MarshalJSON

func (v NullableMonitorTypes) MarshalJSON() ([]byte, error)

func (*NullableMonitorTypes) Set

func (v *NullableMonitorTypes) Set(val *MonitorTypes)

func (*NullableMonitorTypes) UnmarshalJSON

func (v *NullableMonitorTypes) UnmarshalJSON(src []byte) error

func (*NullableMonitorTypes) Unset

func (v *NullableMonitorTypes) Unset()

type NullableMonitoringOptions

type NullableMonitoringOptions struct {
	// contains filtered or unexported fields
}

func NewNullableMonitoringOptions

func NewNullableMonitoringOptions(val *MonitoringOptions) *NullableMonitoringOptions

func (NullableMonitoringOptions) Get

func (NullableMonitoringOptions) IsSet

func (v NullableMonitoringOptions) IsSet() bool

func (NullableMonitoringOptions) MarshalJSON

func (v NullableMonitoringOptions) MarshalJSON() ([]byte, error)

func (*NullableMonitoringOptions) Set

func (*NullableMonitoringOptions) UnmarshalJSON

func (v *NullableMonitoringOptions) UnmarshalJSON(src []byte) error

func (*NullableMonitoringOptions) Unset

func (v *NullableMonitoringOptions) Unset()

type NullableNamingConfigResource

type NullableNamingConfigResource struct {
	// contains filtered or unexported fields
}

func NewNullableNamingConfigResource

func NewNullableNamingConfigResource(val *NamingConfigResource) *NullableNamingConfigResource

func (NullableNamingConfigResource) Get

func (NullableNamingConfigResource) IsSet

func (NullableNamingConfigResource) MarshalJSON

func (v NullableNamingConfigResource) MarshalJSON() ([]byte, error)

func (*NullableNamingConfigResource) Set

func (*NullableNamingConfigResource) UnmarshalJSON

func (v *NullableNamingConfigResource) UnmarshalJSON(src []byte) error

func (*NullableNamingConfigResource) Unset

func (v *NullableNamingConfigResource) Unset()

type NullableNewItemMonitorTypes added in v0.3.0

type NullableNewItemMonitorTypes struct {
	// contains filtered or unexported fields
}

func NewNullableNewItemMonitorTypes added in v0.3.0

func NewNullableNewItemMonitorTypes(val *NewItemMonitorTypes) *NullableNewItemMonitorTypes

func (NullableNewItemMonitorTypes) Get added in v0.3.0

func (NullableNewItemMonitorTypes) IsSet added in v0.3.0

func (NullableNewItemMonitorTypes) MarshalJSON added in v0.3.0

func (v NullableNewItemMonitorTypes) MarshalJSON() ([]byte, error)

func (*NullableNewItemMonitorTypes) Set added in v0.3.0

func (*NullableNewItemMonitorTypes) UnmarshalJSON added in v0.3.0

func (v *NullableNewItemMonitorTypes) UnmarshalJSON(src []byte) error

func (*NullableNewItemMonitorTypes) Unset added in v0.3.0

func (v *NullableNewItemMonitorTypes) Unset()

type NullableNotificationResource

type NullableNotificationResource struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationResource

func NewNullableNotificationResource(val *NotificationResource) *NullableNotificationResource

func (NullableNotificationResource) Get

func (NullableNotificationResource) IsSet

func (NullableNotificationResource) MarshalJSON

func (v NullableNotificationResource) MarshalJSON() ([]byte, error)

func (*NullableNotificationResource) Set

func (*NullableNotificationResource) UnmarshalJSON

func (v *NullableNotificationResource) UnmarshalJSON(src []byte) error

func (*NullableNotificationResource) Unset

func (v *NullableNotificationResource) Unset()

type NullableParseResource

type NullableParseResource struct {
	// contains filtered or unexported fields
}

func NewNullableParseResource

func NewNullableParseResource(val *ParseResource) *NullableParseResource

func (NullableParseResource) Get

func (NullableParseResource) IsSet

func (v NullableParseResource) IsSet() bool

func (NullableParseResource) MarshalJSON

func (v NullableParseResource) MarshalJSON() ([]byte, error)

func (*NullableParseResource) Set

func (v *NullableParseResource) Set(val *ParseResource)

func (*NullableParseResource) UnmarshalJSON

func (v *NullableParseResource) UnmarshalJSON(src []byte) error

func (*NullableParseResource) Unset

func (v *NullableParseResource) Unset()

type NullableParsedBookInfo

type NullableParsedBookInfo struct {
	// contains filtered or unexported fields
}

func NewNullableParsedBookInfo

func NewNullableParsedBookInfo(val *ParsedBookInfo) *NullableParsedBookInfo

func (NullableParsedBookInfo) Get

func (NullableParsedBookInfo) IsSet

func (v NullableParsedBookInfo) IsSet() bool

func (NullableParsedBookInfo) MarshalJSON

func (v NullableParsedBookInfo) MarshalJSON() ([]byte, error)

func (*NullableParsedBookInfo) Set

func (*NullableParsedBookInfo) UnmarshalJSON

func (v *NullableParsedBookInfo) UnmarshalJSON(src []byte) error

func (*NullableParsedBookInfo) Unset

func (v *NullableParsedBookInfo) Unset()

type NullableParsedTrackInfo

type NullableParsedTrackInfo struct {
	// contains filtered or unexported fields
}

func NewNullableParsedTrackInfo

func NewNullableParsedTrackInfo(val *ParsedTrackInfo) *NullableParsedTrackInfo

func (NullableParsedTrackInfo) Get

func (NullableParsedTrackInfo) IsSet

func (v NullableParsedTrackInfo) IsSet() bool

func (NullableParsedTrackInfo) MarshalJSON

func (v NullableParsedTrackInfo) MarshalJSON() ([]byte, error)

func (*NullableParsedTrackInfo) Set

func (*NullableParsedTrackInfo) UnmarshalJSON

func (v *NullableParsedTrackInfo) UnmarshalJSON(src []byte) error

func (*NullableParsedTrackInfo) Unset

func (v *NullableParsedTrackInfo) Unset()

type NullablePingResource added in v0.3.0

type NullablePingResource struct {
	// contains filtered or unexported fields
}

func NewNullablePingResource added in v0.3.0

func NewNullablePingResource(val *PingResource) *NullablePingResource

func (NullablePingResource) Get added in v0.3.0

func (NullablePingResource) IsSet added in v0.3.0

func (v NullablePingResource) IsSet() bool

func (NullablePingResource) MarshalJSON added in v0.3.0

func (v NullablePingResource) MarshalJSON() ([]byte, error)

func (*NullablePingResource) Set added in v0.3.0

func (v *NullablePingResource) Set(val *PingResource)

func (*NullablePingResource) UnmarshalJSON added in v0.3.0

func (v *NullablePingResource) UnmarshalJSON(src []byte) error

func (*NullablePingResource) Unset added in v0.3.0

func (v *NullablePingResource) Unset()

type NullableProfileFormatItem added in v0.3.0

type NullableProfileFormatItem struct {
	// contains filtered or unexported fields
}

func NewNullableProfileFormatItem added in v0.3.0

func NewNullableProfileFormatItem(val *ProfileFormatItem) *NullableProfileFormatItem

func (NullableProfileFormatItem) Get added in v0.3.0

func (NullableProfileFormatItem) IsSet added in v0.3.0

func (v NullableProfileFormatItem) IsSet() bool

func (NullableProfileFormatItem) MarshalJSON added in v0.3.0

func (v NullableProfileFormatItem) MarshalJSON() ([]byte, error)

func (*NullableProfileFormatItem) Set added in v0.3.0

func (*NullableProfileFormatItem) UnmarshalJSON added in v0.3.0

func (v *NullableProfileFormatItem) UnmarshalJSON(src []byte) error

func (*NullableProfileFormatItem) Unset added in v0.3.0

func (v *NullableProfileFormatItem) Unset()

type NullableProfileFormatItemResource added in v0.3.0

type NullableProfileFormatItemResource struct {
	// contains filtered or unexported fields
}

func NewNullableProfileFormatItemResource added in v0.3.0

func NewNullableProfileFormatItemResource(val *ProfileFormatItemResource) *NullableProfileFormatItemResource

func (NullableProfileFormatItemResource) Get added in v0.3.0

func (NullableProfileFormatItemResource) IsSet added in v0.3.0

func (NullableProfileFormatItemResource) MarshalJSON added in v0.3.0

func (v NullableProfileFormatItemResource) MarshalJSON() ([]byte, error)

func (*NullableProfileFormatItemResource) Set added in v0.3.0

func (*NullableProfileFormatItemResource) UnmarshalJSON added in v0.3.0

func (v *NullableProfileFormatItemResource) UnmarshalJSON(src []byte) error

func (*NullableProfileFormatItemResource) Unset added in v0.3.0

type NullableProperDownloadTypes

type NullableProperDownloadTypes struct {
	// contains filtered or unexported fields
}

func NewNullableProperDownloadTypes

func NewNullableProperDownloadTypes(val *ProperDownloadTypes) *NullableProperDownloadTypes

func (NullableProperDownloadTypes) Get

func (NullableProperDownloadTypes) IsSet

func (NullableProperDownloadTypes) MarshalJSON

func (v NullableProperDownloadTypes) MarshalJSON() ([]byte, error)

func (*NullableProperDownloadTypes) Set

func (*NullableProperDownloadTypes) UnmarshalJSON

func (v *NullableProperDownloadTypes) UnmarshalJSON(src []byte) error

func (*NullableProperDownloadTypes) Unset

func (v *NullableProperDownloadTypes) Unset()

type NullableProviderMessage

type NullableProviderMessage struct {
	// contains filtered or unexported fields
}

func NewNullableProviderMessage

func NewNullableProviderMessage(val *ProviderMessage) *NullableProviderMessage

func (NullableProviderMessage) Get

func (NullableProviderMessage) IsSet

func (v NullableProviderMessage) IsSet() bool

func (NullableProviderMessage) MarshalJSON

func (v NullableProviderMessage) MarshalJSON() ([]byte, error)

func (*NullableProviderMessage) Set

func (*NullableProviderMessage) UnmarshalJSON

func (v *NullableProviderMessage) UnmarshalJSON(src []byte) error

func (*NullableProviderMessage) Unset

func (v *NullableProviderMessage) Unset()

type NullableProviderMessageType

type NullableProviderMessageType struct {
	// contains filtered or unexported fields
}

func NewNullableProviderMessageType

func NewNullableProviderMessageType(val *ProviderMessageType) *NullableProviderMessageType

func (NullableProviderMessageType) Get

func (NullableProviderMessageType) IsSet

func (NullableProviderMessageType) MarshalJSON

func (v NullableProviderMessageType) MarshalJSON() ([]byte, error)

func (*NullableProviderMessageType) Set

func (*NullableProviderMessageType) UnmarshalJSON

func (v *NullableProviderMessageType) UnmarshalJSON(src []byte) error

func (*NullableProviderMessageType) Unset

func (v *NullableProviderMessageType) Unset()

type NullableProxyType

type NullableProxyType struct {
	// contains filtered or unexported fields
}

func NewNullableProxyType

func NewNullableProxyType(val *ProxyType) *NullableProxyType

func (NullableProxyType) Get

func (v NullableProxyType) Get() *ProxyType

func (NullableProxyType) IsSet

func (v NullableProxyType) IsSet() bool

func (NullableProxyType) MarshalJSON

func (v NullableProxyType) MarshalJSON() ([]byte, error)

func (*NullableProxyType) Set

func (v *NullableProxyType) Set(val *ProxyType)

func (*NullableProxyType) UnmarshalJSON

func (v *NullableProxyType) UnmarshalJSON(src []byte) error

func (*NullableProxyType) Unset

func (v *NullableProxyType) Unset()

type NullableQuality

type NullableQuality struct {
	// contains filtered or unexported fields
}

func NewNullableQuality

func NewNullableQuality(val *Quality) *NullableQuality

func (NullableQuality) Get

func (v NullableQuality) Get() *Quality

func (NullableQuality) IsSet

func (v NullableQuality) IsSet() bool

func (NullableQuality) MarshalJSON

func (v NullableQuality) MarshalJSON() ([]byte, error)

func (*NullableQuality) Set

func (v *NullableQuality) Set(val *Quality)

func (*NullableQuality) UnmarshalJSON

func (v *NullableQuality) UnmarshalJSON(src []byte) error

func (*NullableQuality) Unset

func (v *NullableQuality) Unset()

type NullableQualityDefinitionResource

type NullableQualityDefinitionResource struct {
	// contains filtered or unexported fields
}

func (NullableQualityDefinitionResource) Get

func (NullableQualityDefinitionResource) IsSet

func (NullableQualityDefinitionResource) MarshalJSON

func (v NullableQualityDefinitionResource) MarshalJSON() ([]byte, error)

func (*NullableQualityDefinitionResource) Set

func (*NullableQualityDefinitionResource) UnmarshalJSON

func (v *NullableQualityDefinitionResource) UnmarshalJSON(src []byte) error

func (*NullableQualityDefinitionResource) Unset

type NullableQualityModel

type NullableQualityModel struct {
	// contains filtered or unexported fields
}

func NewNullableQualityModel

func NewNullableQualityModel(val *QualityModel) *NullableQualityModel

func (NullableQualityModel) Get

func (NullableQualityModel) IsSet

func (v NullableQualityModel) IsSet() bool

func (NullableQualityModel) MarshalJSON

func (v NullableQualityModel) MarshalJSON() ([]byte, error)

func (*NullableQualityModel) Set

func (v *NullableQualityModel) Set(val *QualityModel)

func (*NullableQualityModel) UnmarshalJSON

func (v *NullableQualityModel) UnmarshalJSON(src []byte) error

func (*NullableQualityModel) Unset

func (v *NullableQualityModel) Unset()

type NullableQualityProfile

type NullableQualityProfile struct {
	// contains filtered or unexported fields
}

func NewNullableQualityProfile

func NewNullableQualityProfile(val *QualityProfile) *NullableQualityProfile

func (NullableQualityProfile) Get

func (NullableQualityProfile) IsSet

func (v NullableQualityProfile) IsSet() bool

func (NullableQualityProfile) MarshalJSON

func (v NullableQualityProfile) MarshalJSON() ([]byte, error)

func (*NullableQualityProfile) Set

func (*NullableQualityProfile) UnmarshalJSON

func (v *NullableQualityProfile) UnmarshalJSON(src []byte) error

func (*NullableQualityProfile) Unset

func (v *NullableQualityProfile) Unset()

type NullableQualityProfileLazyLoaded

type NullableQualityProfileLazyLoaded struct {
	// contains filtered or unexported fields
}

func (NullableQualityProfileLazyLoaded) Get

func (NullableQualityProfileLazyLoaded) IsSet

func (NullableQualityProfileLazyLoaded) MarshalJSON

func (v NullableQualityProfileLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableQualityProfileLazyLoaded) Set

func (*NullableQualityProfileLazyLoaded) UnmarshalJSON

func (v *NullableQualityProfileLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableQualityProfileLazyLoaded) Unset

type NullableQualityProfileQualityItem

type NullableQualityProfileQualityItem struct {
	// contains filtered or unexported fields
}

func (NullableQualityProfileQualityItem) Get

func (NullableQualityProfileQualityItem) IsSet

func (NullableQualityProfileQualityItem) MarshalJSON

func (v NullableQualityProfileQualityItem) MarshalJSON() ([]byte, error)

func (*NullableQualityProfileQualityItem) Set

func (*NullableQualityProfileQualityItem) UnmarshalJSON

func (v *NullableQualityProfileQualityItem) UnmarshalJSON(src []byte) error

func (*NullableQualityProfileQualityItem) Unset

type NullableQualityProfileQualityItemResource

type NullableQualityProfileQualityItemResource struct {
	// contains filtered or unexported fields
}

func (NullableQualityProfileQualityItemResource) Get

func (NullableQualityProfileQualityItemResource) IsSet

func (NullableQualityProfileQualityItemResource) MarshalJSON

func (*NullableQualityProfileQualityItemResource) Set

func (*NullableQualityProfileQualityItemResource) UnmarshalJSON

func (v *NullableQualityProfileQualityItemResource) UnmarshalJSON(src []byte) error

func (*NullableQualityProfileQualityItemResource) Unset

type NullableQualityProfileResource

type NullableQualityProfileResource struct {
	// contains filtered or unexported fields
}

func (NullableQualityProfileResource) Get

func (NullableQualityProfileResource) IsSet

func (NullableQualityProfileResource) MarshalJSON

func (v NullableQualityProfileResource) MarshalJSON() ([]byte, error)

func (*NullableQualityProfileResource) Set

func (*NullableQualityProfileResource) UnmarshalJSON

func (v *NullableQualityProfileResource) UnmarshalJSON(src []byte) error

func (*NullableQualityProfileResource) Unset

func (v *NullableQualityProfileResource) Unset()

type NullableQueueBulkResource

type NullableQueueBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableQueueBulkResource

func NewNullableQueueBulkResource(val *QueueBulkResource) *NullableQueueBulkResource

func (NullableQueueBulkResource) Get

func (NullableQueueBulkResource) IsSet

func (v NullableQueueBulkResource) IsSet() bool

func (NullableQueueBulkResource) MarshalJSON

func (v NullableQueueBulkResource) MarshalJSON() ([]byte, error)

func (*NullableQueueBulkResource) Set

func (*NullableQueueBulkResource) UnmarshalJSON

func (v *NullableQueueBulkResource) UnmarshalJSON(src []byte) error

func (*NullableQueueBulkResource) Unset

func (v *NullableQueueBulkResource) Unset()

type NullableQueueResource

type NullableQueueResource struct {
	// contains filtered or unexported fields
}

func NewNullableQueueResource

func NewNullableQueueResource(val *QueueResource) *NullableQueueResource

func (NullableQueueResource) Get

func (NullableQueueResource) IsSet

func (v NullableQueueResource) IsSet() bool

func (NullableQueueResource) MarshalJSON

func (v NullableQueueResource) MarshalJSON() ([]byte, error)

func (*NullableQueueResource) Set

func (v *NullableQueueResource) Set(val *QueueResource)

func (*NullableQueueResource) UnmarshalJSON

func (v *NullableQueueResource) UnmarshalJSON(src []byte) error

func (*NullableQueueResource) Unset

func (v *NullableQueueResource) Unset()

type NullableQueueResourcePagingResource

type NullableQueueResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableQueueResourcePagingResource) Get

func (NullableQueueResourcePagingResource) IsSet

func (NullableQueueResourcePagingResource) MarshalJSON

func (v NullableQueueResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableQueueResourcePagingResource) Set

func (*NullableQueueResourcePagingResource) UnmarshalJSON

func (v *NullableQueueResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableQueueResourcePagingResource) Unset

type NullableQueueStatusResource

type NullableQueueStatusResource struct {
	// contains filtered or unexported fields
}

func NewNullableQueueStatusResource

func NewNullableQueueStatusResource(val *QueueStatusResource) *NullableQueueStatusResource

func (NullableQueueStatusResource) Get

func (NullableQueueStatusResource) IsSet

func (NullableQueueStatusResource) MarshalJSON

func (v NullableQueueStatusResource) MarshalJSON() ([]byte, error)

func (*NullableQueueStatusResource) Set

func (*NullableQueueStatusResource) UnmarshalJSON

func (v *NullableQueueStatusResource) UnmarshalJSON(src []byte) error

func (*NullableQueueStatusResource) Unset

func (v *NullableQueueStatusResource) Unset()

type NullableRatings

type NullableRatings struct {
	// contains filtered or unexported fields
}

func NewNullableRatings

func NewNullableRatings(val *Ratings) *NullableRatings

func (NullableRatings) Get

func (v NullableRatings) Get() *Ratings

func (NullableRatings) IsSet

func (v NullableRatings) IsSet() bool

func (NullableRatings) MarshalJSON

func (v NullableRatings) MarshalJSON() ([]byte, error)

func (*NullableRatings) Set

func (v *NullableRatings) Set(val *Ratings)

func (*NullableRatings) UnmarshalJSON

func (v *NullableRatings) UnmarshalJSON(src []byte) error

func (*NullableRatings) Unset

func (v *NullableRatings) Unset()

type NullableRejection

type NullableRejection struct {
	// contains filtered or unexported fields
}

func NewNullableRejection

func NewNullableRejection(val *Rejection) *NullableRejection

func (NullableRejection) Get

func (v NullableRejection) Get() *Rejection

func (NullableRejection) IsSet

func (v NullableRejection) IsSet() bool

func (NullableRejection) MarshalJSON

func (v NullableRejection) MarshalJSON() ([]byte, error)

func (*NullableRejection) Set

func (v *NullableRejection) Set(val *Rejection)

func (*NullableRejection) UnmarshalJSON

func (v *NullableRejection) UnmarshalJSON(src []byte) error

func (*NullableRejection) Unset

func (v *NullableRejection) Unset()

type NullableRejectionType

type NullableRejectionType struct {
	// contains filtered or unexported fields
}

func NewNullableRejectionType

func NewNullableRejectionType(val *RejectionType) *NullableRejectionType

func (NullableRejectionType) Get

func (NullableRejectionType) IsSet

func (v NullableRejectionType) IsSet() bool

func (NullableRejectionType) MarshalJSON

func (v NullableRejectionType) MarshalJSON() ([]byte, error)

func (*NullableRejectionType) Set

func (v *NullableRejectionType) Set(val *RejectionType)

func (*NullableRejectionType) UnmarshalJSON

func (v *NullableRejectionType) UnmarshalJSON(src []byte) error

func (*NullableRejectionType) Unset

func (v *NullableRejectionType) Unset()

type NullableReleaseProfileResource

type NullableReleaseProfileResource struct {
	// contains filtered or unexported fields
}

func (NullableReleaseProfileResource) Get

func (NullableReleaseProfileResource) IsSet

func (NullableReleaseProfileResource) MarshalJSON

func (v NullableReleaseProfileResource) MarshalJSON() ([]byte, error)

func (*NullableReleaseProfileResource) Set

func (*NullableReleaseProfileResource) UnmarshalJSON

func (v *NullableReleaseProfileResource) UnmarshalJSON(src []byte) error

func (*NullableReleaseProfileResource) Unset

func (v *NullableReleaseProfileResource) Unset()

type NullableReleaseResource

type NullableReleaseResource struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseResource

func NewNullableReleaseResource(val *ReleaseResource) *NullableReleaseResource

func (NullableReleaseResource) Get

func (NullableReleaseResource) IsSet

func (v NullableReleaseResource) IsSet() bool

func (NullableReleaseResource) MarshalJSON

func (v NullableReleaseResource) MarshalJSON() ([]byte, error)

func (*NullableReleaseResource) Set

func (*NullableReleaseResource) UnmarshalJSON

func (v *NullableReleaseResource) UnmarshalJSON(src []byte) error

func (*NullableReleaseResource) Unset

func (v *NullableReleaseResource) Unset()

type NullableRemotePathMappingResource

type NullableRemotePathMappingResource struct {
	// contains filtered or unexported fields
}

func (NullableRemotePathMappingResource) Get

func (NullableRemotePathMappingResource) IsSet

func (NullableRemotePathMappingResource) MarshalJSON

func (v NullableRemotePathMappingResource) MarshalJSON() ([]byte, error)

func (*NullableRemotePathMappingResource) Set

func (*NullableRemotePathMappingResource) UnmarshalJSON

func (v *NullableRemotePathMappingResource) UnmarshalJSON(src []byte) error

func (*NullableRemotePathMappingResource) Unset

type NullableRenameBookResource

type NullableRenameBookResource struct {
	// contains filtered or unexported fields
}

func NewNullableRenameBookResource

func NewNullableRenameBookResource(val *RenameBookResource) *NullableRenameBookResource

func (NullableRenameBookResource) Get

func (NullableRenameBookResource) IsSet

func (v NullableRenameBookResource) IsSet() bool

func (NullableRenameBookResource) MarshalJSON

func (v NullableRenameBookResource) MarshalJSON() ([]byte, error)

func (*NullableRenameBookResource) Set

func (*NullableRenameBookResource) UnmarshalJSON

func (v *NullableRenameBookResource) UnmarshalJSON(src []byte) error

func (*NullableRenameBookResource) Unset

func (v *NullableRenameBookResource) Unset()

type NullableRescanAfterRefreshType

type NullableRescanAfterRefreshType struct {
	// contains filtered or unexported fields
}

func (NullableRescanAfterRefreshType) Get

func (NullableRescanAfterRefreshType) IsSet

func (NullableRescanAfterRefreshType) MarshalJSON

func (v NullableRescanAfterRefreshType) MarshalJSON() ([]byte, error)

func (*NullableRescanAfterRefreshType) Set

func (*NullableRescanAfterRefreshType) UnmarshalJSON

func (v *NullableRescanAfterRefreshType) UnmarshalJSON(src []byte) error

func (*NullableRescanAfterRefreshType) Unset

func (v *NullableRescanAfterRefreshType) Unset()

type NullableRetagBookResource

type NullableRetagBookResource struct {
	// contains filtered or unexported fields
}

func NewNullableRetagBookResource

func NewNullableRetagBookResource(val *RetagBookResource) *NullableRetagBookResource

func (NullableRetagBookResource) Get

func (NullableRetagBookResource) IsSet

func (v NullableRetagBookResource) IsSet() bool

func (NullableRetagBookResource) MarshalJSON

func (v NullableRetagBookResource) MarshalJSON() ([]byte, error)

func (*NullableRetagBookResource) Set

func (*NullableRetagBookResource) UnmarshalJSON

func (v *NullableRetagBookResource) UnmarshalJSON(src []byte) error

func (*NullableRetagBookResource) Unset

func (v *NullableRetagBookResource) Unset()

type NullableRevision

type NullableRevision struct {
	// contains filtered or unexported fields
}

func NewNullableRevision

func NewNullableRevision(val *Revision) *NullableRevision

func (NullableRevision) Get

func (v NullableRevision) Get() *Revision

func (NullableRevision) IsSet

func (v NullableRevision) IsSet() bool

func (NullableRevision) MarshalJSON

func (v NullableRevision) MarshalJSON() ([]byte, error)

func (*NullableRevision) Set

func (v *NullableRevision) Set(val *Revision)

func (*NullableRevision) UnmarshalJSON

func (v *NullableRevision) UnmarshalJSON(src []byte) error

func (*NullableRevision) Unset

func (v *NullableRevision) Unset()

type NullableRootFolderResource

type NullableRootFolderResource struct {
	// contains filtered or unexported fields
}

func NewNullableRootFolderResource

func NewNullableRootFolderResource(val *RootFolderResource) *NullableRootFolderResource

func (NullableRootFolderResource) Get

func (NullableRootFolderResource) IsSet

func (v NullableRootFolderResource) IsSet() bool

func (NullableRootFolderResource) MarshalJSON

func (v NullableRootFolderResource) MarshalJSON() ([]byte, error)

func (*NullableRootFolderResource) Set

func (*NullableRootFolderResource) UnmarshalJSON

func (v *NullableRootFolderResource) UnmarshalJSON(src []byte) error

func (*NullableRootFolderResource) Unset

func (v *NullableRootFolderResource) Unset()

type NullableRuntimeMode added in v0.3.0

type NullableRuntimeMode struct {
	// contains filtered or unexported fields
}

func NewNullableRuntimeMode added in v0.3.0

func NewNullableRuntimeMode(val *RuntimeMode) *NullableRuntimeMode

func (NullableRuntimeMode) Get added in v0.3.0

func (NullableRuntimeMode) IsSet added in v0.3.0

func (v NullableRuntimeMode) IsSet() bool

func (NullableRuntimeMode) MarshalJSON added in v0.3.0

func (v NullableRuntimeMode) MarshalJSON() ([]byte, error)

func (*NullableRuntimeMode) Set added in v0.3.0

func (v *NullableRuntimeMode) Set(val *RuntimeMode)

func (*NullableRuntimeMode) UnmarshalJSON added in v0.3.0

func (v *NullableRuntimeMode) UnmarshalJSON(src []byte) error

func (*NullableRuntimeMode) Unset added in v0.3.0

func (v *NullableRuntimeMode) Unset()

type NullableSelectOption

type NullableSelectOption struct {
	// contains filtered or unexported fields
}

func NewNullableSelectOption

func NewNullableSelectOption(val *SelectOption) *NullableSelectOption

func (NullableSelectOption) Get

func (NullableSelectOption) IsSet

func (v NullableSelectOption) IsSet() bool

func (NullableSelectOption) MarshalJSON

func (v NullableSelectOption) MarshalJSON() ([]byte, error)

func (*NullableSelectOption) Set

func (v *NullableSelectOption) Set(val *SelectOption)

func (*NullableSelectOption) UnmarshalJSON

func (v *NullableSelectOption) UnmarshalJSON(src []byte) error

func (*NullableSelectOption) Unset

func (v *NullableSelectOption) Unset()

type NullableSeries

type NullableSeries struct {
	// contains filtered or unexported fields
}

func NewNullableSeries

func NewNullableSeries(val *Series) *NullableSeries

func (NullableSeries) Get

func (v NullableSeries) Get() *Series

func (NullableSeries) IsSet

func (v NullableSeries) IsSet() bool

func (NullableSeries) MarshalJSON

func (v NullableSeries) MarshalJSON() ([]byte, error)

func (*NullableSeries) Set

func (v *NullableSeries) Set(val *Series)

func (*NullableSeries) UnmarshalJSON

func (v *NullableSeries) UnmarshalJSON(src []byte) error

func (*NullableSeries) Unset

func (v *NullableSeries) Unset()
type NullableSeriesBookLink struct {
	// contains filtered or unexported fields
}
func NewNullableSeriesBookLink(val *SeriesBookLink) *NullableSeriesBookLink

func (NullableSeriesBookLink) Get

func (NullableSeriesBookLink) IsSet

func (v NullableSeriesBookLink) IsSet() bool

func (NullableSeriesBookLink) MarshalJSON

func (v NullableSeriesBookLink) MarshalJSON() ([]byte, error)

func (*NullableSeriesBookLink) Set

func (*NullableSeriesBookLink) UnmarshalJSON

func (v *NullableSeriesBookLink) UnmarshalJSON(src []byte) error

func (*NullableSeriesBookLink) Unset

func (v *NullableSeriesBookLink) Unset()

type NullableSeriesBookLinkListLazyLoaded

type NullableSeriesBookLinkListLazyLoaded struct {
	// contains filtered or unexported fields
}

func (NullableSeriesBookLinkListLazyLoaded) Get

func (NullableSeriesBookLinkListLazyLoaded) IsSet

func (NullableSeriesBookLinkListLazyLoaded) MarshalJSON

func (v NullableSeriesBookLinkListLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableSeriesBookLinkListLazyLoaded) Set

func (*NullableSeriesBookLinkListLazyLoaded) UnmarshalJSON

func (v *NullableSeriesBookLinkListLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableSeriesBookLinkListLazyLoaded) Unset

type NullableSeriesBookLinkResource

type NullableSeriesBookLinkResource struct {
	// contains filtered or unexported fields
}

func (NullableSeriesBookLinkResource) Get

func (NullableSeriesBookLinkResource) IsSet

func (NullableSeriesBookLinkResource) MarshalJSON

func (v NullableSeriesBookLinkResource) MarshalJSON() ([]byte, error)

func (*NullableSeriesBookLinkResource) Set

func (*NullableSeriesBookLinkResource) UnmarshalJSON

func (v *NullableSeriesBookLinkResource) UnmarshalJSON(src []byte) error

func (*NullableSeriesBookLinkResource) Unset

func (v *NullableSeriesBookLinkResource) Unset()

type NullableSeriesLazyLoaded

type NullableSeriesLazyLoaded struct {
	// contains filtered or unexported fields
}

func NewNullableSeriesLazyLoaded

func NewNullableSeriesLazyLoaded(val *SeriesLazyLoaded) *NullableSeriesLazyLoaded

func (NullableSeriesLazyLoaded) Get

func (NullableSeriesLazyLoaded) IsSet

func (v NullableSeriesLazyLoaded) IsSet() bool

func (NullableSeriesLazyLoaded) MarshalJSON

func (v NullableSeriesLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableSeriesLazyLoaded) Set

func (*NullableSeriesLazyLoaded) UnmarshalJSON

func (v *NullableSeriesLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableSeriesLazyLoaded) Unset

func (v *NullableSeriesLazyLoaded) Unset()

type NullableSeriesListLazyLoaded

type NullableSeriesListLazyLoaded struct {
	// contains filtered or unexported fields
}

func NewNullableSeriesListLazyLoaded

func NewNullableSeriesListLazyLoaded(val *SeriesListLazyLoaded) *NullableSeriesListLazyLoaded

func (NullableSeriesListLazyLoaded) Get

func (NullableSeriesListLazyLoaded) IsSet

func (NullableSeriesListLazyLoaded) MarshalJSON

func (v NullableSeriesListLazyLoaded) MarshalJSON() ([]byte, error)

func (*NullableSeriesListLazyLoaded) Set

func (*NullableSeriesListLazyLoaded) UnmarshalJSON

func (v *NullableSeriesListLazyLoaded) UnmarshalJSON(src []byte) error

func (*NullableSeriesListLazyLoaded) Unset

func (v *NullableSeriesListLazyLoaded) Unset()

type NullableSeriesResource

type NullableSeriesResource struct {
	// contains filtered or unexported fields
}

func NewNullableSeriesResource

func NewNullableSeriesResource(val *SeriesResource) *NullableSeriesResource

func (NullableSeriesResource) Get

func (NullableSeriesResource) IsSet

func (v NullableSeriesResource) IsSet() bool

func (NullableSeriesResource) MarshalJSON

func (v NullableSeriesResource) MarshalJSON() ([]byte, error)

func (*NullableSeriesResource) Set

func (*NullableSeriesResource) UnmarshalJSON

func (v *NullableSeriesResource) UnmarshalJSON(src []byte) error

func (*NullableSeriesResource) Unset

func (v *NullableSeriesResource) Unset()

type NullableSortDirection

type NullableSortDirection struct {
	// contains filtered or unexported fields
}

func NewNullableSortDirection

func NewNullableSortDirection(val *SortDirection) *NullableSortDirection

func (NullableSortDirection) Get

func (NullableSortDirection) IsSet

func (v NullableSortDirection) IsSet() bool

func (NullableSortDirection) MarshalJSON

func (v NullableSortDirection) MarshalJSON() ([]byte, error)

func (*NullableSortDirection) Set

func (v *NullableSortDirection) Set(val *SortDirection)

func (*NullableSortDirection) UnmarshalJSON

func (v *NullableSortDirection) UnmarshalJSON(src []byte) error

func (*NullableSortDirection) Unset

func (v *NullableSortDirection) 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 NullableSystemResource added in v0.3.0

type NullableSystemResource struct {
	// contains filtered or unexported fields
}

func NewNullableSystemResource added in v0.3.0

func NewNullableSystemResource(val *SystemResource) *NullableSystemResource

func (NullableSystemResource) Get added in v0.3.0

func (NullableSystemResource) IsSet added in v0.3.0

func (v NullableSystemResource) IsSet() bool

func (NullableSystemResource) MarshalJSON added in v0.3.0

func (v NullableSystemResource) MarshalJSON() ([]byte, error)

func (*NullableSystemResource) Set added in v0.3.0

func (*NullableSystemResource) UnmarshalJSON added in v0.3.0

func (v *NullableSystemResource) UnmarshalJSON(src []byte) error

func (*NullableSystemResource) Unset added in v0.3.0

func (v *NullableSystemResource) Unset()

type NullableTagDetailsResource

type NullableTagDetailsResource struct {
	// contains filtered or unexported fields
}

func NewNullableTagDetailsResource

func NewNullableTagDetailsResource(val *TagDetailsResource) *NullableTagDetailsResource

func (NullableTagDetailsResource) Get

func (NullableTagDetailsResource) IsSet

func (v NullableTagDetailsResource) IsSet() bool

func (NullableTagDetailsResource) MarshalJSON

func (v NullableTagDetailsResource) MarshalJSON() ([]byte, error)

func (*NullableTagDetailsResource) Set

func (*NullableTagDetailsResource) UnmarshalJSON

func (v *NullableTagDetailsResource) UnmarshalJSON(src []byte) error

func (*NullableTagDetailsResource) Unset

func (v *NullableTagDetailsResource) Unset()

type NullableTagDifference

type NullableTagDifference struct {
	// contains filtered or unexported fields
}

func NewNullableTagDifference

func NewNullableTagDifference(val *TagDifference) *NullableTagDifference

func (NullableTagDifference) Get

func (NullableTagDifference) IsSet

func (v NullableTagDifference) IsSet() bool

func (NullableTagDifference) MarshalJSON

func (v NullableTagDifference) MarshalJSON() ([]byte, error)

func (*NullableTagDifference) Set

func (v *NullableTagDifference) Set(val *TagDifference)

func (*NullableTagDifference) UnmarshalJSON

func (v *NullableTagDifference) UnmarshalJSON(src []byte) error

func (*NullableTagDifference) Unset

func (v *NullableTagDifference) Unset()

type NullableTagResource

type NullableTagResource struct {
	// contains filtered or unexported fields
}

func NewNullableTagResource

func NewNullableTagResource(val *TagResource) *NullableTagResource

func (NullableTagResource) Get

func (NullableTagResource) IsSet

func (v NullableTagResource) IsSet() bool

func (NullableTagResource) MarshalJSON

func (v NullableTagResource) MarshalJSON() ([]byte, error)

func (*NullableTagResource) Set

func (v *NullableTagResource) Set(val *TagResource)

func (*NullableTagResource) UnmarshalJSON

func (v *NullableTagResource) UnmarshalJSON(src []byte) error

func (*NullableTagResource) Unset

func (v *NullableTagResource) Unset()

type NullableTaskResource

type NullableTaskResource struct {
	// contains filtered or unexported fields
}

func NewNullableTaskResource

func NewNullableTaskResource(val *TaskResource) *NullableTaskResource

func (NullableTaskResource) Get

func (NullableTaskResource) IsSet

func (v NullableTaskResource) IsSet() bool

func (NullableTaskResource) MarshalJSON

func (v NullableTaskResource) MarshalJSON() ([]byte, error)

func (*NullableTaskResource) Set

func (v *NullableTaskResource) Set(val *TaskResource)

func (*NullableTaskResource) UnmarshalJSON

func (v *NullableTaskResource) UnmarshalJSON(src []byte) error

func (*NullableTaskResource) Unset

func (v *NullableTaskResource) 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 NullableTrackedDownloadState

type NullableTrackedDownloadState struct {
	// contains filtered or unexported fields
}

func NewNullableTrackedDownloadState

func NewNullableTrackedDownloadState(val *TrackedDownloadState) *NullableTrackedDownloadState

func (NullableTrackedDownloadState) Get

func (NullableTrackedDownloadState) IsSet

func (NullableTrackedDownloadState) MarshalJSON

func (v NullableTrackedDownloadState) MarshalJSON() ([]byte, error)

func (*NullableTrackedDownloadState) Set

func (*NullableTrackedDownloadState) UnmarshalJSON

func (v *NullableTrackedDownloadState) UnmarshalJSON(src []byte) error

func (*NullableTrackedDownloadState) Unset

func (v *NullableTrackedDownloadState) Unset()

type NullableTrackedDownloadStatus

type NullableTrackedDownloadStatus struct {
	// contains filtered or unexported fields
}

func (NullableTrackedDownloadStatus) Get

func (NullableTrackedDownloadStatus) IsSet

func (NullableTrackedDownloadStatus) MarshalJSON

func (v NullableTrackedDownloadStatus) MarshalJSON() ([]byte, error)

func (*NullableTrackedDownloadStatus) Set

func (*NullableTrackedDownloadStatus) UnmarshalJSON

func (v *NullableTrackedDownloadStatus) UnmarshalJSON(src []byte) error

func (*NullableTrackedDownloadStatus) Unset

func (v *NullableTrackedDownloadStatus) Unset()

type NullableTrackedDownloadStatusMessage

type NullableTrackedDownloadStatusMessage struct {
	// contains filtered or unexported fields
}

func (NullableTrackedDownloadStatusMessage) Get

func (NullableTrackedDownloadStatusMessage) IsSet

func (NullableTrackedDownloadStatusMessage) MarshalJSON

func (v NullableTrackedDownloadStatusMessage) MarshalJSON() ([]byte, error)

func (*NullableTrackedDownloadStatusMessage) Set

func (*NullableTrackedDownloadStatusMessage) UnmarshalJSON

func (v *NullableTrackedDownloadStatusMessage) UnmarshalJSON(src []byte) error

func (*NullableTrackedDownloadStatusMessage) Unset

type NullableUiConfigResource

type NullableUiConfigResource struct {
	// contains filtered or unexported fields
}

func NewNullableUiConfigResource

func NewNullableUiConfigResource(val *UiConfigResource) *NullableUiConfigResource

func (NullableUiConfigResource) Get

func (NullableUiConfigResource) IsSet

func (v NullableUiConfigResource) IsSet() bool

func (NullableUiConfigResource) MarshalJSON

func (v NullableUiConfigResource) MarshalJSON() ([]byte, error)

func (*NullableUiConfigResource) Set

func (*NullableUiConfigResource) UnmarshalJSON

func (v *NullableUiConfigResource) UnmarshalJSON(src []byte) error

func (*NullableUiConfigResource) Unset

func (v *NullableUiConfigResource) Unset()

type NullableUpdateChanges

type NullableUpdateChanges struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateChanges

func NewNullableUpdateChanges(val *UpdateChanges) *NullableUpdateChanges

func (NullableUpdateChanges) Get

func (NullableUpdateChanges) IsSet

func (v NullableUpdateChanges) IsSet() bool

func (NullableUpdateChanges) MarshalJSON

func (v NullableUpdateChanges) MarshalJSON() ([]byte, error)

func (*NullableUpdateChanges) Set

func (v *NullableUpdateChanges) Set(val *UpdateChanges)

func (*NullableUpdateChanges) UnmarshalJSON

func (v *NullableUpdateChanges) UnmarshalJSON(src []byte) error

func (*NullableUpdateChanges) Unset

func (v *NullableUpdateChanges) Unset()

type NullableUpdateMechanism

type NullableUpdateMechanism struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateMechanism

func NewNullableUpdateMechanism(val *UpdateMechanism) *NullableUpdateMechanism

func (NullableUpdateMechanism) Get

func (NullableUpdateMechanism) IsSet

func (v NullableUpdateMechanism) IsSet() bool

func (NullableUpdateMechanism) MarshalJSON

func (v NullableUpdateMechanism) MarshalJSON() ([]byte, error)

func (*NullableUpdateMechanism) Set

func (*NullableUpdateMechanism) UnmarshalJSON

func (v *NullableUpdateMechanism) UnmarshalJSON(src []byte) error

func (*NullableUpdateMechanism) Unset

func (v *NullableUpdateMechanism) Unset()

type NullableUpdateResource

type NullableUpdateResource struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateResource

func NewNullableUpdateResource(val *UpdateResource) *NullableUpdateResource

func (NullableUpdateResource) Get

func (NullableUpdateResource) IsSet

func (v NullableUpdateResource) IsSet() bool

func (NullableUpdateResource) MarshalJSON

func (v NullableUpdateResource) MarshalJSON() ([]byte, error)

func (*NullableUpdateResource) Set

func (*NullableUpdateResource) UnmarshalJSON

func (v *NullableUpdateResource) UnmarshalJSON(src []byte) error

func (*NullableUpdateResource) Unset

func (v *NullableUpdateResource) Unset()

type NullableWriteAudioTagsType

type NullableWriteAudioTagsType struct {
	// contains filtered or unexported fields
}

func NewNullableWriteAudioTagsType

func NewNullableWriteAudioTagsType(val *WriteAudioTagsType) *NullableWriteAudioTagsType

func (NullableWriteAudioTagsType) Get

func (NullableWriteAudioTagsType) IsSet

func (v NullableWriteAudioTagsType) IsSet() bool

func (NullableWriteAudioTagsType) MarshalJSON

func (v NullableWriteAudioTagsType) MarshalJSON() ([]byte, error)

func (*NullableWriteAudioTagsType) Set

func (*NullableWriteAudioTagsType) UnmarshalJSON

func (v *NullableWriteAudioTagsType) UnmarshalJSON(src []byte) error

func (*NullableWriteAudioTagsType) Unset

func (v *NullableWriteAudioTagsType) Unset()

type NullableWriteBookTagsType

type NullableWriteBookTagsType struct {
	// contains filtered or unexported fields
}

func NewNullableWriteBookTagsType

func NewNullableWriteBookTagsType(val *WriteBookTagsType) *NullableWriteBookTagsType

func (NullableWriteBookTagsType) Get

func (NullableWriteBookTagsType) IsSet

func (v NullableWriteBookTagsType) IsSet() bool

func (NullableWriteBookTagsType) MarshalJSON

func (v NullableWriteBookTagsType) MarshalJSON() ([]byte, error)

func (*NullableWriteBookTagsType) Set

func (*NullableWriteBookTagsType) UnmarshalJSON

func (v *NullableWriteBookTagsType) UnmarshalJSON(src []byte) error

func (*NullableWriteBookTagsType) Unset

func (v *NullableWriteBookTagsType) Unset()

type ParseAPIService added in v1.0.0

type ParseAPIService service

ParseAPIService ParseAPI service

func (*ParseAPIService) GetParse added in v1.0.0

GetParse Method for GetParse

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetParseRequest

func (*ParseAPIService) GetParseExecute added in v1.0.0

func (a *ParseAPIService) GetParseExecute(r ApiGetParseRequest) (*ParseResource, *http.Response, error)

Execute executes the request

@return ParseResource

type ParseResource

type ParseResource struct {
	Id             *int32          `json:"id,omitempty"`
	Title          NullableString  `json:"title,omitempty"`
	ParsedBookInfo *ParsedBookInfo `json:"parsedBookInfo,omitempty"`
	Author         *AuthorResource `json:"author,omitempty"`
	Books          []BookResource  `json:"books,omitempty"`
}

ParseResource struct for ParseResource

func NewParseResource

func NewParseResource() *ParseResource

NewParseResource instantiates a new ParseResource 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 NewParseResourceWithDefaults

func NewParseResourceWithDefaults() *ParseResource

NewParseResourceWithDefaults instantiates a new ParseResource 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 (*ParseResource) GetAuthor

func (o *ParseResource) GetAuthor() AuthorResource

GetAuthor returns the Author field value if set, zero value otherwise.

func (*ParseResource) GetAuthorOk

func (o *ParseResource) GetAuthorOk() (*AuthorResource, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParseResource) GetBooks

func (o *ParseResource) GetBooks() []BookResource

GetBooks returns the Books field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParseResource) GetBooksOk

func (o *ParseResource) GetBooksOk() ([]BookResource, bool)

GetBooksOk returns a tuple with the Books 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 (*ParseResource) GetId

func (o *ParseResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ParseResource) GetIdOk

func (o *ParseResource) GetIdOk() (*int32, 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 (*ParseResource) GetParsedBookInfo

func (o *ParseResource) GetParsedBookInfo() ParsedBookInfo

GetParsedBookInfo returns the ParsedBookInfo field value if set, zero value otherwise.

func (*ParseResource) GetParsedBookInfoOk

func (o *ParseResource) GetParsedBookInfoOk() (*ParsedBookInfo, bool)

GetParsedBookInfoOk returns a tuple with the ParsedBookInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParseResource) GetTitle

func (o *ParseResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParseResource) GetTitleOk

func (o *ParseResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*ParseResource) HasAuthor

func (o *ParseResource) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*ParseResource) HasBooks

func (o *ParseResource) HasBooks() bool

HasBooks returns a boolean if a field has been set.

func (*ParseResource) HasId

func (o *ParseResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ParseResource) HasParsedBookInfo

func (o *ParseResource) HasParsedBookInfo() bool

HasParsedBookInfo returns a boolean if a field has been set.

func (*ParseResource) HasTitle

func (o *ParseResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ParseResource) MarshalJSON

func (o ParseResource) MarshalJSON() ([]byte, error)

func (*ParseResource) SetAuthor

func (o *ParseResource) SetAuthor(v AuthorResource)

SetAuthor gets a reference to the given AuthorResource and assigns it to the Author field.

func (*ParseResource) SetBooks

func (o *ParseResource) SetBooks(v []BookResource)

SetBooks gets a reference to the given []BookResource and assigns it to the Books field.

func (*ParseResource) SetId

func (o *ParseResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ParseResource) SetParsedBookInfo

func (o *ParseResource) SetParsedBookInfo(v ParsedBookInfo)

SetParsedBookInfo gets a reference to the given ParsedBookInfo and assigns it to the ParsedBookInfo field.

func (*ParseResource) SetTitle

func (o *ParseResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*ParseResource) SetTitleNil

func (o *ParseResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (ParseResource) ToMap added in v1.0.0

func (o ParseResource) ToMap() (map[string]interface{}, error)

func (*ParseResource) UnsetTitle

func (o *ParseResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type ParsedBookInfo

type ParsedBookInfo struct {
	BookTitle        NullableString   `json:"bookTitle,omitempty"`
	AuthorName       NullableString   `json:"authorName,omitempty"`
	AuthorTitleInfo  *AuthorTitleInfo `json:"authorTitleInfo,omitempty"`
	Quality          *QualityModel    `json:"quality,omitempty"`
	ReleaseDate      NullableString   `json:"releaseDate,omitempty"`
	Discography      *bool            `json:"discography,omitempty"`
	DiscographyStart *int32           `json:"discographyStart,omitempty"`
	DiscographyEnd   *int32           `json:"discographyEnd,omitempty"`
	ReleaseGroup     NullableString   `json:"releaseGroup,omitempty"`
	ReleaseHash      NullableString   `json:"releaseHash,omitempty"`
	ReleaseVersion   NullableString   `json:"releaseVersion,omitempty"`
	ReleaseTitle     NullableString   `json:"releaseTitle,omitempty"`
}

ParsedBookInfo struct for ParsedBookInfo

func NewParsedBookInfo

func NewParsedBookInfo() *ParsedBookInfo

NewParsedBookInfo instantiates a new ParsedBookInfo 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 NewParsedBookInfoWithDefaults

func NewParsedBookInfoWithDefaults() *ParsedBookInfo

NewParsedBookInfoWithDefaults instantiates a new ParsedBookInfo 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 (*ParsedBookInfo) GetAuthorName

func (o *ParsedBookInfo) GetAuthorName() string

GetAuthorName returns the AuthorName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetAuthorNameOk

func (o *ParsedBookInfo) GetAuthorNameOk() (*string, bool)

GetAuthorNameOk returns a tuple with the AuthorName 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 (*ParsedBookInfo) GetAuthorTitleInfo

func (o *ParsedBookInfo) GetAuthorTitleInfo() AuthorTitleInfo

GetAuthorTitleInfo returns the AuthorTitleInfo field value if set, zero value otherwise.

func (*ParsedBookInfo) GetAuthorTitleInfoOk

func (o *ParsedBookInfo) GetAuthorTitleInfoOk() (*AuthorTitleInfo, bool)

GetAuthorTitleInfoOk returns a tuple with the AuthorTitleInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedBookInfo) GetBookTitle

func (o *ParsedBookInfo) GetBookTitle() string

GetBookTitle returns the BookTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetBookTitleOk

func (o *ParsedBookInfo) GetBookTitleOk() (*string, bool)

GetBookTitleOk returns a tuple with the BookTitle 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 (*ParsedBookInfo) GetDiscography

func (o *ParsedBookInfo) GetDiscography() bool

GetDiscography returns the Discography field value if set, zero value otherwise.

func (*ParsedBookInfo) GetDiscographyEnd

func (o *ParsedBookInfo) GetDiscographyEnd() int32

GetDiscographyEnd returns the DiscographyEnd field value if set, zero value otherwise.

func (*ParsedBookInfo) GetDiscographyEndOk

func (o *ParsedBookInfo) GetDiscographyEndOk() (*int32, bool)

GetDiscographyEndOk returns a tuple with the DiscographyEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedBookInfo) GetDiscographyOk

func (o *ParsedBookInfo) GetDiscographyOk() (*bool, bool)

GetDiscographyOk returns a tuple with the Discography field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedBookInfo) GetDiscographyStart

func (o *ParsedBookInfo) GetDiscographyStart() int32

GetDiscographyStart returns the DiscographyStart field value if set, zero value otherwise.

func (*ParsedBookInfo) GetDiscographyStartOk

func (o *ParsedBookInfo) GetDiscographyStartOk() (*int32, bool)

GetDiscographyStartOk returns a tuple with the DiscographyStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedBookInfo) GetQuality

func (o *ParsedBookInfo) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ParsedBookInfo) GetQualityOk

func (o *ParsedBookInfo) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedBookInfo) GetReleaseDate

func (o *ParsedBookInfo) GetReleaseDate() string

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetReleaseDateOk

func (o *ParsedBookInfo) GetReleaseDateOk() (*string, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate 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 (*ParsedBookInfo) GetReleaseGroup

func (o *ParsedBookInfo) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetReleaseGroupOk

func (o *ParsedBookInfo) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup 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 (*ParsedBookInfo) GetReleaseHash

func (o *ParsedBookInfo) GetReleaseHash() string

GetReleaseHash returns the ReleaseHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetReleaseHashOk

func (o *ParsedBookInfo) GetReleaseHashOk() (*string, bool)

GetReleaseHashOk returns a tuple with the ReleaseHash 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 (*ParsedBookInfo) GetReleaseTitle added in v0.3.0

func (o *ParsedBookInfo) GetReleaseTitle() string

GetReleaseTitle returns the ReleaseTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetReleaseTitleOk added in v0.3.0

func (o *ParsedBookInfo) GetReleaseTitleOk() (*string, bool)

GetReleaseTitleOk returns a tuple with the ReleaseTitle 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 (*ParsedBookInfo) GetReleaseVersion

func (o *ParsedBookInfo) GetReleaseVersion() string

GetReleaseVersion returns the ReleaseVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedBookInfo) GetReleaseVersionOk

func (o *ParsedBookInfo) GetReleaseVersionOk() (*string, bool)

GetReleaseVersionOk returns a tuple with the ReleaseVersion 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 (*ParsedBookInfo) HasAuthorName

func (o *ParsedBookInfo) HasAuthorName() bool

HasAuthorName returns a boolean if a field has been set.

func (*ParsedBookInfo) HasAuthorTitleInfo

func (o *ParsedBookInfo) HasAuthorTitleInfo() bool

HasAuthorTitleInfo returns a boolean if a field has been set.

func (*ParsedBookInfo) HasBookTitle

func (o *ParsedBookInfo) HasBookTitle() bool

HasBookTitle returns a boolean if a field has been set.

func (*ParsedBookInfo) HasDiscography

func (o *ParsedBookInfo) HasDiscography() bool

HasDiscography returns a boolean if a field has been set.

func (*ParsedBookInfo) HasDiscographyEnd

func (o *ParsedBookInfo) HasDiscographyEnd() bool

HasDiscographyEnd returns a boolean if a field has been set.

func (*ParsedBookInfo) HasDiscographyStart

func (o *ParsedBookInfo) HasDiscographyStart() bool

HasDiscographyStart returns a boolean if a field has been set.

func (*ParsedBookInfo) HasQuality

func (o *ParsedBookInfo) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ParsedBookInfo) HasReleaseDate

func (o *ParsedBookInfo) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*ParsedBookInfo) HasReleaseGroup

func (o *ParsedBookInfo) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ParsedBookInfo) HasReleaseHash

func (o *ParsedBookInfo) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

func (*ParsedBookInfo) HasReleaseTitle added in v0.3.0

func (o *ParsedBookInfo) HasReleaseTitle() bool

HasReleaseTitle returns a boolean if a field has been set.

func (*ParsedBookInfo) HasReleaseVersion

func (o *ParsedBookInfo) HasReleaseVersion() bool

HasReleaseVersion returns a boolean if a field has been set.

func (ParsedBookInfo) MarshalJSON

func (o ParsedBookInfo) MarshalJSON() ([]byte, error)

func (*ParsedBookInfo) SetAuthorName

func (o *ParsedBookInfo) SetAuthorName(v string)

SetAuthorName gets a reference to the given NullableString and assigns it to the AuthorName field.

func (*ParsedBookInfo) SetAuthorNameNil

func (o *ParsedBookInfo) SetAuthorNameNil()

SetAuthorNameNil sets the value for AuthorName to be an explicit nil

func (*ParsedBookInfo) SetAuthorTitleInfo

func (o *ParsedBookInfo) SetAuthorTitleInfo(v AuthorTitleInfo)

SetAuthorTitleInfo gets a reference to the given AuthorTitleInfo and assigns it to the AuthorTitleInfo field.

func (*ParsedBookInfo) SetBookTitle

func (o *ParsedBookInfo) SetBookTitle(v string)

SetBookTitle gets a reference to the given NullableString and assigns it to the BookTitle field.

func (*ParsedBookInfo) SetBookTitleNil

func (o *ParsedBookInfo) SetBookTitleNil()

SetBookTitleNil sets the value for BookTitle to be an explicit nil

func (*ParsedBookInfo) SetDiscography

func (o *ParsedBookInfo) SetDiscography(v bool)

SetDiscography gets a reference to the given bool and assigns it to the Discography field.

func (*ParsedBookInfo) SetDiscographyEnd

func (o *ParsedBookInfo) SetDiscographyEnd(v int32)

SetDiscographyEnd gets a reference to the given int32 and assigns it to the DiscographyEnd field.

func (*ParsedBookInfo) SetDiscographyStart

func (o *ParsedBookInfo) SetDiscographyStart(v int32)

SetDiscographyStart gets a reference to the given int32 and assigns it to the DiscographyStart field.

func (*ParsedBookInfo) SetQuality

func (o *ParsedBookInfo) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ParsedBookInfo) SetReleaseDate

func (o *ParsedBookInfo) SetReleaseDate(v string)

SetReleaseDate gets a reference to the given NullableString and assigns it to the ReleaseDate field.

func (*ParsedBookInfo) SetReleaseDateNil

func (o *ParsedBookInfo) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (*ParsedBookInfo) SetReleaseGroup

func (o *ParsedBookInfo) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ParsedBookInfo) SetReleaseGroupNil

func (o *ParsedBookInfo) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ParsedBookInfo) SetReleaseHash

func (o *ParsedBookInfo) SetReleaseHash(v string)

SetReleaseHash gets a reference to the given NullableString and assigns it to the ReleaseHash field.

func (*ParsedBookInfo) SetReleaseHashNil

func (o *ParsedBookInfo) SetReleaseHashNil()

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

func (*ParsedBookInfo) SetReleaseTitle added in v0.3.0

func (o *ParsedBookInfo) SetReleaseTitle(v string)

SetReleaseTitle gets a reference to the given NullableString and assigns it to the ReleaseTitle field.

func (*ParsedBookInfo) SetReleaseTitleNil added in v0.3.0

func (o *ParsedBookInfo) SetReleaseTitleNil()

SetReleaseTitleNil sets the value for ReleaseTitle to be an explicit nil

func (*ParsedBookInfo) SetReleaseVersion

func (o *ParsedBookInfo) SetReleaseVersion(v string)

SetReleaseVersion gets a reference to the given NullableString and assigns it to the ReleaseVersion field.

func (*ParsedBookInfo) SetReleaseVersionNil

func (o *ParsedBookInfo) SetReleaseVersionNil()

SetReleaseVersionNil sets the value for ReleaseVersion to be an explicit nil

func (ParsedBookInfo) ToMap added in v1.0.0

func (o ParsedBookInfo) ToMap() (map[string]interface{}, error)

func (*ParsedBookInfo) UnsetAuthorName

func (o *ParsedBookInfo) UnsetAuthorName()

UnsetAuthorName ensures that no value is present for AuthorName, not even an explicit nil

func (*ParsedBookInfo) UnsetBookTitle

func (o *ParsedBookInfo) UnsetBookTitle()

UnsetBookTitle ensures that no value is present for BookTitle, not even an explicit nil

func (*ParsedBookInfo) UnsetReleaseDate

func (o *ParsedBookInfo) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*ParsedBookInfo) UnsetReleaseGroup

func (o *ParsedBookInfo) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*ParsedBookInfo) UnsetReleaseHash

func (o *ParsedBookInfo) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

func (*ParsedBookInfo) UnsetReleaseTitle added in v0.3.0

func (o *ParsedBookInfo) UnsetReleaseTitle()

UnsetReleaseTitle ensures that no value is present for ReleaseTitle, not even an explicit nil

func (*ParsedBookInfo) UnsetReleaseVersion

func (o *ParsedBookInfo) UnsetReleaseVersion()

UnsetReleaseVersion ensures that no value is present for ReleaseVersion, not even an explicit nil

type ParsedTrackInfo

type ParsedTrackInfo struct {
	Title          NullableString  `json:"title,omitempty"`
	CleanTitle     NullableString  `json:"cleanTitle,omitempty"`
	Authors        []string        `json:"authors,omitempty"`
	AuthorTitle    NullableString  `json:"authorTitle,omitempty"`
	BookTitle      NullableString  `json:"bookTitle,omitempty"`
	SeriesTitle    NullableString  `json:"seriesTitle,omitempty"`
	SeriesIndex    NullableString  `json:"seriesIndex,omitempty"`
	Isbn           NullableString  `json:"isbn,omitempty"`
	Asin           NullableString  `json:"asin,omitempty"`
	GoodreadsId    NullableString  `json:"goodreadsId,omitempty"`
	AuthorMBId     NullableString  `json:"authorMBId,omitempty"`
	BookMBId       NullableString  `json:"bookMBId,omitempty"`
	ReleaseMBId    NullableString  `json:"releaseMBId,omitempty"`
	RecordingMBId  NullableString  `json:"recordingMBId,omitempty"`
	TrackMBId      NullableString  `json:"trackMBId,omitempty"`
	DiscNumber     *int32          `json:"discNumber,omitempty"`
	DiscCount      *int32          `json:"discCount,omitempty"`
	Country        *IsoCountry     `json:"country,omitempty"`
	Year           *int32          `json:"year,omitempty"`
	Publisher      NullableString  `json:"publisher,omitempty"`
	Label          NullableString  `json:"label,omitempty"`
	Source         NullableString  `json:"source,omitempty"`
	CatalogNumber  NullableString  `json:"catalogNumber,omitempty"`
	Disambiguation NullableString  `json:"disambiguation,omitempty"`
	Duration       *string         `json:"duration,omitempty"`
	Quality        *QualityModel   `json:"quality,omitempty"`
	MediaInfo      *MediaInfoModel `json:"mediaInfo,omitempty"`
	TrackNumbers   []int32         `json:"trackNumbers,omitempty"`
	Language       NullableString  `json:"language,omitempty"`
	ReleaseGroup   NullableString  `json:"releaseGroup,omitempty"`
	ReleaseHash    NullableString  `json:"releaseHash,omitempty"`
}

ParsedTrackInfo struct for ParsedTrackInfo

func NewParsedTrackInfo

func NewParsedTrackInfo() *ParsedTrackInfo

NewParsedTrackInfo instantiates a new ParsedTrackInfo 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 NewParsedTrackInfoWithDefaults

func NewParsedTrackInfoWithDefaults() *ParsedTrackInfo

NewParsedTrackInfoWithDefaults instantiates a new ParsedTrackInfo 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 (*ParsedTrackInfo) GetAsin

func (o *ParsedTrackInfo) GetAsin() string

GetAsin returns the Asin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetAsinOk

func (o *ParsedTrackInfo) GetAsinOk() (*string, bool)

GetAsinOk returns a tuple with the Asin 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 (*ParsedTrackInfo) GetAuthorMBId

func (o *ParsedTrackInfo) GetAuthorMBId() string

GetAuthorMBId returns the AuthorMBId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetAuthorMBIdOk

func (o *ParsedTrackInfo) GetAuthorMBIdOk() (*string, bool)

GetAuthorMBIdOk returns a tuple with the AuthorMBId 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 (*ParsedTrackInfo) GetAuthorTitle

func (o *ParsedTrackInfo) GetAuthorTitle() string

GetAuthorTitle returns the AuthorTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetAuthorTitleOk

func (o *ParsedTrackInfo) GetAuthorTitleOk() (*string, bool)

GetAuthorTitleOk returns a tuple with the AuthorTitle 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 (*ParsedTrackInfo) GetAuthors

func (o *ParsedTrackInfo) GetAuthors() []string

GetAuthors returns the Authors field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetAuthorsOk

func (o *ParsedTrackInfo) GetAuthorsOk() ([]string, bool)

GetAuthorsOk returns a tuple with the Authors 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 (*ParsedTrackInfo) GetBookMBId

func (o *ParsedTrackInfo) GetBookMBId() string

GetBookMBId returns the BookMBId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetBookMBIdOk

func (o *ParsedTrackInfo) GetBookMBIdOk() (*string, bool)

GetBookMBIdOk returns a tuple with the BookMBId 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 (*ParsedTrackInfo) GetBookTitle

func (o *ParsedTrackInfo) GetBookTitle() string

GetBookTitle returns the BookTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetBookTitleOk

func (o *ParsedTrackInfo) GetBookTitleOk() (*string, bool)

GetBookTitleOk returns a tuple with the BookTitle 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 (*ParsedTrackInfo) GetCatalogNumber

func (o *ParsedTrackInfo) GetCatalogNumber() string

GetCatalogNumber returns the CatalogNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetCatalogNumberOk

func (o *ParsedTrackInfo) GetCatalogNumberOk() (*string, bool)

GetCatalogNumberOk returns a tuple with the CatalogNumber 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 (*ParsedTrackInfo) GetCleanTitle

func (o *ParsedTrackInfo) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetCleanTitleOk

func (o *ParsedTrackInfo) GetCleanTitleOk() (*string, bool)

GetCleanTitleOk returns a tuple with the CleanTitle 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 (*ParsedTrackInfo) GetCountry

func (o *ParsedTrackInfo) GetCountry() IsoCountry

GetCountry returns the Country field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetCountryOk

func (o *ParsedTrackInfo) GetCountryOk() (*IsoCountry, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) GetDisambiguation

func (o *ParsedTrackInfo) GetDisambiguation() string

GetDisambiguation returns the Disambiguation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetDisambiguationOk

func (o *ParsedTrackInfo) GetDisambiguationOk() (*string, bool)

GetDisambiguationOk returns a tuple with the Disambiguation 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 (*ParsedTrackInfo) GetDiscCount

func (o *ParsedTrackInfo) GetDiscCount() int32

GetDiscCount returns the DiscCount field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetDiscCountOk

func (o *ParsedTrackInfo) GetDiscCountOk() (*int32, bool)

GetDiscCountOk returns a tuple with the DiscCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) GetDiscNumber

func (o *ParsedTrackInfo) GetDiscNumber() int32

GetDiscNumber returns the DiscNumber field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetDiscNumberOk

func (o *ParsedTrackInfo) GetDiscNumberOk() (*int32, bool)

GetDiscNumberOk returns a tuple with the DiscNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) GetDuration

func (o *ParsedTrackInfo) GetDuration() string

GetDuration returns the Duration field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetDurationOk

func (o *ParsedTrackInfo) GetDurationOk() (*string, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) GetGoodreadsId

func (o *ParsedTrackInfo) GetGoodreadsId() string

GetGoodreadsId returns the GoodreadsId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetGoodreadsIdOk

func (o *ParsedTrackInfo) GetGoodreadsIdOk() (*string, bool)

GetGoodreadsIdOk returns a tuple with the GoodreadsId 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 (*ParsedTrackInfo) GetIsbn

func (o *ParsedTrackInfo) GetIsbn() string

GetIsbn returns the Isbn field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetIsbnOk

func (o *ParsedTrackInfo) GetIsbnOk() (*string, bool)

GetIsbnOk returns a tuple with the Isbn 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 (*ParsedTrackInfo) GetLabel

func (o *ParsedTrackInfo) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetLabelOk

func (o *ParsedTrackInfo) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label 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 (*ParsedTrackInfo) GetLanguage

func (o *ParsedTrackInfo) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetLanguageOk

func (o *ParsedTrackInfo) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language 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 (*ParsedTrackInfo) GetMediaInfo

func (o *ParsedTrackInfo) GetMediaInfo() MediaInfoModel

GetMediaInfo returns the MediaInfo field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetMediaInfoOk

func (o *ParsedTrackInfo) GetMediaInfoOk() (*MediaInfoModel, bool)

GetMediaInfoOk returns a tuple with the MediaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) GetPublisher

func (o *ParsedTrackInfo) GetPublisher() string

GetPublisher returns the Publisher field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetPublisherOk

func (o *ParsedTrackInfo) GetPublisherOk() (*string, bool)

GetPublisherOk returns a tuple with the Publisher 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 (*ParsedTrackInfo) GetQuality

func (o *ParsedTrackInfo) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetQualityOk

func (o *ParsedTrackInfo) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) GetRecordingMBId

func (o *ParsedTrackInfo) GetRecordingMBId() string

GetRecordingMBId returns the RecordingMBId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetRecordingMBIdOk

func (o *ParsedTrackInfo) GetRecordingMBIdOk() (*string, bool)

GetRecordingMBIdOk returns a tuple with the RecordingMBId 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 (*ParsedTrackInfo) GetReleaseGroup

func (o *ParsedTrackInfo) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetReleaseGroupOk

func (o *ParsedTrackInfo) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup 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 (*ParsedTrackInfo) GetReleaseHash

func (o *ParsedTrackInfo) GetReleaseHash() string

GetReleaseHash returns the ReleaseHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetReleaseHashOk

func (o *ParsedTrackInfo) GetReleaseHashOk() (*string, bool)

GetReleaseHashOk returns a tuple with the ReleaseHash 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 (*ParsedTrackInfo) GetReleaseMBId

func (o *ParsedTrackInfo) GetReleaseMBId() string

GetReleaseMBId returns the ReleaseMBId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetReleaseMBIdOk

func (o *ParsedTrackInfo) GetReleaseMBIdOk() (*string, bool)

GetReleaseMBIdOk returns a tuple with the ReleaseMBId 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 (*ParsedTrackInfo) GetSeriesIndex

func (o *ParsedTrackInfo) GetSeriesIndex() string

GetSeriesIndex returns the SeriesIndex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetSeriesIndexOk

func (o *ParsedTrackInfo) GetSeriesIndexOk() (*string, bool)

GetSeriesIndexOk returns a tuple with the SeriesIndex 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 (*ParsedTrackInfo) GetSeriesTitle

func (o *ParsedTrackInfo) GetSeriesTitle() string

GetSeriesTitle returns the SeriesTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetSeriesTitleOk

func (o *ParsedTrackInfo) GetSeriesTitleOk() (*string, bool)

GetSeriesTitleOk returns a tuple with the SeriesTitle 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 (*ParsedTrackInfo) GetSource

func (o *ParsedTrackInfo) GetSource() string

GetSource returns the Source field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetSourceOk

func (o *ParsedTrackInfo) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source 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 (*ParsedTrackInfo) GetTitle

func (o *ParsedTrackInfo) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetTitleOk

func (o *ParsedTrackInfo) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*ParsedTrackInfo) GetTrackMBId

func (o *ParsedTrackInfo) GetTrackMBId() string

GetTrackMBId returns the TrackMBId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetTrackMBIdOk

func (o *ParsedTrackInfo) GetTrackMBIdOk() (*string, bool)

GetTrackMBIdOk returns a tuple with the TrackMBId 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 (*ParsedTrackInfo) GetTrackNumbers

func (o *ParsedTrackInfo) GetTrackNumbers() []int32

GetTrackNumbers returns the TrackNumbers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedTrackInfo) GetTrackNumbersOk

func (o *ParsedTrackInfo) GetTrackNumbersOk() ([]int32, bool)

GetTrackNumbersOk returns a tuple with the TrackNumbers 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 (*ParsedTrackInfo) GetYear

func (o *ParsedTrackInfo) GetYear() int32

GetYear returns the Year field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetYearOk

func (o *ParsedTrackInfo) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedTrackInfo) HasAsin

func (o *ParsedTrackInfo) HasAsin() bool

HasAsin returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasAuthorMBId

func (o *ParsedTrackInfo) HasAuthorMBId() bool

HasAuthorMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasAuthorTitle

func (o *ParsedTrackInfo) HasAuthorTitle() bool

HasAuthorTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasAuthors

func (o *ParsedTrackInfo) HasAuthors() bool

HasAuthors returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasBookMBId

func (o *ParsedTrackInfo) HasBookMBId() bool

HasBookMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasBookTitle

func (o *ParsedTrackInfo) HasBookTitle() bool

HasBookTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasCatalogNumber

func (o *ParsedTrackInfo) HasCatalogNumber() bool

HasCatalogNumber returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasCleanTitle

func (o *ParsedTrackInfo) HasCleanTitle() bool

HasCleanTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasCountry

func (o *ParsedTrackInfo) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasDisambiguation

func (o *ParsedTrackInfo) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasDiscCount

func (o *ParsedTrackInfo) HasDiscCount() bool

HasDiscCount returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasDiscNumber

func (o *ParsedTrackInfo) HasDiscNumber() bool

HasDiscNumber returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasDuration

func (o *ParsedTrackInfo) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasGoodreadsId

func (o *ParsedTrackInfo) HasGoodreadsId() bool

HasGoodreadsId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasIsbn

func (o *ParsedTrackInfo) HasIsbn() bool

HasIsbn returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasLabel

func (o *ParsedTrackInfo) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasLanguage

func (o *ParsedTrackInfo) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasMediaInfo

func (o *ParsedTrackInfo) HasMediaInfo() bool

HasMediaInfo returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasPublisher

func (o *ParsedTrackInfo) HasPublisher() bool

HasPublisher returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasQuality

func (o *ParsedTrackInfo) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasRecordingMBId

func (o *ParsedTrackInfo) HasRecordingMBId() bool

HasRecordingMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasReleaseGroup

func (o *ParsedTrackInfo) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasReleaseHash

func (o *ParsedTrackInfo) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasReleaseMBId

func (o *ParsedTrackInfo) HasReleaseMBId() bool

HasReleaseMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasSeriesIndex

func (o *ParsedTrackInfo) HasSeriesIndex() bool

HasSeriesIndex returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasSeriesTitle

func (o *ParsedTrackInfo) HasSeriesTitle() bool

HasSeriesTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasSource

func (o *ParsedTrackInfo) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasTitle

func (o *ParsedTrackInfo) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasTrackMBId

func (o *ParsedTrackInfo) HasTrackMBId() bool

HasTrackMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasTrackNumbers

func (o *ParsedTrackInfo) HasTrackNumbers() bool

HasTrackNumbers returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasYear

func (o *ParsedTrackInfo) HasYear() bool

HasYear returns a boolean if a field has been set.

func (ParsedTrackInfo) MarshalJSON

func (o ParsedTrackInfo) MarshalJSON() ([]byte, error)

func (*ParsedTrackInfo) SetAsin

func (o *ParsedTrackInfo) SetAsin(v string)

SetAsin gets a reference to the given NullableString and assigns it to the Asin field.

func (*ParsedTrackInfo) SetAsinNil

func (o *ParsedTrackInfo) SetAsinNil()

SetAsinNil sets the value for Asin to be an explicit nil

func (*ParsedTrackInfo) SetAuthorMBId

func (o *ParsedTrackInfo) SetAuthorMBId(v string)

SetAuthorMBId gets a reference to the given NullableString and assigns it to the AuthorMBId field.

func (*ParsedTrackInfo) SetAuthorMBIdNil

func (o *ParsedTrackInfo) SetAuthorMBIdNil()

SetAuthorMBIdNil sets the value for AuthorMBId to be an explicit nil

func (*ParsedTrackInfo) SetAuthorTitle

func (o *ParsedTrackInfo) SetAuthorTitle(v string)

SetAuthorTitle gets a reference to the given NullableString and assigns it to the AuthorTitle field.

func (*ParsedTrackInfo) SetAuthorTitleNil

func (o *ParsedTrackInfo) SetAuthorTitleNil()

SetAuthorTitleNil sets the value for AuthorTitle to be an explicit nil

func (*ParsedTrackInfo) SetAuthors

func (o *ParsedTrackInfo) SetAuthors(v []string)

SetAuthors gets a reference to the given []string and assigns it to the Authors field.

func (*ParsedTrackInfo) SetBookMBId

func (o *ParsedTrackInfo) SetBookMBId(v string)

SetBookMBId gets a reference to the given NullableString and assigns it to the BookMBId field.

func (*ParsedTrackInfo) SetBookMBIdNil

func (o *ParsedTrackInfo) SetBookMBIdNil()

SetBookMBIdNil sets the value for BookMBId to be an explicit nil

func (*ParsedTrackInfo) SetBookTitle

func (o *ParsedTrackInfo) SetBookTitle(v string)

SetBookTitle gets a reference to the given NullableString and assigns it to the BookTitle field.

func (*ParsedTrackInfo) SetBookTitleNil

func (o *ParsedTrackInfo) SetBookTitleNil()

SetBookTitleNil sets the value for BookTitle to be an explicit nil

func (*ParsedTrackInfo) SetCatalogNumber

func (o *ParsedTrackInfo) SetCatalogNumber(v string)

SetCatalogNumber gets a reference to the given NullableString and assigns it to the CatalogNumber field.

func (*ParsedTrackInfo) SetCatalogNumberNil

func (o *ParsedTrackInfo) SetCatalogNumberNil()

SetCatalogNumberNil sets the value for CatalogNumber to be an explicit nil

func (*ParsedTrackInfo) SetCleanTitle

func (o *ParsedTrackInfo) SetCleanTitle(v string)

SetCleanTitle gets a reference to the given NullableString and assigns it to the CleanTitle field.

func (*ParsedTrackInfo) SetCleanTitleNil

func (o *ParsedTrackInfo) SetCleanTitleNil()

SetCleanTitleNil sets the value for CleanTitle to be an explicit nil

func (*ParsedTrackInfo) SetCountry

func (o *ParsedTrackInfo) SetCountry(v IsoCountry)

SetCountry gets a reference to the given IsoCountry and assigns it to the Country field.

func (*ParsedTrackInfo) SetDisambiguation

func (o *ParsedTrackInfo) SetDisambiguation(v string)

SetDisambiguation gets a reference to the given NullableString and assigns it to the Disambiguation field.

func (*ParsedTrackInfo) SetDisambiguationNil

func (o *ParsedTrackInfo) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*ParsedTrackInfo) SetDiscCount

func (o *ParsedTrackInfo) SetDiscCount(v int32)

SetDiscCount gets a reference to the given int32 and assigns it to the DiscCount field.

func (*ParsedTrackInfo) SetDiscNumber

func (o *ParsedTrackInfo) SetDiscNumber(v int32)

SetDiscNumber gets a reference to the given int32 and assigns it to the DiscNumber field.

func (*ParsedTrackInfo) SetDuration

func (o *ParsedTrackInfo) SetDuration(v string)

SetDuration gets a reference to the given string and assigns it to the Duration field.

func (*ParsedTrackInfo) SetGoodreadsId

func (o *ParsedTrackInfo) SetGoodreadsId(v string)

SetGoodreadsId gets a reference to the given NullableString and assigns it to the GoodreadsId field.

func (*ParsedTrackInfo) SetGoodreadsIdNil

func (o *ParsedTrackInfo) SetGoodreadsIdNil()

SetGoodreadsIdNil sets the value for GoodreadsId to be an explicit nil

func (*ParsedTrackInfo) SetIsbn

func (o *ParsedTrackInfo) SetIsbn(v string)

SetIsbn gets a reference to the given NullableString and assigns it to the Isbn field.

func (*ParsedTrackInfo) SetIsbnNil

func (o *ParsedTrackInfo) SetIsbnNil()

SetIsbnNil sets the value for Isbn to be an explicit nil

func (*ParsedTrackInfo) SetLabel

func (o *ParsedTrackInfo) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*ParsedTrackInfo) SetLabelNil

func (o *ParsedTrackInfo) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*ParsedTrackInfo) SetLanguage

func (o *ParsedTrackInfo) SetLanguage(v string)

SetLanguage gets a reference to the given NullableString and assigns it to the Language field.

func (*ParsedTrackInfo) SetLanguageNil

func (o *ParsedTrackInfo) SetLanguageNil()

SetLanguageNil sets the value for Language to be an explicit nil

func (*ParsedTrackInfo) SetMediaInfo

func (o *ParsedTrackInfo) SetMediaInfo(v MediaInfoModel)

SetMediaInfo gets a reference to the given MediaInfoModel and assigns it to the MediaInfo field.

func (*ParsedTrackInfo) SetPublisher

func (o *ParsedTrackInfo) SetPublisher(v string)

SetPublisher gets a reference to the given NullableString and assigns it to the Publisher field.

func (*ParsedTrackInfo) SetPublisherNil

func (o *ParsedTrackInfo) SetPublisherNil()

SetPublisherNil sets the value for Publisher to be an explicit nil

func (*ParsedTrackInfo) SetQuality

func (o *ParsedTrackInfo) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ParsedTrackInfo) SetRecordingMBId

func (o *ParsedTrackInfo) SetRecordingMBId(v string)

SetRecordingMBId gets a reference to the given NullableString and assigns it to the RecordingMBId field.

func (*ParsedTrackInfo) SetRecordingMBIdNil

func (o *ParsedTrackInfo) SetRecordingMBIdNil()

SetRecordingMBIdNil sets the value for RecordingMBId to be an explicit nil

func (*ParsedTrackInfo) SetReleaseGroup

func (o *ParsedTrackInfo) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ParsedTrackInfo) SetReleaseGroupNil

func (o *ParsedTrackInfo) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ParsedTrackInfo) SetReleaseHash

func (o *ParsedTrackInfo) SetReleaseHash(v string)

SetReleaseHash gets a reference to the given NullableString and assigns it to the ReleaseHash field.

func (*ParsedTrackInfo) SetReleaseHashNil

func (o *ParsedTrackInfo) SetReleaseHashNil()

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

func (*ParsedTrackInfo) SetReleaseMBId

func (o *ParsedTrackInfo) SetReleaseMBId(v string)

SetReleaseMBId gets a reference to the given NullableString and assigns it to the ReleaseMBId field.

func (*ParsedTrackInfo) SetReleaseMBIdNil

func (o *ParsedTrackInfo) SetReleaseMBIdNil()

SetReleaseMBIdNil sets the value for ReleaseMBId to be an explicit nil

func (*ParsedTrackInfo) SetSeriesIndex

func (o *ParsedTrackInfo) SetSeriesIndex(v string)

SetSeriesIndex gets a reference to the given NullableString and assigns it to the SeriesIndex field.

func (*ParsedTrackInfo) SetSeriesIndexNil

func (o *ParsedTrackInfo) SetSeriesIndexNil()

SetSeriesIndexNil sets the value for SeriesIndex to be an explicit nil

func (*ParsedTrackInfo) SetSeriesTitle

func (o *ParsedTrackInfo) SetSeriesTitle(v string)

SetSeriesTitle gets a reference to the given NullableString and assigns it to the SeriesTitle field.

func (*ParsedTrackInfo) SetSeriesTitleNil

func (o *ParsedTrackInfo) SetSeriesTitleNil()

SetSeriesTitleNil sets the value for SeriesTitle to be an explicit nil

func (*ParsedTrackInfo) SetSource

func (o *ParsedTrackInfo) SetSource(v string)

SetSource gets a reference to the given NullableString and assigns it to the Source field.

func (*ParsedTrackInfo) SetSourceNil

func (o *ParsedTrackInfo) SetSourceNil()

SetSourceNil sets the value for Source to be an explicit nil

func (*ParsedTrackInfo) SetTitle

func (o *ParsedTrackInfo) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*ParsedTrackInfo) SetTitleNil

func (o *ParsedTrackInfo) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*ParsedTrackInfo) SetTrackMBId

func (o *ParsedTrackInfo) SetTrackMBId(v string)

SetTrackMBId gets a reference to the given NullableString and assigns it to the TrackMBId field.

func (*ParsedTrackInfo) SetTrackMBIdNil

func (o *ParsedTrackInfo) SetTrackMBIdNil()

SetTrackMBIdNil sets the value for TrackMBId to be an explicit nil

func (*ParsedTrackInfo) SetTrackNumbers

func (o *ParsedTrackInfo) SetTrackNumbers(v []int32)

SetTrackNumbers gets a reference to the given []int32 and assigns it to the TrackNumbers field.

func (*ParsedTrackInfo) SetYear

func (o *ParsedTrackInfo) SetYear(v int32)

SetYear gets a reference to the given int32 and assigns it to the Year field.

func (ParsedTrackInfo) ToMap added in v1.0.0

func (o ParsedTrackInfo) ToMap() (map[string]interface{}, error)

func (*ParsedTrackInfo) UnsetAsin

func (o *ParsedTrackInfo) UnsetAsin()

UnsetAsin ensures that no value is present for Asin, not even an explicit nil

func (*ParsedTrackInfo) UnsetAuthorMBId

func (o *ParsedTrackInfo) UnsetAuthorMBId()

UnsetAuthorMBId ensures that no value is present for AuthorMBId, not even an explicit nil

func (*ParsedTrackInfo) UnsetAuthorTitle

func (o *ParsedTrackInfo) UnsetAuthorTitle()

UnsetAuthorTitle ensures that no value is present for AuthorTitle, not even an explicit nil

func (*ParsedTrackInfo) UnsetBookMBId

func (o *ParsedTrackInfo) UnsetBookMBId()

UnsetBookMBId ensures that no value is present for BookMBId, not even an explicit nil

func (*ParsedTrackInfo) UnsetBookTitle

func (o *ParsedTrackInfo) UnsetBookTitle()

UnsetBookTitle ensures that no value is present for BookTitle, not even an explicit nil

func (*ParsedTrackInfo) UnsetCatalogNumber

func (o *ParsedTrackInfo) UnsetCatalogNumber()

UnsetCatalogNumber ensures that no value is present for CatalogNumber, not even an explicit nil

func (*ParsedTrackInfo) UnsetCleanTitle

func (o *ParsedTrackInfo) UnsetCleanTitle()

UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil

func (*ParsedTrackInfo) UnsetDisambiguation

func (o *ParsedTrackInfo) UnsetDisambiguation()

UnsetDisambiguation ensures that no value is present for Disambiguation, not even an explicit nil

func (*ParsedTrackInfo) UnsetGoodreadsId

func (o *ParsedTrackInfo) UnsetGoodreadsId()

UnsetGoodreadsId ensures that no value is present for GoodreadsId, not even an explicit nil

func (*ParsedTrackInfo) UnsetIsbn

func (o *ParsedTrackInfo) UnsetIsbn()

UnsetIsbn ensures that no value is present for Isbn, not even an explicit nil

func (*ParsedTrackInfo) UnsetLabel

func (o *ParsedTrackInfo) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*ParsedTrackInfo) UnsetLanguage

func (o *ParsedTrackInfo) UnsetLanguage()

UnsetLanguage ensures that no value is present for Language, not even an explicit nil

func (*ParsedTrackInfo) UnsetPublisher

func (o *ParsedTrackInfo) UnsetPublisher()

UnsetPublisher ensures that no value is present for Publisher, not even an explicit nil

func (*ParsedTrackInfo) UnsetRecordingMBId

func (o *ParsedTrackInfo) UnsetRecordingMBId()

UnsetRecordingMBId ensures that no value is present for RecordingMBId, not even an explicit nil

func (*ParsedTrackInfo) UnsetReleaseGroup

func (o *ParsedTrackInfo) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*ParsedTrackInfo) UnsetReleaseHash

func (o *ParsedTrackInfo) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

func (*ParsedTrackInfo) UnsetReleaseMBId

func (o *ParsedTrackInfo) UnsetReleaseMBId()

UnsetReleaseMBId ensures that no value is present for ReleaseMBId, not even an explicit nil

func (*ParsedTrackInfo) UnsetSeriesIndex

func (o *ParsedTrackInfo) UnsetSeriesIndex()

UnsetSeriesIndex ensures that no value is present for SeriesIndex, not even an explicit nil

func (*ParsedTrackInfo) UnsetSeriesTitle

func (o *ParsedTrackInfo) UnsetSeriesTitle()

UnsetSeriesTitle ensures that no value is present for SeriesTitle, not even an explicit nil

func (*ParsedTrackInfo) UnsetSource

func (o *ParsedTrackInfo) UnsetSource()

UnsetSource ensures that no value is present for Source, not even an explicit nil

func (*ParsedTrackInfo) UnsetTitle

func (o *ParsedTrackInfo) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*ParsedTrackInfo) UnsetTrackMBId

func (o *ParsedTrackInfo) UnsetTrackMBId()

UnsetTrackMBId ensures that no value is present for TrackMBId, not even an explicit nil

type PingAPIService added in v1.0.0

type PingAPIService service

PingAPIService PingAPI service

func (*PingAPIService) GetPing added in v1.0.0

GetPing Method for GetPing

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPingRequest

func (*PingAPIService) GetPingExecute added in v1.0.0

func (a *PingAPIService) GetPingExecute(r ApiGetPingRequest) (*PingResource, *http.Response, error)

Execute executes the request

@return PingResource

type PingResource added in v0.3.0

type PingResource struct {
	Status NullableString `json:"status,omitempty"`
}

PingResource struct for PingResource

func NewPingResource added in v0.3.0

func NewPingResource() *PingResource

NewPingResource instantiates a new PingResource 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 NewPingResourceWithDefaults added in v0.3.0

func NewPingResourceWithDefaults() *PingResource

NewPingResourceWithDefaults instantiates a new PingResource 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 (*PingResource) GetStatus added in v0.3.0

func (o *PingResource) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PingResource) GetStatusOk added in v0.3.0

func (o *PingResource) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status 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 (*PingResource) HasStatus added in v0.3.0

func (o *PingResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (PingResource) MarshalJSON added in v0.3.0

func (o PingResource) MarshalJSON() ([]byte, error)

func (*PingResource) SetStatus added in v0.3.0

func (o *PingResource) SetStatus(v string)

SetStatus gets a reference to the given NullableString and assigns it to the Status field.

func (*PingResource) SetStatusNil added in v0.3.0

func (o *PingResource) SetStatusNil()

SetStatusNil sets the value for Status to be an explicit nil

func (PingResource) ToMap added in v1.0.0

func (o PingResource) ToMap() (map[string]interface{}, error)

func (*PingResource) UnsetStatus added in v0.3.0

func (o *PingResource) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

type ProfileFormatItem added in v0.3.0

type ProfileFormatItem struct {
	Format *CustomFormat `json:"format,omitempty"`
	Score  *int32        `json:"score,omitempty"`
}

ProfileFormatItem struct for ProfileFormatItem

func NewProfileFormatItem added in v0.3.0

func NewProfileFormatItem() *ProfileFormatItem

NewProfileFormatItem instantiates a new ProfileFormatItem 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 NewProfileFormatItemWithDefaults added in v0.3.0

func NewProfileFormatItemWithDefaults() *ProfileFormatItem

NewProfileFormatItemWithDefaults instantiates a new ProfileFormatItem 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 (*ProfileFormatItem) GetFormat added in v0.3.0

func (o *ProfileFormatItem) GetFormat() CustomFormat

GetFormat returns the Format field value if set, zero value otherwise.

func (*ProfileFormatItem) GetFormatOk added in v0.3.0

func (o *ProfileFormatItem) GetFormatOk() (*CustomFormat, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItem) GetScore added in v0.3.0

func (o *ProfileFormatItem) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*ProfileFormatItem) GetScoreOk added in v0.3.0

func (o *ProfileFormatItem) GetScoreOk() (*int32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItem) HasFormat added in v0.3.0

func (o *ProfileFormatItem) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ProfileFormatItem) HasScore added in v0.3.0

func (o *ProfileFormatItem) HasScore() bool

HasScore returns a boolean if a field has been set.

func (ProfileFormatItem) MarshalJSON added in v0.3.0

func (o ProfileFormatItem) MarshalJSON() ([]byte, error)

func (*ProfileFormatItem) SetFormat added in v0.3.0

func (o *ProfileFormatItem) SetFormat(v CustomFormat)

SetFormat gets a reference to the given CustomFormat and assigns it to the Format field.

func (*ProfileFormatItem) SetScore added in v0.3.0

func (o *ProfileFormatItem) SetScore(v int32)

SetScore gets a reference to the given int32 and assigns it to the Score field.

func (ProfileFormatItem) ToMap added in v1.0.0

func (o ProfileFormatItem) ToMap() (map[string]interface{}, error)

type ProfileFormatItemResource added in v0.3.0

type ProfileFormatItemResource struct {
	Id     *int32         `json:"id,omitempty"`
	Format *int32         `json:"format,omitempty"`
	Name   NullableString `json:"name,omitempty"`
	Score  *int32         `json:"score,omitempty"`
}

ProfileFormatItemResource struct for ProfileFormatItemResource

func NewProfileFormatItemResource added in v0.3.0

func NewProfileFormatItemResource() *ProfileFormatItemResource

NewProfileFormatItemResource instantiates a new ProfileFormatItemResource 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 NewProfileFormatItemResourceWithDefaults added in v0.3.0

func NewProfileFormatItemResourceWithDefaults() *ProfileFormatItemResource

NewProfileFormatItemResourceWithDefaults instantiates a new ProfileFormatItemResource 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 (*ProfileFormatItemResource) GetFormat added in v0.3.0

func (o *ProfileFormatItemResource) GetFormat() int32

GetFormat returns the Format field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetFormatOk added in v0.3.0

func (o *ProfileFormatItemResource) GetFormatOk() (*int32, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItemResource) GetId added in v0.3.0

func (o *ProfileFormatItemResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetIdOk added in v0.3.0

func (o *ProfileFormatItemResource) GetIdOk() (*int32, 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 (*ProfileFormatItemResource) GetName added in v0.3.0

func (o *ProfileFormatItemResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ProfileFormatItemResource) GetNameOk added in v0.3.0

func (o *ProfileFormatItemResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ProfileFormatItemResource) GetScore added in v0.3.0

func (o *ProfileFormatItemResource) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetScoreOk added in v0.3.0

func (o *ProfileFormatItemResource) GetScoreOk() (*int32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItemResource) HasFormat added in v0.3.0

func (o *ProfileFormatItemResource) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasId added in v0.3.0

func (o *ProfileFormatItemResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasName added in v0.3.0

func (o *ProfileFormatItemResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasScore added in v0.3.0

func (o *ProfileFormatItemResource) HasScore() bool

HasScore returns a boolean if a field has been set.

func (ProfileFormatItemResource) MarshalJSON added in v0.3.0

func (o ProfileFormatItemResource) MarshalJSON() ([]byte, error)

func (*ProfileFormatItemResource) SetFormat added in v0.3.0

func (o *ProfileFormatItemResource) SetFormat(v int32)

SetFormat gets a reference to the given int32 and assigns it to the Format field.

func (*ProfileFormatItemResource) SetId added in v0.3.0

func (o *ProfileFormatItemResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ProfileFormatItemResource) SetName added in v0.3.0

func (o *ProfileFormatItemResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ProfileFormatItemResource) SetNameNil added in v0.3.0

func (o *ProfileFormatItemResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ProfileFormatItemResource) SetScore added in v0.3.0

func (o *ProfileFormatItemResource) SetScore(v int32)

SetScore gets a reference to the given int32 and assigns it to the Score field.

func (ProfileFormatItemResource) ToMap added in v1.0.0

func (o ProfileFormatItemResource) ToMap() (map[string]interface{}, error)

func (*ProfileFormatItemResource) UnsetName added in v0.3.0

func (o *ProfileFormatItemResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ProperDownloadTypes

type ProperDownloadTypes string

ProperDownloadTypes the model 'ProperDownloadTypes'

const (
	PROPERDOWNLOADTYPES_PREFER_AND_UPGRADE ProperDownloadTypes = "preferAndUpgrade"
	PROPERDOWNLOADTYPES_DO_NOT_UPGRADE     ProperDownloadTypes = "doNotUpgrade"
	PROPERDOWNLOADTYPES_DO_NOT_PREFER      ProperDownloadTypes = "doNotPrefer"
)

List of ProperDownloadTypes

func NewProperDownloadTypesFromValue

func NewProperDownloadTypesFromValue(v string) (*ProperDownloadTypes, error)

NewProperDownloadTypesFromValue returns a pointer to a valid ProperDownloadTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ProperDownloadTypes) IsValid

func (v ProperDownloadTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ProperDownloadTypes) Ptr

Ptr returns reference to ProperDownloadTypes value

func (*ProperDownloadTypes) UnmarshalJSON

func (v *ProperDownloadTypes) UnmarshalJSON(src []byte) error

type ProviderMessage

type ProviderMessage struct {
	Message NullableString       `json:"message,omitempty"`
	Type    *ProviderMessageType `json:"type,omitempty"`
}

ProviderMessage struct for ProviderMessage

func NewProviderMessage

func NewProviderMessage() *ProviderMessage

NewProviderMessage instantiates a new ProviderMessage 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 NewProviderMessageWithDefaults

func NewProviderMessageWithDefaults() *ProviderMessage

NewProviderMessageWithDefaults instantiates a new ProviderMessage 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 (*ProviderMessage) GetMessage

func (o *ProviderMessage) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ProviderMessage) GetMessageOk

func (o *ProviderMessage) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message 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 (*ProviderMessage) GetType

func (o *ProviderMessage) GetType() ProviderMessageType

GetType returns the Type field value if set, zero value otherwise.

func (*ProviderMessage) GetTypeOk

func (o *ProviderMessage) GetTypeOk() (*ProviderMessageType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderMessage) HasMessage

func (o *ProviderMessage) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ProviderMessage) HasType

func (o *ProviderMessage) HasType() bool

HasType returns a boolean if a field has been set.

func (ProviderMessage) MarshalJSON

func (o ProviderMessage) MarshalJSON() ([]byte, error)

func (*ProviderMessage) SetMessage

func (o *ProviderMessage) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*ProviderMessage) SetMessageNil

func (o *ProviderMessage) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*ProviderMessage) SetType

func (o *ProviderMessage) SetType(v ProviderMessageType)

SetType gets a reference to the given ProviderMessageType and assigns it to the Type field.

func (ProviderMessage) ToMap added in v1.0.0

func (o ProviderMessage) ToMap() (map[string]interface{}, error)

func (*ProviderMessage) UnsetMessage

func (o *ProviderMessage) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type ProviderMessageType

type ProviderMessageType string

ProviderMessageType the model 'ProviderMessageType'

const (
	PROVIDERMESSAGETYPE_INFO    ProviderMessageType = "info"
	PROVIDERMESSAGETYPE_WARNING ProviderMessageType = "warning"
	PROVIDERMESSAGETYPE_ERROR   ProviderMessageType = "error"
)

List of ProviderMessageType

func NewProviderMessageTypeFromValue

func NewProviderMessageTypeFromValue(v string) (*ProviderMessageType, error)

NewProviderMessageTypeFromValue returns a pointer to a valid ProviderMessageType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ProviderMessageType) IsValid

func (v ProviderMessageType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ProviderMessageType) Ptr

Ptr returns reference to ProviderMessageType value

func (*ProviderMessageType) UnmarshalJSON

func (v *ProviderMessageType) UnmarshalJSON(src []byte) error

type ProxyType

type ProxyType string

ProxyType the model 'ProxyType'

const (
	PROXYTYPE_HTTP   ProxyType = "http"
	PROXYTYPE_SOCKS4 ProxyType = "socks4"
	PROXYTYPE_SOCKS5 ProxyType = "socks5"
)

List of ProxyType

func NewProxyTypeFromValue

func NewProxyTypeFromValue(v string) (*ProxyType, error)

NewProxyTypeFromValue returns a pointer to a valid ProxyType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ProxyType) IsValid

func (v ProxyType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ProxyType) Ptr

func (v ProxyType) Ptr() *ProxyType

Ptr returns reference to ProxyType value

func (*ProxyType) UnmarshalJSON

func (v *ProxyType) UnmarshalJSON(src []byte) error

type Quality

type Quality struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
}

Quality struct for Quality

func NewQuality

func NewQuality() *Quality

NewQuality instantiates a new Quality 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 NewQualityWithDefaults

func NewQualityWithDefaults() *Quality

NewQualityWithDefaults instantiates a new Quality 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 (*Quality) GetId

func (o *Quality) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Quality) GetIdOk

func (o *Quality) GetIdOk() (*int32, 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 (*Quality) GetName

func (o *Quality) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Quality) GetNameOk

func (o *Quality) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Quality) HasId

func (o *Quality) HasId() bool

HasId returns a boolean if a field has been set.

func (*Quality) HasName

func (o *Quality) HasName() bool

HasName returns a boolean if a field has been set.

func (Quality) MarshalJSON

func (o Quality) MarshalJSON() ([]byte, error)

func (*Quality) SetId

func (o *Quality) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Quality) SetName

func (o *Quality) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Quality) SetNameNil

func (o *Quality) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (Quality) ToMap added in v1.0.0

func (o Quality) ToMap() (map[string]interface{}, error)

func (*Quality) UnsetName

func (o *Quality) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityDefinitionAPIService added in v1.0.0

type QualityDefinitionAPIService service

QualityDefinitionAPIService QualityDefinitionAPI service

func (*QualityDefinitionAPIService) GetQualityDefinitionById added in v1.0.0

GetQualityDefinitionById Method for GetQualityDefinitionById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQualityDefinitionByIdRequest

func (*QualityDefinitionAPIService) GetQualityDefinitionByIdExecute added in v1.0.0

Execute executes the request

@return QualityDefinitionResource

func (*QualityDefinitionAPIService) ListQualityDefinition added in v1.0.0

ListQualityDefinition Method for ListQualityDefinition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListQualityDefinitionRequest

func (*QualityDefinitionAPIService) ListQualityDefinitionExecute added in v1.0.0

Execute executes the request

@return []QualityDefinitionResource

func (*QualityDefinitionAPIService) PutQualityDefinitionUpdate added in v1.0.0

PutQualityDefinitionUpdate Method for PutQualityDefinitionUpdate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutQualityDefinitionUpdateRequest

func (*QualityDefinitionAPIService) PutQualityDefinitionUpdateExecute added in v1.0.0

func (a *QualityDefinitionAPIService) PutQualityDefinitionUpdateExecute(r ApiPutQualityDefinitionUpdateRequest) (*http.Response, error)

Execute executes the request

func (*QualityDefinitionAPIService) UpdateQualityDefinition added in v1.0.0

UpdateQualityDefinition Method for UpdateQualityDefinition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateQualityDefinitionRequest

func (*QualityDefinitionAPIService) UpdateQualityDefinitionExecute added in v1.0.0

Execute executes the request

@return QualityDefinitionResource

type QualityDefinitionResource

type QualityDefinitionResource struct {
	Id      *int32          `json:"id,omitempty"`
	Quality *Quality        `json:"quality,omitempty"`
	Title   NullableString  `json:"title,omitempty"`
	Weight  *int32          `json:"weight,omitempty"`
	MinSize NullableFloat64 `json:"minSize,omitempty"`
	MaxSize NullableFloat64 `json:"maxSize,omitempty"`
}

QualityDefinitionResource struct for QualityDefinitionResource

func NewQualityDefinitionResource

func NewQualityDefinitionResource() *QualityDefinitionResource

NewQualityDefinitionResource instantiates a new QualityDefinitionResource 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 NewQualityDefinitionResourceWithDefaults

func NewQualityDefinitionResourceWithDefaults() *QualityDefinitionResource

NewQualityDefinitionResourceWithDefaults instantiates a new QualityDefinitionResource 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 (*QualityDefinitionResource) GetId

func (o *QualityDefinitionResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QualityDefinitionResource) GetIdOk

func (o *QualityDefinitionResource) GetIdOk() (*int32, 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 (*QualityDefinitionResource) GetMaxSize

func (o *QualityDefinitionResource) GetMaxSize() float64

GetMaxSize returns the MaxSize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetMaxSizeOk

func (o *QualityDefinitionResource) GetMaxSizeOk() (*float64, bool)

GetMaxSizeOk returns a tuple with the MaxSize 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 (*QualityDefinitionResource) GetMinSize

func (o *QualityDefinitionResource) GetMinSize() float64

GetMinSize returns the MinSize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetMinSizeOk

func (o *QualityDefinitionResource) GetMinSizeOk() (*float64, bool)

GetMinSizeOk returns a tuple with the MinSize 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 (*QualityDefinitionResource) GetQuality

func (o *QualityDefinitionResource) GetQuality() Quality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityDefinitionResource) GetQualityOk

func (o *QualityDefinitionResource) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityDefinitionResource) GetTitle

func (o *QualityDefinitionResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetTitleOk

func (o *QualityDefinitionResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*QualityDefinitionResource) GetWeight

func (o *QualityDefinitionResource) GetWeight() int32

GetWeight returns the Weight field value if set, zero value otherwise.

func (*QualityDefinitionResource) GetWeightOk

func (o *QualityDefinitionResource) GetWeightOk() (*int32, bool)

GetWeightOk returns a tuple with the Weight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityDefinitionResource) HasId

func (o *QualityDefinitionResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasMaxSize

func (o *QualityDefinitionResource) HasMaxSize() bool

HasMaxSize returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasMinSize

func (o *QualityDefinitionResource) HasMinSize() bool

HasMinSize returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasQuality

func (o *QualityDefinitionResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasTitle

func (o *QualityDefinitionResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasWeight

func (o *QualityDefinitionResource) HasWeight() bool

HasWeight returns a boolean if a field has been set.

func (QualityDefinitionResource) MarshalJSON

func (o QualityDefinitionResource) MarshalJSON() ([]byte, error)

func (*QualityDefinitionResource) SetId

func (o *QualityDefinitionResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityDefinitionResource) SetMaxSize

func (o *QualityDefinitionResource) SetMaxSize(v float64)

SetMaxSize gets a reference to the given NullableFloat64 and assigns it to the MaxSize field.

func (*QualityDefinitionResource) SetMaxSizeNil

func (o *QualityDefinitionResource) SetMaxSizeNil()

SetMaxSizeNil sets the value for MaxSize to be an explicit nil

func (*QualityDefinitionResource) SetMinSize

func (o *QualityDefinitionResource) SetMinSize(v float64)

SetMinSize gets a reference to the given NullableFloat64 and assigns it to the MinSize field.

func (*QualityDefinitionResource) SetMinSizeNil

func (o *QualityDefinitionResource) SetMinSizeNil()

SetMinSizeNil sets the value for MinSize to be an explicit nil

func (*QualityDefinitionResource) SetQuality

func (o *QualityDefinitionResource) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (*QualityDefinitionResource) SetTitle

func (o *QualityDefinitionResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*QualityDefinitionResource) SetTitleNil

func (o *QualityDefinitionResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*QualityDefinitionResource) SetWeight

func (o *QualityDefinitionResource) SetWeight(v int32)

SetWeight gets a reference to the given int32 and assigns it to the Weight field.

func (QualityDefinitionResource) ToMap added in v1.0.0

func (o QualityDefinitionResource) ToMap() (map[string]interface{}, error)

func (*QualityDefinitionResource) UnsetMaxSize

func (o *QualityDefinitionResource) UnsetMaxSize()

UnsetMaxSize ensures that no value is present for MaxSize, not even an explicit nil

func (*QualityDefinitionResource) UnsetMinSize

func (o *QualityDefinitionResource) UnsetMinSize()

UnsetMinSize ensures that no value is present for MinSize, not even an explicit nil

func (*QualityDefinitionResource) UnsetTitle

func (o *QualityDefinitionResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type QualityModel

type QualityModel struct {
	Quality  *Quality  `json:"quality,omitempty"`
	Revision *Revision `json:"revision,omitempty"`
}

QualityModel struct for QualityModel

func NewQualityModel

func NewQualityModel() *QualityModel

NewQualityModel instantiates a new QualityModel 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 NewQualityModelWithDefaults

func NewQualityModelWithDefaults() *QualityModel

NewQualityModelWithDefaults instantiates a new QualityModel 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 (*QualityModel) GetQuality

func (o *QualityModel) GetQuality() Quality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityModel) GetQualityOk

func (o *QualityModel) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityModel) GetRevision

func (o *QualityModel) GetRevision() Revision

GetRevision returns the Revision field value if set, zero value otherwise.

func (*QualityModel) GetRevisionOk

func (o *QualityModel) GetRevisionOk() (*Revision, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityModel) HasQuality

func (o *QualityModel) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*QualityModel) HasRevision

func (o *QualityModel) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (QualityModel) MarshalJSON

func (o QualityModel) MarshalJSON() ([]byte, error)

func (*QualityModel) SetQuality

func (o *QualityModel) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (*QualityModel) SetRevision

func (o *QualityModel) SetRevision(v Revision)

SetRevision gets a reference to the given Revision and assigns it to the Revision field.

func (QualityModel) ToMap added in v1.0.0

func (o QualityModel) ToMap() (map[string]interface{}, error)

type QualityProfile

type QualityProfile struct {
	Id                *int32                      `json:"id,omitempty"`
	Name              NullableString              `json:"name,omitempty"`
	UpgradeAllowed    *bool                       `json:"upgradeAllowed,omitempty"`
	Cutoff            *int32                      `json:"cutoff,omitempty"`
	MinFormatScore    *int32                      `json:"minFormatScore,omitempty"`
	CutoffFormatScore *int32                      `json:"cutoffFormatScore,omitempty"`
	FormatItems       []ProfileFormatItem         `json:"formatItems,omitempty"`
	Items             []QualityProfileQualityItem `json:"items,omitempty"`
}

QualityProfile struct for QualityProfile

func NewQualityProfile

func NewQualityProfile() *QualityProfile

NewQualityProfile instantiates a new QualityProfile 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 NewQualityProfileWithDefaults

func NewQualityProfileWithDefaults() *QualityProfile

NewQualityProfileWithDefaults instantiates a new QualityProfile 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 (*QualityProfile) GetCutoff

func (o *QualityProfile) GetCutoff() int32

GetCutoff returns the Cutoff field value if set, zero value otherwise.

func (*QualityProfile) GetCutoffFormatScore added in v0.3.0

func (o *QualityProfile) GetCutoffFormatScore() int32

GetCutoffFormatScore returns the CutoffFormatScore field value if set, zero value otherwise.

func (*QualityProfile) GetCutoffFormatScoreOk added in v0.3.0

func (o *QualityProfile) GetCutoffFormatScoreOk() (*int32, bool)

GetCutoffFormatScoreOk returns a tuple with the CutoffFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfile) GetCutoffOk

func (o *QualityProfile) GetCutoffOk() (*int32, bool)

GetCutoffOk returns a tuple with the Cutoff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfile) GetFormatItems added in v0.3.0

func (o *QualityProfile) GetFormatItems() []ProfileFormatItem

GetFormatItems returns the FormatItems field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfile) GetFormatItemsOk added in v0.3.0

func (o *QualityProfile) GetFormatItemsOk() ([]ProfileFormatItem, bool)

GetFormatItemsOk returns a tuple with the FormatItems 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 (*QualityProfile) GetId

func (o *QualityProfile) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QualityProfile) GetIdOk

func (o *QualityProfile) GetIdOk() (*int32, 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 (*QualityProfile) GetItems

func (o *QualityProfile) GetItems() []QualityProfileQualityItem

GetItems returns the Items field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfile) GetItemsOk

func (o *QualityProfile) GetItemsOk() ([]QualityProfileQualityItem, bool)

GetItemsOk returns a tuple with the Items 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 (*QualityProfile) GetMinFormatScore added in v0.3.0

func (o *QualityProfile) GetMinFormatScore() int32

GetMinFormatScore returns the MinFormatScore field value if set, zero value otherwise.

func (*QualityProfile) GetMinFormatScoreOk added in v0.3.0

func (o *QualityProfile) GetMinFormatScoreOk() (*int32, bool)

GetMinFormatScoreOk returns a tuple with the MinFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfile) GetName

func (o *QualityProfile) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfile) GetNameOk

func (o *QualityProfile) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfile) GetUpgradeAllowed

func (o *QualityProfile) GetUpgradeAllowed() bool

GetUpgradeAllowed returns the UpgradeAllowed field value if set, zero value otherwise.

func (*QualityProfile) GetUpgradeAllowedOk

func (o *QualityProfile) GetUpgradeAllowedOk() (*bool, bool)

GetUpgradeAllowedOk returns a tuple with the UpgradeAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfile) HasCutoff

func (o *QualityProfile) HasCutoff() bool

HasCutoff returns a boolean if a field has been set.

func (*QualityProfile) HasCutoffFormatScore added in v0.3.0

func (o *QualityProfile) HasCutoffFormatScore() bool

HasCutoffFormatScore returns a boolean if a field has been set.

func (*QualityProfile) HasFormatItems added in v0.3.0

func (o *QualityProfile) HasFormatItems() bool

HasFormatItems returns a boolean if a field has been set.

func (*QualityProfile) HasId

func (o *QualityProfile) HasId() bool

HasId returns a boolean if a field has been set.

func (*QualityProfile) HasItems

func (o *QualityProfile) HasItems() bool

HasItems returns a boolean if a field has been set.

func (*QualityProfile) HasMinFormatScore added in v0.3.0

func (o *QualityProfile) HasMinFormatScore() bool

HasMinFormatScore returns a boolean if a field has been set.

func (*QualityProfile) HasName

func (o *QualityProfile) HasName() bool

HasName returns a boolean if a field has been set.

func (*QualityProfile) HasUpgradeAllowed

func (o *QualityProfile) HasUpgradeAllowed() bool

HasUpgradeAllowed returns a boolean if a field has been set.

func (QualityProfile) MarshalJSON

func (o QualityProfile) MarshalJSON() ([]byte, error)

func (*QualityProfile) SetCutoff

func (o *QualityProfile) SetCutoff(v int32)

SetCutoff gets a reference to the given int32 and assigns it to the Cutoff field.

func (*QualityProfile) SetCutoffFormatScore added in v0.3.0

func (o *QualityProfile) SetCutoffFormatScore(v int32)

SetCutoffFormatScore gets a reference to the given int32 and assigns it to the CutoffFormatScore field.

func (*QualityProfile) SetFormatItems added in v0.3.0

func (o *QualityProfile) SetFormatItems(v []ProfileFormatItem)

SetFormatItems gets a reference to the given []ProfileFormatItem and assigns it to the FormatItems field.

func (*QualityProfile) SetId

func (o *QualityProfile) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityProfile) SetItems

func (o *QualityProfile) SetItems(v []QualityProfileQualityItem)

SetItems gets a reference to the given []QualityProfileQualityItem and assigns it to the Items field.

func (*QualityProfile) SetMinFormatScore added in v0.3.0

func (o *QualityProfile) SetMinFormatScore(v int32)

SetMinFormatScore gets a reference to the given int32 and assigns it to the MinFormatScore field.

func (*QualityProfile) SetName

func (o *QualityProfile) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*QualityProfile) SetNameNil

func (o *QualityProfile) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*QualityProfile) SetUpgradeAllowed

func (o *QualityProfile) SetUpgradeAllowed(v bool)

SetUpgradeAllowed gets a reference to the given bool and assigns it to the UpgradeAllowed field.

func (QualityProfile) ToMap added in v1.0.0

func (o QualityProfile) ToMap() (map[string]interface{}, error)

func (*QualityProfile) UnsetName

func (o *QualityProfile) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityProfileAPIService added in v1.0.0

type QualityProfileAPIService service

QualityProfileAPIService QualityProfileAPI service

func (*QualityProfileAPIService) CreateQualityProfile added in v1.0.0

CreateQualityProfile Method for CreateQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateQualityProfileRequest

func (*QualityProfileAPIService) CreateQualityProfileExecute added in v1.0.0

Execute executes the request

@return QualityProfileResource

func (*QualityProfileAPIService) DeleteQualityProfile added in v1.0.0

DeleteQualityProfile Method for DeleteQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteQualityProfileRequest

func (*QualityProfileAPIService) DeleteQualityProfileExecute added in v1.0.0

func (a *QualityProfileAPIService) DeleteQualityProfileExecute(r ApiDeleteQualityProfileRequest) (*http.Response, error)

Execute executes the request

func (*QualityProfileAPIService) GetQualityProfileById added in v1.0.0

GetQualityProfileById Method for GetQualityProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQualityProfileByIdRequest

func (*QualityProfileAPIService) GetQualityProfileByIdExecute added in v1.0.0

Execute executes the request

@return QualityProfileResource

func (*QualityProfileAPIService) ListQualityProfile added in v1.0.0

ListQualityProfile Method for ListQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListQualityProfileRequest

func (*QualityProfileAPIService) ListQualityProfileExecute added in v1.0.0

Execute executes the request

@return []QualityProfileResource

func (*QualityProfileAPIService) UpdateQualityProfile added in v1.0.0

UpdateQualityProfile Method for UpdateQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateQualityProfileRequest

func (*QualityProfileAPIService) UpdateQualityProfileExecute added in v1.0.0

Execute executes the request

@return QualityProfileResource

type QualityProfileLazyLoaded

type QualityProfileLazyLoaded struct {
	Value    *QualityProfile `json:"value,omitempty"`
	IsLoaded *bool           `json:"isLoaded,omitempty"`
}

QualityProfileLazyLoaded struct for QualityProfileLazyLoaded

func NewQualityProfileLazyLoaded

func NewQualityProfileLazyLoaded() *QualityProfileLazyLoaded

NewQualityProfileLazyLoaded instantiates a new QualityProfileLazyLoaded 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 NewQualityProfileLazyLoadedWithDefaults

func NewQualityProfileLazyLoadedWithDefaults() *QualityProfileLazyLoaded

NewQualityProfileLazyLoadedWithDefaults instantiates a new QualityProfileLazyLoaded 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 (*QualityProfileLazyLoaded) GetIsLoaded

func (o *QualityProfileLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*QualityProfileLazyLoaded) GetIsLoadedOk

func (o *QualityProfileLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileLazyLoaded) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*QualityProfileLazyLoaded) GetValueOk

func (o *QualityProfileLazyLoaded) GetValueOk() (*QualityProfile, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileLazyLoaded) HasIsLoaded

func (o *QualityProfileLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*QualityProfileLazyLoaded) HasValue

func (o *QualityProfileLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (QualityProfileLazyLoaded) MarshalJSON

func (o QualityProfileLazyLoaded) MarshalJSON() ([]byte, error)

func (*QualityProfileLazyLoaded) SetIsLoaded

func (o *QualityProfileLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*QualityProfileLazyLoaded) SetValue

SetValue gets a reference to the given QualityProfile and assigns it to the Value field.

func (QualityProfileLazyLoaded) ToMap added in v1.0.0

func (o QualityProfileLazyLoaded) ToMap() (map[string]interface{}, error)

type QualityProfileQualityItem

type QualityProfileQualityItem struct {
	Id      *int32                      `json:"id,omitempty"`
	Name    NullableString              `json:"name,omitempty"`
	Quality *Quality                    `json:"quality,omitempty"`
	Items   []QualityProfileQualityItem `json:"items,omitempty"`
	Allowed *bool                       `json:"allowed,omitempty"`
}

QualityProfileQualityItem struct for QualityProfileQualityItem

func NewQualityProfileQualityItem

func NewQualityProfileQualityItem() *QualityProfileQualityItem

NewQualityProfileQualityItem instantiates a new QualityProfileQualityItem 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 NewQualityProfileQualityItemWithDefaults

func NewQualityProfileQualityItemWithDefaults() *QualityProfileQualityItem

NewQualityProfileQualityItemWithDefaults instantiates a new QualityProfileQualityItem 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 (*QualityProfileQualityItem) GetAllowed

func (o *QualityProfileQualityItem) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*QualityProfileQualityItem) GetAllowedOk

func (o *QualityProfileQualityItem) GetAllowedOk() (*bool, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItem) GetId

func (o *QualityProfileQualityItem) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QualityProfileQualityItem) GetIdOk

func (o *QualityProfileQualityItem) GetIdOk() (*int32, 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 (*QualityProfileQualityItem) GetItems

GetItems returns the Items field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileQualityItem) GetItemsOk

GetItemsOk returns a tuple with the Items 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 (*QualityProfileQualityItem) GetName

func (o *QualityProfileQualityItem) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileQualityItem) GetNameOk

func (o *QualityProfileQualityItem) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileQualityItem) GetQuality

func (o *QualityProfileQualityItem) GetQuality() Quality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityProfileQualityItem) GetQualityOk

func (o *QualityProfileQualityItem) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItem) HasAllowed

func (o *QualityProfileQualityItem) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*QualityProfileQualityItem) HasId

func (o *QualityProfileQualityItem) HasId() bool

HasId returns a boolean if a field has been set.

func (*QualityProfileQualityItem) HasItems

func (o *QualityProfileQualityItem) HasItems() bool

HasItems returns a boolean if a field has been set.

func (*QualityProfileQualityItem) HasName

func (o *QualityProfileQualityItem) HasName() bool

HasName returns a boolean if a field has been set.

func (*QualityProfileQualityItem) HasQuality

func (o *QualityProfileQualityItem) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (QualityProfileQualityItem) MarshalJSON

func (o QualityProfileQualityItem) MarshalJSON() ([]byte, error)

func (*QualityProfileQualityItem) SetAllowed

func (o *QualityProfileQualityItem) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*QualityProfileQualityItem) SetId

func (o *QualityProfileQualityItem) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityProfileQualityItem) SetItems

SetItems gets a reference to the given []QualityProfileQualityItem and assigns it to the Items field.

func (*QualityProfileQualityItem) SetName

func (o *QualityProfileQualityItem) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*QualityProfileQualityItem) SetNameNil

func (o *QualityProfileQualityItem) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*QualityProfileQualityItem) SetQuality

func (o *QualityProfileQualityItem) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (QualityProfileQualityItem) ToMap added in v1.0.0

func (o QualityProfileQualityItem) ToMap() (map[string]interface{}, error)

func (*QualityProfileQualityItem) UnsetName

func (o *QualityProfileQualityItem) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityProfileQualityItemResource

type QualityProfileQualityItemResource struct {
	Id      *int32                              `json:"id,omitempty"`
	Name    NullableString                      `json:"name,omitempty"`
	Quality *Quality                            `json:"quality,omitempty"`
	Items   []QualityProfileQualityItemResource `json:"items,omitempty"`
	Allowed *bool                               `json:"allowed,omitempty"`
}

QualityProfileQualityItemResource struct for QualityProfileQualityItemResource

func NewQualityProfileQualityItemResource

func NewQualityProfileQualityItemResource() *QualityProfileQualityItemResource

NewQualityProfileQualityItemResource instantiates a new QualityProfileQualityItemResource 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 NewQualityProfileQualityItemResourceWithDefaults

func NewQualityProfileQualityItemResourceWithDefaults() *QualityProfileQualityItemResource

NewQualityProfileQualityItemResourceWithDefaults instantiates a new QualityProfileQualityItemResource 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 (*QualityProfileQualityItemResource) GetAllowed

func (o *QualityProfileQualityItemResource) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*QualityProfileQualityItemResource) GetAllowedOk

func (o *QualityProfileQualityItemResource) GetAllowedOk() (*bool, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItemResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*QualityProfileQualityItemResource) GetIdOk

func (o *QualityProfileQualityItemResource) GetIdOk() (*int32, 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 (*QualityProfileQualityItemResource) GetItems

GetItems returns the Items field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileQualityItemResource) GetItemsOk

GetItemsOk returns a tuple with the Items 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 (*QualityProfileQualityItemResource) GetName

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileQualityItemResource) GetNameOk

func (o *QualityProfileQualityItemResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileQualityItemResource) GetQuality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityProfileQualityItemResource) GetQualityOk

func (o *QualityProfileQualityItemResource) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItemResource) HasAllowed

func (o *QualityProfileQualityItemResource) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasId

HasId returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasItems

HasItems returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasName

HasName returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasQuality

func (o *QualityProfileQualityItemResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (QualityProfileQualityItemResource) MarshalJSON

func (o QualityProfileQualityItemResource) MarshalJSON() ([]byte, error)

func (*QualityProfileQualityItemResource) SetAllowed

func (o *QualityProfileQualityItemResource) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*QualityProfileQualityItemResource) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityProfileQualityItemResource) SetItems

SetItems gets a reference to the given []QualityProfileQualityItemResource and assigns it to the Items field.

func (*QualityProfileQualityItemResource) SetName

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*QualityProfileQualityItemResource) SetNameNil

func (o *QualityProfileQualityItemResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*QualityProfileQualityItemResource) SetQuality

func (o *QualityProfileQualityItemResource) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (QualityProfileQualityItemResource) ToMap added in v1.0.0

func (o QualityProfileQualityItemResource) ToMap() (map[string]interface{}, error)

func (*QualityProfileQualityItemResource) UnsetName

func (o *QualityProfileQualityItemResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityProfileResource

type QualityProfileResource struct {
	Id                *int32                              `json:"id,omitempty"`
	Name              NullableString                      `json:"name,omitempty"`
	UpgradeAllowed    *bool                               `json:"upgradeAllowed,omitempty"`
	Cutoff            *int32                              `json:"cutoff,omitempty"`
	Items             []QualityProfileQualityItemResource `json:"items,omitempty"`
	MinFormatScore    *int32                              `json:"minFormatScore,omitempty"`
	CutoffFormatScore *int32                              `json:"cutoffFormatScore,omitempty"`
	FormatItems       []ProfileFormatItemResource         `json:"formatItems,omitempty"`
}

QualityProfileResource struct for QualityProfileResource

func NewQualityProfileResource

func NewQualityProfileResource() *QualityProfileResource

NewQualityProfileResource instantiates a new QualityProfileResource 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 NewQualityProfileResourceWithDefaults

func NewQualityProfileResourceWithDefaults() *QualityProfileResource

NewQualityProfileResourceWithDefaults instantiates a new QualityProfileResource 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 (*QualityProfileResource) GetCutoff

func (o *QualityProfileResource) GetCutoff() int32

GetCutoff returns the Cutoff field value if set, zero value otherwise.

func (*QualityProfileResource) GetCutoffFormatScore added in v0.3.0

func (o *QualityProfileResource) GetCutoffFormatScore() int32

GetCutoffFormatScore returns the CutoffFormatScore field value if set, zero value otherwise.

func (*QualityProfileResource) GetCutoffFormatScoreOk added in v0.3.0

func (o *QualityProfileResource) GetCutoffFormatScoreOk() (*int32, bool)

GetCutoffFormatScoreOk returns a tuple with the CutoffFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetCutoffOk

func (o *QualityProfileResource) GetCutoffOk() (*int32, bool)

GetCutoffOk returns a tuple with the Cutoff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetFormatItems added in v0.3.0

func (o *QualityProfileResource) GetFormatItems() []ProfileFormatItemResource

GetFormatItems returns the FormatItems field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileResource) GetFormatItemsOk added in v0.3.0

func (o *QualityProfileResource) GetFormatItemsOk() ([]ProfileFormatItemResource, bool)

GetFormatItemsOk returns a tuple with the FormatItems 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 (*QualityProfileResource) GetId

func (o *QualityProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QualityProfileResource) GetIdOk

func (o *QualityProfileResource) GetIdOk() (*int32, 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 (*QualityProfileResource) GetItems

GetItems returns the Items field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileResource) GetItemsOk

GetItemsOk returns a tuple with the Items 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 (*QualityProfileResource) GetMinFormatScore added in v0.3.0

func (o *QualityProfileResource) GetMinFormatScore() int32

GetMinFormatScore returns the MinFormatScore field value if set, zero value otherwise.

func (*QualityProfileResource) GetMinFormatScoreOk added in v0.3.0

func (o *QualityProfileResource) GetMinFormatScoreOk() (*int32, bool)

GetMinFormatScoreOk returns a tuple with the MinFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetName

func (o *QualityProfileResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileResource) GetNameOk

func (o *QualityProfileResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileResource) GetUpgradeAllowed

func (o *QualityProfileResource) GetUpgradeAllowed() bool

GetUpgradeAllowed returns the UpgradeAllowed field value if set, zero value otherwise.

func (*QualityProfileResource) GetUpgradeAllowedOk

func (o *QualityProfileResource) GetUpgradeAllowedOk() (*bool, bool)

GetUpgradeAllowedOk returns a tuple with the UpgradeAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) HasCutoff

func (o *QualityProfileResource) HasCutoff() bool

HasCutoff returns a boolean if a field has been set.

func (*QualityProfileResource) HasCutoffFormatScore added in v0.3.0

func (o *QualityProfileResource) HasCutoffFormatScore() bool

HasCutoffFormatScore returns a boolean if a field has been set.

func (*QualityProfileResource) HasFormatItems added in v0.3.0

func (o *QualityProfileResource) HasFormatItems() bool

HasFormatItems returns a boolean if a field has been set.

func (*QualityProfileResource) HasId

func (o *QualityProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QualityProfileResource) HasItems

func (o *QualityProfileResource) HasItems() bool

HasItems returns a boolean if a field has been set.

func (*QualityProfileResource) HasMinFormatScore added in v0.3.0

func (o *QualityProfileResource) HasMinFormatScore() bool

HasMinFormatScore returns a boolean if a field has been set.

func (*QualityProfileResource) HasName

func (o *QualityProfileResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*QualityProfileResource) HasUpgradeAllowed

func (o *QualityProfileResource) HasUpgradeAllowed() bool

HasUpgradeAllowed returns a boolean if a field has been set.

func (QualityProfileResource) MarshalJSON

func (o QualityProfileResource) MarshalJSON() ([]byte, error)

func (*QualityProfileResource) SetCutoff

func (o *QualityProfileResource) SetCutoff(v int32)

SetCutoff gets a reference to the given int32 and assigns it to the Cutoff field.

func (*QualityProfileResource) SetCutoffFormatScore added in v0.3.0

func (o *QualityProfileResource) SetCutoffFormatScore(v int32)

SetCutoffFormatScore gets a reference to the given int32 and assigns it to the CutoffFormatScore field.

func (*QualityProfileResource) SetFormatItems added in v0.3.0

func (o *QualityProfileResource) SetFormatItems(v []ProfileFormatItemResource)

SetFormatItems gets a reference to the given []ProfileFormatItemResource and assigns it to the FormatItems field.

func (*QualityProfileResource) SetId

func (o *QualityProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityProfileResource) SetItems

SetItems gets a reference to the given []QualityProfileQualityItemResource and assigns it to the Items field.

func (*QualityProfileResource) SetMinFormatScore added in v0.3.0

func (o *QualityProfileResource) SetMinFormatScore(v int32)

SetMinFormatScore gets a reference to the given int32 and assigns it to the MinFormatScore field.

func (*QualityProfileResource) SetName

func (o *QualityProfileResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*QualityProfileResource) SetNameNil

func (o *QualityProfileResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*QualityProfileResource) SetUpgradeAllowed

func (o *QualityProfileResource) SetUpgradeAllowed(v bool)

SetUpgradeAllowed gets a reference to the given bool and assigns it to the UpgradeAllowed field.

func (QualityProfileResource) ToMap added in v1.0.0

func (o QualityProfileResource) ToMap() (map[string]interface{}, error)

func (*QualityProfileResource) UnsetName

func (o *QualityProfileResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityProfileSchemaAPIService added in v1.0.0

type QualityProfileSchemaAPIService service

QualityProfileSchemaAPIService QualityProfileSchemaAPI service

func (*QualityProfileSchemaAPIService) GetQualityprofileSchema added in v1.0.0

GetQualityprofileSchema Method for GetQualityprofileSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQualityprofileSchemaRequest

func (*QualityProfileSchemaAPIService) GetQualityprofileSchemaExecute added in v1.0.0

Execute executes the request

@return QualityProfileResource

type QueueAPIService added in v1.0.0

type QueueAPIService service

QueueAPIService QueueAPI service

func (*QueueAPIService) DeleteQueue added in v1.0.0

func (a *QueueAPIService) DeleteQueue(ctx context.Context, id int32) ApiDeleteQueueRequest

DeleteQueue Method for DeleteQueue

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteQueueRequest

func (*QueueAPIService) DeleteQueueBulk added in v1.0.0

func (a *QueueAPIService) DeleteQueueBulk(ctx context.Context) ApiDeleteQueueBulkRequest

DeleteQueueBulk Method for DeleteQueueBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteQueueBulkRequest

func (*QueueAPIService) DeleteQueueBulkExecute added in v1.0.0

func (a *QueueAPIService) DeleteQueueBulkExecute(r ApiDeleteQueueBulkRequest) (*http.Response, error)

Execute executes the request

func (*QueueAPIService) DeleteQueueExecute added in v1.0.0

func (a *QueueAPIService) DeleteQueueExecute(r ApiDeleteQueueRequest) (*http.Response, error)

Execute executes the request

func (*QueueAPIService) GetQueue added in v1.0.0

GetQueue Method for GetQueue

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQueueRequest

func (*QueueAPIService) GetQueueExecute added in v1.0.0

Execute executes the request

@return QueueResourcePagingResource

type QueueActionAPIService added in v1.0.0

type QueueActionAPIService service

QueueActionAPIService QueueActionAPI service

func (*QueueActionAPIService) CreateQueueGrabBulk added in v1.0.0

CreateQueueGrabBulk Method for CreateQueueGrabBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateQueueGrabBulkRequest

func (*QueueActionAPIService) CreateQueueGrabBulkExecute added in v1.0.0

func (a *QueueActionAPIService) CreateQueueGrabBulkExecute(r ApiCreateQueueGrabBulkRequest) (*http.Response, error)

Execute executes the request

func (*QueueActionAPIService) CreateQueueGrabById added in v1.0.0

CreateQueueGrabById Method for CreateQueueGrabById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiCreateQueueGrabByIdRequest

func (*QueueActionAPIService) CreateQueueGrabByIdExecute added in v1.0.0

func (a *QueueActionAPIService) CreateQueueGrabByIdExecute(r ApiCreateQueueGrabByIdRequest) (*http.Response, error)

Execute executes the request

type QueueBulkResource

type QueueBulkResource struct {
	Ids []int32 `json:"ids,omitempty"`
}

QueueBulkResource struct for QueueBulkResource

func NewQueueBulkResource

func NewQueueBulkResource() *QueueBulkResource

NewQueueBulkResource instantiates a new QueueBulkResource 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 NewQueueBulkResourceWithDefaults

func NewQueueBulkResourceWithDefaults() *QueueBulkResource

NewQueueBulkResourceWithDefaults instantiates a new QueueBulkResource 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 (*QueueBulkResource) GetIds

func (o *QueueBulkResource) GetIds() []int32

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueBulkResource) GetIdsOk

func (o *QueueBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids 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 (*QueueBulkResource) HasIds

func (o *QueueBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (QueueBulkResource) MarshalJSON

func (o QueueBulkResource) MarshalJSON() ([]byte, error)

func (*QueueBulkResource) SetIds

func (o *QueueBulkResource) SetIds(v []int32)

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (QueueBulkResource) ToMap added in v1.0.0

func (o QueueBulkResource) ToMap() (map[string]interface{}, error)

type QueueDetailsAPIService added in v1.0.0

type QueueDetailsAPIService service

QueueDetailsAPIService QueueDetailsAPI service

func (*QueueDetailsAPIService) ListQueueDetails added in v1.0.0

ListQueueDetails Method for ListQueueDetails

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListQueueDetailsRequest

func (*QueueDetailsAPIService) ListQueueDetailsExecute added in v1.0.0

Execute executes the request

@return []QueueResource

type QueueResource

type QueueResource struct {
	Id                                  *int32                         `json:"id,omitempty"`
	AuthorId                            NullableInt32                  `json:"authorId,omitempty"`
	BookId                              NullableInt32                  `json:"bookId,omitempty"`
	Author                              *AuthorResource                `json:"author,omitempty"`
	Book                                *BookResource                  `json:"book,omitempty"`
	Quality                             *QualityModel                  `json:"quality,omitempty"`
	CustomFormats                       []CustomFormatResource         `json:"customFormats,omitempty"`
	CustomFormatScore                   *int32                         `json:"customFormatScore,omitempty"`
	Size                                *float64                       `json:"size,omitempty"`
	Title                               NullableString                 `json:"title,omitempty"`
	Sizeleft                            *float64                       `json:"sizeleft,omitempty"`
	Timeleft                            *string                        `json:"timeleft,omitempty"`
	EstimatedCompletionTime             NullableTime                   `json:"estimatedCompletionTime,omitempty"`
	Status                              NullableString                 `json:"status,omitempty"`
	TrackedDownloadStatus               *TrackedDownloadStatus         `json:"trackedDownloadStatus,omitempty"`
	TrackedDownloadState                *TrackedDownloadState          `json:"trackedDownloadState,omitempty"`
	StatusMessages                      []TrackedDownloadStatusMessage `json:"statusMessages,omitempty"`
	ErrorMessage                        NullableString                 `json:"errorMessage,omitempty"`
	DownloadId                          NullableString                 `json:"downloadId,omitempty"`
	Protocol                            *DownloadProtocol              `json:"protocol,omitempty"`
	DownloadClient                      NullableString                 `json:"downloadClient,omitempty"`
	DownloadClientHasPostImportCategory *bool                          `json:"downloadClientHasPostImportCategory,omitempty"`
	Indexer                             NullableString                 `json:"indexer,omitempty"`
	OutputPath                          NullableString                 `json:"outputPath,omitempty"`
	DownloadForced                      *bool                          `json:"downloadForced,omitempty"`
}

QueueResource struct for QueueResource

func NewQueueResource

func NewQueueResource() *QueueResource

NewQueueResource instantiates a new QueueResource 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 NewQueueResourceWithDefaults

func NewQueueResourceWithDefaults() *QueueResource

NewQueueResourceWithDefaults instantiates a new QueueResource 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 (*QueueResource) GetAuthor

func (o *QueueResource) GetAuthor() AuthorResource

GetAuthor returns the Author field value if set, zero value otherwise.

func (*QueueResource) GetAuthorId

func (o *QueueResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetAuthorIdOk

func (o *QueueResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId 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 (*QueueResource) GetAuthorOk

func (o *QueueResource) GetAuthorOk() (*AuthorResource, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetBook

func (o *QueueResource) GetBook() BookResource

GetBook returns the Book field value if set, zero value otherwise.

func (*QueueResource) GetBookId

func (o *QueueResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetBookIdOk

func (o *QueueResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId 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 (*QueueResource) GetBookOk

func (o *QueueResource) GetBookOk() (*BookResource, bool)

GetBookOk returns a tuple with the Book field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetCustomFormatScore added in v0.4.0

func (o *QueueResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*QueueResource) GetCustomFormatScoreOk added in v0.4.0

func (o *QueueResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetCustomFormats added in v0.3.0

func (o *QueueResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetCustomFormatsOk added in v0.3.0

func (o *QueueResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats 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 (*QueueResource) GetDownloadClient

func (o *QueueResource) GetDownloadClient() string

GetDownloadClient returns the DownloadClient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetDownloadClientHasPostImportCategory added in v1.0.0

func (o *QueueResource) GetDownloadClientHasPostImportCategory() bool

GetDownloadClientHasPostImportCategory returns the DownloadClientHasPostImportCategory field value if set, zero value otherwise.

func (*QueueResource) GetDownloadClientHasPostImportCategoryOk added in v1.0.0

func (o *QueueResource) GetDownloadClientHasPostImportCategoryOk() (*bool, bool)

GetDownloadClientHasPostImportCategoryOk returns a tuple with the DownloadClientHasPostImportCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetDownloadClientOk

func (o *QueueResource) GetDownloadClientOk() (*string, bool)

GetDownloadClientOk returns a tuple with the DownloadClient 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 (*QueueResource) GetDownloadForced

func (o *QueueResource) GetDownloadForced() bool

GetDownloadForced returns the DownloadForced field value if set, zero value otherwise.

func (*QueueResource) GetDownloadForcedOk

func (o *QueueResource) GetDownloadForcedOk() (*bool, bool)

GetDownloadForcedOk returns a tuple with the DownloadForced field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetDownloadId

func (o *QueueResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetDownloadIdOk

func (o *QueueResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId 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 (*QueueResource) GetErrorMessage

func (o *QueueResource) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetErrorMessageOk

func (o *QueueResource) GetErrorMessageOk() (*string, bool)

GetErrorMessageOk returns a tuple with the ErrorMessage 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 (*QueueResource) GetEstimatedCompletionTime

func (o *QueueResource) GetEstimatedCompletionTime() time.Time

GetEstimatedCompletionTime returns the EstimatedCompletionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetEstimatedCompletionTimeOk

func (o *QueueResource) GetEstimatedCompletionTimeOk() (*time.Time, bool)

GetEstimatedCompletionTimeOk returns a tuple with the EstimatedCompletionTime 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 (*QueueResource) GetId

func (o *QueueResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QueueResource) GetIdOk

func (o *QueueResource) GetIdOk() (*int32, 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 (*QueueResource) GetIndexer

func (o *QueueResource) GetIndexer() string

GetIndexer returns the Indexer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetIndexerOk

func (o *QueueResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer 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 (*QueueResource) GetOutputPath

func (o *QueueResource) GetOutputPath() string

GetOutputPath returns the OutputPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetOutputPathOk

func (o *QueueResource) GetOutputPathOk() (*string, bool)

GetOutputPathOk returns a tuple with the OutputPath 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 (*QueueResource) GetProtocol

func (o *QueueResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*QueueResource) GetProtocolOk

func (o *QueueResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetQuality

func (o *QueueResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QueueResource) GetQualityOk

func (o *QueueResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetSize

func (o *QueueResource) GetSize() float64

GetSize returns the Size field value if set, zero value otherwise.

func (*QueueResource) GetSizeOk

func (o *QueueResource) GetSizeOk() (*float64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetSizeleft

func (o *QueueResource) GetSizeleft() float64

GetSizeleft returns the Sizeleft field value if set, zero value otherwise.

func (*QueueResource) GetSizeleftOk

func (o *QueueResource) GetSizeleftOk() (*float64, bool)

GetSizeleftOk returns a tuple with the Sizeleft field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetStatus

func (o *QueueResource) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetStatusMessages

func (o *QueueResource) GetStatusMessages() []TrackedDownloadStatusMessage

GetStatusMessages returns the StatusMessages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetStatusMessagesOk

func (o *QueueResource) GetStatusMessagesOk() ([]TrackedDownloadStatusMessage, bool)

GetStatusMessagesOk returns a tuple with the StatusMessages 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 (*QueueResource) GetStatusOk

func (o *QueueResource) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status 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 (*QueueResource) GetTimeleft

func (o *QueueResource) GetTimeleft() string

GetTimeleft returns the Timeleft field value if set, zero value otherwise.

func (*QueueResource) GetTimeleftOk

func (o *QueueResource) GetTimeleftOk() (*string, bool)

GetTimeleftOk returns a tuple with the Timeleft field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetTitle

func (o *QueueResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetTitleOk

func (o *QueueResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*QueueResource) GetTrackedDownloadState

func (o *QueueResource) GetTrackedDownloadState() TrackedDownloadState

GetTrackedDownloadState returns the TrackedDownloadState field value if set, zero value otherwise.

func (*QueueResource) GetTrackedDownloadStateOk

func (o *QueueResource) GetTrackedDownloadStateOk() (*TrackedDownloadState, bool)

GetTrackedDownloadStateOk returns a tuple with the TrackedDownloadState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetTrackedDownloadStatus

func (o *QueueResource) GetTrackedDownloadStatus() TrackedDownloadStatus

GetTrackedDownloadStatus returns the TrackedDownloadStatus field value if set, zero value otherwise.

func (*QueueResource) GetTrackedDownloadStatusOk

func (o *QueueResource) GetTrackedDownloadStatusOk() (*TrackedDownloadStatus, bool)

GetTrackedDownloadStatusOk returns a tuple with the TrackedDownloadStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) HasAuthor

func (o *QueueResource) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*QueueResource) HasAuthorId

func (o *QueueResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*QueueResource) HasBook

func (o *QueueResource) HasBook() bool

HasBook returns a boolean if a field has been set.

func (*QueueResource) HasBookId

func (o *QueueResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*QueueResource) HasCustomFormatScore added in v0.4.0

func (o *QueueResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*QueueResource) HasCustomFormats added in v0.3.0

func (o *QueueResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*QueueResource) HasDownloadClient

func (o *QueueResource) HasDownloadClient() bool

HasDownloadClient returns a boolean if a field has been set.

func (*QueueResource) HasDownloadClientHasPostImportCategory added in v1.0.0

func (o *QueueResource) HasDownloadClientHasPostImportCategory() bool

HasDownloadClientHasPostImportCategory returns a boolean if a field has been set.

func (*QueueResource) HasDownloadForced

func (o *QueueResource) HasDownloadForced() bool

HasDownloadForced returns a boolean if a field has been set.

func (*QueueResource) HasDownloadId

func (o *QueueResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*QueueResource) HasErrorMessage

func (o *QueueResource) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

func (*QueueResource) HasEstimatedCompletionTime

func (o *QueueResource) HasEstimatedCompletionTime() bool

HasEstimatedCompletionTime returns a boolean if a field has been set.

func (*QueueResource) HasId

func (o *QueueResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QueueResource) HasIndexer

func (o *QueueResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*QueueResource) HasOutputPath

func (o *QueueResource) HasOutputPath() bool

HasOutputPath returns a boolean if a field has been set.

func (*QueueResource) HasProtocol

func (o *QueueResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*QueueResource) HasQuality

func (o *QueueResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*QueueResource) HasSize

func (o *QueueResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*QueueResource) HasSizeleft

func (o *QueueResource) HasSizeleft() bool

HasSizeleft returns a boolean if a field has been set.

func (*QueueResource) HasStatus

func (o *QueueResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*QueueResource) HasStatusMessages

func (o *QueueResource) HasStatusMessages() bool

HasStatusMessages returns a boolean if a field has been set.

func (*QueueResource) HasTimeleft

func (o *QueueResource) HasTimeleft() bool

HasTimeleft returns a boolean if a field has been set.

func (*QueueResource) HasTitle

func (o *QueueResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*QueueResource) HasTrackedDownloadState

func (o *QueueResource) HasTrackedDownloadState() bool

HasTrackedDownloadState returns a boolean if a field has been set.

func (*QueueResource) HasTrackedDownloadStatus

func (o *QueueResource) HasTrackedDownloadStatus() bool

HasTrackedDownloadStatus returns a boolean if a field has been set.

func (QueueResource) MarshalJSON

func (o QueueResource) MarshalJSON() ([]byte, error)

func (*QueueResource) SetAuthor

func (o *QueueResource) SetAuthor(v AuthorResource)

SetAuthor gets a reference to the given AuthorResource and assigns it to the Author field.

func (*QueueResource) SetAuthorId

func (o *QueueResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given NullableInt32 and assigns it to the AuthorId field.

func (*QueueResource) SetAuthorIdNil

func (o *QueueResource) SetAuthorIdNil()

SetAuthorIdNil sets the value for AuthorId to be an explicit nil

func (*QueueResource) SetBook

func (o *QueueResource) SetBook(v BookResource)

SetBook gets a reference to the given BookResource and assigns it to the Book field.

func (*QueueResource) SetBookId

func (o *QueueResource) SetBookId(v int32)

SetBookId gets a reference to the given NullableInt32 and assigns it to the BookId field.

func (*QueueResource) SetBookIdNil

func (o *QueueResource) SetBookIdNil()

SetBookIdNil sets the value for BookId to be an explicit nil

func (*QueueResource) SetCustomFormatScore added in v0.4.0

func (o *QueueResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*QueueResource) SetCustomFormats added in v0.3.0

func (o *QueueResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*QueueResource) SetDownloadClient

func (o *QueueResource) SetDownloadClient(v string)

SetDownloadClient gets a reference to the given NullableString and assigns it to the DownloadClient field.

func (*QueueResource) SetDownloadClientHasPostImportCategory added in v1.0.0

func (o *QueueResource) SetDownloadClientHasPostImportCategory(v bool)

SetDownloadClientHasPostImportCategory gets a reference to the given bool and assigns it to the DownloadClientHasPostImportCategory field.

func (*QueueResource) SetDownloadClientNil

func (o *QueueResource) SetDownloadClientNil()

SetDownloadClientNil sets the value for DownloadClient to be an explicit nil

func (*QueueResource) SetDownloadForced

func (o *QueueResource) SetDownloadForced(v bool)

SetDownloadForced gets a reference to the given bool and assigns it to the DownloadForced field.

func (*QueueResource) SetDownloadId

func (o *QueueResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*QueueResource) SetDownloadIdNil

func (o *QueueResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*QueueResource) SetErrorMessage

func (o *QueueResource) SetErrorMessage(v string)

SetErrorMessage gets a reference to the given NullableString and assigns it to the ErrorMessage field.

func (*QueueResource) SetErrorMessageNil

func (o *QueueResource) SetErrorMessageNil()

SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil

func (*QueueResource) SetEstimatedCompletionTime

func (o *QueueResource) SetEstimatedCompletionTime(v time.Time)

SetEstimatedCompletionTime gets a reference to the given NullableTime and assigns it to the EstimatedCompletionTime field.

func (*QueueResource) SetEstimatedCompletionTimeNil

func (o *QueueResource) SetEstimatedCompletionTimeNil()

SetEstimatedCompletionTimeNil sets the value for EstimatedCompletionTime to be an explicit nil

func (*QueueResource) SetId

func (o *QueueResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QueueResource) SetIndexer

func (o *QueueResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*QueueResource) SetIndexerNil

func (o *QueueResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*QueueResource) SetOutputPath

func (o *QueueResource) SetOutputPath(v string)

SetOutputPath gets a reference to the given NullableString and assigns it to the OutputPath field.

func (*QueueResource) SetOutputPathNil

func (o *QueueResource) SetOutputPathNil()

SetOutputPathNil sets the value for OutputPath to be an explicit nil

func (*QueueResource) SetProtocol

func (o *QueueResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*QueueResource) SetQuality

func (o *QueueResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*QueueResource) SetSize

func (o *QueueResource) SetSize(v float64)

SetSize gets a reference to the given float64 and assigns it to the Size field.

func (*QueueResource) SetSizeleft

func (o *QueueResource) SetSizeleft(v float64)

SetSizeleft gets a reference to the given float64 and assigns it to the Sizeleft field.

func (*QueueResource) SetStatus

func (o *QueueResource) SetStatus(v string)

SetStatus gets a reference to the given NullableString and assigns it to the Status field.

func (*QueueResource) SetStatusMessages

func (o *QueueResource) SetStatusMessages(v []TrackedDownloadStatusMessage)

SetStatusMessages gets a reference to the given []TrackedDownloadStatusMessage and assigns it to the StatusMessages field.

func (*QueueResource) SetStatusNil

func (o *QueueResource) SetStatusNil()

SetStatusNil sets the value for Status to be an explicit nil

func (*QueueResource) SetTimeleft

func (o *QueueResource) SetTimeleft(v string)

SetTimeleft gets a reference to the given string and assigns it to the Timeleft field.

func (*QueueResource) SetTitle

func (o *QueueResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*QueueResource) SetTitleNil

func (o *QueueResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*QueueResource) SetTrackedDownloadState

func (o *QueueResource) SetTrackedDownloadState(v TrackedDownloadState)

SetTrackedDownloadState gets a reference to the given TrackedDownloadState and assigns it to the TrackedDownloadState field.

func (*QueueResource) SetTrackedDownloadStatus

func (o *QueueResource) SetTrackedDownloadStatus(v TrackedDownloadStatus)

SetTrackedDownloadStatus gets a reference to the given TrackedDownloadStatus and assigns it to the TrackedDownloadStatus field.

func (QueueResource) ToMap added in v1.0.0

func (o QueueResource) ToMap() (map[string]interface{}, error)

func (*QueueResource) UnsetAuthorId

func (o *QueueResource) UnsetAuthorId()

UnsetAuthorId ensures that no value is present for AuthorId, not even an explicit nil

func (*QueueResource) UnsetBookId

func (o *QueueResource) UnsetBookId()

UnsetBookId ensures that no value is present for BookId, not even an explicit nil

func (*QueueResource) UnsetDownloadClient

func (o *QueueResource) UnsetDownloadClient()

UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil

func (*QueueResource) UnsetDownloadId

func (o *QueueResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*QueueResource) UnsetErrorMessage

func (o *QueueResource) UnsetErrorMessage()

UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil

func (*QueueResource) UnsetEstimatedCompletionTime

func (o *QueueResource) UnsetEstimatedCompletionTime()

UnsetEstimatedCompletionTime ensures that no value is present for EstimatedCompletionTime, not even an explicit nil

func (*QueueResource) UnsetIndexer

func (o *QueueResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*QueueResource) UnsetOutputPath

func (o *QueueResource) UnsetOutputPath()

UnsetOutputPath ensures that no value is present for OutputPath, not even an explicit nil

func (*QueueResource) UnsetStatus

func (o *QueueResource) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

func (*QueueResource) UnsetTitle

func (o *QueueResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type QueueResourcePagingResource

type QueueResourcePagingResource struct {
	Page          *int32          `json:"page,omitempty"`
	PageSize      *int32          `json:"pageSize,omitempty"`
	SortKey       NullableString  `json:"sortKey,omitempty"`
	SortDirection *SortDirection  `json:"sortDirection,omitempty"`
	TotalRecords  *int32          `json:"totalRecords,omitempty"`
	Records       []QueueResource `json:"records,omitempty"`
}

QueueResourcePagingResource struct for QueueResourcePagingResource

func NewQueueResourcePagingResource

func NewQueueResourcePagingResource() *QueueResourcePagingResource

NewQueueResourcePagingResource instantiates a new QueueResourcePagingResource 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 NewQueueResourcePagingResourceWithDefaults

func NewQueueResourcePagingResourceWithDefaults() *QueueResourcePagingResource

NewQueueResourcePagingResourceWithDefaults instantiates a new QueueResourcePagingResource 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 (*QueueResourcePagingResource) GetPage

func (o *QueueResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetPageOk

func (o *QueueResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) GetPageSize

func (o *QueueResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetPageSizeOk

func (o *QueueResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) GetRecords

func (o *QueueResourcePagingResource) GetRecords() []QueueResource

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResourcePagingResource) GetRecordsOk

func (o *QueueResourcePagingResource) GetRecordsOk() ([]QueueResource, bool)

GetRecordsOk returns a tuple with the Records 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 (*QueueResourcePagingResource) GetSortDirection

func (o *QueueResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetSortDirectionOk

func (o *QueueResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) GetSortKey

func (o *QueueResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResourcePagingResource) GetSortKeyOk

func (o *QueueResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey 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 (*QueueResourcePagingResource) GetTotalRecords

func (o *QueueResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetTotalRecordsOk

func (o *QueueResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) HasPage

func (o *QueueResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasPageSize

func (o *QueueResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasRecords

func (o *QueueResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasSortDirection

func (o *QueueResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasSortKey

func (o *QueueResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasTotalRecords

func (o *QueueResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (QueueResourcePagingResource) MarshalJSON

func (o QueueResourcePagingResource) MarshalJSON() ([]byte, error)

func (*QueueResourcePagingResource) SetPage

func (o *QueueResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*QueueResourcePagingResource) SetPageSize

func (o *QueueResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*QueueResourcePagingResource) SetRecords

func (o *QueueResourcePagingResource) SetRecords(v []QueueResource)

SetRecords gets a reference to the given []QueueResource and assigns it to the Records field.

func (*QueueResourcePagingResource) SetSortDirection

func (o *QueueResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*QueueResourcePagingResource) SetSortKey

func (o *QueueResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*QueueResourcePagingResource) SetSortKeyNil

func (o *QueueResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*QueueResourcePagingResource) SetTotalRecords

func (o *QueueResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (QueueResourcePagingResource) ToMap added in v1.0.0

func (o QueueResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*QueueResourcePagingResource) UnsetSortKey

func (o *QueueResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type QueueStatusAPIService added in v1.0.0

type QueueStatusAPIService service

QueueStatusAPIService QueueStatusAPI service

func (*QueueStatusAPIService) GetQueueStatus added in v1.0.0

GetQueueStatus Method for GetQueueStatus

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQueueStatusRequest

func (*QueueStatusAPIService) GetQueueStatusExecute added in v1.0.0

Execute executes the request

@return QueueStatusResource

type QueueStatusResource

type QueueStatusResource struct {
	Id              *int32 `json:"id,omitempty"`
	TotalCount      *int32 `json:"totalCount,omitempty"`
	Count           *int32 `json:"count,omitempty"`
	UnknownCount    *int32 `json:"unknownCount,omitempty"`
	Errors          *bool  `json:"errors,omitempty"`
	Warnings        *bool  `json:"warnings,omitempty"`
	UnknownErrors   *bool  `json:"unknownErrors,omitempty"`
	UnknownWarnings *bool  `json:"unknownWarnings,omitempty"`
}

QueueStatusResource struct for QueueStatusResource

func NewQueueStatusResource

func NewQueueStatusResource() *QueueStatusResource

NewQueueStatusResource instantiates a new QueueStatusResource 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 NewQueueStatusResourceWithDefaults

func NewQueueStatusResourceWithDefaults() *QueueStatusResource

NewQueueStatusResourceWithDefaults instantiates a new QueueStatusResource 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 (*QueueStatusResource) GetCount

func (o *QueueStatusResource) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*QueueStatusResource) GetCountOk

func (o *QueueStatusResource) GetCountOk() (*int32, 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 (*QueueStatusResource) GetErrors

func (o *QueueStatusResource) GetErrors() bool

GetErrors returns the Errors field value if set, zero value otherwise.

func (*QueueStatusResource) GetErrorsOk

func (o *QueueStatusResource) GetErrorsOk() (*bool, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetId

func (o *QueueStatusResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QueueStatusResource) GetIdOk

func (o *QueueStatusResource) GetIdOk() (*int32, 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 (*QueueStatusResource) GetTotalCount

func (o *QueueStatusResource) GetTotalCount() int32

GetTotalCount returns the TotalCount field value if set, zero value otherwise.

func (*QueueStatusResource) GetTotalCountOk

func (o *QueueStatusResource) GetTotalCountOk() (*int32, bool)

GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetUnknownCount

func (o *QueueStatusResource) GetUnknownCount() int32

GetUnknownCount returns the UnknownCount field value if set, zero value otherwise.

func (*QueueStatusResource) GetUnknownCountOk

func (o *QueueStatusResource) GetUnknownCountOk() (*int32, bool)

GetUnknownCountOk returns a tuple with the UnknownCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetUnknownErrors

func (o *QueueStatusResource) GetUnknownErrors() bool

GetUnknownErrors returns the UnknownErrors field value if set, zero value otherwise.

func (*QueueStatusResource) GetUnknownErrorsOk

func (o *QueueStatusResource) GetUnknownErrorsOk() (*bool, bool)

GetUnknownErrorsOk returns a tuple with the UnknownErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetUnknownWarnings

func (o *QueueStatusResource) GetUnknownWarnings() bool

GetUnknownWarnings returns the UnknownWarnings field value if set, zero value otherwise.

func (*QueueStatusResource) GetUnknownWarningsOk

func (o *QueueStatusResource) GetUnknownWarningsOk() (*bool, bool)

GetUnknownWarningsOk returns a tuple with the UnknownWarnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetWarnings

func (o *QueueStatusResource) GetWarnings() bool

GetWarnings returns the Warnings field value if set, zero value otherwise.

func (*QueueStatusResource) GetWarningsOk

func (o *QueueStatusResource) GetWarningsOk() (*bool, bool)

GetWarningsOk returns a tuple with the Warnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) HasCount

func (o *QueueStatusResource) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*QueueStatusResource) HasErrors

func (o *QueueStatusResource) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*QueueStatusResource) HasId

func (o *QueueStatusResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QueueStatusResource) HasTotalCount

func (o *QueueStatusResource) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

func (*QueueStatusResource) HasUnknownCount

func (o *QueueStatusResource) HasUnknownCount() bool

HasUnknownCount returns a boolean if a field has been set.

func (*QueueStatusResource) HasUnknownErrors

func (o *QueueStatusResource) HasUnknownErrors() bool

HasUnknownErrors returns a boolean if a field has been set.

func (*QueueStatusResource) HasUnknownWarnings

func (o *QueueStatusResource) HasUnknownWarnings() bool

HasUnknownWarnings returns a boolean if a field has been set.

func (*QueueStatusResource) HasWarnings

func (o *QueueStatusResource) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

func (QueueStatusResource) MarshalJSON

func (o QueueStatusResource) MarshalJSON() ([]byte, error)

func (*QueueStatusResource) SetCount

func (o *QueueStatusResource) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*QueueStatusResource) SetErrors

func (o *QueueStatusResource) SetErrors(v bool)

SetErrors gets a reference to the given bool and assigns it to the Errors field.

func (*QueueStatusResource) SetId

func (o *QueueStatusResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QueueStatusResource) SetTotalCount

func (o *QueueStatusResource) SetTotalCount(v int32)

SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.

func (*QueueStatusResource) SetUnknownCount

func (o *QueueStatusResource) SetUnknownCount(v int32)

SetUnknownCount gets a reference to the given int32 and assigns it to the UnknownCount field.

func (*QueueStatusResource) SetUnknownErrors

func (o *QueueStatusResource) SetUnknownErrors(v bool)

SetUnknownErrors gets a reference to the given bool and assigns it to the UnknownErrors field.

func (*QueueStatusResource) SetUnknownWarnings

func (o *QueueStatusResource) SetUnknownWarnings(v bool)

SetUnknownWarnings gets a reference to the given bool and assigns it to the UnknownWarnings field.

func (*QueueStatusResource) SetWarnings

func (o *QueueStatusResource) SetWarnings(v bool)

SetWarnings gets a reference to the given bool and assigns it to the Warnings field.

func (QueueStatusResource) ToMap added in v1.0.0

func (o QueueStatusResource) ToMap() (map[string]interface{}, error)

type Ratings

type Ratings struct {
	Votes      *int32   `json:"votes,omitempty"`
	Value      *float64 `json:"value,omitempty"`
	Popularity *float64 `json:"popularity,omitempty"`
}

Ratings struct for Ratings

func NewRatings

func NewRatings() *Ratings

NewRatings instantiates a new Ratings 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 NewRatingsWithDefaults

func NewRatingsWithDefaults() *Ratings

NewRatingsWithDefaults instantiates a new Ratings 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 (*Ratings) GetPopularity

func (o *Ratings) GetPopularity() float64

GetPopularity returns the Popularity field value if set, zero value otherwise.

func (*Ratings) GetPopularityOk

func (o *Ratings) GetPopularityOk() (*float64, bool)

GetPopularityOk returns a tuple with the Popularity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) GetValue

func (o *Ratings) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*Ratings) GetValueOk

func (o *Ratings) GetValueOk() (*float64, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) GetVotes

func (o *Ratings) GetVotes() int32

GetVotes returns the Votes field value if set, zero value otherwise.

func (*Ratings) GetVotesOk

func (o *Ratings) GetVotesOk() (*int32, bool)

GetVotesOk returns a tuple with the Votes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) HasPopularity

func (o *Ratings) HasPopularity() bool

HasPopularity returns a boolean if a field has been set.

func (*Ratings) HasValue

func (o *Ratings) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*Ratings) HasVotes

func (o *Ratings) HasVotes() bool

HasVotes returns a boolean if a field has been set.

func (Ratings) MarshalJSON

func (o Ratings) MarshalJSON() ([]byte, error)

func (*Ratings) SetPopularity

func (o *Ratings) SetPopularity(v float64)

SetPopularity gets a reference to the given float64 and assigns it to the Popularity field.

func (*Ratings) SetValue

func (o *Ratings) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (*Ratings) SetVotes

func (o *Ratings) SetVotes(v int32)

SetVotes gets a reference to the given int32 and assigns it to the Votes field.

func (Ratings) ToMap added in v1.0.0

func (o Ratings) ToMap() (map[string]interface{}, error)

type Rejection

type Rejection struct {
	Reason NullableString `json:"reason,omitempty"`
	Type   *RejectionType `json:"type,omitempty"`
}

Rejection struct for Rejection

func NewRejection

func NewRejection() *Rejection

NewRejection instantiates a new Rejection 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 NewRejectionWithDefaults

func NewRejectionWithDefaults() *Rejection

NewRejectionWithDefaults instantiates a new Rejection 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 (*Rejection) GetReason

func (o *Rejection) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Rejection) GetReasonOk

func (o *Rejection) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason 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 (*Rejection) GetType

func (o *Rejection) GetType() RejectionType

GetType returns the Type field value if set, zero value otherwise.

func (*Rejection) GetTypeOk

func (o *Rejection) GetTypeOk() (*RejectionType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Rejection) HasReason

func (o *Rejection) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*Rejection) HasType

func (o *Rejection) HasType() bool

HasType returns a boolean if a field has been set.

func (Rejection) MarshalJSON

func (o Rejection) MarshalJSON() ([]byte, error)

func (*Rejection) SetReason

func (o *Rejection) SetReason(v string)

SetReason gets a reference to the given NullableString and assigns it to the Reason field.

func (*Rejection) SetReasonNil

func (o *Rejection) SetReasonNil()

SetReasonNil sets the value for Reason to be an explicit nil

func (*Rejection) SetType

func (o *Rejection) SetType(v RejectionType)

SetType gets a reference to the given RejectionType and assigns it to the Type field.

func (Rejection) ToMap added in v1.0.0

func (o Rejection) ToMap() (map[string]interface{}, error)

func (*Rejection) UnsetReason

func (o *Rejection) UnsetReason()

UnsetReason ensures that no value is present for Reason, not even an explicit nil

type RejectionType

type RejectionType string

RejectionType the model 'RejectionType'

const (
	REJECTIONTYPE_PERMANENT RejectionType = "permanent"
	REJECTIONTYPE_TEMPORARY RejectionType = "temporary"
)

List of RejectionType

func NewRejectionTypeFromValue

func NewRejectionTypeFromValue(v string) (*RejectionType, error)

NewRejectionTypeFromValue returns a pointer to a valid RejectionType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RejectionType) IsValid

func (v RejectionType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RejectionType) Ptr

func (v RejectionType) Ptr() *RejectionType

Ptr returns reference to RejectionType value

func (*RejectionType) UnmarshalJSON

func (v *RejectionType) UnmarshalJSON(src []byte) error

type ReleaseAPIService added in v1.0.0

type ReleaseAPIService service

ReleaseAPIService ReleaseAPI service

func (*ReleaseAPIService) CreateRelease added in v1.0.0

CreateRelease Method for CreateRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReleaseRequest

func (*ReleaseAPIService) CreateReleaseExecute added in v1.0.0

Execute executes the request

@return ReleaseResource

func (*ReleaseAPIService) ListRelease added in v1.0.0

ListRelease Method for ListRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListReleaseRequest

func (*ReleaseAPIService) ListReleaseExecute added in v1.0.0

Execute executes the request

@return []ReleaseResource

type ReleaseProfileAPIService added in v1.0.0

type ReleaseProfileAPIService service

ReleaseProfileAPIService ReleaseProfileAPI service

func (*ReleaseProfileAPIService) CreateReleaseProfile added in v1.0.0

CreateReleaseProfile Method for CreateReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReleaseProfileRequest

func (*ReleaseProfileAPIService) CreateReleaseProfileExecute added in v1.0.0

Execute executes the request

@return ReleaseProfileResource

func (*ReleaseProfileAPIService) DeleteReleaseProfile added in v1.0.0

DeleteReleaseProfile Method for DeleteReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteReleaseProfileRequest

func (*ReleaseProfileAPIService) DeleteReleaseProfileExecute added in v1.0.0

func (a *ReleaseProfileAPIService) DeleteReleaseProfileExecute(r ApiDeleteReleaseProfileRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseProfileAPIService) GetReleaseProfileById added in v1.0.0

GetReleaseProfileById Method for GetReleaseProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetReleaseProfileByIdRequest

func (*ReleaseProfileAPIService) GetReleaseProfileByIdExecute added in v1.0.0

Execute executes the request

@return ReleaseProfileResource

func (*ReleaseProfileAPIService) ListReleaseProfile added in v1.0.0

ListReleaseProfile Method for ListReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListReleaseProfileRequest

func (*ReleaseProfileAPIService) ListReleaseProfileExecute added in v1.0.0

Execute executes the request

@return []ReleaseProfileResource

func (*ReleaseProfileAPIService) UpdateReleaseProfile added in v1.0.0

UpdateReleaseProfile Method for UpdateReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateReleaseProfileRequest

func (*ReleaseProfileAPIService) UpdateReleaseProfileExecute added in v1.0.0

Execute executes the request

@return ReleaseProfileResource

type ReleaseProfileResource

type ReleaseProfileResource struct {
	Id        *int32   `json:"id,omitempty"`
	Enabled   *bool    `json:"enabled,omitempty"`
	Required  []string `json:"required,omitempty"`
	Ignored   []string `json:"ignored,omitempty"`
	IndexerId *int32   `json:"indexerId,omitempty"`
	Tags      []int32  `json:"tags,omitempty"`
}

ReleaseProfileResource struct for ReleaseProfileResource

func NewReleaseProfileResource

func NewReleaseProfileResource() *ReleaseProfileResource

NewReleaseProfileResource instantiates a new ReleaseProfileResource 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 NewReleaseProfileResourceWithDefaults

func NewReleaseProfileResourceWithDefaults() *ReleaseProfileResource

NewReleaseProfileResourceWithDefaults instantiates a new ReleaseProfileResource 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 (*ReleaseProfileResource) GetEnabled

func (o *ReleaseProfileResource) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ReleaseProfileResource) GetEnabledOk

func (o *ReleaseProfileResource) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseProfileResource) GetId

func (o *ReleaseProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseProfileResource) GetIdOk

func (o *ReleaseProfileResource) GetIdOk() (*int32, 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 (*ReleaseProfileResource) GetIgnored

func (o *ReleaseProfileResource) GetIgnored() []string

GetIgnored returns the Ignored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetIgnoredOk

func (o *ReleaseProfileResource) GetIgnoredOk() ([]string, bool)

GetIgnoredOk returns a tuple with the Ignored 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 (*ReleaseProfileResource) GetIndexerId

func (o *ReleaseProfileResource) GetIndexerId() int32

GetIndexerId returns the IndexerId field value if set, zero value otherwise.

func (*ReleaseProfileResource) GetIndexerIdOk

func (o *ReleaseProfileResource) GetIndexerIdOk() (*int32, bool)

GetIndexerIdOk returns a tuple with the IndexerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseProfileResource) GetRequired

func (o *ReleaseProfileResource) GetRequired() []string

GetRequired returns the Required field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetRequiredOk

func (o *ReleaseProfileResource) GetRequiredOk() ([]string, bool)

GetRequiredOk returns a tuple with the Required 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 (*ReleaseProfileResource) GetTags

func (o *ReleaseProfileResource) GetTags() []int32

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetTagsOk

func (o *ReleaseProfileResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags 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 (*ReleaseProfileResource) HasEnabled

func (o *ReleaseProfileResource) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasId

func (o *ReleaseProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasIgnored

func (o *ReleaseProfileResource) HasIgnored() bool

HasIgnored returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasIndexerId

func (o *ReleaseProfileResource) HasIndexerId() bool

HasIndexerId returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasRequired

func (o *ReleaseProfileResource) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasTags

func (o *ReleaseProfileResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ReleaseProfileResource) MarshalJSON

func (o ReleaseProfileResource) MarshalJSON() ([]byte, error)

func (*ReleaseProfileResource) SetEnabled

func (o *ReleaseProfileResource) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ReleaseProfileResource) SetId

func (o *ReleaseProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ReleaseProfileResource) SetIgnored

func (o *ReleaseProfileResource) SetIgnored(v []string)

SetIgnored gets a reference to the given []string and assigns it to the Ignored field.

func (*ReleaseProfileResource) SetIndexerId

func (o *ReleaseProfileResource) SetIndexerId(v int32)

SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.

func (*ReleaseProfileResource) SetRequired

func (o *ReleaseProfileResource) SetRequired(v []string)

SetRequired gets a reference to the given []string and assigns it to the Required field.

func (*ReleaseProfileResource) SetTags

func (o *ReleaseProfileResource) SetTags(v []int32)

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (ReleaseProfileResource) ToMap added in v1.0.0

func (o ReleaseProfileResource) ToMap() (map[string]interface{}, error)

type ReleasePushAPIService added in v1.0.0

type ReleasePushAPIService service

ReleasePushAPIService ReleasePushAPI service

func (*ReleasePushAPIService) CreateReleasePush added in v1.0.0

CreateReleasePush Method for CreateReleasePush

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReleasePushRequest

func (*ReleasePushAPIService) CreateReleasePushExecute added in v1.0.0

Execute executes the request

@return ReleaseResource

type ReleaseResource

type ReleaseResource struct {
	Id                  *int32                 `json:"id,omitempty"`
	Guid                NullableString         `json:"guid,omitempty"`
	Quality             *QualityModel          `json:"quality,omitempty"`
	QualityWeight       *int32                 `json:"qualityWeight,omitempty"`
	Age                 *int32                 `json:"age,omitempty"`
	AgeHours            *float64               `json:"ageHours,omitempty"`
	AgeMinutes          *float64               `json:"ageMinutes,omitempty"`
	Size                *int64                 `json:"size,omitempty"`
	IndexerId           *int32                 `json:"indexerId,omitempty"`
	Indexer             NullableString         `json:"indexer,omitempty"`
	ReleaseGroup        NullableString         `json:"releaseGroup,omitempty"`
	SubGroup            NullableString         `json:"subGroup,omitempty"`
	ReleaseHash         NullableString         `json:"releaseHash,omitempty"`
	Title               NullableString         `json:"title,omitempty"`
	Discography         *bool                  `json:"discography,omitempty"`
	SceneSource         *bool                  `json:"sceneSource,omitempty"`
	AirDate             NullableString         `json:"airDate,omitempty"`
	AuthorName          NullableString         `json:"authorName,omitempty"`
	BookTitle           NullableString         `json:"bookTitle,omitempty"`
	Approved            *bool                  `json:"approved,omitempty"`
	TemporarilyRejected *bool                  `json:"temporarilyRejected,omitempty"`
	Rejected            *bool                  `json:"rejected,omitempty"`
	Rejections          []string               `json:"rejections,omitempty"`
	PublishDate         *time.Time             `json:"publishDate,omitempty"`
	CommentUrl          NullableString         `json:"commentUrl,omitempty"`
	DownloadUrl         NullableString         `json:"downloadUrl,omitempty"`
	InfoUrl             NullableString         `json:"infoUrl,omitempty"`
	DownloadAllowed     *bool                  `json:"downloadAllowed,omitempty"`
	ReleaseWeight       *int32                 `json:"releaseWeight,omitempty"`
	CustomFormats       []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore   *int32                 `json:"customFormatScore,omitempty"`
	MagnetUrl           NullableString         `json:"magnetUrl,omitempty"`
	InfoHash            NullableString         `json:"infoHash,omitempty"`
	Seeders             NullableInt32          `json:"seeders,omitempty"`
	Leechers            NullableInt32          `json:"leechers,omitempty"`
	Protocol            *DownloadProtocol      `json:"protocol,omitempty"`
	AuthorId            NullableInt32          `json:"authorId,omitempty"`
	BookId              NullableInt32          `json:"bookId,omitempty"`
	DownloadClientId    NullableInt32          `json:"downloadClientId,omitempty"`
	DownloadClient      NullableString         `json:"downloadClient,omitempty"`
}

ReleaseResource struct for ReleaseResource

func NewReleaseResource

func NewReleaseResource() *ReleaseResource

NewReleaseResource instantiates a new ReleaseResource 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 NewReleaseResourceWithDefaults

func NewReleaseResourceWithDefaults() *ReleaseResource

NewReleaseResourceWithDefaults instantiates a new ReleaseResource 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 (*ReleaseResource) GetAge

func (o *ReleaseResource) GetAge() int32

GetAge returns the Age field value if set, zero value otherwise.

func (*ReleaseResource) GetAgeHours

func (o *ReleaseResource) GetAgeHours() float64

GetAgeHours returns the AgeHours field value if set, zero value otherwise.

func (*ReleaseResource) GetAgeHoursOk

func (o *ReleaseResource) GetAgeHoursOk() (*float64, bool)

GetAgeHoursOk returns a tuple with the AgeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetAgeMinutes

func (o *ReleaseResource) GetAgeMinutes() float64

GetAgeMinutes returns the AgeMinutes field value if set, zero value otherwise.

func (*ReleaseResource) GetAgeMinutesOk

func (o *ReleaseResource) GetAgeMinutesOk() (*float64, bool)

GetAgeMinutesOk returns a tuple with the AgeMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetAgeOk

func (o *ReleaseResource) GetAgeOk() (*int32, bool)

GetAgeOk returns a tuple with the Age field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetAirDate

func (o *ReleaseResource) GetAirDate() string

GetAirDate returns the AirDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetAirDateOk

func (o *ReleaseResource) GetAirDateOk() (*string, bool)

GetAirDateOk returns a tuple with the AirDate 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 (*ReleaseResource) GetApproved

func (o *ReleaseResource) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*ReleaseResource) GetApprovedOk

func (o *ReleaseResource) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetAuthorId

func (o *ReleaseResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetAuthorIdOk

func (o *ReleaseResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId 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 (*ReleaseResource) GetAuthorName

func (o *ReleaseResource) GetAuthorName() string

GetAuthorName returns the AuthorName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetAuthorNameOk

func (o *ReleaseResource) GetAuthorNameOk() (*string, bool)

GetAuthorNameOk returns a tuple with the AuthorName 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 (*ReleaseResource) GetBookId

func (o *ReleaseResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetBookIdOk

func (o *ReleaseResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId 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 (*ReleaseResource) GetBookTitle

func (o *ReleaseResource) GetBookTitle() string

GetBookTitle returns the BookTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetBookTitleOk

func (o *ReleaseResource) GetBookTitleOk() (*string, bool)

GetBookTitleOk returns a tuple with the BookTitle 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 (*ReleaseResource) GetCommentUrl

func (o *ReleaseResource) GetCommentUrl() string

GetCommentUrl returns the CommentUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetCommentUrlOk

func (o *ReleaseResource) GetCommentUrlOk() (*string, bool)

GetCommentUrlOk returns a tuple with the CommentUrl 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 (*ReleaseResource) GetCustomFormatScore added in v0.3.0

func (o *ReleaseResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ReleaseResource) GetCustomFormatScoreOk added in v0.3.0

func (o *ReleaseResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetCustomFormats added in v0.3.0

func (o *ReleaseResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetCustomFormatsOk added in v0.3.0

func (o *ReleaseResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats 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 (*ReleaseResource) GetDiscography

func (o *ReleaseResource) GetDiscography() bool

GetDiscography returns the Discography field value if set, zero value otherwise.

func (*ReleaseResource) GetDiscographyOk

func (o *ReleaseResource) GetDiscographyOk() (*bool, bool)

GetDiscographyOk returns a tuple with the Discography field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetDownloadAllowed

func (o *ReleaseResource) GetDownloadAllowed() bool

GetDownloadAllowed returns the DownloadAllowed field value if set, zero value otherwise.

func (*ReleaseResource) GetDownloadAllowedOk

func (o *ReleaseResource) GetDownloadAllowedOk() (*bool, bool)

GetDownloadAllowedOk returns a tuple with the DownloadAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetDownloadClient added in v1.0.0

func (o *ReleaseResource) GetDownloadClient() string

GetDownloadClient returns the DownloadClient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetDownloadClientId added in v1.0.0

func (o *ReleaseResource) GetDownloadClientId() int32

GetDownloadClientId returns the DownloadClientId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetDownloadClientIdOk added in v1.0.0

func (o *ReleaseResource) GetDownloadClientIdOk() (*int32, bool)

GetDownloadClientIdOk returns a tuple with the DownloadClientId 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 (*ReleaseResource) GetDownloadClientOk added in v1.0.0

func (o *ReleaseResource) GetDownloadClientOk() (*string, bool)

GetDownloadClientOk returns a tuple with the DownloadClient 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 (*ReleaseResource) GetDownloadUrl

func (o *ReleaseResource) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetDownloadUrlOk

func (o *ReleaseResource) GetDownloadUrlOk() (*string, bool)

GetDownloadUrlOk returns a tuple with the DownloadUrl 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 (*ReleaseResource) GetGuid

func (o *ReleaseResource) GetGuid() string

GetGuid returns the Guid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetGuidOk

func (o *ReleaseResource) GetGuidOk() (*string, bool)

GetGuidOk returns a tuple with the Guid 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 (*ReleaseResource) GetId

func (o *ReleaseResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseResource) GetIdOk

func (o *ReleaseResource) GetIdOk() (*int32, 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 (*ReleaseResource) GetIndexer

func (o *ReleaseResource) GetIndexer() string

GetIndexer returns the Indexer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetIndexerId

func (o *ReleaseResource) GetIndexerId() int32

GetIndexerId returns the IndexerId field value if set, zero value otherwise.

func (*ReleaseResource) GetIndexerIdOk

func (o *ReleaseResource) GetIndexerIdOk() (*int32, bool)

GetIndexerIdOk returns a tuple with the IndexerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetIndexerOk

func (o *ReleaseResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer 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 (*ReleaseResource) GetInfoHash

func (o *ReleaseResource) GetInfoHash() string

GetInfoHash returns the InfoHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetInfoHashOk

func (o *ReleaseResource) GetInfoHashOk() (*string, bool)

GetInfoHashOk returns a tuple with the InfoHash 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 (*ReleaseResource) GetInfoUrl

func (o *ReleaseResource) GetInfoUrl() string

GetInfoUrl returns the InfoUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetInfoUrlOk

func (o *ReleaseResource) GetInfoUrlOk() (*string, bool)

GetInfoUrlOk returns a tuple with the InfoUrl 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 (*ReleaseResource) GetLeechers

func (o *ReleaseResource) GetLeechers() int32

GetLeechers returns the Leechers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetLeechersOk

func (o *ReleaseResource) GetLeechersOk() (*int32, bool)

GetLeechersOk returns a tuple with the Leechers 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 (*ReleaseResource) GetMagnetUrl

func (o *ReleaseResource) GetMagnetUrl() string

GetMagnetUrl returns the MagnetUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetMagnetUrlOk

func (o *ReleaseResource) GetMagnetUrlOk() (*string, bool)

GetMagnetUrlOk returns a tuple with the MagnetUrl 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 (*ReleaseResource) GetProtocol

func (o *ReleaseResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*ReleaseResource) GetProtocolOk

func (o *ReleaseResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetPublishDate

func (o *ReleaseResource) GetPublishDate() time.Time

GetPublishDate returns the PublishDate field value if set, zero value otherwise.

func (*ReleaseResource) GetPublishDateOk

func (o *ReleaseResource) GetPublishDateOk() (*time.Time, bool)

GetPublishDateOk returns a tuple with the PublishDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetQuality

func (o *ReleaseResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ReleaseResource) GetQualityOk

func (o *ReleaseResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetQualityWeight

func (o *ReleaseResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field value if set, zero value otherwise.

func (*ReleaseResource) GetQualityWeightOk

func (o *ReleaseResource) GetQualityWeightOk() (*int32, bool)

GetQualityWeightOk returns a tuple with the QualityWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetRejected

func (o *ReleaseResource) GetRejected() bool

GetRejected returns the Rejected field value if set, zero value otherwise.

func (*ReleaseResource) GetRejectedOk

func (o *ReleaseResource) GetRejectedOk() (*bool, bool)

GetRejectedOk returns a tuple with the Rejected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetRejections

func (o *ReleaseResource) GetRejections() []string

GetRejections returns the Rejections field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetRejectionsOk

func (o *ReleaseResource) GetRejectionsOk() ([]string, bool)

GetRejectionsOk returns a tuple with the Rejections 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 (*ReleaseResource) GetReleaseGroup

func (o *ReleaseResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetReleaseGroupOk

func (o *ReleaseResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup 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 (*ReleaseResource) GetReleaseHash

func (o *ReleaseResource) GetReleaseHash() string

GetReleaseHash returns the ReleaseHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetReleaseHashOk

func (o *ReleaseResource) GetReleaseHashOk() (*string, bool)

GetReleaseHashOk returns a tuple with the ReleaseHash 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 (*ReleaseResource) GetReleaseWeight

func (o *ReleaseResource) GetReleaseWeight() int32

GetReleaseWeight returns the ReleaseWeight field value if set, zero value otherwise.

func (*ReleaseResource) GetReleaseWeightOk

func (o *ReleaseResource) GetReleaseWeightOk() (*int32, bool)

GetReleaseWeightOk returns a tuple with the ReleaseWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetSceneSource

func (o *ReleaseResource) GetSceneSource() bool

GetSceneSource returns the SceneSource field value if set, zero value otherwise.

func (*ReleaseResource) GetSceneSourceOk

func (o *ReleaseResource) GetSceneSourceOk() (*bool, bool)

GetSceneSourceOk returns a tuple with the SceneSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetSeeders

func (o *ReleaseResource) GetSeeders() int32

GetSeeders returns the Seeders field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetSeedersOk

func (o *ReleaseResource) GetSeedersOk() (*int32, bool)

GetSeedersOk returns a tuple with the Seeders 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 (*ReleaseResource) GetSize

func (o *ReleaseResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*ReleaseResource) GetSizeOk

func (o *ReleaseResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetSubGroup

func (o *ReleaseResource) GetSubGroup() string

GetSubGroup returns the SubGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetSubGroupOk

func (o *ReleaseResource) GetSubGroupOk() (*string, bool)

GetSubGroupOk returns a tuple with the SubGroup 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 (*ReleaseResource) GetTemporarilyRejected

func (o *ReleaseResource) GetTemporarilyRejected() bool

GetTemporarilyRejected returns the TemporarilyRejected field value if set, zero value otherwise.

func (*ReleaseResource) GetTemporarilyRejectedOk

func (o *ReleaseResource) GetTemporarilyRejectedOk() (*bool, bool)

GetTemporarilyRejectedOk returns a tuple with the TemporarilyRejected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetTitle

func (o *ReleaseResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetTitleOk

func (o *ReleaseResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*ReleaseResource) HasAge

func (o *ReleaseResource) HasAge() bool

HasAge returns a boolean if a field has been set.

func (*ReleaseResource) HasAgeHours

func (o *ReleaseResource) HasAgeHours() bool

HasAgeHours returns a boolean if a field has been set.

func (*ReleaseResource) HasAgeMinutes

func (o *ReleaseResource) HasAgeMinutes() bool

HasAgeMinutes returns a boolean if a field has been set.

func (*ReleaseResource) HasAirDate

func (o *ReleaseResource) HasAirDate() bool

HasAirDate returns a boolean if a field has been set.

func (*ReleaseResource) HasApproved

func (o *ReleaseResource) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*ReleaseResource) HasAuthorId

func (o *ReleaseResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*ReleaseResource) HasAuthorName

func (o *ReleaseResource) HasAuthorName() bool

HasAuthorName returns a boolean if a field has been set.

func (*ReleaseResource) HasBookId

func (o *ReleaseResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*ReleaseResource) HasBookTitle

func (o *ReleaseResource) HasBookTitle() bool

HasBookTitle returns a boolean if a field has been set.

func (*ReleaseResource) HasCommentUrl

func (o *ReleaseResource) HasCommentUrl() bool

HasCommentUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasCustomFormatScore added in v0.3.0

func (o *ReleaseResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ReleaseResource) HasCustomFormats added in v0.3.0

func (o *ReleaseResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*ReleaseResource) HasDiscography

func (o *ReleaseResource) HasDiscography() bool

HasDiscography returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadAllowed

func (o *ReleaseResource) HasDownloadAllowed() bool

HasDownloadAllowed returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadClient added in v1.0.0

func (o *ReleaseResource) HasDownloadClient() bool

HasDownloadClient returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadClientId added in v1.0.0

func (o *ReleaseResource) HasDownloadClientId() bool

HasDownloadClientId returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadUrl

func (o *ReleaseResource) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasGuid

func (o *ReleaseResource) HasGuid() bool

HasGuid returns a boolean if a field has been set.

func (*ReleaseResource) HasId

func (o *ReleaseResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseResource) HasIndexer

func (o *ReleaseResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*ReleaseResource) HasIndexerId

func (o *ReleaseResource) HasIndexerId() bool

HasIndexerId returns a boolean if a field has been set.

func (*ReleaseResource) HasInfoHash

func (o *ReleaseResource) HasInfoHash() bool

HasInfoHash returns a boolean if a field has been set.

func (*ReleaseResource) HasInfoUrl

func (o *ReleaseResource) HasInfoUrl() bool

HasInfoUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasLeechers

func (o *ReleaseResource) HasLeechers() bool

HasLeechers returns a boolean if a field has been set.

func (*ReleaseResource) HasMagnetUrl

func (o *ReleaseResource) HasMagnetUrl() bool

HasMagnetUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasProtocol

func (o *ReleaseResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*ReleaseResource) HasPublishDate

func (o *ReleaseResource) HasPublishDate() bool

HasPublishDate returns a boolean if a field has been set.

func (*ReleaseResource) HasQuality

func (o *ReleaseResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ReleaseResource) HasQualityWeight

func (o *ReleaseResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

func (*ReleaseResource) HasRejected

func (o *ReleaseResource) HasRejected() bool

HasRejected returns a boolean if a field has been set.

func (*ReleaseResource) HasRejections

func (o *ReleaseResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ReleaseResource) HasReleaseGroup

func (o *ReleaseResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ReleaseResource) HasReleaseHash

func (o *ReleaseResource) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

func (*ReleaseResource) HasReleaseWeight

func (o *ReleaseResource) HasReleaseWeight() bool

HasReleaseWeight returns a boolean if a field has been set.

func (*ReleaseResource) HasSceneSource

func (o *ReleaseResource) HasSceneSource() bool

HasSceneSource returns a boolean if a field has been set.

func (*ReleaseResource) HasSeeders

func (o *ReleaseResource) HasSeeders() bool

HasSeeders returns a boolean if a field has been set.

func (*ReleaseResource) HasSize

func (o *ReleaseResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*ReleaseResource) HasSubGroup

func (o *ReleaseResource) HasSubGroup() bool

HasSubGroup returns a boolean if a field has been set.

func (*ReleaseResource) HasTemporarilyRejected

func (o *ReleaseResource) HasTemporarilyRejected() bool

HasTemporarilyRejected returns a boolean if a field has been set.

func (*ReleaseResource) HasTitle

func (o *ReleaseResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ReleaseResource) MarshalJSON

func (o ReleaseResource) MarshalJSON() ([]byte, error)

func (*ReleaseResource) SetAge

func (o *ReleaseResource) SetAge(v int32)

SetAge gets a reference to the given int32 and assigns it to the Age field.

func (*ReleaseResource) SetAgeHours

func (o *ReleaseResource) SetAgeHours(v float64)

SetAgeHours gets a reference to the given float64 and assigns it to the AgeHours field.

func (*ReleaseResource) SetAgeMinutes

func (o *ReleaseResource) SetAgeMinutes(v float64)

SetAgeMinutes gets a reference to the given float64 and assigns it to the AgeMinutes field.

func (*ReleaseResource) SetAirDate

func (o *ReleaseResource) SetAirDate(v string)

SetAirDate gets a reference to the given NullableString and assigns it to the AirDate field.

func (*ReleaseResource) SetAirDateNil

func (o *ReleaseResource) SetAirDateNil()

SetAirDateNil sets the value for AirDate to be an explicit nil

func (*ReleaseResource) SetApproved

func (o *ReleaseResource) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*ReleaseResource) SetAuthorId

func (o *ReleaseResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given NullableInt32 and assigns it to the AuthorId field.

func (*ReleaseResource) SetAuthorIdNil

func (o *ReleaseResource) SetAuthorIdNil()

SetAuthorIdNil sets the value for AuthorId to be an explicit nil

func (*ReleaseResource) SetAuthorName

func (o *ReleaseResource) SetAuthorName(v string)

SetAuthorName gets a reference to the given NullableString and assigns it to the AuthorName field.

func (*ReleaseResource) SetAuthorNameNil

func (o *ReleaseResource) SetAuthorNameNil()

SetAuthorNameNil sets the value for AuthorName to be an explicit nil

func (*ReleaseResource) SetBookId

func (o *ReleaseResource) SetBookId(v int32)

SetBookId gets a reference to the given NullableInt32 and assigns it to the BookId field.

func (*ReleaseResource) SetBookIdNil

func (o *ReleaseResource) SetBookIdNil()

SetBookIdNil sets the value for BookId to be an explicit nil

func (*ReleaseResource) SetBookTitle

func (o *ReleaseResource) SetBookTitle(v string)

SetBookTitle gets a reference to the given NullableString and assigns it to the BookTitle field.

func (*ReleaseResource) SetBookTitleNil

func (o *ReleaseResource) SetBookTitleNil()

SetBookTitleNil sets the value for BookTitle to be an explicit nil

func (*ReleaseResource) SetCommentUrl

func (o *ReleaseResource) SetCommentUrl(v string)

SetCommentUrl gets a reference to the given NullableString and assigns it to the CommentUrl field.

func (*ReleaseResource) SetCommentUrlNil

func (o *ReleaseResource) SetCommentUrlNil()

SetCommentUrlNil sets the value for CommentUrl to be an explicit nil

func (*ReleaseResource) SetCustomFormatScore added in v0.3.0

func (o *ReleaseResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*ReleaseResource) SetCustomFormats added in v0.3.0

func (o *ReleaseResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*ReleaseResource) SetDiscography

func (o *ReleaseResource) SetDiscography(v bool)

SetDiscography gets a reference to the given bool and assigns it to the Discography field.

func (*ReleaseResource) SetDownloadAllowed

func (o *ReleaseResource) SetDownloadAllowed(v bool)

SetDownloadAllowed gets a reference to the given bool and assigns it to the DownloadAllowed field.

func (*ReleaseResource) SetDownloadClient added in v1.0.0

func (o *ReleaseResource) SetDownloadClient(v string)

SetDownloadClient gets a reference to the given NullableString and assigns it to the DownloadClient field.

func (*ReleaseResource) SetDownloadClientId added in v1.0.0

func (o *ReleaseResource) SetDownloadClientId(v int32)

SetDownloadClientId gets a reference to the given NullableInt32 and assigns it to the DownloadClientId field.

func (*ReleaseResource) SetDownloadClientIdNil added in v1.0.0

func (o *ReleaseResource) SetDownloadClientIdNil()

SetDownloadClientIdNil sets the value for DownloadClientId to be an explicit nil

func (*ReleaseResource) SetDownloadClientNil added in v1.0.0

func (o *ReleaseResource) SetDownloadClientNil()

SetDownloadClientNil sets the value for DownloadClient to be an explicit nil

func (*ReleaseResource) SetDownloadUrl

func (o *ReleaseResource) SetDownloadUrl(v string)

SetDownloadUrl gets a reference to the given NullableString and assigns it to the DownloadUrl field.

func (*ReleaseResource) SetDownloadUrlNil

func (o *ReleaseResource) SetDownloadUrlNil()

SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil

func (*ReleaseResource) SetGuid

func (o *ReleaseResource) SetGuid(v string)

SetGuid gets a reference to the given NullableString and assigns it to the Guid field.

func (*ReleaseResource) SetGuidNil

func (o *ReleaseResource) SetGuidNil()

SetGuidNil sets the value for Guid to be an explicit nil

func (*ReleaseResource) SetId

func (o *ReleaseResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ReleaseResource) SetIndexer

func (o *ReleaseResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*ReleaseResource) SetIndexerId

func (o *ReleaseResource) SetIndexerId(v int32)

SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.

func (*ReleaseResource) SetIndexerNil

func (o *ReleaseResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*ReleaseResource) SetInfoHash

func (o *ReleaseResource) SetInfoHash(v string)

SetInfoHash gets a reference to the given NullableString and assigns it to the InfoHash field.

func (*ReleaseResource) SetInfoHashNil

func (o *ReleaseResource) SetInfoHashNil()

SetInfoHashNil sets the value for InfoHash to be an explicit nil

func (*ReleaseResource) SetInfoUrl

func (o *ReleaseResource) SetInfoUrl(v string)

SetInfoUrl gets a reference to the given NullableString and assigns it to the InfoUrl field.

func (*ReleaseResource) SetInfoUrlNil

func (o *ReleaseResource) SetInfoUrlNil()

SetInfoUrlNil sets the value for InfoUrl to be an explicit nil

func (*ReleaseResource) SetLeechers

func (o *ReleaseResource) SetLeechers(v int32)

SetLeechers gets a reference to the given NullableInt32 and assigns it to the Leechers field.

func (*ReleaseResource) SetLeechersNil

func (o *ReleaseResource) SetLeechersNil()

SetLeechersNil sets the value for Leechers to be an explicit nil

func (*ReleaseResource) SetMagnetUrl

func (o *ReleaseResource) SetMagnetUrl(v string)

SetMagnetUrl gets a reference to the given NullableString and assigns it to the MagnetUrl field.

func (*ReleaseResource) SetMagnetUrlNil

func (o *ReleaseResource) SetMagnetUrlNil()

SetMagnetUrlNil sets the value for MagnetUrl to be an explicit nil

func (*ReleaseResource) SetProtocol

func (o *ReleaseResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*ReleaseResource) SetPublishDate

func (o *ReleaseResource) SetPublishDate(v time.Time)

SetPublishDate gets a reference to the given time.Time and assigns it to the PublishDate field.

func (*ReleaseResource) SetQuality

func (o *ReleaseResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ReleaseResource) SetQualityWeight

func (o *ReleaseResource) SetQualityWeight(v int32)

SetQualityWeight gets a reference to the given int32 and assigns it to the QualityWeight field.

func (*ReleaseResource) SetRejected

func (o *ReleaseResource) SetRejected(v bool)

SetRejected gets a reference to the given bool and assigns it to the Rejected field.

func (*ReleaseResource) SetRejections

func (o *ReleaseResource) SetRejections(v []string)

SetRejections gets a reference to the given []string and assigns it to the Rejections field.

func (*ReleaseResource) SetReleaseGroup

func (o *ReleaseResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ReleaseResource) SetReleaseGroupNil

func (o *ReleaseResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ReleaseResource) SetReleaseHash

func (o *ReleaseResource) SetReleaseHash(v string)

SetReleaseHash gets a reference to the given NullableString and assigns it to the ReleaseHash field.

func (*ReleaseResource) SetReleaseHashNil

func (o *ReleaseResource) SetReleaseHashNil()

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

func (*ReleaseResource) SetReleaseWeight

func (o *ReleaseResource) SetReleaseWeight(v int32)

SetReleaseWeight gets a reference to the given int32 and assigns it to the ReleaseWeight field.

func (*ReleaseResource) SetSceneSource

func (o *ReleaseResource) SetSceneSource(v bool)

SetSceneSource gets a reference to the given bool and assigns it to the SceneSource field.

func (*ReleaseResource) SetSeeders

func (o *ReleaseResource) SetSeeders(v int32)

SetSeeders gets a reference to the given NullableInt32 and assigns it to the Seeders field.

func (*ReleaseResource) SetSeedersNil

func (o *ReleaseResource) SetSeedersNil()

SetSeedersNil sets the value for Seeders to be an explicit nil

func (*ReleaseResource) SetSize

func (o *ReleaseResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*ReleaseResource) SetSubGroup

func (o *ReleaseResource) SetSubGroup(v string)

SetSubGroup gets a reference to the given NullableString and assigns it to the SubGroup field.

func (*ReleaseResource) SetSubGroupNil

func (o *ReleaseResource) SetSubGroupNil()

SetSubGroupNil sets the value for SubGroup to be an explicit nil

func (*ReleaseResource) SetTemporarilyRejected

func (o *ReleaseResource) SetTemporarilyRejected(v bool)

SetTemporarilyRejected gets a reference to the given bool and assigns it to the TemporarilyRejected field.

func (*ReleaseResource) SetTitle

func (o *ReleaseResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*ReleaseResource) SetTitleNil

func (o *ReleaseResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (ReleaseResource) ToMap added in v1.0.0

func (o ReleaseResource) ToMap() (map[string]interface{}, error)

func (*ReleaseResource) UnsetAirDate

func (o *ReleaseResource) UnsetAirDate()

UnsetAirDate ensures that no value is present for AirDate, not even an explicit nil

func (*ReleaseResource) UnsetAuthorId

func (o *ReleaseResource) UnsetAuthorId()

UnsetAuthorId ensures that no value is present for AuthorId, not even an explicit nil

func (*ReleaseResource) UnsetAuthorName

func (o *ReleaseResource) UnsetAuthorName()

UnsetAuthorName ensures that no value is present for AuthorName, not even an explicit nil

func (*ReleaseResource) UnsetBookId

func (o *ReleaseResource) UnsetBookId()

UnsetBookId ensures that no value is present for BookId, not even an explicit nil

func (*ReleaseResource) UnsetBookTitle

func (o *ReleaseResource) UnsetBookTitle()

UnsetBookTitle ensures that no value is present for BookTitle, not even an explicit nil

func (*ReleaseResource) UnsetCommentUrl

func (o *ReleaseResource) UnsetCommentUrl()

UnsetCommentUrl ensures that no value is present for CommentUrl, not even an explicit nil

func (*ReleaseResource) UnsetDownloadClient added in v1.0.0

func (o *ReleaseResource) UnsetDownloadClient()

UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil

func (*ReleaseResource) UnsetDownloadClientId added in v1.0.0

func (o *ReleaseResource) UnsetDownloadClientId()

UnsetDownloadClientId ensures that no value is present for DownloadClientId, not even an explicit nil

func (*ReleaseResource) UnsetDownloadUrl

func (o *ReleaseResource) UnsetDownloadUrl()

UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil

func (*ReleaseResource) UnsetGuid

func (o *ReleaseResource) UnsetGuid()

UnsetGuid ensures that no value is present for Guid, not even an explicit nil

func (*ReleaseResource) UnsetIndexer

func (o *ReleaseResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*ReleaseResource) UnsetInfoHash

func (o *ReleaseResource) UnsetInfoHash()

UnsetInfoHash ensures that no value is present for InfoHash, not even an explicit nil

func (*ReleaseResource) UnsetInfoUrl

func (o *ReleaseResource) UnsetInfoUrl()

UnsetInfoUrl ensures that no value is present for InfoUrl, not even an explicit nil

func (*ReleaseResource) UnsetLeechers

func (o *ReleaseResource) UnsetLeechers()

UnsetLeechers ensures that no value is present for Leechers, not even an explicit nil

func (*ReleaseResource) UnsetMagnetUrl

func (o *ReleaseResource) UnsetMagnetUrl()

UnsetMagnetUrl ensures that no value is present for MagnetUrl, not even an explicit nil

func (*ReleaseResource) UnsetReleaseGroup

func (o *ReleaseResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*ReleaseResource) UnsetReleaseHash

func (o *ReleaseResource) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

func (*ReleaseResource) UnsetSeeders

func (o *ReleaseResource) UnsetSeeders()

UnsetSeeders ensures that no value is present for Seeders, not even an explicit nil

func (*ReleaseResource) UnsetSubGroup

func (o *ReleaseResource) UnsetSubGroup()

UnsetSubGroup ensures that no value is present for SubGroup, not even an explicit nil

func (*ReleaseResource) UnsetTitle

func (o *ReleaseResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type RemotePathMappingAPIService added in v1.0.0

type RemotePathMappingAPIService service

RemotePathMappingAPIService RemotePathMappingAPI service

func (*RemotePathMappingAPIService) CreateRemotePathMapping added in v1.0.0

CreateRemotePathMapping Method for CreateRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRemotePathMappingRequest

func (*RemotePathMappingAPIService) CreateRemotePathMappingExecute added in v1.0.0

Execute executes the request

@return RemotePathMappingResource

func (*RemotePathMappingAPIService) DeleteRemotePathMapping added in v1.0.0

DeleteRemotePathMapping Method for DeleteRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteRemotePathMappingRequest

func (*RemotePathMappingAPIService) DeleteRemotePathMappingExecute added in v1.0.0

func (a *RemotePathMappingAPIService) DeleteRemotePathMappingExecute(r ApiDeleteRemotePathMappingRequest) (*http.Response, error)

Execute executes the request

func (*RemotePathMappingAPIService) GetRemotePathMappingById added in v1.0.0

GetRemotePathMappingById Method for GetRemotePathMappingById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetRemotePathMappingByIdRequest

func (*RemotePathMappingAPIService) GetRemotePathMappingByIdExecute added in v1.0.0

Execute executes the request

@return RemotePathMappingResource

func (*RemotePathMappingAPIService) ListRemotePathMapping added in v1.0.0

ListRemotePathMapping Method for ListRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRemotePathMappingRequest

func (*RemotePathMappingAPIService) ListRemotePathMappingExecute added in v1.0.0

Execute executes the request

@return []RemotePathMappingResource

func (*RemotePathMappingAPIService) UpdateRemotePathMapping added in v1.0.0

UpdateRemotePathMapping Method for UpdateRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateRemotePathMappingRequest

func (*RemotePathMappingAPIService) UpdateRemotePathMappingExecute added in v1.0.0

Execute executes the request

@return RemotePathMappingResource

type RemotePathMappingResource

type RemotePathMappingResource struct {
	Id         *int32         `json:"id,omitempty"`
	Host       NullableString `json:"host,omitempty"`
	RemotePath NullableString `json:"remotePath,omitempty"`
	LocalPath  NullableString `json:"localPath,omitempty"`
}

RemotePathMappingResource struct for RemotePathMappingResource

func NewRemotePathMappingResource

func NewRemotePathMappingResource() *RemotePathMappingResource

NewRemotePathMappingResource instantiates a new RemotePathMappingResource 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 NewRemotePathMappingResourceWithDefaults

func NewRemotePathMappingResourceWithDefaults() *RemotePathMappingResource

NewRemotePathMappingResourceWithDefaults instantiates a new RemotePathMappingResource 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 (*RemotePathMappingResource) GetHost

func (o *RemotePathMappingResource) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RemotePathMappingResource) GetHostOk

func (o *RemotePathMappingResource) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host 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 (*RemotePathMappingResource) GetId

func (o *RemotePathMappingResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RemotePathMappingResource) GetIdOk

func (o *RemotePathMappingResource) GetIdOk() (*int32, 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 (*RemotePathMappingResource) GetLocalPath

func (o *RemotePathMappingResource) GetLocalPath() string

GetLocalPath returns the LocalPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RemotePathMappingResource) GetLocalPathOk

func (o *RemotePathMappingResource) GetLocalPathOk() (*string, bool)

GetLocalPathOk returns a tuple with the LocalPath 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 (*RemotePathMappingResource) GetRemotePath

func (o *RemotePathMappingResource) GetRemotePath() string

GetRemotePath returns the RemotePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RemotePathMappingResource) GetRemotePathOk

func (o *RemotePathMappingResource) GetRemotePathOk() (*string, bool)

GetRemotePathOk returns a tuple with the RemotePath 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 (*RemotePathMappingResource) HasHost

func (o *RemotePathMappingResource) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*RemotePathMappingResource) HasId

func (o *RemotePathMappingResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemotePathMappingResource) HasLocalPath

func (o *RemotePathMappingResource) HasLocalPath() bool

HasLocalPath returns a boolean if a field has been set.

func (*RemotePathMappingResource) HasRemotePath

func (o *RemotePathMappingResource) HasRemotePath() bool

HasRemotePath returns a boolean if a field has been set.

func (RemotePathMappingResource) MarshalJSON

func (o RemotePathMappingResource) MarshalJSON() ([]byte, error)

func (*RemotePathMappingResource) SetHost

func (o *RemotePathMappingResource) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*RemotePathMappingResource) SetHostNil

func (o *RemotePathMappingResource) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*RemotePathMappingResource) SetId

func (o *RemotePathMappingResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RemotePathMappingResource) SetLocalPath

func (o *RemotePathMappingResource) SetLocalPath(v string)

SetLocalPath gets a reference to the given NullableString and assigns it to the LocalPath field.

func (*RemotePathMappingResource) SetLocalPathNil

func (o *RemotePathMappingResource) SetLocalPathNil()

SetLocalPathNil sets the value for LocalPath to be an explicit nil

func (*RemotePathMappingResource) SetRemotePath

func (o *RemotePathMappingResource) SetRemotePath(v string)

SetRemotePath gets a reference to the given NullableString and assigns it to the RemotePath field.

func (*RemotePathMappingResource) SetRemotePathNil

func (o *RemotePathMappingResource) SetRemotePathNil()

SetRemotePathNil sets the value for RemotePath to be an explicit nil

func (RemotePathMappingResource) ToMap added in v1.0.0

func (o RemotePathMappingResource) ToMap() (map[string]interface{}, error)

func (*RemotePathMappingResource) UnsetHost

func (o *RemotePathMappingResource) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*RemotePathMappingResource) UnsetLocalPath

func (o *RemotePathMappingResource) UnsetLocalPath()

UnsetLocalPath ensures that no value is present for LocalPath, not even an explicit nil

func (*RemotePathMappingResource) UnsetRemotePath

func (o *RemotePathMappingResource) UnsetRemotePath()

UnsetRemotePath ensures that no value is present for RemotePath, not even an explicit nil

type RenameBookAPIService added in v1.0.0

type RenameBookAPIService service

RenameBookAPIService RenameBookAPI service

func (*RenameBookAPIService) ListRename added in v1.0.0

ListRename Method for ListRename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRenameRequest

func (*RenameBookAPIService) ListRenameExecute added in v1.0.0

Execute executes the request

@return []RenameBookResource

type RenameBookResource

type RenameBookResource struct {
	Id           *int32         `json:"id,omitempty"`
	AuthorId     *int32         `json:"authorId,omitempty"`
	BookId       *int32         `json:"bookId,omitempty"`
	BookFileId   *int32         `json:"bookFileId,omitempty"`
	ExistingPath NullableString `json:"existingPath,omitempty"`
	NewPath      NullableString `json:"newPath,omitempty"`
}

RenameBookResource struct for RenameBookResource

func NewRenameBookResource

func NewRenameBookResource() *RenameBookResource

NewRenameBookResource instantiates a new RenameBookResource 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 NewRenameBookResourceWithDefaults

func NewRenameBookResourceWithDefaults() *RenameBookResource

NewRenameBookResourceWithDefaults instantiates a new RenameBookResource 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 (*RenameBookResource) GetAuthorId

func (o *RenameBookResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise.

func (*RenameBookResource) GetAuthorIdOk

func (o *RenameBookResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenameBookResource) GetBookFileId

func (o *RenameBookResource) GetBookFileId() int32

GetBookFileId returns the BookFileId field value if set, zero value otherwise.

func (*RenameBookResource) GetBookFileIdOk

func (o *RenameBookResource) GetBookFileIdOk() (*int32, bool)

GetBookFileIdOk returns a tuple with the BookFileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenameBookResource) GetBookId

func (o *RenameBookResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*RenameBookResource) GetBookIdOk

func (o *RenameBookResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenameBookResource) GetExistingPath

func (o *RenameBookResource) GetExistingPath() string

GetExistingPath returns the ExistingPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RenameBookResource) GetExistingPathOk

func (o *RenameBookResource) GetExistingPathOk() (*string, bool)

GetExistingPathOk returns a tuple with the ExistingPath 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 (*RenameBookResource) GetId

func (o *RenameBookResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RenameBookResource) GetIdOk

func (o *RenameBookResource) GetIdOk() (*int32, 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 (*RenameBookResource) GetNewPath

func (o *RenameBookResource) GetNewPath() string

GetNewPath returns the NewPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RenameBookResource) GetNewPathOk

func (o *RenameBookResource) GetNewPathOk() (*string, bool)

GetNewPathOk returns a tuple with the NewPath 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 (*RenameBookResource) HasAuthorId

func (o *RenameBookResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*RenameBookResource) HasBookFileId

func (o *RenameBookResource) HasBookFileId() bool

HasBookFileId returns a boolean if a field has been set.

func (*RenameBookResource) HasBookId

func (o *RenameBookResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*RenameBookResource) HasExistingPath

func (o *RenameBookResource) HasExistingPath() bool

HasExistingPath returns a boolean if a field has been set.

func (*RenameBookResource) HasId

func (o *RenameBookResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RenameBookResource) HasNewPath

func (o *RenameBookResource) HasNewPath() bool

HasNewPath returns a boolean if a field has been set.

func (RenameBookResource) MarshalJSON

func (o RenameBookResource) MarshalJSON() ([]byte, error)

func (*RenameBookResource) SetAuthorId

func (o *RenameBookResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given int32 and assigns it to the AuthorId field.

func (*RenameBookResource) SetBookFileId

func (o *RenameBookResource) SetBookFileId(v int32)

SetBookFileId gets a reference to the given int32 and assigns it to the BookFileId field.

func (*RenameBookResource) SetBookId

func (o *RenameBookResource) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*RenameBookResource) SetExistingPath

func (o *RenameBookResource) SetExistingPath(v string)

SetExistingPath gets a reference to the given NullableString and assigns it to the ExistingPath field.

func (*RenameBookResource) SetExistingPathNil

func (o *RenameBookResource) SetExistingPathNil()

SetExistingPathNil sets the value for ExistingPath to be an explicit nil

func (*RenameBookResource) SetId

func (o *RenameBookResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RenameBookResource) SetNewPath

func (o *RenameBookResource) SetNewPath(v string)

SetNewPath gets a reference to the given NullableString and assigns it to the NewPath field.

func (*RenameBookResource) SetNewPathNil

func (o *RenameBookResource) SetNewPathNil()

SetNewPathNil sets the value for NewPath to be an explicit nil

func (RenameBookResource) ToMap added in v1.0.0

func (o RenameBookResource) ToMap() (map[string]interface{}, error)

func (*RenameBookResource) UnsetExistingPath

func (o *RenameBookResource) UnsetExistingPath()

UnsetExistingPath ensures that no value is present for ExistingPath, not even an explicit nil

func (*RenameBookResource) UnsetNewPath

func (o *RenameBookResource) UnsetNewPath()

UnsetNewPath ensures that no value is present for NewPath, not even an explicit nil

type RescanAfterRefreshType

type RescanAfterRefreshType string

RescanAfterRefreshType the model 'RescanAfterRefreshType'

const (
	RESCANAFTERREFRESHTYPE_ALWAYS       RescanAfterRefreshType = "always"
	RESCANAFTERREFRESHTYPE_AFTER_MANUAL RescanAfterRefreshType = "afterManual"
	RESCANAFTERREFRESHTYPE_NEVER        RescanAfterRefreshType = "never"
)

List of RescanAfterRefreshType

func NewRescanAfterRefreshTypeFromValue

func NewRescanAfterRefreshTypeFromValue(v string) (*RescanAfterRefreshType, error)

NewRescanAfterRefreshTypeFromValue returns a pointer to a valid RescanAfterRefreshType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RescanAfterRefreshType) IsValid

func (v RescanAfterRefreshType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RescanAfterRefreshType) Ptr

Ptr returns reference to RescanAfterRefreshType value

func (*RescanAfterRefreshType) UnmarshalJSON

func (v *RescanAfterRefreshType) UnmarshalJSON(src []byte) error

type RetagBookAPIService added in v1.0.0

type RetagBookAPIService service

RetagBookAPIService RetagBookAPI service

func (*RetagBookAPIService) ListRetag added in v1.0.0

ListRetag Method for ListRetag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRetagRequest

func (*RetagBookAPIService) ListRetagExecute added in v1.0.0

Execute executes the request

@return []RetagBookResource

type RetagBookResource

type RetagBookResource struct {
	Id           *int32          `json:"id,omitempty"`
	AuthorId     *int32          `json:"authorId,omitempty"`
	BookId       *int32          `json:"bookId,omitempty"`
	TrackNumbers []int32         `json:"trackNumbers,omitempty"`
	BookFileId   *int32          `json:"bookFileId,omitempty"`
	Path         NullableString  `json:"path,omitempty"`
	Changes      []TagDifference `json:"changes,omitempty"`
}

RetagBookResource struct for RetagBookResource

func NewRetagBookResource

func NewRetagBookResource() *RetagBookResource

NewRetagBookResource instantiates a new RetagBookResource 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 NewRetagBookResourceWithDefaults

func NewRetagBookResourceWithDefaults() *RetagBookResource

NewRetagBookResourceWithDefaults instantiates a new RetagBookResource 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 (*RetagBookResource) GetAuthorId

func (o *RetagBookResource) GetAuthorId() int32

GetAuthorId returns the AuthorId field value if set, zero value otherwise.

func (*RetagBookResource) GetAuthorIdOk

func (o *RetagBookResource) GetAuthorIdOk() (*int32, bool)

GetAuthorIdOk returns a tuple with the AuthorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetagBookResource) GetBookFileId

func (o *RetagBookResource) GetBookFileId() int32

GetBookFileId returns the BookFileId field value if set, zero value otherwise.

func (*RetagBookResource) GetBookFileIdOk

func (o *RetagBookResource) GetBookFileIdOk() (*int32, bool)

GetBookFileIdOk returns a tuple with the BookFileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetagBookResource) GetBookId

func (o *RetagBookResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*RetagBookResource) GetBookIdOk

func (o *RetagBookResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RetagBookResource) GetChanges

func (o *RetagBookResource) GetChanges() []TagDifference

GetChanges returns the Changes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetagBookResource) GetChangesOk

func (o *RetagBookResource) GetChangesOk() ([]TagDifference, bool)

GetChangesOk returns a tuple with the Changes 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 (*RetagBookResource) GetId

func (o *RetagBookResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RetagBookResource) GetIdOk

func (o *RetagBookResource) GetIdOk() (*int32, 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 (*RetagBookResource) GetPath

func (o *RetagBookResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetagBookResource) GetPathOk

func (o *RetagBookResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*RetagBookResource) GetTrackNumbers

func (o *RetagBookResource) GetTrackNumbers() []int32

GetTrackNumbers returns the TrackNumbers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RetagBookResource) GetTrackNumbersOk

func (o *RetagBookResource) GetTrackNumbersOk() ([]int32, bool)

GetTrackNumbersOk returns a tuple with the TrackNumbers 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 (*RetagBookResource) HasAuthorId

func (o *RetagBookResource) HasAuthorId() bool

HasAuthorId returns a boolean if a field has been set.

func (*RetagBookResource) HasBookFileId

func (o *RetagBookResource) HasBookFileId() bool

HasBookFileId returns a boolean if a field has been set.

func (*RetagBookResource) HasBookId

func (o *RetagBookResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*RetagBookResource) HasChanges

func (o *RetagBookResource) HasChanges() bool

HasChanges returns a boolean if a field has been set.

func (*RetagBookResource) HasId

func (o *RetagBookResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RetagBookResource) HasPath

func (o *RetagBookResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*RetagBookResource) HasTrackNumbers

func (o *RetagBookResource) HasTrackNumbers() bool

HasTrackNumbers returns a boolean if a field has been set.

func (RetagBookResource) MarshalJSON

func (o RetagBookResource) MarshalJSON() ([]byte, error)

func (*RetagBookResource) SetAuthorId

func (o *RetagBookResource) SetAuthorId(v int32)

SetAuthorId gets a reference to the given int32 and assigns it to the AuthorId field.

func (*RetagBookResource) SetBookFileId

func (o *RetagBookResource) SetBookFileId(v int32)

SetBookFileId gets a reference to the given int32 and assigns it to the BookFileId field.

func (*RetagBookResource) SetBookId

func (o *RetagBookResource) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*RetagBookResource) SetChanges

func (o *RetagBookResource) SetChanges(v []TagDifference)

SetChanges gets a reference to the given []TagDifference and assigns it to the Changes field.

func (*RetagBookResource) SetId

func (o *RetagBookResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RetagBookResource) SetPath

func (o *RetagBookResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*RetagBookResource) SetPathNil

func (o *RetagBookResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*RetagBookResource) SetTrackNumbers

func (o *RetagBookResource) SetTrackNumbers(v []int32)

SetTrackNumbers gets a reference to the given []int32 and assigns it to the TrackNumbers field.

func (RetagBookResource) ToMap added in v1.0.0

func (o RetagBookResource) ToMap() (map[string]interface{}, error)

func (*RetagBookResource) UnsetPath

func (o *RetagBookResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type Revision

type Revision struct {
	Version  *int32 `json:"version,omitempty"`
	Real     *int32 `json:"real,omitempty"`
	IsRepack *bool  `json:"isRepack,omitempty"`
}

Revision struct for Revision

func NewRevision

func NewRevision() *Revision

NewRevision instantiates a new Revision 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 NewRevisionWithDefaults

func NewRevisionWithDefaults() *Revision

NewRevisionWithDefaults instantiates a new Revision 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 (*Revision) GetIsRepack

func (o *Revision) GetIsRepack() bool

GetIsRepack returns the IsRepack field value if set, zero value otherwise.

func (*Revision) GetIsRepackOk

func (o *Revision) GetIsRepackOk() (*bool, bool)

GetIsRepackOk returns a tuple with the IsRepack field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Revision) GetReal

func (o *Revision) GetReal() int32

GetReal returns the Real field value if set, zero value otherwise.

func (*Revision) GetRealOk

func (o *Revision) GetRealOk() (*int32, bool)

GetRealOk returns a tuple with the Real field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Revision) GetVersion

func (o *Revision) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*Revision) GetVersionOk

func (o *Revision) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Revision) HasIsRepack

func (o *Revision) HasIsRepack() bool

HasIsRepack returns a boolean if a field has been set.

func (*Revision) HasReal

func (o *Revision) HasReal() bool

HasReal returns a boolean if a field has been set.

func (*Revision) HasVersion

func (o *Revision) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Revision) MarshalJSON

func (o Revision) MarshalJSON() ([]byte, error)

func (*Revision) SetIsRepack

func (o *Revision) SetIsRepack(v bool)

SetIsRepack gets a reference to the given bool and assigns it to the IsRepack field.

func (*Revision) SetReal

func (o *Revision) SetReal(v int32)

SetReal gets a reference to the given int32 and assigns it to the Real field.

func (*Revision) SetVersion

func (o *Revision) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

func (Revision) ToMap added in v1.0.0

func (o Revision) ToMap() (map[string]interface{}, error)

type RootFolderAPIService added in v1.0.0

type RootFolderAPIService service

RootFolderAPIService RootFolderAPI service

func (*RootFolderAPIService) CreateRootFolder added in v1.0.0

CreateRootFolder Method for CreateRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRootFolderRequest

func (*RootFolderAPIService) CreateRootFolderExecute added in v1.0.0

Execute executes the request

@return RootFolderResource

func (*RootFolderAPIService) DeleteRootFolder added in v1.0.0

DeleteRootFolder Method for DeleteRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteRootFolderRequest

func (*RootFolderAPIService) DeleteRootFolderExecute added in v1.0.0

func (a *RootFolderAPIService) DeleteRootFolderExecute(r ApiDeleteRootFolderRequest) (*http.Response, error)

Execute executes the request

func (*RootFolderAPIService) GetRootFolderById added in v1.0.0

GetRootFolderById Method for GetRootFolderById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetRootFolderByIdRequest

func (*RootFolderAPIService) GetRootFolderByIdExecute added in v1.0.0

Execute executes the request

@return RootFolderResource

func (*RootFolderAPIService) ListRootFolder added in v1.0.0

ListRootFolder Method for ListRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRootFolderRequest

func (*RootFolderAPIService) ListRootFolderExecute added in v1.0.0

Execute executes the request

@return []RootFolderResource

func (*RootFolderAPIService) UpdateRootFolder added in v1.0.0

UpdateRootFolder Method for UpdateRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateRootFolderRequest

func (*RootFolderAPIService) UpdateRootFolderExecute added in v1.0.0

Execute executes the request

@return RootFolderResource

type RootFolderResource

type RootFolderResource struct {
	Id                          *int32               `json:"id,omitempty"`
	Name                        NullableString       `json:"name,omitempty"`
	Path                        NullableString       `json:"path,omitempty"`
	DefaultMetadataProfileId    *int32               `json:"defaultMetadataProfileId,omitempty"`
	DefaultQualityProfileId     *int32               `json:"defaultQualityProfileId,omitempty"`
	DefaultMonitorOption        *MonitorTypes        `json:"defaultMonitorOption,omitempty"`
	DefaultNewItemMonitorOption *NewItemMonitorTypes `json:"defaultNewItemMonitorOption,omitempty"`
	DefaultTags                 []int32              `json:"defaultTags,omitempty"`
	IsCalibreLibrary            *bool                `json:"isCalibreLibrary,omitempty"`
	Host                        NullableString       `json:"host,omitempty"`
	Port                        *int32               `json:"port,omitempty"`
	UrlBase                     NullableString       `json:"urlBase,omitempty"`
	Username                    NullableString       `json:"username,omitempty"`
	Password                    NullableString       `json:"password,omitempty"`
	Library                     NullableString       `json:"library,omitempty"`
	OutputFormat                NullableString       `json:"outputFormat,omitempty"`
	OutputProfile               NullableString       `json:"outputProfile,omitempty"`
	UseSsl                      *bool                `json:"useSsl,omitempty"`
	Accessible                  *bool                `json:"accessible,omitempty"`
	FreeSpace                   NullableInt64        `json:"freeSpace,omitempty"`
	TotalSpace                  NullableInt64        `json:"totalSpace,omitempty"`
}

RootFolderResource struct for RootFolderResource

func NewRootFolderResource

func NewRootFolderResource() *RootFolderResource

NewRootFolderResource instantiates a new RootFolderResource 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 NewRootFolderResourceWithDefaults

func NewRootFolderResourceWithDefaults() *RootFolderResource

NewRootFolderResourceWithDefaults instantiates a new RootFolderResource 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 (*RootFolderResource) GetAccessible

func (o *RootFolderResource) GetAccessible() bool

GetAccessible returns the Accessible field value if set, zero value otherwise.

func (*RootFolderResource) GetAccessibleOk

func (o *RootFolderResource) GetAccessibleOk() (*bool, bool)

GetAccessibleOk returns a tuple with the Accessible field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetDefaultMetadataProfileId

func (o *RootFolderResource) GetDefaultMetadataProfileId() int32

GetDefaultMetadataProfileId returns the DefaultMetadataProfileId field value if set, zero value otherwise.

func (*RootFolderResource) GetDefaultMetadataProfileIdOk

func (o *RootFolderResource) GetDefaultMetadataProfileIdOk() (*int32, bool)

GetDefaultMetadataProfileIdOk returns a tuple with the DefaultMetadataProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetDefaultMonitorOption

func (o *RootFolderResource) GetDefaultMonitorOption() MonitorTypes

GetDefaultMonitorOption returns the DefaultMonitorOption field value if set, zero value otherwise.

func (*RootFolderResource) GetDefaultMonitorOptionOk

func (o *RootFolderResource) GetDefaultMonitorOptionOk() (*MonitorTypes, bool)

GetDefaultMonitorOptionOk returns a tuple with the DefaultMonitorOption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetDefaultNewItemMonitorOption added in v0.3.0

func (o *RootFolderResource) GetDefaultNewItemMonitorOption() NewItemMonitorTypes

GetDefaultNewItemMonitorOption returns the DefaultNewItemMonitorOption field value if set, zero value otherwise.

func (*RootFolderResource) GetDefaultNewItemMonitorOptionOk added in v0.3.0

func (o *RootFolderResource) GetDefaultNewItemMonitorOptionOk() (*NewItemMonitorTypes, bool)

GetDefaultNewItemMonitorOptionOk returns a tuple with the DefaultNewItemMonitorOption field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetDefaultQualityProfileId

func (o *RootFolderResource) GetDefaultQualityProfileId() int32

GetDefaultQualityProfileId returns the DefaultQualityProfileId field value if set, zero value otherwise.

func (*RootFolderResource) GetDefaultQualityProfileIdOk

func (o *RootFolderResource) GetDefaultQualityProfileIdOk() (*int32, bool)

GetDefaultQualityProfileIdOk returns a tuple with the DefaultQualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetDefaultTags

func (o *RootFolderResource) GetDefaultTags() []int32

GetDefaultTags returns the DefaultTags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetDefaultTagsOk

func (o *RootFolderResource) GetDefaultTagsOk() ([]int32, bool)

GetDefaultTagsOk returns a tuple with the DefaultTags 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 (*RootFolderResource) GetFreeSpace

func (o *RootFolderResource) GetFreeSpace() int64

GetFreeSpace returns the FreeSpace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetFreeSpaceOk

func (o *RootFolderResource) GetFreeSpaceOk() (*int64, bool)

GetFreeSpaceOk returns a tuple with the FreeSpace 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 (*RootFolderResource) GetHost

func (o *RootFolderResource) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetHostOk

func (o *RootFolderResource) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host 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 (*RootFolderResource) GetId

func (o *RootFolderResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RootFolderResource) GetIdOk

func (o *RootFolderResource) GetIdOk() (*int32, 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 (*RootFolderResource) GetIsCalibreLibrary

func (o *RootFolderResource) GetIsCalibreLibrary() bool

GetIsCalibreLibrary returns the IsCalibreLibrary field value if set, zero value otherwise.

func (*RootFolderResource) GetIsCalibreLibraryOk

func (o *RootFolderResource) GetIsCalibreLibraryOk() (*bool, bool)

GetIsCalibreLibraryOk returns a tuple with the IsCalibreLibrary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetLibrary

func (o *RootFolderResource) GetLibrary() string

GetLibrary returns the Library field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetLibraryOk

func (o *RootFolderResource) GetLibraryOk() (*string, bool)

GetLibraryOk returns a tuple with the Library 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 (*RootFolderResource) GetName

func (o *RootFolderResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetNameOk

func (o *RootFolderResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RootFolderResource) GetOutputFormat

func (o *RootFolderResource) GetOutputFormat() string

GetOutputFormat returns the OutputFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetOutputFormatOk

func (o *RootFolderResource) GetOutputFormatOk() (*string, bool)

GetOutputFormatOk returns a tuple with the OutputFormat 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 (*RootFolderResource) GetOutputProfile

func (o *RootFolderResource) GetOutputProfile() string

GetOutputProfile returns the OutputProfile field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetOutputProfileOk

func (o *RootFolderResource) GetOutputProfileOk() (*string, bool)

GetOutputProfileOk returns a tuple with the OutputProfile 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 (*RootFolderResource) GetPassword

func (o *RootFolderResource) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetPasswordOk

func (o *RootFolderResource) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password 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 (*RootFolderResource) GetPath

func (o *RootFolderResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetPathOk

func (o *RootFolderResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path 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 (*RootFolderResource) GetPort

func (o *RootFolderResource) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*RootFolderResource) GetPortOk

func (o *RootFolderResource) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetTotalSpace

func (o *RootFolderResource) GetTotalSpace() int64

GetTotalSpace returns the TotalSpace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetTotalSpaceOk

func (o *RootFolderResource) GetTotalSpaceOk() (*int64, bool)

GetTotalSpaceOk returns a tuple with the TotalSpace 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 (*RootFolderResource) GetUrlBase

func (o *RootFolderResource) GetUrlBase() string

GetUrlBase returns the UrlBase field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetUrlBaseOk

func (o *RootFolderResource) GetUrlBaseOk() (*string, bool)

GetUrlBaseOk returns a tuple with the UrlBase 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 (*RootFolderResource) GetUseSsl

func (o *RootFolderResource) GetUseSsl() bool

GetUseSsl returns the UseSsl field value if set, zero value otherwise.

func (*RootFolderResource) GetUseSslOk

func (o *RootFolderResource) GetUseSslOk() (*bool, bool)

GetUseSslOk returns a tuple with the UseSsl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetUsername

func (o *RootFolderResource) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetUsernameOk

func (o *RootFolderResource) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username 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 (*RootFolderResource) HasAccessible

func (o *RootFolderResource) HasAccessible() bool

HasAccessible returns a boolean if a field has been set.

func (*RootFolderResource) HasDefaultMetadataProfileId

func (o *RootFolderResource) HasDefaultMetadataProfileId() bool

HasDefaultMetadataProfileId returns a boolean if a field has been set.

func (*RootFolderResource) HasDefaultMonitorOption

func (o *RootFolderResource) HasDefaultMonitorOption() bool

HasDefaultMonitorOption returns a boolean if a field has been set.

func (*RootFolderResource) HasDefaultNewItemMonitorOption added in v0.3.0

func (o *RootFolderResource) HasDefaultNewItemMonitorOption() bool

HasDefaultNewItemMonitorOption returns a boolean if a field has been set.

func (*RootFolderResource) HasDefaultQualityProfileId

func (o *RootFolderResource) HasDefaultQualityProfileId() bool

HasDefaultQualityProfileId returns a boolean if a field has been set.

func (*RootFolderResource) HasDefaultTags

func (o *RootFolderResource) HasDefaultTags() bool

HasDefaultTags returns a boolean if a field has been set.

func (*RootFolderResource) HasFreeSpace

func (o *RootFolderResource) HasFreeSpace() bool

HasFreeSpace returns a boolean if a field has been set.

func (*RootFolderResource) HasHost

func (o *RootFolderResource) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*RootFolderResource) HasId

func (o *RootFolderResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RootFolderResource) HasIsCalibreLibrary

func (o *RootFolderResource) HasIsCalibreLibrary() bool

HasIsCalibreLibrary returns a boolean if a field has been set.

func (*RootFolderResource) HasLibrary

func (o *RootFolderResource) HasLibrary() bool

HasLibrary returns a boolean if a field has been set.

func (*RootFolderResource) HasName

func (o *RootFolderResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*RootFolderResource) HasOutputFormat

func (o *RootFolderResource) HasOutputFormat() bool

HasOutputFormat returns a boolean if a field has been set.

func (*RootFolderResource) HasOutputProfile

func (o *RootFolderResource) HasOutputProfile() bool

HasOutputProfile returns a boolean if a field has been set.

func (*RootFolderResource) HasPassword

func (o *RootFolderResource) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*RootFolderResource) HasPath

func (o *RootFolderResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*RootFolderResource) HasPort

func (o *RootFolderResource) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*RootFolderResource) HasTotalSpace

func (o *RootFolderResource) HasTotalSpace() bool

HasTotalSpace returns a boolean if a field has been set.

func (*RootFolderResource) HasUrlBase

func (o *RootFolderResource) HasUrlBase() bool

HasUrlBase returns a boolean if a field has been set.

func (*RootFolderResource) HasUseSsl

func (o *RootFolderResource) HasUseSsl() bool

HasUseSsl returns a boolean if a field has been set.

func (*RootFolderResource) HasUsername

func (o *RootFolderResource) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (RootFolderResource) MarshalJSON

func (o RootFolderResource) MarshalJSON() ([]byte, error)

func (*RootFolderResource) SetAccessible

func (o *RootFolderResource) SetAccessible(v bool)

SetAccessible gets a reference to the given bool and assigns it to the Accessible field.

func (*RootFolderResource) SetDefaultMetadataProfileId

func (o *RootFolderResource) SetDefaultMetadataProfileId(v int32)

SetDefaultMetadataProfileId gets a reference to the given int32 and assigns it to the DefaultMetadataProfileId field.

func (*RootFolderResource) SetDefaultMonitorOption

func (o *RootFolderResource) SetDefaultMonitorOption(v MonitorTypes)

SetDefaultMonitorOption gets a reference to the given MonitorTypes and assigns it to the DefaultMonitorOption field.

func (*RootFolderResource) SetDefaultNewItemMonitorOption added in v0.3.0

func (o *RootFolderResource) SetDefaultNewItemMonitorOption(v NewItemMonitorTypes)

SetDefaultNewItemMonitorOption gets a reference to the given NewItemMonitorTypes and assigns it to the DefaultNewItemMonitorOption field.

func (*RootFolderResource) SetDefaultQualityProfileId

func (o *RootFolderResource) SetDefaultQualityProfileId(v int32)

SetDefaultQualityProfileId gets a reference to the given int32 and assigns it to the DefaultQualityProfileId field.

func (*RootFolderResource) SetDefaultTags

func (o *RootFolderResource) SetDefaultTags(v []int32)

SetDefaultTags gets a reference to the given []int32 and assigns it to the DefaultTags field.

func (*RootFolderResource) SetFreeSpace

func (o *RootFolderResource) SetFreeSpace(v int64)

SetFreeSpace gets a reference to the given NullableInt64 and assigns it to the FreeSpace field.

func (*RootFolderResource) SetFreeSpaceNil

func (o *RootFolderResource) SetFreeSpaceNil()

SetFreeSpaceNil sets the value for FreeSpace to be an explicit nil

func (*RootFolderResource) SetHost

func (o *RootFolderResource) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*RootFolderResource) SetHostNil

func (o *RootFolderResource) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*RootFolderResource) SetId

func (o *RootFolderResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RootFolderResource) SetIsCalibreLibrary

func (o *RootFolderResource) SetIsCalibreLibrary(v bool)

SetIsCalibreLibrary gets a reference to the given bool and assigns it to the IsCalibreLibrary field.

func (*RootFolderResource) SetLibrary

func (o *RootFolderResource) SetLibrary(v string)

SetLibrary gets a reference to the given NullableString and assigns it to the Library field.

func (*RootFolderResource) SetLibraryNil

func (o *RootFolderResource) SetLibraryNil()

SetLibraryNil sets the value for Library to be an explicit nil

func (*RootFolderResource) SetName

func (o *RootFolderResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*RootFolderResource) SetNameNil

func (o *RootFolderResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*RootFolderResource) SetOutputFormat

func (o *RootFolderResource) SetOutputFormat(v string)

SetOutputFormat gets a reference to the given NullableString and assigns it to the OutputFormat field.

func (*RootFolderResource) SetOutputFormatNil

func (o *RootFolderResource) SetOutputFormatNil()

SetOutputFormatNil sets the value for OutputFormat to be an explicit nil

func (*RootFolderResource) SetOutputProfile

func (o *RootFolderResource) SetOutputProfile(v string)

SetOutputProfile gets a reference to the given NullableString and assigns it to the OutputProfile field.

func (*RootFolderResource) SetOutputProfileNil

func (o *RootFolderResource) SetOutputProfileNil()

SetOutputProfileNil sets the value for OutputProfile to be an explicit nil

func (*RootFolderResource) SetPassword

func (o *RootFolderResource) SetPassword(v string)

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*RootFolderResource) SetPasswordNil

func (o *RootFolderResource) SetPasswordNil()

SetPasswordNil sets the value for Password to be an explicit nil

func (*RootFolderResource) SetPath

func (o *RootFolderResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*RootFolderResource) SetPathNil

func (o *RootFolderResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*RootFolderResource) SetPort

func (o *RootFolderResource) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*RootFolderResource) SetTotalSpace

func (o *RootFolderResource) SetTotalSpace(v int64)

SetTotalSpace gets a reference to the given NullableInt64 and assigns it to the TotalSpace field.

func (*RootFolderResource) SetTotalSpaceNil

func (o *RootFolderResource) SetTotalSpaceNil()

SetTotalSpaceNil sets the value for TotalSpace to be an explicit nil

func (*RootFolderResource) SetUrlBase

func (o *RootFolderResource) SetUrlBase(v string)

SetUrlBase gets a reference to the given NullableString and assigns it to the UrlBase field.

func (*RootFolderResource) SetUrlBaseNil

func (o *RootFolderResource) SetUrlBaseNil()

SetUrlBaseNil sets the value for UrlBase to be an explicit nil

func (*RootFolderResource) SetUseSsl

func (o *RootFolderResource) SetUseSsl(v bool)

SetUseSsl gets a reference to the given bool and assigns it to the UseSsl field.

func (*RootFolderResource) SetUsername

func (o *RootFolderResource) SetUsername(v string)

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*RootFolderResource) SetUsernameNil

func (o *RootFolderResource) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (RootFolderResource) ToMap added in v1.0.0

func (o RootFolderResource) ToMap() (map[string]interface{}, error)

func (*RootFolderResource) UnsetFreeSpace

func (o *RootFolderResource) UnsetFreeSpace()

UnsetFreeSpace ensures that no value is present for FreeSpace, not even an explicit nil

func (*RootFolderResource) UnsetHost

func (o *RootFolderResource) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*RootFolderResource) UnsetLibrary

func (o *RootFolderResource) UnsetLibrary()

UnsetLibrary ensures that no value is present for Library, not even an explicit nil

func (*RootFolderResource) UnsetName

func (o *RootFolderResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*RootFolderResource) UnsetOutputFormat

func (o *RootFolderResource) UnsetOutputFormat()

UnsetOutputFormat ensures that no value is present for OutputFormat, not even an explicit nil

func (*RootFolderResource) UnsetOutputProfile

func (o *RootFolderResource) UnsetOutputProfile()

UnsetOutputProfile ensures that no value is present for OutputProfile, not even an explicit nil

func (*RootFolderResource) UnsetPassword

func (o *RootFolderResource) UnsetPassword()

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*RootFolderResource) UnsetPath

func (o *RootFolderResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*RootFolderResource) UnsetTotalSpace

func (o *RootFolderResource) UnsetTotalSpace()

UnsetTotalSpace ensures that no value is present for TotalSpace, not even an explicit nil

func (*RootFolderResource) UnsetUrlBase

func (o *RootFolderResource) UnsetUrlBase()

UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil

func (*RootFolderResource) UnsetUsername

func (o *RootFolderResource) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type RuntimeMode added in v0.3.0

type RuntimeMode string

RuntimeMode the model 'RuntimeMode'

const (
	RUNTIMEMODE_CONSOLE RuntimeMode = "console"
	RUNTIMEMODE_SERVICE RuntimeMode = "service"
	RUNTIMEMODE_TRAY    RuntimeMode = "tray"
)

List of RuntimeMode

func NewRuntimeModeFromValue added in v0.3.0

func NewRuntimeModeFromValue(v string) (*RuntimeMode, error)

NewRuntimeModeFromValue returns a pointer to a valid RuntimeMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RuntimeMode) IsValid added in v0.3.0

func (v RuntimeMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RuntimeMode) Ptr added in v0.3.0

func (v RuntimeMode) Ptr() *RuntimeMode

Ptr returns reference to RuntimeMode value

func (*RuntimeMode) UnmarshalJSON added in v0.3.0

func (v *RuntimeMode) UnmarshalJSON(src []byte) error

type SearchAPIService added in v1.0.0

type SearchAPIService service

SearchAPIService SearchAPI service

func (*SearchAPIService) GetSearch added in v1.0.0

GetSearch Method for GetSearch

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSearchRequest

func (*SearchAPIService) GetSearchExecute added in v1.0.0

func (a *SearchAPIService) GetSearchExecute(r ApiGetSearchRequest) (*http.Response, error)

Execute executes the request

type SelectOption

type SelectOption struct {
	Value *int32         `json:"value,omitempty"`
	Name  NullableString `json:"name,omitempty"`
	Order *int32         `json:"order,omitempty"`
	Hint  NullableString `json:"hint,omitempty"`
}

SelectOption struct for SelectOption

func NewSelectOption

func NewSelectOption() *SelectOption

NewSelectOption instantiates a new SelectOption 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 NewSelectOptionWithDefaults

func NewSelectOptionWithDefaults() *SelectOption

NewSelectOptionWithDefaults instantiates a new SelectOption 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 (*SelectOption) GetHint

func (o *SelectOption) GetHint() string

GetHint returns the Hint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SelectOption) GetHintOk

func (o *SelectOption) GetHintOk() (*string, bool)

GetHintOk returns a tuple with the Hint 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 (*SelectOption) GetName

func (o *SelectOption) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SelectOption) GetNameOk

func (o *SelectOption) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SelectOption) GetOrder

func (o *SelectOption) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*SelectOption) GetOrderOk

func (o *SelectOption) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelectOption) GetValue

func (o *SelectOption) GetValue() int32

GetValue returns the Value field value if set, zero value otherwise.

func (*SelectOption) GetValueOk

func (o *SelectOption) GetValueOk() (*int32, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelectOption) HasHint

func (o *SelectOption) HasHint() bool

HasHint returns a boolean if a field has been set.

func (*SelectOption) HasName

func (o *SelectOption) HasName() bool

HasName returns a boolean if a field has been set.

func (*SelectOption) HasOrder

func (o *SelectOption) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*SelectOption) HasValue

func (o *SelectOption) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SelectOption) MarshalJSON

func (o SelectOption) MarshalJSON() ([]byte, error)

func (*SelectOption) SetHint

func (o *SelectOption) SetHint(v string)

SetHint gets a reference to the given NullableString and assigns it to the Hint field.

func (*SelectOption) SetHintNil

func (o *SelectOption) SetHintNil()

SetHintNil sets the value for Hint to be an explicit nil

func (*SelectOption) SetName

func (o *SelectOption) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SelectOption) SetNameNil

func (o *SelectOption) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*SelectOption) SetOrder

func (o *SelectOption) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*SelectOption) SetValue

func (o *SelectOption) SetValue(v int32)

SetValue gets a reference to the given int32 and assigns it to the Value field.

func (SelectOption) ToMap added in v1.0.0

func (o SelectOption) ToMap() (map[string]interface{}, error)

func (*SelectOption) UnsetHint

func (o *SelectOption) UnsetHint()

UnsetHint ensures that no value is present for Hint, not even an explicit nil

func (*SelectOption) UnsetName

func (o *SelectOption) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type Series

type Series struct {
	Id               *int32                        `json:"id,omitempty"`
	ForeignSeriesId  NullableString                `json:"foreignSeriesId,omitempty"`
	Title            NullableString                `json:"title,omitempty"`
	Description      NullableString                `json:"description,omitempty"`
	Numbered         *bool                         `json:"numbered,omitempty"`
	WorkCount        *int32                        `json:"workCount,omitempty"`
	PrimaryWorkCount *int32                        `json:"primaryWorkCount,omitempty"`
	LinkItems        *SeriesBookLinkListLazyLoaded `json:"linkItems,omitempty"`
	Books            *BookListLazyLoaded           `json:"books,omitempty"`
	ForeignAuthorId  NullableString                `json:"foreignAuthorId,omitempty"`
}

Series struct for Series

func NewSeries

func NewSeries() *Series

NewSeries instantiates a new Series 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 NewSeriesWithDefaults

func NewSeriesWithDefaults() *Series

NewSeriesWithDefaults instantiates a new Series 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 (*Series) GetBooks

func (o *Series) GetBooks() BookListLazyLoaded

GetBooks returns the Books field value if set, zero value otherwise.

func (*Series) GetBooksOk

func (o *Series) GetBooksOk() (*BookListLazyLoaded, bool)

GetBooksOk returns a tuple with the Books field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Series) GetDescription

func (o *Series) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Series) GetDescriptionOk

func (o *Series) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description 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 (*Series) GetForeignAuthorId

func (o *Series) GetForeignAuthorId() string

GetForeignAuthorId returns the ForeignAuthorId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Series) GetForeignAuthorIdOk

func (o *Series) GetForeignAuthorIdOk() (*string, bool)

GetForeignAuthorIdOk returns a tuple with the ForeignAuthorId 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 (*Series) GetForeignSeriesId

func (o *Series) GetForeignSeriesId() string

GetForeignSeriesId returns the ForeignSeriesId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Series) GetForeignSeriesIdOk

func (o *Series) GetForeignSeriesIdOk() (*string, bool)

GetForeignSeriesIdOk returns a tuple with the ForeignSeriesId 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 (*Series) GetId

func (o *Series) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Series) GetIdOk

func (o *Series) GetIdOk() (*int32, 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 (*Series) GetLinkItems

func (o *Series) GetLinkItems() SeriesBookLinkListLazyLoaded

GetLinkItems returns the LinkItems field value if set, zero value otherwise.

func (*Series) GetLinkItemsOk

func (o *Series) GetLinkItemsOk() (*SeriesBookLinkListLazyLoaded, bool)

GetLinkItemsOk returns a tuple with the LinkItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Series) GetNumbered

func (o *Series) GetNumbered() bool

GetNumbered returns the Numbered field value if set, zero value otherwise.

func (*Series) GetNumberedOk

func (o *Series) GetNumberedOk() (*bool, bool)

GetNumberedOk returns a tuple with the Numbered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Series) GetPrimaryWorkCount

func (o *Series) GetPrimaryWorkCount() int32

GetPrimaryWorkCount returns the PrimaryWorkCount field value if set, zero value otherwise.

func (*Series) GetPrimaryWorkCountOk

func (o *Series) GetPrimaryWorkCountOk() (*int32, bool)

GetPrimaryWorkCountOk returns a tuple with the PrimaryWorkCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Series) GetTitle

func (o *Series) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Series) GetTitleOk

func (o *Series) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*Series) GetWorkCount

func (o *Series) GetWorkCount() int32

GetWorkCount returns the WorkCount field value if set, zero value otherwise.

func (*Series) GetWorkCountOk

func (o *Series) GetWorkCountOk() (*int32, bool)

GetWorkCountOk returns a tuple with the WorkCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Series) HasBooks

func (o *Series) HasBooks() bool

HasBooks returns a boolean if a field has been set.

func (*Series) HasDescription

func (o *Series) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Series) HasForeignAuthorId

func (o *Series) HasForeignAuthorId() bool

HasForeignAuthorId returns a boolean if a field has been set.

func (*Series) HasForeignSeriesId

func (o *Series) HasForeignSeriesId() bool

HasForeignSeriesId returns a boolean if a field has been set.

func (*Series) HasId

func (o *Series) HasId() bool

HasId returns a boolean if a field has been set.

func (*Series) HasLinkItems

func (o *Series) HasLinkItems() bool

HasLinkItems returns a boolean if a field has been set.

func (*Series) HasNumbered

func (o *Series) HasNumbered() bool

HasNumbered returns a boolean if a field has been set.

func (*Series) HasPrimaryWorkCount

func (o *Series) HasPrimaryWorkCount() bool

HasPrimaryWorkCount returns a boolean if a field has been set.

func (*Series) HasTitle

func (o *Series) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*Series) HasWorkCount

func (o *Series) HasWorkCount() bool

HasWorkCount returns a boolean if a field has been set.

func (Series) MarshalJSON

func (o Series) MarshalJSON() ([]byte, error)

func (*Series) SetBooks

func (o *Series) SetBooks(v BookListLazyLoaded)

SetBooks gets a reference to the given BookListLazyLoaded and assigns it to the Books field.

func (*Series) SetDescription

func (o *Series) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*Series) SetDescriptionNil

func (o *Series) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*Series) SetForeignAuthorId

func (o *Series) SetForeignAuthorId(v string)

SetForeignAuthorId gets a reference to the given NullableString and assigns it to the ForeignAuthorId field.

func (*Series) SetForeignAuthorIdNil

func (o *Series) SetForeignAuthorIdNil()

SetForeignAuthorIdNil sets the value for ForeignAuthorId to be an explicit nil

func (*Series) SetForeignSeriesId

func (o *Series) SetForeignSeriesId(v string)

SetForeignSeriesId gets a reference to the given NullableString and assigns it to the ForeignSeriesId field.

func (*Series) SetForeignSeriesIdNil

func (o *Series) SetForeignSeriesIdNil()

SetForeignSeriesIdNil sets the value for ForeignSeriesId to be an explicit nil

func (*Series) SetId

func (o *Series) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Series) SetLinkItems

func (o *Series) SetLinkItems(v SeriesBookLinkListLazyLoaded)

SetLinkItems gets a reference to the given SeriesBookLinkListLazyLoaded and assigns it to the LinkItems field.

func (*Series) SetNumbered

func (o *Series) SetNumbered(v bool)

SetNumbered gets a reference to the given bool and assigns it to the Numbered field.

func (*Series) SetPrimaryWorkCount

func (o *Series) SetPrimaryWorkCount(v int32)

SetPrimaryWorkCount gets a reference to the given int32 and assigns it to the PrimaryWorkCount field.

func (*Series) SetTitle

func (o *Series) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*Series) SetTitleNil

func (o *Series) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*Series) SetWorkCount

func (o *Series) SetWorkCount(v int32)

SetWorkCount gets a reference to the given int32 and assigns it to the WorkCount field.

func (Series) ToMap added in v1.0.0

func (o Series) ToMap() (map[string]interface{}, error)

func (*Series) UnsetDescription

func (o *Series) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*Series) UnsetForeignAuthorId

func (o *Series) UnsetForeignAuthorId()

UnsetForeignAuthorId ensures that no value is present for ForeignAuthorId, not even an explicit nil

func (*Series) UnsetForeignSeriesId

func (o *Series) UnsetForeignSeriesId()

UnsetForeignSeriesId ensures that no value is present for ForeignSeriesId, not even an explicit nil

func (*Series) UnsetTitle

func (o *Series) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type SeriesAPIService added in v1.0.0

type SeriesAPIService service

SeriesAPIService SeriesAPI service

func (*SeriesAPIService) ListSeries added in v1.0.0

ListSeries Method for ListSeries

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSeriesRequest

func (*SeriesAPIService) ListSeriesExecute added in v1.0.0

func (a *SeriesAPIService) ListSeriesExecute(r ApiListSeriesRequest) ([]SeriesResource, *http.Response, error)

Execute executes the request

@return []SeriesResource
type SeriesBookLink struct {
	Id             *int32            `json:"id,omitempty"`
	Position       NullableString    `json:"position,omitempty"`
	SeriesPosition *int32            `json:"seriesPosition,omitempty"`
	SeriesId       *int32            `json:"seriesId,omitempty"`
	BookId         *int32            `json:"bookId,omitempty"`
	IsPrimary      *bool             `json:"isPrimary,omitempty"`
	Series         *SeriesLazyLoaded `json:"series,omitempty"`
	Book           *BookLazyLoaded   `json:"book,omitempty"`
}

SeriesBookLink struct for SeriesBookLink

func NewSeriesBookLink() *SeriesBookLink

NewSeriesBookLink instantiates a new SeriesBookLink 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 NewSeriesBookLinkWithDefaults

func NewSeriesBookLinkWithDefaults() *SeriesBookLink

NewSeriesBookLinkWithDefaults instantiates a new SeriesBookLink 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 (*SeriesBookLink) GetBook

func (o *SeriesBookLink) GetBook() BookLazyLoaded

GetBook returns the Book field value if set, zero value otherwise.

func (*SeriesBookLink) GetBookId

func (o *SeriesBookLink) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*SeriesBookLink) GetBookIdOk

func (o *SeriesBookLink) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLink) GetBookOk

func (o *SeriesBookLink) GetBookOk() (*BookLazyLoaded, bool)

GetBookOk returns a tuple with the Book field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLink) GetId

func (o *SeriesBookLink) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SeriesBookLink) GetIdOk

func (o *SeriesBookLink) GetIdOk() (*int32, 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 (*SeriesBookLink) GetIsPrimary

func (o *SeriesBookLink) GetIsPrimary() bool

GetIsPrimary returns the IsPrimary field value if set, zero value otherwise.

func (*SeriesBookLink) GetIsPrimaryOk

func (o *SeriesBookLink) GetIsPrimaryOk() (*bool, bool)

GetIsPrimaryOk returns a tuple with the IsPrimary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLink) GetPosition

func (o *SeriesBookLink) GetPosition() string

GetPosition returns the Position field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesBookLink) GetPositionOk

func (o *SeriesBookLink) GetPositionOk() (*string, bool)

GetPositionOk returns a tuple with the Position 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 (*SeriesBookLink) GetSeries

func (o *SeriesBookLink) GetSeries() SeriesLazyLoaded

GetSeries returns the Series field value if set, zero value otherwise.

func (*SeriesBookLink) GetSeriesId

func (o *SeriesBookLink) GetSeriesId() int32

GetSeriesId returns the SeriesId field value if set, zero value otherwise.

func (*SeriesBookLink) GetSeriesIdOk

func (o *SeriesBookLink) GetSeriesIdOk() (*int32, bool)

GetSeriesIdOk returns a tuple with the SeriesId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLink) GetSeriesOk

func (o *SeriesBookLink) GetSeriesOk() (*SeriesLazyLoaded, bool)

GetSeriesOk returns a tuple with the Series field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLink) GetSeriesPosition added in v0.3.0

func (o *SeriesBookLink) GetSeriesPosition() int32

GetSeriesPosition returns the SeriesPosition field value if set, zero value otherwise.

func (*SeriesBookLink) GetSeriesPositionOk added in v0.3.0

func (o *SeriesBookLink) GetSeriesPositionOk() (*int32, bool)

GetSeriesPositionOk returns a tuple with the SeriesPosition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLink) HasBook

func (o *SeriesBookLink) HasBook() bool

HasBook returns a boolean if a field has been set.

func (*SeriesBookLink) HasBookId

func (o *SeriesBookLink) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*SeriesBookLink) HasId

func (o *SeriesBookLink) HasId() bool

HasId returns a boolean if a field has been set.

func (*SeriesBookLink) HasIsPrimary

func (o *SeriesBookLink) HasIsPrimary() bool

HasIsPrimary returns a boolean if a field has been set.

func (*SeriesBookLink) HasPosition

func (o *SeriesBookLink) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*SeriesBookLink) HasSeries

func (o *SeriesBookLink) HasSeries() bool

HasSeries returns a boolean if a field has been set.

func (*SeriesBookLink) HasSeriesId

func (o *SeriesBookLink) HasSeriesId() bool

HasSeriesId returns a boolean if a field has been set.

func (*SeriesBookLink) HasSeriesPosition added in v0.3.0

func (o *SeriesBookLink) HasSeriesPosition() bool

HasSeriesPosition returns a boolean if a field has been set.

func (SeriesBookLink) MarshalJSON

func (o SeriesBookLink) MarshalJSON() ([]byte, error)

func (*SeriesBookLink) SetBook

func (o *SeriesBookLink) SetBook(v BookLazyLoaded)

SetBook gets a reference to the given BookLazyLoaded and assigns it to the Book field.

func (*SeriesBookLink) SetBookId

func (o *SeriesBookLink) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*SeriesBookLink) SetId

func (o *SeriesBookLink) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SeriesBookLink) SetIsPrimary

func (o *SeriesBookLink) SetIsPrimary(v bool)

SetIsPrimary gets a reference to the given bool and assigns it to the IsPrimary field.

func (*SeriesBookLink) SetPosition

func (o *SeriesBookLink) SetPosition(v string)

SetPosition gets a reference to the given NullableString and assigns it to the Position field.

func (*SeriesBookLink) SetPositionNil

func (o *SeriesBookLink) SetPositionNil()

SetPositionNil sets the value for Position to be an explicit nil

func (*SeriesBookLink) SetSeries

func (o *SeriesBookLink) SetSeries(v SeriesLazyLoaded)

SetSeries gets a reference to the given SeriesLazyLoaded and assigns it to the Series field.

func (*SeriesBookLink) SetSeriesId

func (o *SeriesBookLink) SetSeriesId(v int32)

SetSeriesId gets a reference to the given int32 and assigns it to the SeriesId field.

func (*SeriesBookLink) SetSeriesPosition added in v0.3.0

func (o *SeriesBookLink) SetSeriesPosition(v int32)

SetSeriesPosition gets a reference to the given int32 and assigns it to the SeriesPosition field.

func (SeriesBookLink) ToMap added in v1.0.0

func (o SeriesBookLink) ToMap() (map[string]interface{}, error)

func (*SeriesBookLink) UnsetPosition

func (o *SeriesBookLink) UnsetPosition()

UnsetPosition ensures that no value is present for Position, not even an explicit nil

type SeriesBookLinkListLazyLoaded

type SeriesBookLinkListLazyLoaded struct {
	Value    []SeriesBookLink `json:"value,omitempty"`
	IsLoaded *bool            `json:"isLoaded,omitempty"`
}

SeriesBookLinkListLazyLoaded struct for SeriesBookLinkListLazyLoaded

func NewSeriesBookLinkListLazyLoaded

func NewSeriesBookLinkListLazyLoaded() *SeriesBookLinkListLazyLoaded

NewSeriesBookLinkListLazyLoaded instantiates a new SeriesBookLinkListLazyLoaded 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 NewSeriesBookLinkListLazyLoadedWithDefaults

func NewSeriesBookLinkListLazyLoadedWithDefaults() *SeriesBookLinkListLazyLoaded

NewSeriesBookLinkListLazyLoadedWithDefaults instantiates a new SeriesBookLinkListLazyLoaded 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 (*SeriesBookLinkListLazyLoaded) GetIsLoaded

func (o *SeriesBookLinkListLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*SeriesBookLinkListLazyLoaded) GetIsLoadedOk

func (o *SeriesBookLinkListLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLinkListLazyLoaded) GetValue

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesBookLinkListLazyLoaded) GetValueOk

func (o *SeriesBookLinkListLazyLoaded) GetValueOk() ([]SeriesBookLink, bool)

GetValueOk returns a tuple with the Value 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 (*SeriesBookLinkListLazyLoaded) HasIsLoaded

func (o *SeriesBookLinkListLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*SeriesBookLinkListLazyLoaded) HasValue

func (o *SeriesBookLinkListLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SeriesBookLinkListLazyLoaded) MarshalJSON

func (o SeriesBookLinkListLazyLoaded) MarshalJSON() ([]byte, error)

func (*SeriesBookLinkListLazyLoaded) SetIsLoaded

func (o *SeriesBookLinkListLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*SeriesBookLinkListLazyLoaded) SetValue

SetValue gets a reference to the given []SeriesBookLink and assigns it to the Value field.

func (SeriesBookLinkListLazyLoaded) ToMap added in v1.0.0

func (o SeriesBookLinkListLazyLoaded) ToMap() (map[string]interface{}, error)

type SeriesBookLinkResource

type SeriesBookLinkResource struct {
	Id             *int32         `json:"id,omitempty"`
	Position       NullableString `json:"position,omitempty"`
	SeriesPosition *int32         `json:"seriesPosition,omitempty"`
	SeriesId       *int32         `json:"seriesId,omitempty"`
	BookId         *int32         `json:"bookId,omitempty"`
}

SeriesBookLinkResource struct for SeriesBookLinkResource

func NewSeriesBookLinkResource

func NewSeriesBookLinkResource() *SeriesBookLinkResource

NewSeriesBookLinkResource instantiates a new SeriesBookLinkResource 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 NewSeriesBookLinkResourceWithDefaults

func NewSeriesBookLinkResourceWithDefaults() *SeriesBookLinkResource

NewSeriesBookLinkResourceWithDefaults instantiates a new SeriesBookLinkResource 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 (*SeriesBookLinkResource) GetBookId

func (o *SeriesBookLinkResource) GetBookId() int32

GetBookId returns the BookId field value if set, zero value otherwise.

func (*SeriesBookLinkResource) GetBookIdOk

func (o *SeriesBookLinkResource) GetBookIdOk() (*int32, bool)

GetBookIdOk returns a tuple with the BookId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLinkResource) GetId

func (o *SeriesBookLinkResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SeriesBookLinkResource) GetIdOk

func (o *SeriesBookLinkResource) GetIdOk() (*int32, 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 (*SeriesBookLinkResource) GetPosition

func (o *SeriesBookLinkResource) GetPosition() string

GetPosition returns the Position field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesBookLinkResource) GetPositionOk

func (o *SeriesBookLinkResource) GetPositionOk() (*string, bool)

GetPositionOk returns a tuple with the Position 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 (*SeriesBookLinkResource) GetSeriesId

func (o *SeriesBookLinkResource) GetSeriesId() int32

GetSeriesId returns the SeriesId field value if set, zero value otherwise.

func (*SeriesBookLinkResource) GetSeriesIdOk

func (o *SeriesBookLinkResource) GetSeriesIdOk() (*int32, bool)

GetSeriesIdOk returns a tuple with the SeriesId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLinkResource) GetSeriesPosition added in v0.3.0

func (o *SeriesBookLinkResource) GetSeriesPosition() int32

GetSeriesPosition returns the SeriesPosition field value if set, zero value otherwise.

func (*SeriesBookLinkResource) GetSeriesPositionOk added in v0.3.0

func (o *SeriesBookLinkResource) GetSeriesPositionOk() (*int32, bool)

GetSeriesPositionOk returns a tuple with the SeriesPosition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesBookLinkResource) HasBookId

func (o *SeriesBookLinkResource) HasBookId() bool

HasBookId returns a boolean if a field has been set.

func (*SeriesBookLinkResource) HasId

func (o *SeriesBookLinkResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*SeriesBookLinkResource) HasPosition

func (o *SeriesBookLinkResource) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*SeriesBookLinkResource) HasSeriesId

func (o *SeriesBookLinkResource) HasSeriesId() bool

HasSeriesId returns a boolean if a field has been set.

func (*SeriesBookLinkResource) HasSeriesPosition added in v0.3.0

func (o *SeriesBookLinkResource) HasSeriesPosition() bool

HasSeriesPosition returns a boolean if a field has been set.

func (SeriesBookLinkResource) MarshalJSON

func (o SeriesBookLinkResource) MarshalJSON() ([]byte, error)

func (*SeriesBookLinkResource) SetBookId

func (o *SeriesBookLinkResource) SetBookId(v int32)

SetBookId gets a reference to the given int32 and assigns it to the BookId field.

func (*SeriesBookLinkResource) SetId

func (o *SeriesBookLinkResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SeriesBookLinkResource) SetPosition

func (o *SeriesBookLinkResource) SetPosition(v string)

SetPosition gets a reference to the given NullableString and assigns it to the Position field.

func (*SeriesBookLinkResource) SetPositionNil

func (o *SeriesBookLinkResource) SetPositionNil()

SetPositionNil sets the value for Position to be an explicit nil

func (*SeriesBookLinkResource) SetSeriesId

func (o *SeriesBookLinkResource) SetSeriesId(v int32)

SetSeriesId gets a reference to the given int32 and assigns it to the SeriesId field.

func (*SeriesBookLinkResource) SetSeriesPosition added in v0.3.0

func (o *SeriesBookLinkResource) SetSeriesPosition(v int32)

SetSeriesPosition gets a reference to the given int32 and assigns it to the SeriesPosition field.

func (SeriesBookLinkResource) ToMap added in v1.0.0

func (o SeriesBookLinkResource) ToMap() (map[string]interface{}, error)

func (*SeriesBookLinkResource) UnsetPosition

func (o *SeriesBookLinkResource) UnsetPosition()

UnsetPosition ensures that no value is present for Position, not even an explicit nil

type SeriesLazyLoaded

type SeriesLazyLoaded struct {
	Value    *Series `json:"value,omitempty"`
	IsLoaded *bool   `json:"isLoaded,omitempty"`
}

SeriesLazyLoaded struct for SeriesLazyLoaded

func NewSeriesLazyLoaded

func NewSeriesLazyLoaded() *SeriesLazyLoaded

NewSeriesLazyLoaded instantiates a new SeriesLazyLoaded 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 NewSeriesLazyLoadedWithDefaults

func NewSeriesLazyLoadedWithDefaults() *SeriesLazyLoaded

NewSeriesLazyLoadedWithDefaults instantiates a new SeriesLazyLoaded 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 (*SeriesLazyLoaded) GetIsLoaded

func (o *SeriesLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*SeriesLazyLoaded) GetIsLoadedOk

func (o *SeriesLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesLazyLoaded) GetValue

func (o *SeriesLazyLoaded) GetValue() Series

GetValue returns the Value field value if set, zero value otherwise.

func (*SeriesLazyLoaded) GetValueOk

func (o *SeriesLazyLoaded) GetValueOk() (*Series, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesLazyLoaded) HasIsLoaded

func (o *SeriesLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*SeriesLazyLoaded) HasValue

func (o *SeriesLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SeriesLazyLoaded) MarshalJSON

func (o SeriesLazyLoaded) MarshalJSON() ([]byte, error)

func (*SeriesLazyLoaded) SetIsLoaded

func (o *SeriesLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*SeriesLazyLoaded) SetValue

func (o *SeriesLazyLoaded) SetValue(v Series)

SetValue gets a reference to the given Series and assigns it to the Value field.

func (SeriesLazyLoaded) ToMap added in v1.0.0

func (o SeriesLazyLoaded) ToMap() (map[string]interface{}, error)

type SeriesListLazyLoaded

type SeriesListLazyLoaded struct {
	Value    []Series `json:"value,omitempty"`
	IsLoaded *bool    `json:"isLoaded,omitempty"`
}

SeriesListLazyLoaded struct for SeriesListLazyLoaded

func NewSeriesListLazyLoaded

func NewSeriesListLazyLoaded() *SeriesListLazyLoaded

NewSeriesListLazyLoaded instantiates a new SeriesListLazyLoaded 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 NewSeriesListLazyLoadedWithDefaults

func NewSeriesListLazyLoadedWithDefaults() *SeriesListLazyLoaded

NewSeriesListLazyLoadedWithDefaults instantiates a new SeriesListLazyLoaded 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 (*SeriesListLazyLoaded) GetIsLoaded

func (o *SeriesListLazyLoaded) GetIsLoaded() bool

GetIsLoaded returns the IsLoaded field value if set, zero value otherwise.

func (*SeriesListLazyLoaded) GetIsLoadedOk

func (o *SeriesListLazyLoaded) GetIsLoadedOk() (*bool, bool)

GetIsLoadedOk returns a tuple with the IsLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeriesListLazyLoaded) GetValue

func (o *SeriesListLazyLoaded) GetValue() []Series

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesListLazyLoaded) GetValueOk

func (o *SeriesListLazyLoaded) GetValueOk() ([]Series, bool)

GetValueOk returns a tuple with the Value 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 (*SeriesListLazyLoaded) HasIsLoaded

func (o *SeriesListLazyLoaded) HasIsLoaded() bool

HasIsLoaded returns a boolean if a field has been set.

func (*SeriesListLazyLoaded) HasValue

func (o *SeriesListLazyLoaded) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SeriesListLazyLoaded) MarshalJSON

func (o SeriesListLazyLoaded) MarshalJSON() ([]byte, error)

func (*SeriesListLazyLoaded) SetIsLoaded

func (o *SeriesListLazyLoaded) SetIsLoaded(v bool)

SetIsLoaded gets a reference to the given bool and assigns it to the IsLoaded field.

func (*SeriesListLazyLoaded) SetValue

func (o *SeriesListLazyLoaded) SetValue(v []Series)

SetValue gets a reference to the given []Series and assigns it to the Value field.

func (SeriesListLazyLoaded) ToMap added in v1.0.0

func (o SeriesListLazyLoaded) ToMap() (map[string]interface{}, error)

type SeriesResource

type SeriesResource struct {
	Id          *int32                   `json:"id,omitempty"`
	Title       NullableString           `json:"title,omitempty"`
	Description NullableString           `json:"description,omitempty"`
	Links       []SeriesBookLinkResource `json:"links,omitempty"`
}

SeriesResource struct for SeriesResource

func NewSeriesResource

func NewSeriesResource() *SeriesResource

NewSeriesResource instantiates a new SeriesResource 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 NewSeriesResourceWithDefaults

func NewSeriesResourceWithDefaults() *SeriesResource

NewSeriesResourceWithDefaults instantiates a new SeriesResource 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 (*SeriesResource) GetDescription

func (o *SeriesResource) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesResource) GetDescriptionOk

func (o *SeriesResource) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description 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 (*SeriesResource) GetId

func (o *SeriesResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SeriesResource) GetIdOk

func (o *SeriesResource) GetIdOk() (*int32, 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 (o *SeriesResource) GetLinks() []SeriesBookLinkResource

GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesResource) GetLinksOk

func (o *SeriesResource) GetLinksOk() ([]SeriesBookLinkResource, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SeriesResource) GetTitle

func (o *SeriesResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SeriesResource) GetTitleOk

func (o *SeriesResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*SeriesResource) HasDescription

func (o *SeriesResource) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SeriesResource) HasId

func (o *SeriesResource) HasId() bool

HasId returns a boolean if a field has been set.

func (o *SeriesResource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*SeriesResource) HasTitle

func (o *SeriesResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (SeriesResource) MarshalJSON

func (o SeriesResource) MarshalJSON() ([]byte, error)

func (*SeriesResource) SetDescription

func (o *SeriesResource) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SeriesResource) SetDescriptionNil

func (o *SeriesResource) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SeriesResource) SetId

func (o *SeriesResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (o *SeriesResource) SetLinks(v []SeriesBookLinkResource)

SetLinks gets a reference to the given []SeriesBookLinkResource and assigns it to the Links field.

func (*SeriesResource) SetTitle

func (o *SeriesResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*SeriesResource) SetTitleNil

func (o *SeriesResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (SeriesResource) ToMap added in v1.0.0

func (o SeriesResource) ToMap() (map[string]interface{}, error)

func (*SeriesResource) UnsetDescription

func (o *SeriesResource) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*SeriesResource) UnsetTitle

func (o *SeriesResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

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

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SortDirection

type SortDirection string

SortDirection the model 'SortDirection'

const (
	SORTDIRECTION_DEFAULT    SortDirection = "default"
	SORTDIRECTION_ASCENDING  SortDirection = "ascending"
	SORTDIRECTION_DESCENDING SortDirection = "descending"
)

List of SortDirection

func NewSortDirectionFromValue

func NewSortDirectionFromValue(v string) (*SortDirection, error)

NewSortDirectionFromValue returns a pointer to a valid SortDirection for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SortDirection) IsValid

func (v SortDirection) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SortDirection) Ptr

func (v SortDirection) Ptr() *SortDirection

Ptr returns reference to SortDirection value

func (*SortDirection) UnmarshalJSON

func (v *SortDirection) UnmarshalJSON(src []byte) error

type StaticResourceAPIService added in v1.0.0

type StaticResourceAPIService service

StaticResourceAPIService StaticResourceAPI service

func (*StaticResourceAPIService) Get added in v1.0.0

Get Method for Get

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param path
@return ApiGetRequest

func (*StaticResourceAPIService) GetByPath added in v1.0.0

GetByPath Method for GetByPath

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param path
@return ApiGetByPathRequest

func (*StaticResourceAPIService) GetByPathExecute added in v1.0.0

func (a *StaticResourceAPIService) GetByPathExecute(r ApiGetByPathRequest) (*http.Response, error)

Execute executes the request

func (*StaticResourceAPIService) GetContentByPath added in v1.0.0

GetContentByPath Method for GetContentByPath

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param path
@return ApiGetContentByPathRequest

func (*StaticResourceAPIService) GetContentByPathExecute added in v1.0.0

func (a *StaticResourceAPIService) GetContentByPathExecute(r ApiGetContentByPathRequest) (*http.Response, error)

Execute executes the request

func (*StaticResourceAPIService) GetExecute added in v1.0.0

Execute executes the request

func (*StaticResourceAPIService) GetLogin added in v1.0.0

GetLogin Method for GetLogin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLoginRequest

func (*StaticResourceAPIService) GetLoginExecute added in v1.0.0

Execute executes the request

type SystemAPIService added in v1.0.0

type SystemAPIService service

SystemAPIService SystemAPI service

func (*SystemAPIService) CreateSystemRestart added in v1.0.0

func (a *SystemAPIService) CreateSystemRestart(ctx context.Context) ApiCreateSystemRestartRequest

CreateSystemRestart Method for CreateSystemRestart

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSystemRestartRequest

func (*SystemAPIService) CreateSystemRestartExecute added in v1.0.0

func (a *SystemAPIService) CreateSystemRestartExecute(r ApiCreateSystemRestartRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) CreateSystemShutdown added in v1.0.0

func (a *SystemAPIService) CreateSystemShutdown(ctx context.Context) ApiCreateSystemShutdownRequest

CreateSystemShutdown Method for CreateSystemShutdown

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSystemShutdownRequest

func (*SystemAPIService) CreateSystemShutdownExecute added in v1.0.0

func (a *SystemAPIService) CreateSystemShutdownExecute(r ApiCreateSystemShutdownRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemRoutes added in v1.0.0

GetSystemRoutes Method for GetSystemRoutes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemRoutesRequest

func (*SystemAPIService) GetSystemRoutesDuplicate added in v1.0.0

func (a *SystemAPIService) GetSystemRoutesDuplicate(ctx context.Context) ApiGetSystemRoutesDuplicateRequest

GetSystemRoutesDuplicate Method for GetSystemRoutesDuplicate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemRoutesDuplicateRequest

func (*SystemAPIService) GetSystemRoutesDuplicateExecute added in v1.0.0

func (a *SystemAPIService) GetSystemRoutesDuplicateExecute(r ApiGetSystemRoutesDuplicateRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemRoutesExecute added in v1.0.0

func (a *SystemAPIService) GetSystemRoutesExecute(r ApiGetSystemRoutesRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemStatus added in v1.0.0

GetSystemStatus Method for GetSystemStatus

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemStatusRequest

func (*SystemAPIService) GetSystemStatusExecute added in v1.0.0

func (a *SystemAPIService) GetSystemStatusExecute(r ApiGetSystemStatusRequest) (*SystemResource, *http.Response, error)

Execute executes the request

@return SystemResource

type SystemResource added in v0.3.0

type SystemResource struct {
	AppName                       NullableString      `json:"appName,omitempty"`
	InstanceName                  NullableString      `json:"instanceName,omitempty"`
	Version                       NullableString      `json:"version,omitempty"`
	BuildTime                     *time.Time          `json:"buildTime,omitempty"`
	IsDebug                       *bool               `json:"isDebug,omitempty"`
	IsProduction                  *bool               `json:"isProduction,omitempty"`
	IsAdmin                       *bool               `json:"isAdmin,omitempty"`
	IsUserInteractive             *bool               `json:"isUserInteractive,omitempty"`
	StartupPath                   NullableString      `json:"startupPath,omitempty"`
	AppData                       NullableString      `json:"appData,omitempty"`
	OsName                        NullableString      `json:"osName,omitempty"`
	OsVersion                     NullableString      `json:"osVersion,omitempty"`
	IsNetCore                     *bool               `json:"isNetCore,omitempty"`
	IsLinux                       *bool               `json:"isLinux,omitempty"`
	IsOsx                         *bool               `json:"isOsx,omitempty"`
	IsWindows                     *bool               `json:"isWindows,omitempty"`
	IsDocker                      *bool               `json:"isDocker,omitempty"`
	Mode                          *RuntimeMode        `json:"mode,omitempty"`
	Branch                        NullableString      `json:"branch,omitempty"`
	DatabaseType                  *DatabaseType       `json:"databaseType,omitempty"`
	DatabaseVersion               *string             `json:"databaseVersion,omitempty"`
	Authentication                *AuthenticationType `json:"authentication,omitempty"`
	MigrationVersion              *int32              `json:"migrationVersion,omitempty"`
	UrlBase                       NullableString      `json:"urlBase,omitempty"`
	RuntimeVersion                *string             `json:"runtimeVersion,omitempty"`
	RuntimeName                   NullableString      `json:"runtimeName,omitempty"`
	StartTime                     *time.Time          `json:"startTime,omitempty"`
	PackageVersion                NullableString      `json:"packageVersion,omitempty"`
	PackageAuthor                 NullableString      `json:"packageAuthor,omitempty"`
	PackageUpdateMechanism        *UpdateMechanism    `json:"packageUpdateMechanism,omitempty"`
	PackageUpdateMechanismMessage NullableString      `json:"packageUpdateMechanismMessage,omitempty"`
}

SystemResource struct for SystemResource

func NewSystemResource added in v0.3.0

func NewSystemResource() *SystemResource

NewSystemResource instantiates a new SystemResource 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 NewSystemResourceWithDefaults added in v0.3.0

func NewSystemResourceWithDefaults() *SystemResource

NewSystemResourceWithDefaults instantiates a new SystemResource 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 (*SystemResource) GetAppData added in v0.3.0

func (o *SystemResource) GetAppData() string

GetAppData returns the AppData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetAppDataOk added in v0.3.0

func (o *SystemResource) GetAppDataOk() (*string, bool)

GetAppDataOk returns a tuple with the AppData 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 (*SystemResource) GetAppName added in v0.3.0

func (o *SystemResource) GetAppName() string

GetAppName returns the AppName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetAppNameOk added in v0.3.0

func (o *SystemResource) GetAppNameOk() (*string, bool)

GetAppNameOk returns a tuple with the AppName 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 (*SystemResource) GetAuthentication added in v0.3.0

func (o *SystemResource) GetAuthentication() AuthenticationType

GetAuthentication returns the Authentication field value if set, zero value otherwise.

func (*SystemResource) GetAuthenticationOk added in v0.3.0

func (o *SystemResource) GetAuthenticationOk() (*AuthenticationType, bool)

GetAuthenticationOk returns a tuple with the Authentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetBranch added in v0.3.0

func (o *SystemResource) GetBranch() string

GetBranch returns the Branch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetBranchOk added in v0.3.0

func (o *SystemResource) GetBranchOk() (*string, bool)

GetBranchOk returns a tuple with the Branch 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 (*SystemResource) GetBuildTime added in v0.3.0

func (o *SystemResource) GetBuildTime() time.Time

GetBuildTime returns the BuildTime field value if set, zero value otherwise.

func (*SystemResource) GetBuildTimeOk added in v0.3.0

func (o *SystemResource) GetBuildTimeOk() (*time.Time, bool)

GetBuildTimeOk returns a tuple with the BuildTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetDatabaseType added in v0.3.0

func (o *SystemResource) GetDatabaseType() DatabaseType

GetDatabaseType returns the DatabaseType field value if set, zero value otherwise.

func (*SystemResource) GetDatabaseTypeOk added in v0.3.0

func (o *SystemResource) GetDatabaseTypeOk() (*DatabaseType, bool)

GetDatabaseTypeOk returns a tuple with the DatabaseType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetDatabaseVersion added in v0.3.0

func (o *SystemResource) GetDatabaseVersion() string

GetDatabaseVersion returns the DatabaseVersion field value if set, zero value otherwise.

func (*SystemResource) GetDatabaseVersionOk added in v0.3.0

func (o *SystemResource) GetDatabaseVersionOk() (*string, bool)

GetDatabaseVersionOk returns a tuple with the DatabaseVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetInstanceName added in v0.3.0

func (o *SystemResource) GetInstanceName() string

GetInstanceName returns the InstanceName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetInstanceNameOk added in v0.3.0

func (o *SystemResource) GetInstanceNameOk() (*string, bool)

GetInstanceNameOk returns a tuple with the InstanceName 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 (*SystemResource) GetIsAdmin added in v0.3.0

func (o *SystemResource) GetIsAdmin() bool

GetIsAdmin returns the IsAdmin field value if set, zero value otherwise.

func (*SystemResource) GetIsAdminOk added in v0.3.0

func (o *SystemResource) GetIsAdminOk() (*bool, bool)

GetIsAdminOk returns a tuple with the IsAdmin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsDebug added in v0.3.0

func (o *SystemResource) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*SystemResource) GetIsDebugOk added in v0.3.0

func (o *SystemResource) GetIsDebugOk() (*bool, bool)

GetIsDebugOk returns a tuple with the IsDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsDocker added in v0.3.0

func (o *SystemResource) GetIsDocker() bool

GetIsDocker returns the IsDocker field value if set, zero value otherwise.

func (*SystemResource) GetIsDockerOk added in v0.3.0

func (o *SystemResource) GetIsDockerOk() (*bool, bool)

GetIsDockerOk returns a tuple with the IsDocker field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsLinux added in v0.3.0

func (o *SystemResource) GetIsLinux() bool

GetIsLinux returns the IsLinux field value if set, zero value otherwise.

func (*SystemResource) GetIsLinuxOk added in v0.3.0

func (o *SystemResource) GetIsLinuxOk() (*bool, bool)

GetIsLinuxOk returns a tuple with the IsLinux field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsNetCore added in v0.3.0

func (o *SystemResource) GetIsNetCore() bool

GetIsNetCore returns the IsNetCore field value if set, zero value otherwise.

func (*SystemResource) GetIsNetCoreOk added in v0.3.0

func (o *SystemResource) GetIsNetCoreOk() (*bool, bool)

GetIsNetCoreOk returns a tuple with the IsNetCore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsOsx added in v0.3.0

func (o *SystemResource) GetIsOsx() bool

GetIsOsx returns the IsOsx field value if set, zero value otherwise.

func (*SystemResource) GetIsOsxOk added in v0.3.0

func (o *SystemResource) GetIsOsxOk() (*bool, bool)

GetIsOsxOk returns a tuple with the IsOsx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsProduction added in v0.3.0

func (o *SystemResource) GetIsProduction() bool

GetIsProduction returns the IsProduction field value if set, zero value otherwise.

func (*SystemResource) GetIsProductionOk added in v0.3.0

func (o *SystemResource) GetIsProductionOk() (*bool, bool)

GetIsProductionOk returns a tuple with the IsProduction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsUserInteractive added in v0.3.0

func (o *SystemResource) GetIsUserInteractive() bool

GetIsUserInteractive returns the IsUserInteractive field value if set, zero value otherwise.

func (*SystemResource) GetIsUserInteractiveOk added in v0.3.0

func (o *SystemResource) GetIsUserInteractiveOk() (*bool, bool)

GetIsUserInteractiveOk returns a tuple with the IsUserInteractive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsWindows added in v0.3.0

func (o *SystemResource) GetIsWindows() bool

GetIsWindows returns the IsWindows field value if set, zero value otherwise.

func (*SystemResource) GetIsWindowsOk added in v0.3.0

func (o *SystemResource) GetIsWindowsOk() (*bool, bool)

GetIsWindowsOk returns a tuple with the IsWindows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetMigrationVersion added in v0.3.0

func (o *SystemResource) GetMigrationVersion() int32

GetMigrationVersion returns the MigrationVersion field value if set, zero value otherwise.

func (*SystemResource) GetMigrationVersionOk added in v0.3.0

func (o *SystemResource) GetMigrationVersionOk() (*int32, bool)

GetMigrationVersionOk returns a tuple with the MigrationVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetMode added in v0.3.0

func (o *SystemResource) GetMode() RuntimeMode

GetMode returns the Mode field value if set, zero value otherwise.

func (*SystemResource) GetModeOk added in v0.3.0

func (o *SystemResource) GetModeOk() (*RuntimeMode, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetOsName added in v0.3.0

func (o *SystemResource) GetOsName() string

GetOsName returns the OsName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetOsNameOk added in v0.3.0

func (o *SystemResource) GetOsNameOk() (*string, bool)

GetOsNameOk returns a tuple with the OsName 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 (*SystemResource) GetOsVersion added in v0.3.0

func (o *SystemResource) GetOsVersion() string

GetOsVersion returns the OsVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetOsVersionOk added in v0.3.0

func (o *SystemResource) GetOsVersionOk() (*string, bool)

GetOsVersionOk returns a tuple with the OsVersion 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 (*SystemResource) GetPackageAuthor added in v0.3.0

func (o *SystemResource) GetPackageAuthor() string

GetPackageAuthor returns the PackageAuthor field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetPackageAuthorOk added in v0.3.0

func (o *SystemResource) GetPackageAuthorOk() (*string, bool)

GetPackageAuthorOk returns a tuple with the PackageAuthor 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 (*SystemResource) GetPackageUpdateMechanism added in v0.3.0

func (o *SystemResource) GetPackageUpdateMechanism() UpdateMechanism

GetPackageUpdateMechanism returns the PackageUpdateMechanism field value if set, zero value otherwise.

func (*SystemResource) GetPackageUpdateMechanismMessage added in v0.3.0

func (o *SystemResource) GetPackageUpdateMechanismMessage() string

GetPackageUpdateMechanismMessage returns the PackageUpdateMechanismMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetPackageUpdateMechanismMessageOk added in v0.3.0

func (o *SystemResource) GetPackageUpdateMechanismMessageOk() (*string, bool)

GetPackageUpdateMechanismMessageOk returns a tuple with the PackageUpdateMechanismMessage 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 (*SystemResource) GetPackageUpdateMechanismOk added in v0.3.0

func (o *SystemResource) GetPackageUpdateMechanismOk() (*UpdateMechanism, bool)

GetPackageUpdateMechanismOk returns a tuple with the PackageUpdateMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetPackageVersion added in v0.3.0

func (o *SystemResource) GetPackageVersion() string

GetPackageVersion returns the PackageVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetPackageVersionOk added in v0.3.0

func (o *SystemResource) GetPackageVersionOk() (*string, bool)

GetPackageVersionOk returns a tuple with the PackageVersion 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 (*SystemResource) GetRuntimeName added in v0.3.0

func (o *SystemResource) GetRuntimeName() string

GetRuntimeName returns the RuntimeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetRuntimeNameOk added in v0.3.0

func (o *SystemResource) GetRuntimeNameOk() (*string, bool)

GetRuntimeNameOk returns a tuple with the RuntimeName 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 (*SystemResource) GetRuntimeVersion added in v0.3.0

func (o *SystemResource) GetRuntimeVersion() string

GetRuntimeVersion returns the RuntimeVersion field value if set, zero value otherwise.

func (*SystemResource) GetRuntimeVersionOk added in v0.3.0

func (o *SystemResource) GetRuntimeVersionOk() (*string, bool)

GetRuntimeVersionOk returns a tuple with the RuntimeVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetStartTime added in v0.3.0

func (o *SystemResource) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*SystemResource) GetStartTimeOk added in v0.3.0

func (o *SystemResource) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetStartupPath added in v0.3.0

func (o *SystemResource) GetStartupPath() string

GetStartupPath returns the StartupPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetStartupPathOk added in v0.3.0

func (o *SystemResource) GetStartupPathOk() (*string, bool)

GetStartupPathOk returns a tuple with the StartupPath 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 (*SystemResource) GetUrlBase added in v0.3.0

func (o *SystemResource) GetUrlBase() string

GetUrlBase returns the UrlBase field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetUrlBaseOk added in v0.3.0

func (o *SystemResource) GetUrlBaseOk() (*string, bool)

GetUrlBaseOk returns a tuple with the UrlBase 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 (*SystemResource) GetVersion added in v0.3.0

func (o *SystemResource) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetVersionOk added in v0.3.0

func (o *SystemResource) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version 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 (*SystemResource) HasAppData added in v0.3.0

func (o *SystemResource) HasAppData() bool

HasAppData returns a boolean if a field has been set.

func (*SystemResource) HasAppName added in v0.3.0

func (o *SystemResource) HasAppName() bool

HasAppName returns a boolean if a field has been set.

func (*SystemResource) HasAuthentication added in v0.3.0

func (o *SystemResource) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

func (*SystemResource) HasBranch added in v0.3.0

func (o *SystemResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*SystemResource) HasBuildTime added in v0.3.0

func (o *SystemResource) HasBuildTime() bool

HasBuildTime returns a boolean if a field has been set.

func (*SystemResource) HasDatabaseType added in v0.3.0

func (o *SystemResource) HasDatabaseType() bool

HasDatabaseType returns a boolean if a field has been set.

func (*SystemResource) HasDatabaseVersion added in v0.3.0

func (o *SystemResource) HasDatabaseVersion() bool

HasDatabaseVersion returns a boolean if a field has been set.

func (*SystemResource) HasInstanceName added in v0.3.0

func (o *SystemResource) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

func (*SystemResource) HasIsAdmin added in v0.3.0

func (o *SystemResource) HasIsAdmin() bool

HasIsAdmin returns a boolean if a field has been set.

func (*SystemResource) HasIsDebug added in v0.3.0

func (o *SystemResource) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*SystemResource) HasIsDocker added in v0.3.0

func (o *SystemResource) HasIsDocker() bool

HasIsDocker returns a boolean if a field has been set.

func (*SystemResource) HasIsLinux added in v0.3.0

func (o *SystemResource) HasIsLinux() bool

HasIsLinux returns a boolean if a field has been set.

func (*SystemResource) HasIsNetCore added in v0.3.0

func (o *SystemResource) HasIsNetCore() bool

HasIsNetCore returns a boolean if a field has been set.

func (*SystemResource) HasIsOsx added in v0.3.0

func (o *SystemResource) HasIsOsx() bool

HasIsOsx returns a boolean if a field has been set.

func (*SystemResource) HasIsProduction added in v0.3.0

func (o *SystemResource) HasIsProduction() bool

HasIsProduction returns a boolean if a field has been set.

func (*SystemResource) HasIsUserInteractive added in v0.3.0

func (o *SystemResource) HasIsUserInteractive() bool

HasIsUserInteractive returns a boolean if a field has been set.

func (*SystemResource) HasIsWindows added in v0.3.0

func (o *SystemResource) HasIsWindows() bool

HasIsWindows returns a boolean if a field has been set.

func (*SystemResource) HasMigrationVersion added in v0.3.0

func (o *SystemResource) HasMigrationVersion() bool

HasMigrationVersion returns a boolean if a field has been set.

func (*SystemResource) HasMode added in v0.3.0

func (o *SystemResource) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*SystemResource) HasOsName added in v0.3.0

func (o *SystemResource) HasOsName() bool

HasOsName returns a boolean if a field has been set.

func (*SystemResource) HasOsVersion added in v0.3.0

func (o *SystemResource) HasOsVersion() bool

HasOsVersion returns a boolean if a field has been set.

func (*SystemResource) HasPackageAuthor added in v0.3.0

func (o *SystemResource) HasPackageAuthor() bool

HasPackageAuthor returns a boolean if a field has been set.

func (*SystemResource) HasPackageUpdateMechanism added in v0.3.0

func (o *SystemResource) HasPackageUpdateMechanism() bool

HasPackageUpdateMechanism returns a boolean if a field has been set.

func (*SystemResource) HasPackageUpdateMechanismMessage added in v0.3.0

func (o *SystemResource) HasPackageUpdateMechanismMessage() bool

HasPackageUpdateMechanismMessage returns a boolean if a field has been set.

func (*SystemResource) HasPackageVersion added in v0.3.0

func (o *SystemResource) HasPackageVersion() bool

HasPackageVersion returns a boolean if a field has been set.

func (*SystemResource) HasRuntimeName added in v0.3.0

func (o *SystemResource) HasRuntimeName() bool

HasRuntimeName returns a boolean if a field has been set.

func (*SystemResource) HasRuntimeVersion added in v0.3.0

func (o *SystemResource) HasRuntimeVersion() bool

HasRuntimeVersion returns a boolean if a field has been set.

func (*SystemResource) HasStartTime added in v0.3.0

func (o *SystemResource) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*SystemResource) HasStartupPath added in v0.3.0

func (o *SystemResource) HasStartupPath() bool

HasStartupPath returns a boolean if a field has been set.

func (*SystemResource) HasUrlBase added in v0.3.0

func (o *SystemResource) HasUrlBase() bool

HasUrlBase returns a boolean if a field has been set.

func (*SystemResource) HasVersion added in v0.3.0

func (o *SystemResource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SystemResource) MarshalJSON added in v0.3.0

func (o SystemResource) MarshalJSON() ([]byte, error)

func (*SystemResource) SetAppData added in v0.3.0

func (o *SystemResource) SetAppData(v string)

SetAppData gets a reference to the given NullableString and assigns it to the AppData field.

func (*SystemResource) SetAppDataNil added in v0.3.0

func (o *SystemResource) SetAppDataNil()

SetAppDataNil sets the value for AppData to be an explicit nil

func (*SystemResource) SetAppName added in v0.3.0

func (o *SystemResource) SetAppName(v string)

SetAppName gets a reference to the given NullableString and assigns it to the AppName field.

func (*SystemResource) SetAppNameNil added in v0.3.0

func (o *SystemResource) SetAppNameNil()

SetAppNameNil sets the value for AppName to be an explicit nil

func (*SystemResource) SetAuthentication added in v0.3.0

func (o *SystemResource) SetAuthentication(v AuthenticationType)

SetAuthentication gets a reference to the given AuthenticationType and assigns it to the Authentication field.

func (*SystemResource) SetBranch added in v0.3.0

func (o *SystemResource) SetBranch(v string)

SetBranch gets a reference to the given NullableString and assigns it to the Branch field.

func (*SystemResource) SetBranchNil added in v0.3.0

func (o *SystemResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*SystemResource) SetBuildTime added in v0.3.0

func (o *SystemResource) SetBuildTime(v time.Time)

SetBuildTime gets a reference to the given time.Time and assigns it to the BuildTime field.

func (*SystemResource) SetDatabaseType added in v0.3.0

func (o *SystemResource) SetDatabaseType(v DatabaseType)

SetDatabaseType gets a reference to the given DatabaseType and assigns it to the DatabaseType field.

func (*SystemResource) SetDatabaseVersion added in v0.3.0

func (o *SystemResource) SetDatabaseVersion(v string)

SetDatabaseVersion gets a reference to the given string and assigns it to the DatabaseVersion field.

func (*SystemResource) SetInstanceName added in v0.3.0

func (o *SystemResource) SetInstanceName(v string)

SetInstanceName gets a reference to the given NullableString and assigns it to the InstanceName field.

func (*SystemResource) SetInstanceNameNil added in v0.3.0

func (o *SystemResource) SetInstanceNameNil()

SetInstanceNameNil sets the value for InstanceName to be an explicit nil

func (*SystemResource) SetIsAdmin added in v0.3.0

func (o *SystemResource) SetIsAdmin(v bool)

SetIsAdmin gets a reference to the given bool and assigns it to the IsAdmin field.

func (*SystemResource) SetIsDebug added in v0.3.0

func (o *SystemResource) SetIsDebug(v bool)

SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.

func (*SystemResource) SetIsDocker added in v0.3.0

func (o *SystemResource) SetIsDocker(v bool)

SetIsDocker gets a reference to the given bool and assigns it to the IsDocker field.

func (*SystemResource) SetIsLinux added in v0.3.0

func (o *SystemResource) SetIsLinux(v bool)

SetIsLinux gets a reference to the given bool and assigns it to the IsLinux field.

func (*SystemResource) SetIsNetCore added in v0.3.0

func (o *SystemResource) SetIsNetCore(v bool)

SetIsNetCore gets a reference to the given bool and assigns it to the IsNetCore field.

func (*SystemResource) SetIsOsx added in v0.3.0

func (o *SystemResource) SetIsOsx(v bool)

SetIsOsx gets a reference to the given bool and assigns it to the IsOsx field.

func (*SystemResource) SetIsProduction added in v0.3.0

func (o *SystemResource) SetIsProduction(v bool)

SetIsProduction gets a reference to the given bool and assigns it to the IsProduction field.

func (*SystemResource) SetIsUserInteractive added in v0.3.0

func (o *SystemResource) SetIsUserInteractive(v bool)

SetIsUserInteractive gets a reference to the given bool and assigns it to the IsUserInteractive field.

func (*SystemResource) SetIsWindows added in v0.3.0

func (o *SystemResource) SetIsWindows(v bool)

SetIsWindows gets a reference to the given bool and assigns it to the IsWindows field.

func (*SystemResource) SetMigrationVersion added in v0.3.0

func (o *SystemResource) SetMigrationVersion(v int32)

SetMigrationVersion gets a reference to the given int32 and assigns it to the MigrationVersion field.

func (*SystemResource) SetMode added in v0.3.0

func (o *SystemResource) SetMode(v RuntimeMode)

SetMode gets a reference to the given RuntimeMode and assigns it to the Mode field.

func (*SystemResource) SetOsName added in v0.3.0

func (o *SystemResource) SetOsName(v string)

SetOsName gets a reference to the given NullableString and assigns it to the OsName field.

func (*SystemResource) SetOsNameNil added in v0.3.0

func (o *SystemResource) SetOsNameNil()

SetOsNameNil sets the value for OsName to be an explicit nil

func (*SystemResource) SetOsVersion added in v0.3.0

func (o *SystemResource) SetOsVersion(v string)

SetOsVersion gets a reference to the given NullableString and assigns it to the OsVersion field.

func (*SystemResource) SetOsVersionNil added in v0.3.0

func (o *SystemResource) SetOsVersionNil()

SetOsVersionNil sets the value for OsVersion to be an explicit nil

func (*SystemResource) SetPackageAuthor added in v0.3.0

func (o *SystemResource) SetPackageAuthor(v string)

SetPackageAuthor gets a reference to the given NullableString and assigns it to the PackageAuthor field.

func (*SystemResource) SetPackageAuthorNil added in v0.3.0

func (o *SystemResource) SetPackageAuthorNil()

SetPackageAuthorNil sets the value for PackageAuthor to be an explicit nil

func (*SystemResource) SetPackageUpdateMechanism added in v0.3.0

func (o *SystemResource) SetPackageUpdateMechanism(v UpdateMechanism)

SetPackageUpdateMechanism gets a reference to the given UpdateMechanism and assigns it to the PackageUpdateMechanism field.

func (*SystemResource) SetPackageUpdateMechanismMessage added in v0.3.0

func (o *SystemResource) SetPackageUpdateMechanismMessage(v string)

SetPackageUpdateMechanismMessage gets a reference to the given NullableString and assigns it to the PackageUpdateMechanismMessage field.

func (*SystemResource) SetPackageUpdateMechanismMessageNil added in v0.3.0

func (o *SystemResource) SetPackageUpdateMechanismMessageNil()

SetPackageUpdateMechanismMessageNil sets the value for PackageUpdateMechanismMessage to be an explicit nil

func (*SystemResource) SetPackageVersion added in v0.3.0

func (o *SystemResource) SetPackageVersion(v string)

SetPackageVersion gets a reference to the given NullableString and assigns it to the PackageVersion field.

func (*SystemResource) SetPackageVersionNil added in v0.3.0

func (o *SystemResource) SetPackageVersionNil()

SetPackageVersionNil sets the value for PackageVersion to be an explicit nil

func (*SystemResource) SetRuntimeName added in v0.3.0

func (o *SystemResource) SetRuntimeName(v string)

SetRuntimeName gets a reference to the given NullableString and assigns it to the RuntimeName field.

func (*SystemResource) SetRuntimeNameNil added in v0.3.0

func (o *SystemResource) SetRuntimeNameNil()

SetRuntimeNameNil sets the value for RuntimeName to be an explicit nil

func (*SystemResource) SetRuntimeVersion added in v0.3.0

func (o *SystemResource) SetRuntimeVersion(v string)

SetRuntimeVersion gets a reference to the given string and assigns it to the RuntimeVersion field.

func (*SystemResource) SetStartTime added in v0.3.0

func (o *SystemResource) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*SystemResource) SetStartupPath added in v0.3.0

func (o *SystemResource) SetStartupPath(v string)

SetStartupPath gets a reference to the given NullableString and assigns it to the StartupPath field.

func (*SystemResource) SetStartupPathNil added in v0.3.0

func (o *SystemResource) SetStartupPathNil()

SetStartupPathNil sets the value for StartupPath to be an explicit nil

func (*SystemResource) SetUrlBase added in v0.3.0

func (o *SystemResource) SetUrlBase(v string)

SetUrlBase gets a reference to the given NullableString and assigns it to the UrlBase field.

func (*SystemResource) SetUrlBaseNil added in v0.3.0

func (o *SystemResource) SetUrlBaseNil()

SetUrlBaseNil sets the value for UrlBase to be an explicit nil

func (*SystemResource) SetVersion added in v0.3.0

func (o *SystemResource) SetVersion(v string)

SetVersion gets a reference to the given NullableString and assigns it to the Version field.

func (*SystemResource) SetVersionNil added in v0.3.0

func (o *SystemResource) SetVersionNil()

SetVersionNil sets the value for Version to be an explicit nil

func (SystemResource) ToMap added in v1.0.0

func (o SystemResource) ToMap() (map[string]interface{}, error)

func (*SystemResource) UnsetAppData added in v0.3.0

func (o *SystemResource) UnsetAppData()

UnsetAppData ensures that no value is present for AppData, not even an explicit nil

func (*SystemResource) UnsetAppName added in v0.3.0

func (o *SystemResource) UnsetAppName()

UnsetAppName ensures that no value is present for AppName, not even an explicit nil

func (*SystemResource) UnsetBranch added in v0.3.0

func (o *SystemResource) UnsetBranch()

UnsetBranch ensures that no value is present for Branch, not even an explicit nil

func (*SystemResource) UnsetInstanceName added in v0.3.0

func (o *SystemResource) UnsetInstanceName()

UnsetInstanceName ensures that no value is present for InstanceName, not even an explicit nil

func (*SystemResource) UnsetOsName added in v0.3.0

func (o *SystemResource) UnsetOsName()

UnsetOsName ensures that no value is present for OsName, not even an explicit nil

func (*SystemResource) UnsetOsVersion added in v0.3.0

func (o *SystemResource) UnsetOsVersion()

UnsetOsVersion ensures that no value is present for OsVersion, not even an explicit nil

func (*SystemResource) UnsetPackageAuthor added in v0.3.0

func (o *SystemResource) UnsetPackageAuthor()

UnsetPackageAuthor ensures that no value is present for PackageAuthor, not even an explicit nil

func (*SystemResource) UnsetPackageUpdateMechanismMessage added in v0.3.0

func (o *SystemResource) UnsetPackageUpdateMechanismMessage()

UnsetPackageUpdateMechanismMessage ensures that no value is present for PackageUpdateMechanismMessage, not even an explicit nil

func (*SystemResource) UnsetPackageVersion added in v0.3.0

func (o *SystemResource) UnsetPackageVersion()

UnsetPackageVersion ensures that no value is present for PackageVersion, not even an explicit nil

func (*SystemResource) UnsetRuntimeName added in v0.3.0

func (o *SystemResource) UnsetRuntimeName()

UnsetRuntimeName ensures that no value is present for RuntimeName, not even an explicit nil

func (*SystemResource) UnsetStartupPath added in v0.3.0

func (o *SystemResource) UnsetStartupPath()

UnsetStartupPath ensures that no value is present for StartupPath, not even an explicit nil

func (*SystemResource) UnsetUrlBase added in v0.3.0

func (o *SystemResource) UnsetUrlBase()

UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil

func (*SystemResource) UnsetVersion added in v0.3.0

func (o *SystemResource) UnsetVersion()

UnsetVersion ensures that no value is present for Version, not even an explicit nil

type TagAPIService added in v1.0.0

type TagAPIService service

TagAPIService TagAPI service

func (*TagAPIService) CreateTag added in v1.0.0

CreateTag Method for CreateTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTagRequest

func (*TagAPIService) CreateTagExecute added in v1.0.0

func (a *TagAPIService) CreateTagExecute(r ApiCreateTagRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

func (*TagAPIService) DeleteTag added in v1.0.0

func (a *TagAPIService) DeleteTag(ctx context.Context, id int32) ApiDeleteTagRequest

DeleteTag Method for DeleteTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteTagRequest

func (*TagAPIService) DeleteTagExecute added in v1.0.0

func (a *TagAPIService) DeleteTagExecute(r ApiDeleteTagRequest) (*http.Response, error)

Execute executes the request

func (*TagAPIService) GetTagById added in v1.0.0

func (a *TagAPIService) GetTagById(ctx context.Context, id int32) ApiGetTagByIdRequest

GetTagById Method for GetTagById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetTagByIdRequest

func (*TagAPIService) GetTagByIdExecute added in v1.0.0

func (a *TagAPIService) GetTagByIdExecute(r ApiGetTagByIdRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

func (*TagAPIService) ListTag added in v1.0.0

ListTag Method for ListTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListTagRequest

func (*TagAPIService) ListTagExecute added in v1.0.0

func (a *TagAPIService) ListTagExecute(r ApiListTagRequest) ([]TagResource, *http.Response, error)

Execute executes the request

@return []TagResource

func (*TagAPIService) UpdateTag added in v1.0.0

func (a *TagAPIService) UpdateTag(ctx context.Context, id string) ApiUpdateTagRequest

UpdateTag Method for UpdateTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateTagRequest

func (*TagAPIService) UpdateTagExecute added in v1.0.0

func (a *TagAPIService) UpdateTagExecute(r ApiUpdateTagRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

type TagDetailsAPIService added in v1.0.0

type TagDetailsAPIService service

TagDetailsAPIService TagDetailsAPI service

func (*TagDetailsAPIService) GetTagDetailById added in v1.0.0

GetTagDetailById Method for GetTagDetailById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetTagDetailByIdRequest

func (*TagDetailsAPIService) GetTagDetailByIdExecute added in v1.0.0

Execute executes the request

@return TagDetailsResource

func (*TagDetailsAPIService) ListTagDetail added in v1.0.0

ListTagDetail Method for ListTagDetail

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListTagDetailRequest

func (*TagDetailsAPIService) ListTagDetailExecute added in v1.0.0

Execute executes the request

@return []TagDetailsResource

type TagDetailsResource

type TagDetailsResource struct {
	Id                *int32         `json:"id,omitempty"`
	Label             NullableString `json:"label,omitempty"`
	DelayProfileIds   []int32        `json:"delayProfileIds,omitempty"`
	ImportListIds     []int32        `json:"importListIds,omitempty"`
	NotificationIds   []int32        `json:"notificationIds,omitempty"`
	RestrictionIds    []int32        `json:"restrictionIds,omitempty"`
	IndexerIds        []int32        `json:"indexerIds,omitempty"`
	DownloadClientIds []int32        `json:"downloadClientIds,omitempty"`
	AuthorIds         []int32        `json:"authorIds,omitempty"`
}

TagDetailsResource struct for TagDetailsResource

func NewTagDetailsResource

func NewTagDetailsResource() *TagDetailsResource

NewTagDetailsResource instantiates a new TagDetailsResource 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 NewTagDetailsResourceWithDefaults

func NewTagDetailsResourceWithDefaults() *TagDetailsResource

NewTagDetailsResourceWithDefaults instantiates a new TagDetailsResource 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 (*TagDetailsResource) GetAuthorIds

func (o *TagDetailsResource) GetAuthorIds() []int32

GetAuthorIds returns the AuthorIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetAuthorIdsOk

func (o *TagDetailsResource) GetAuthorIdsOk() ([]int32, bool)

GetAuthorIdsOk returns a tuple with the AuthorIds 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 (*TagDetailsResource) GetDelayProfileIds

func (o *TagDetailsResource) GetDelayProfileIds() []int32

GetDelayProfileIds returns the DelayProfileIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetDelayProfileIdsOk

func (o *TagDetailsResource) GetDelayProfileIdsOk() ([]int32, bool)

GetDelayProfileIdsOk returns a tuple with the DelayProfileIds 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 (*TagDetailsResource) GetDownloadClientIds added in v0.4.0

func (o *TagDetailsResource) GetDownloadClientIds() []int32

GetDownloadClientIds returns the DownloadClientIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetDownloadClientIdsOk added in v0.4.0

func (o *TagDetailsResource) GetDownloadClientIdsOk() ([]int32, bool)

GetDownloadClientIdsOk returns a tuple with the DownloadClientIds 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 (*TagDetailsResource) GetId

func (o *TagDetailsResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*TagDetailsResource) GetIdOk

func (o *TagDetailsResource) GetIdOk() (*int32, 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 (*TagDetailsResource) GetImportListIds

func (o *TagDetailsResource) GetImportListIds() []int32

GetImportListIds returns the ImportListIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetImportListIdsOk

func (o *TagDetailsResource) GetImportListIdsOk() ([]int32, bool)

GetImportListIdsOk returns a tuple with the ImportListIds 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 (*TagDetailsResource) GetIndexerIds added in v0.3.0

func (o *TagDetailsResource) GetIndexerIds() []int32

GetIndexerIds returns the IndexerIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetIndexerIdsOk added in v0.3.0

func (o *TagDetailsResource) GetIndexerIdsOk() ([]int32, bool)

GetIndexerIdsOk returns a tuple with the IndexerIds 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 (*TagDetailsResource) GetLabel

func (o *TagDetailsResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetLabelOk

func (o *TagDetailsResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label 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 (*TagDetailsResource) GetNotificationIds

func (o *TagDetailsResource) GetNotificationIds() []int32

GetNotificationIds returns the NotificationIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetNotificationIdsOk

func (o *TagDetailsResource) GetNotificationIdsOk() ([]int32, bool)

GetNotificationIdsOk returns a tuple with the NotificationIds 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 (*TagDetailsResource) GetRestrictionIds

func (o *TagDetailsResource) GetRestrictionIds() []int32

GetRestrictionIds returns the RestrictionIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetRestrictionIdsOk

func (o *TagDetailsResource) GetRestrictionIdsOk() ([]int32, bool)

GetRestrictionIdsOk returns a tuple with the RestrictionIds 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 (*TagDetailsResource) HasAuthorIds

func (o *TagDetailsResource) HasAuthorIds() bool

HasAuthorIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasDelayProfileIds

func (o *TagDetailsResource) HasDelayProfileIds() bool

HasDelayProfileIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasDownloadClientIds added in v0.4.0

func (o *TagDetailsResource) HasDownloadClientIds() bool

HasDownloadClientIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasId

func (o *TagDetailsResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TagDetailsResource) HasImportListIds

func (o *TagDetailsResource) HasImportListIds() bool

HasImportListIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasIndexerIds added in v0.3.0

func (o *TagDetailsResource) HasIndexerIds() bool

HasIndexerIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasLabel

func (o *TagDetailsResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*TagDetailsResource) HasNotificationIds

func (o *TagDetailsResource) HasNotificationIds() bool

HasNotificationIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasRestrictionIds

func (o *TagDetailsResource) HasRestrictionIds() bool

HasRestrictionIds returns a boolean if a field has been set.

func (TagDetailsResource) MarshalJSON

func (o TagDetailsResource) MarshalJSON() ([]byte, error)

func (*TagDetailsResource) SetAuthorIds

func (o *TagDetailsResource) SetAuthorIds(v []int32)

SetAuthorIds gets a reference to the given []int32 and assigns it to the AuthorIds field.

func (*TagDetailsResource) SetDelayProfileIds

func (o *TagDetailsResource) SetDelayProfileIds(v []int32)

SetDelayProfileIds gets a reference to the given []int32 and assigns it to the DelayProfileIds field.

func (*TagDetailsResource) SetDownloadClientIds added in v0.4.0

func (o *TagDetailsResource) SetDownloadClientIds(v []int32)

SetDownloadClientIds gets a reference to the given []int32 and assigns it to the DownloadClientIds field.

func (*TagDetailsResource) SetId

func (o *TagDetailsResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TagDetailsResource) SetImportListIds

func (o *TagDetailsResource) SetImportListIds(v []int32)

SetImportListIds gets a reference to the given []int32 and assigns it to the ImportListIds field.

func (*TagDetailsResource) SetIndexerIds added in v0.3.0

func (o *TagDetailsResource) SetIndexerIds(v []int32)

SetIndexerIds gets a reference to the given []int32 and assigns it to the IndexerIds field.

func (*TagDetailsResource) SetLabel

func (o *TagDetailsResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*TagDetailsResource) SetLabelNil

func (o *TagDetailsResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*TagDetailsResource) SetNotificationIds

func (o *TagDetailsResource) SetNotificationIds(v []int32)

SetNotificationIds gets a reference to the given []int32 and assigns it to the NotificationIds field.

func (*TagDetailsResource) SetRestrictionIds

func (o *TagDetailsResource) SetRestrictionIds(v []int32)

SetRestrictionIds gets a reference to the given []int32 and assigns it to the RestrictionIds field.

func (TagDetailsResource) ToMap added in v1.0.0

func (o TagDetailsResource) ToMap() (map[string]interface{}, error)

func (*TagDetailsResource) UnsetLabel

func (o *TagDetailsResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

type TagDifference

type TagDifference struct {
	Field    NullableString `json:"field,omitempty"`
	OldValue NullableString `json:"oldValue,omitempty"`
	NewValue NullableString `json:"newValue,omitempty"`
}

TagDifference struct for TagDifference

func NewTagDifference

func NewTagDifference() *TagDifference

NewTagDifference instantiates a new TagDifference 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 NewTagDifferenceWithDefaults

func NewTagDifferenceWithDefaults() *TagDifference

NewTagDifferenceWithDefaults instantiates a new TagDifference 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 (*TagDifference) GetField

func (o *TagDifference) GetField() string

GetField returns the Field field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDifference) GetFieldOk

func (o *TagDifference) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field 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 (*TagDifference) GetNewValue

func (o *TagDifference) GetNewValue() string

GetNewValue returns the NewValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDifference) GetNewValueOk

func (o *TagDifference) GetNewValueOk() (*string, bool)

GetNewValueOk returns a tuple with the NewValue 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 (*TagDifference) GetOldValue

func (o *TagDifference) GetOldValue() string

GetOldValue returns the OldValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDifference) GetOldValueOk

func (o *TagDifference) GetOldValueOk() (*string, bool)

GetOldValueOk returns a tuple with the OldValue 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 (*TagDifference) HasField

func (o *TagDifference) HasField() bool

HasField returns a boolean if a field has been set.

func (*TagDifference) HasNewValue

func (o *TagDifference) HasNewValue() bool

HasNewValue returns a boolean if a field has been set.

func (*TagDifference) HasOldValue

func (o *TagDifference) HasOldValue() bool

HasOldValue returns a boolean if a field has been set.

func (TagDifference) MarshalJSON

func (o TagDifference) MarshalJSON() ([]byte, error)

func (*TagDifference) SetField

func (o *TagDifference) SetField(v string)

SetField gets a reference to the given NullableString and assigns it to the Field field.

func (*TagDifference) SetFieldNil

func (o *TagDifference) SetFieldNil()

SetFieldNil sets the value for Field to be an explicit nil

func (*TagDifference) SetNewValue

func (o *TagDifference) SetNewValue(v string)

SetNewValue gets a reference to the given NullableString and assigns it to the NewValue field.

func (*TagDifference) SetNewValueNil

func (o *TagDifference) SetNewValueNil()

SetNewValueNil sets the value for NewValue to be an explicit nil

func (*TagDifference) SetOldValue

func (o *TagDifference) SetOldValue(v string)

SetOldValue gets a reference to the given NullableString and assigns it to the OldValue field.

func (*TagDifference) SetOldValueNil

func (o *TagDifference) SetOldValueNil()

SetOldValueNil sets the value for OldValue to be an explicit nil

func (TagDifference) ToMap added in v1.0.0

func (o TagDifference) ToMap() (map[string]interface{}, error)

func (*TagDifference) UnsetField

func (o *TagDifference) UnsetField()

UnsetField ensures that no value is present for Field, not even an explicit nil

func (*TagDifference) UnsetNewValue

func (o *TagDifference) UnsetNewValue()

UnsetNewValue ensures that no value is present for NewValue, not even an explicit nil

func (*TagDifference) UnsetOldValue

func (o *TagDifference) UnsetOldValue()

UnsetOldValue ensures that no value is present for OldValue, not even an explicit nil

type TagResource

type TagResource struct {
	Id    *int32         `json:"id,omitempty"`
	Label NullableString `json:"label,omitempty"`
}

TagResource struct for TagResource

func NewTagResource

func NewTagResource() *TagResource

NewTagResource instantiates a new TagResource 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 NewTagResourceWithDefaults

func NewTagResourceWithDefaults() *TagResource

NewTagResourceWithDefaults instantiates a new TagResource 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 (*TagResource) GetId

func (o *TagResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*TagResource) GetIdOk

func (o *TagResource) GetIdOk() (*int32, 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 (*TagResource) GetLabel

func (o *TagResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagResource) GetLabelOk

func (o *TagResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label 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 (*TagResource) HasId

func (o *TagResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TagResource) HasLabel

func (o *TagResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (TagResource) MarshalJSON

func (o TagResource) MarshalJSON() ([]byte, error)

func (*TagResource) SetId

func (o *TagResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TagResource) SetLabel

func (o *TagResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*TagResource) SetLabelNil

func (o *TagResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (TagResource) ToMap added in v1.0.0

func (o TagResource) ToMap() (map[string]interface{}, error)

func (*TagResource) UnsetLabel

func (o *TagResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

type TaskAPIService added in v1.0.0

type TaskAPIService service

TaskAPIService TaskAPI service

func (*TaskAPIService) GetSystemTaskById added in v1.0.0

func (a *TaskAPIService) GetSystemTaskById(ctx context.Context, id int32) ApiGetSystemTaskByIdRequest

GetSystemTaskById Method for GetSystemTaskById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetSystemTaskByIdRequest

func (*TaskAPIService) GetSystemTaskByIdExecute added in v1.0.0

func (a *TaskAPIService) GetSystemTaskByIdExecute(r ApiGetSystemTaskByIdRequest) (*TaskResource, *http.Response, error)

Execute executes the request

@return TaskResource

func (*TaskAPIService) ListSystemTask added in v1.0.0

func (a *TaskAPIService) ListSystemTask(ctx context.Context) ApiListSystemTaskRequest

ListSystemTask Method for ListSystemTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSystemTaskRequest

func (*TaskAPIService) ListSystemTaskExecute added in v1.0.0

func (a *TaskAPIService) ListSystemTaskExecute(r ApiListSystemTaskRequest) ([]TaskResource, *http.Response, error)

Execute executes the request

@return []TaskResource

type TaskResource

type TaskResource struct {
	Id            *int32         `json:"id,omitempty"`
	Name          NullableString `json:"name,omitempty"`
	TaskName      NullableString `json:"taskName,omitempty"`
	Interval      *int32         `json:"interval,omitempty"`
	LastExecution *time.Time     `json:"lastExecution,omitempty"`
	LastStartTime *time.Time     `json:"lastStartTime,omitempty"`
	NextExecution *time.Time     `json:"nextExecution,omitempty"`
	LastDuration  *string        `json:"lastDuration,omitempty"`
}

TaskResource struct for TaskResource

func NewTaskResource

func NewTaskResource() *TaskResource

NewTaskResource instantiates a new TaskResource 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 NewTaskResourceWithDefaults

func NewTaskResourceWithDefaults() *TaskResource

NewTaskResourceWithDefaults instantiates a new TaskResource 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 (*TaskResource) GetId

func (o *TaskResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*TaskResource) GetIdOk

func (o *TaskResource) GetIdOk() (*int32, 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 (*TaskResource) GetInterval

func (o *TaskResource) GetInterval() int32

GetInterval returns the Interval field value if set, zero value otherwise.

func (*TaskResource) GetIntervalOk

func (o *TaskResource) GetIntervalOk() (*int32, bool)

GetIntervalOk returns a tuple with the Interval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetLastDuration

func (o *TaskResource) GetLastDuration() string

GetLastDuration returns the LastDuration field value if set, zero value otherwise.

func (*TaskResource) GetLastDurationOk

func (o *TaskResource) GetLastDurationOk() (*string, bool)

GetLastDurationOk returns a tuple with the LastDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetLastExecution

func (o *TaskResource) GetLastExecution() time.Time

GetLastExecution returns the LastExecution field value if set, zero value otherwise.

func (*TaskResource) GetLastExecutionOk

func (o *TaskResource) GetLastExecutionOk() (*time.Time, bool)

GetLastExecutionOk returns a tuple with the LastExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetLastStartTime

func (o *TaskResource) GetLastStartTime() time.Time

GetLastStartTime returns the LastStartTime field value if set, zero value otherwise.

func (*TaskResource) GetLastStartTimeOk

func (o *TaskResource) GetLastStartTimeOk() (*time.Time, bool)

GetLastStartTimeOk returns a tuple with the LastStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetName

func (o *TaskResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TaskResource) GetNameOk

func (o *TaskResource) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TaskResource) GetNextExecution

func (o *TaskResource) GetNextExecution() time.Time

GetNextExecution returns the NextExecution field value if set, zero value otherwise.

func (*TaskResource) GetNextExecutionOk

func (o *TaskResource) GetNextExecutionOk() (*time.Time, bool)

GetNextExecutionOk returns a tuple with the NextExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetTaskName

func (o *TaskResource) GetTaskName() string

GetTaskName returns the TaskName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TaskResource) GetTaskNameOk

func (o *TaskResource) GetTaskNameOk() (*string, bool)

GetTaskNameOk returns a tuple with the TaskName 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 (*TaskResource) HasId

func (o *TaskResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TaskResource) HasInterval

func (o *TaskResource) HasInterval() bool

HasInterval returns a boolean if a field has been set.

func (*TaskResource) HasLastDuration

func (o *TaskResource) HasLastDuration() bool

HasLastDuration returns a boolean if a field has been set.

func (*TaskResource) HasLastExecution

func (o *TaskResource) HasLastExecution() bool

HasLastExecution returns a boolean if a field has been set.

func (*TaskResource) HasLastStartTime

func (o *TaskResource) HasLastStartTime() bool

HasLastStartTime returns a boolean if a field has been set.

func (*TaskResource) HasName

func (o *TaskResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*TaskResource) HasNextExecution

func (o *TaskResource) HasNextExecution() bool

HasNextExecution returns a boolean if a field has been set.

func (*TaskResource) HasTaskName

func (o *TaskResource) HasTaskName() bool

HasTaskName returns a boolean if a field has been set.

func (TaskResource) MarshalJSON

func (o TaskResource) MarshalJSON() ([]byte, error)

func (*TaskResource) SetId

func (o *TaskResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TaskResource) SetInterval

func (o *TaskResource) SetInterval(v int32)

SetInterval gets a reference to the given int32 and assigns it to the Interval field.

func (*TaskResource) SetLastDuration

func (o *TaskResource) SetLastDuration(v string)

SetLastDuration gets a reference to the given string and assigns it to the LastDuration field.

func (*TaskResource) SetLastExecution

func (o *TaskResource) SetLastExecution(v time.Time)

SetLastExecution gets a reference to the given time.Time and assigns it to the LastExecution field.

func (*TaskResource) SetLastStartTime

func (o *TaskResource) SetLastStartTime(v time.Time)

SetLastStartTime gets a reference to the given time.Time and assigns it to the LastStartTime field.

func (*TaskResource) SetName

func (o *TaskResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*TaskResource) SetNameNil

func (o *TaskResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*TaskResource) SetNextExecution

func (o *TaskResource) SetNextExecution(v time.Time)

SetNextExecution gets a reference to the given time.Time and assigns it to the NextExecution field.

func (*TaskResource) SetTaskName

func (o *TaskResource) SetTaskName(v string)

SetTaskName gets a reference to the given NullableString and assigns it to the TaskName field.

func (*TaskResource) SetTaskNameNil

func (o *TaskResource) SetTaskNameNil()

SetTaskNameNil sets the value for TaskName to be an explicit nil

func (TaskResource) ToMap added in v1.0.0

func (o TaskResource) ToMap() (map[string]interface{}, error)

func (*TaskResource) UnsetName

func (o *TaskResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*TaskResource) UnsetTaskName

func (o *TaskResource) UnsetTaskName()

UnsetTaskName ensures that no value is present for TaskName, not even an explicit nil

type TrackedDownloadState

type TrackedDownloadState string

TrackedDownloadState the model 'TrackedDownloadState'

const (
	TRACKEDDOWNLOADSTATE_DOWNLOADING             TrackedDownloadState = "downloading"
	TRACKEDDOWNLOADSTATE_DOWNLOAD_FAILED         TrackedDownloadState = "downloadFailed"
	TRACKEDDOWNLOADSTATE_DOWNLOAD_FAILED_PENDING TrackedDownloadState = "downloadFailedPending"
	TRACKEDDOWNLOADSTATE_IMPORT_PENDING          TrackedDownloadState = "importPending"
	TRACKEDDOWNLOADSTATE_IMPORTING               TrackedDownloadState = "importing"
	TRACKEDDOWNLOADSTATE_IMPORT_FAILED           TrackedDownloadState = "importFailed"
	TRACKEDDOWNLOADSTATE_IMPORTED                TrackedDownloadState = "imported"
	TRACKEDDOWNLOADSTATE_IGNORED                 TrackedDownloadState = "ignored"
)

List of TrackedDownloadState

func NewTrackedDownloadStateFromValue

func NewTrackedDownloadStateFromValue(v string) (*TrackedDownloadState, error)

NewTrackedDownloadStateFromValue returns a pointer to a valid TrackedDownloadState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrackedDownloadState) IsValid

func (v TrackedDownloadState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrackedDownloadState) Ptr

Ptr returns reference to TrackedDownloadState value

func (*TrackedDownloadState) UnmarshalJSON

func (v *TrackedDownloadState) UnmarshalJSON(src []byte) error

type TrackedDownloadStatus

type TrackedDownloadStatus string

TrackedDownloadStatus the model 'TrackedDownloadStatus'

const (
	TRACKEDDOWNLOADSTATUS_OK      TrackedDownloadStatus = "ok"
	TRACKEDDOWNLOADSTATUS_WARNING TrackedDownloadStatus = "warning"
	TRACKEDDOWNLOADSTATUS_ERROR   TrackedDownloadStatus = "error"
)

List of TrackedDownloadStatus

func NewTrackedDownloadStatusFromValue

func NewTrackedDownloadStatusFromValue(v string) (*TrackedDownloadStatus, error)

NewTrackedDownloadStatusFromValue returns a pointer to a valid TrackedDownloadStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrackedDownloadStatus) IsValid

func (v TrackedDownloadStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrackedDownloadStatus) Ptr

Ptr returns reference to TrackedDownloadStatus value

func (*TrackedDownloadStatus) UnmarshalJSON

func (v *TrackedDownloadStatus) UnmarshalJSON(src []byte) error

type TrackedDownloadStatusMessage

type TrackedDownloadStatusMessage struct {
	Title    NullableString `json:"title,omitempty"`
	Messages []string       `json:"messages,omitempty"`
}

TrackedDownloadStatusMessage struct for TrackedDownloadStatusMessage

func NewTrackedDownloadStatusMessage

func NewTrackedDownloadStatusMessage() *TrackedDownloadStatusMessage

NewTrackedDownloadStatusMessage instantiates a new TrackedDownloadStatusMessage 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 NewTrackedDownloadStatusMessageWithDefaults

func NewTrackedDownloadStatusMessageWithDefaults() *TrackedDownloadStatusMessage

NewTrackedDownloadStatusMessageWithDefaults instantiates a new TrackedDownloadStatusMessage 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 (*TrackedDownloadStatusMessage) GetMessages

func (o *TrackedDownloadStatusMessage) GetMessages() []string

GetMessages returns the Messages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrackedDownloadStatusMessage) GetMessagesOk

func (o *TrackedDownloadStatusMessage) GetMessagesOk() ([]string, bool)

GetMessagesOk returns a tuple with the Messages 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 (*TrackedDownloadStatusMessage) GetTitle

func (o *TrackedDownloadStatusMessage) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrackedDownloadStatusMessage) GetTitleOk

func (o *TrackedDownloadStatusMessage) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title 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 (*TrackedDownloadStatusMessage) HasMessages

func (o *TrackedDownloadStatusMessage) HasMessages() bool

HasMessages returns a boolean if a field has been set.

func (*TrackedDownloadStatusMessage) HasTitle

func (o *TrackedDownloadStatusMessage) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (TrackedDownloadStatusMessage) MarshalJSON

func (o TrackedDownloadStatusMessage) MarshalJSON() ([]byte, error)

func (*TrackedDownloadStatusMessage) SetMessages

func (o *TrackedDownloadStatusMessage) SetMessages(v []string)

SetMessages gets a reference to the given []string and assigns it to the Messages field.

func (*TrackedDownloadStatusMessage) SetTitle

func (o *TrackedDownloadStatusMessage) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*TrackedDownloadStatusMessage) SetTitleNil

func (o *TrackedDownloadStatusMessage) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (TrackedDownloadStatusMessage) ToMap added in v1.0.0

func (o TrackedDownloadStatusMessage) ToMap() (map[string]interface{}, error)

func (*TrackedDownloadStatusMessage) UnsetTitle

func (o *TrackedDownloadStatusMessage) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type UiConfigAPIService added in v1.0.0

type UiConfigAPIService service

UiConfigAPIService UiConfigAPI service

func (*UiConfigAPIService) GetUiConfig added in v1.0.0

GetUiConfig Method for GetUiConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUiConfigRequest

func (*UiConfigAPIService) GetUiConfigById added in v1.0.0

GetUiConfigById Method for GetUiConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetUiConfigByIdRequest

func (*UiConfigAPIService) GetUiConfigByIdExecute added in v1.0.0

Execute executes the request

@return UiConfigResource

func (*UiConfigAPIService) GetUiConfigExecute added in v1.0.0

Execute executes the request

@return UiConfigResource

func (*UiConfigAPIService) UpdateUiConfig added in v1.0.0

UpdateUiConfig Method for UpdateUiConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateUiConfigRequest

func (*UiConfigAPIService) UpdateUiConfigExecute added in v1.0.0

Execute executes the request

@return UiConfigResource

type UiConfigResource

type UiConfigResource struct {
	Id                       *int32         `json:"id,omitempty"`
	FirstDayOfWeek           *int32         `json:"firstDayOfWeek,omitempty"`
	CalendarWeekColumnHeader NullableString `json:"calendarWeekColumnHeader,omitempty"`
	ShortDateFormat          NullableString `json:"shortDateFormat,omitempty"`
	LongDateFormat           NullableString `json:"longDateFormat,omitempty"`
	TimeFormat               NullableString `json:"timeFormat,omitempty"`
	ShowRelativeDates        *bool          `json:"showRelativeDates,omitempty"`
	EnableColorImpairedMode  *bool          `json:"enableColorImpairedMode,omitempty"`
	UiLanguage               *int32         `json:"uiLanguage,omitempty"`
	Theme                    NullableString `json:"theme,omitempty"`
}

UiConfigResource struct for UiConfigResource

func NewUiConfigResource

func NewUiConfigResource() *UiConfigResource

NewUiConfigResource instantiates a new UiConfigResource 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 NewUiConfigResourceWithDefaults

func NewUiConfigResourceWithDefaults() *UiConfigResource

NewUiConfigResourceWithDefaults instantiates a new UiConfigResource 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 (*UiConfigResource) GetCalendarWeekColumnHeader

func (o *UiConfigResource) GetCalendarWeekColumnHeader() string

GetCalendarWeekColumnHeader returns the CalendarWeekColumnHeader field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetCalendarWeekColumnHeaderOk

func (o *UiConfigResource) GetCalendarWeekColumnHeaderOk() (*string, bool)

GetCalendarWeekColumnHeaderOk returns a tuple with the CalendarWeekColumnHeader 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 (*UiConfigResource) GetEnableColorImpairedMode

func (o *UiConfigResource) GetEnableColorImpairedMode() bool

GetEnableColorImpairedMode returns the EnableColorImpairedMode field value if set, zero value otherwise.

func (*UiConfigResource) GetEnableColorImpairedModeOk

func (o *UiConfigResource) GetEnableColorImpairedModeOk() (*bool, bool)

GetEnableColorImpairedModeOk returns a tuple with the EnableColorImpairedMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetFirstDayOfWeek

func (o *UiConfigResource) GetFirstDayOfWeek() int32

GetFirstDayOfWeek returns the FirstDayOfWeek field value if set, zero value otherwise.

func (*UiConfigResource) GetFirstDayOfWeekOk

func (o *UiConfigResource) GetFirstDayOfWeekOk() (*int32, bool)

GetFirstDayOfWeekOk returns a tuple with the FirstDayOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetId

func (o *UiConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*UiConfigResource) GetIdOk

func (o *UiConfigResource) GetIdOk() (*int32, 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 (*UiConfigResource) GetLongDateFormat

func (o *UiConfigResource) GetLongDateFormat() string

GetLongDateFormat returns the LongDateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetLongDateFormatOk

func (o *UiConfigResource) GetLongDateFormatOk() (*string, bool)

GetLongDateFormatOk returns a tuple with the LongDateFormat 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 (*UiConfigResource) GetShortDateFormat

func (o *UiConfigResource) GetShortDateFormat() string

GetShortDateFormat returns the ShortDateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetShortDateFormatOk

func (o *UiConfigResource) GetShortDateFormatOk() (*string, bool)

GetShortDateFormatOk returns a tuple with the ShortDateFormat 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 (*UiConfigResource) GetShowRelativeDates

func (o *UiConfigResource) GetShowRelativeDates() bool

GetShowRelativeDates returns the ShowRelativeDates field value if set, zero value otherwise.

func (*UiConfigResource) GetShowRelativeDatesOk

func (o *UiConfigResource) GetShowRelativeDatesOk() (*bool, bool)

GetShowRelativeDatesOk returns a tuple with the ShowRelativeDates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetTheme added in v0.3.0

func (o *UiConfigResource) GetTheme() string

GetTheme returns the Theme field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetThemeOk added in v0.3.0

func (o *UiConfigResource) GetThemeOk() (*string, bool)

GetThemeOk returns a tuple with the Theme 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 (*UiConfigResource) GetTimeFormat

func (o *UiConfigResource) GetTimeFormat() string

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetTimeFormatOk

func (o *UiConfigResource) GetTimeFormatOk() (*string, bool)

GetTimeFormatOk returns a tuple with the TimeFormat 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 (*UiConfigResource) GetUiLanguage

func (o *UiConfigResource) GetUiLanguage() int32

GetUiLanguage returns the UiLanguage field value if set, zero value otherwise.

func (*UiConfigResource) GetUiLanguageOk

func (o *UiConfigResource) GetUiLanguageOk() (*int32, bool)

GetUiLanguageOk returns a tuple with the UiLanguage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) HasCalendarWeekColumnHeader

func (o *UiConfigResource) HasCalendarWeekColumnHeader() bool

HasCalendarWeekColumnHeader returns a boolean if a field has been set.

func (*UiConfigResource) HasEnableColorImpairedMode

func (o *UiConfigResource) HasEnableColorImpairedMode() bool

HasEnableColorImpairedMode returns a boolean if a field has been set.

func (*UiConfigResource) HasFirstDayOfWeek

func (o *UiConfigResource) HasFirstDayOfWeek() bool

HasFirstDayOfWeek returns a boolean if a field has been set.

func (*UiConfigResource) HasId

func (o *UiConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*UiConfigResource) HasLongDateFormat

func (o *UiConfigResource) HasLongDateFormat() bool

HasLongDateFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasShortDateFormat

func (o *UiConfigResource) HasShortDateFormat() bool

HasShortDateFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasShowRelativeDates

func (o *UiConfigResource) HasShowRelativeDates() bool

HasShowRelativeDates returns a boolean if a field has been set.

func (*UiConfigResource) HasTheme added in v0.3.0

func (o *UiConfigResource) HasTheme() bool

HasTheme returns a boolean if a field has been set.

func (*UiConfigResource) HasTimeFormat

func (o *UiConfigResource) HasTimeFormat() bool

HasTimeFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasUiLanguage

func (o *UiConfigResource) HasUiLanguage() bool

HasUiLanguage returns a boolean if a field has been set.

func (UiConfigResource) MarshalJSON

func (o UiConfigResource) MarshalJSON() ([]byte, error)

func (*UiConfigResource) SetCalendarWeekColumnHeader

func (o *UiConfigResource) SetCalendarWeekColumnHeader(v string)

SetCalendarWeekColumnHeader gets a reference to the given NullableString and assigns it to the CalendarWeekColumnHeader field.

func (*UiConfigResource) SetCalendarWeekColumnHeaderNil

func (o *UiConfigResource) SetCalendarWeekColumnHeaderNil()

SetCalendarWeekColumnHeaderNil sets the value for CalendarWeekColumnHeader to be an explicit nil

func (*UiConfigResource) SetEnableColorImpairedMode

func (o *UiConfigResource) SetEnableColorImpairedMode(v bool)

SetEnableColorImpairedMode gets a reference to the given bool and assigns it to the EnableColorImpairedMode field.

func (*UiConfigResource) SetFirstDayOfWeek

func (o *UiConfigResource) SetFirstDayOfWeek(v int32)

SetFirstDayOfWeek gets a reference to the given int32 and assigns it to the FirstDayOfWeek field.

func (*UiConfigResource) SetId

func (o *UiConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*UiConfigResource) SetLongDateFormat

func (o *UiConfigResource) SetLongDateFormat(v string)

SetLongDateFormat gets a reference to the given NullableString and assigns it to the LongDateFormat field.

func (*UiConfigResource) SetLongDateFormatNil

func (o *UiConfigResource) SetLongDateFormatNil()

SetLongDateFormatNil sets the value for LongDateFormat to be an explicit nil

func (*UiConfigResource) SetShortDateFormat

func (o *UiConfigResource) SetShortDateFormat(v string)

SetShortDateFormat gets a reference to the given NullableString and assigns it to the ShortDateFormat field.

func (*UiConfigResource) SetShortDateFormatNil

func (o *UiConfigResource) SetShortDateFormatNil()

SetShortDateFormatNil sets the value for ShortDateFormat to be an explicit nil

func (*UiConfigResource) SetShowRelativeDates

func (o *UiConfigResource) SetShowRelativeDates(v bool)

SetShowRelativeDates gets a reference to the given bool and assigns it to the ShowRelativeDates field.

func (*UiConfigResource) SetTheme added in v0.3.0

func (o *UiConfigResource) SetTheme(v string)

SetTheme gets a reference to the given NullableString and assigns it to the Theme field.

func (*UiConfigResource) SetThemeNil added in v0.3.0

func (o *UiConfigResource) SetThemeNil()

SetThemeNil sets the value for Theme to be an explicit nil

func (*UiConfigResource) SetTimeFormat

func (o *UiConfigResource) SetTimeFormat(v string)

SetTimeFormat gets a reference to the given NullableString and assigns it to the TimeFormat field.

func (*UiConfigResource) SetTimeFormatNil

func (o *UiConfigResource) SetTimeFormatNil()

SetTimeFormatNil sets the value for TimeFormat to be an explicit nil

func (*UiConfigResource) SetUiLanguage

func (o *UiConfigResource) SetUiLanguage(v int32)

SetUiLanguage gets a reference to the given int32 and assigns it to the UiLanguage field.

func (UiConfigResource) ToMap added in v1.0.0

func (o UiConfigResource) ToMap() (map[string]interface{}, error)

func (*UiConfigResource) UnsetCalendarWeekColumnHeader

func (o *UiConfigResource) UnsetCalendarWeekColumnHeader()

UnsetCalendarWeekColumnHeader ensures that no value is present for CalendarWeekColumnHeader, not even an explicit nil

func (*UiConfigResource) UnsetLongDateFormat

func (o *UiConfigResource) UnsetLongDateFormat()

UnsetLongDateFormat ensures that no value is present for LongDateFormat, not even an explicit nil

func (*UiConfigResource) UnsetShortDateFormat

func (o *UiConfigResource) UnsetShortDateFormat()

UnsetShortDateFormat ensures that no value is present for ShortDateFormat, not even an explicit nil

func (*UiConfigResource) UnsetTheme added in v0.3.0

func (o *UiConfigResource) UnsetTheme()

UnsetTheme ensures that no value is present for Theme, not even an explicit nil

func (*UiConfigResource) UnsetTimeFormat

func (o *UiConfigResource) UnsetTimeFormat()

UnsetTimeFormat ensures that no value is present for TimeFormat, not even an explicit nil

type UpdateAPIService added in v1.0.0

type UpdateAPIService service

UpdateAPIService UpdateAPI service

func (*UpdateAPIService) ListUpdate added in v1.0.0

ListUpdate Method for ListUpdate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUpdateRequest

func (*UpdateAPIService) ListUpdateExecute added in v1.0.0

func (a *UpdateAPIService) ListUpdateExecute(r ApiListUpdateRequest) ([]UpdateResource, *http.Response, error)

Execute executes the request

@return []UpdateResource

type UpdateChanges

type UpdateChanges struct {
	New   []string `json:"new,omitempty"`
	Fixed []string `json:"fixed,omitempty"`
}

UpdateChanges struct for UpdateChanges

func NewUpdateChanges

func NewUpdateChanges() *UpdateChanges

NewUpdateChanges instantiates a new UpdateChanges 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 NewUpdateChangesWithDefaults

func NewUpdateChangesWithDefaults() *UpdateChanges

NewUpdateChangesWithDefaults instantiates a new UpdateChanges 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 (*UpdateChanges) GetFixed

func (o *UpdateChanges) GetFixed() []string

GetFixed returns the Fixed field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateChanges) GetFixedOk

func (o *UpdateChanges) GetFixedOk() ([]string, bool)

GetFixedOk returns a tuple with the Fixed 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 (*UpdateChanges) GetNew

func (o *UpdateChanges) GetNew() []string

GetNew returns the New field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateChanges) GetNewOk

func (o *UpdateChanges) GetNewOk() ([]string, bool)

GetNewOk returns a tuple with the New 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 (*UpdateChanges) HasFixed

func (o *UpdateChanges) HasFixed() bool

HasFixed returns a boolean if a field has been set.

func (*UpdateChanges) HasNew

func (o *UpdateChanges) HasNew() bool

HasNew returns a boolean if a field has been set.

func (UpdateChanges) MarshalJSON

func (o UpdateChanges) MarshalJSON() ([]byte, error)

func (*UpdateChanges) SetFixed

func (o *UpdateChanges) SetFixed(v []string)

SetFixed gets a reference to the given []string and assigns it to the Fixed field.

func (*UpdateChanges) SetNew

func (o *UpdateChanges) SetNew(v []string)

SetNew gets a reference to the given []string and assigns it to the New field.

func (UpdateChanges) ToMap added in v1.0.0

func (o UpdateChanges) ToMap() (map[string]interface{}, error)

type UpdateLogFileAPIService added in v1.0.0

type UpdateLogFileAPIService service

UpdateLogFileAPIService UpdateLogFileAPI service

func (*UpdateLogFileAPIService) GetLogFileUpdateByFilename added in v1.0.0

func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilename(ctx context.Context, filename string) ApiGetLogFileUpdateByFilenameRequest

GetLogFileUpdateByFilename Method for GetLogFileUpdateByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param filename
@return ApiGetLogFileUpdateByFilenameRequest

func (*UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute added in v1.0.0

func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute(r ApiGetLogFileUpdateByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*UpdateLogFileAPIService) ListLogFileUpdate added in v1.0.0

ListLogFileUpdate Method for ListLogFileUpdate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLogFileUpdateRequest

func (*UpdateLogFileAPIService) ListLogFileUpdateExecute added in v1.0.0

Execute executes the request

@return []LogFileResource

type UpdateMechanism

type UpdateMechanism string

UpdateMechanism the model 'UpdateMechanism'

const (
	UPDATEMECHANISM_BUILT_IN UpdateMechanism = "builtIn"
	UPDATEMECHANISM_SCRIPT   UpdateMechanism = "script"
	UPDATEMECHANISM_EXTERNAL UpdateMechanism = "external"
	UPDATEMECHANISM_APT      UpdateMechanism = "apt"
	UPDATEMECHANISM_DOCKER   UpdateMechanism = "docker"
)

List of UpdateMechanism

func NewUpdateMechanismFromValue

func NewUpdateMechanismFromValue(v string) (*UpdateMechanism, error)

NewUpdateMechanismFromValue returns a pointer to a valid UpdateMechanism for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UpdateMechanism) IsValid

func (v UpdateMechanism) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UpdateMechanism) Ptr

Ptr returns reference to UpdateMechanism value

func (*UpdateMechanism) UnmarshalJSON

func (v *UpdateMechanism) UnmarshalJSON(src []byte) error

type UpdateResource

type UpdateResource struct {
	Id          *int32         `json:"id,omitempty"`
	Version     *string        `json:"version,omitempty"`
	Branch      NullableString `json:"branch,omitempty"`
	ReleaseDate *time.Time     `json:"releaseDate,omitempty"`
	FileName    NullableString `json:"fileName,omitempty"`
	Url         NullableString `json:"url,omitempty"`
	Installed   *bool          `json:"installed,omitempty"`
	InstalledOn NullableTime   `json:"installedOn,omitempty"`
	Installable *bool          `json:"installable,omitempty"`
	Latest      *bool          `json:"latest,omitempty"`
	Changes     *UpdateChanges `json:"changes,omitempty"`
	Hash        NullableString `json:"hash,omitempty"`
}

UpdateResource struct for UpdateResource

func NewUpdateResource

func NewUpdateResource() *UpdateResource

NewUpdateResource instantiates a new UpdateResource 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 NewUpdateResourceWithDefaults

func NewUpdateResourceWithDefaults() *UpdateResource

NewUpdateResourceWithDefaults instantiates a new UpdateResource 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 (*UpdateResource) GetBranch

func (o *UpdateResource) GetBranch() string

GetBranch returns the Branch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetBranchOk

func (o *UpdateResource) GetBranchOk() (*string, bool)

GetBranchOk returns a tuple with the Branch 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 (*UpdateResource) GetChanges

func (o *UpdateResource) GetChanges() UpdateChanges

GetChanges returns the Changes field value if set, zero value otherwise.

func (*UpdateResource) GetChangesOk

func (o *UpdateResource) GetChangesOk() (*UpdateChanges, bool)

GetChangesOk returns a tuple with the Changes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetFileName

func (o *UpdateResource) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetFileNameOk

func (o *UpdateResource) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName 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 (*UpdateResource) GetHash

func (o *UpdateResource) GetHash() string

GetHash returns the Hash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetHashOk

func (o *UpdateResource) GetHashOk() (*string, bool)

GetHashOk returns a tuple with the Hash 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 (*UpdateResource) GetId

func (o *UpdateResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateResource) GetIdOk

func (o *UpdateResource) GetIdOk() (*int32, 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 (*UpdateResource) GetInstallable

func (o *UpdateResource) GetInstallable() bool

GetInstallable returns the Installable field value if set, zero value otherwise.

func (*UpdateResource) GetInstallableOk

func (o *UpdateResource) GetInstallableOk() (*bool, bool)

GetInstallableOk returns a tuple with the Installable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetInstalled

func (o *UpdateResource) GetInstalled() bool

GetInstalled returns the Installed field value if set, zero value otherwise.

func (*UpdateResource) GetInstalledOk

func (o *UpdateResource) GetInstalledOk() (*bool, bool)

GetInstalledOk returns a tuple with the Installed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetInstalledOn added in v0.3.0

func (o *UpdateResource) GetInstalledOn() time.Time

GetInstalledOn returns the InstalledOn field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetInstalledOnOk added in v0.3.0

func (o *UpdateResource) GetInstalledOnOk() (*time.Time, bool)

GetInstalledOnOk returns a tuple with the InstalledOn 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 (*UpdateResource) GetLatest

func (o *UpdateResource) GetLatest() bool

GetLatest returns the Latest field value if set, zero value otherwise.

func (*UpdateResource) GetLatestOk

func (o *UpdateResource) GetLatestOk() (*bool, bool)

GetLatestOk returns a tuple with the Latest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetReleaseDate

func (o *UpdateResource) GetReleaseDate() time.Time

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise.

func (*UpdateResource) GetReleaseDateOk

func (o *UpdateResource) GetReleaseDateOk() (*time.Time, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetUrl

func (o *UpdateResource) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetUrlOk

func (o *UpdateResource) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url 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 (*UpdateResource) GetVersion

func (o *UpdateResource) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*UpdateResource) GetVersionOk

func (o *UpdateResource) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) HasBranch

func (o *UpdateResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*UpdateResource) HasChanges

func (o *UpdateResource) HasChanges() bool

HasChanges returns a boolean if a field has been set.

func (*UpdateResource) HasFileName

func (o *UpdateResource) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*UpdateResource) HasHash

func (o *UpdateResource) HasHash() bool

HasHash returns a boolean if a field has been set.

func (*UpdateResource) HasId

func (o *UpdateResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*UpdateResource) HasInstallable

func (o *UpdateResource) HasInstallable() bool

HasInstallable returns a boolean if a field has been set.

func (*UpdateResource) HasInstalled

func (o *UpdateResource) HasInstalled() bool

HasInstalled returns a boolean if a field has been set.

func (*UpdateResource) HasInstalledOn added in v0.3.0

func (o *UpdateResource) HasInstalledOn() bool

HasInstalledOn returns a boolean if a field has been set.

func (*UpdateResource) HasLatest

func (o *UpdateResource) HasLatest() bool

HasLatest returns a boolean if a field has been set.

func (*UpdateResource) HasReleaseDate

func (o *UpdateResource) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*UpdateResource) HasUrl

func (o *UpdateResource) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*UpdateResource) HasVersion

func (o *UpdateResource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (UpdateResource) MarshalJSON

func (o UpdateResource) MarshalJSON() ([]byte, error)

func (*UpdateResource) SetBranch

func (o *UpdateResource) SetBranch(v string)

SetBranch gets a reference to the given NullableString and assigns it to the Branch field.

func (*UpdateResource) SetBranchNil

func (o *UpdateResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*UpdateResource) SetChanges

func (o *UpdateResource) SetChanges(v UpdateChanges)

SetChanges gets a reference to the given UpdateChanges and assigns it to the Changes field.

func (*UpdateResource) SetFileName

func (o *UpdateResource) SetFileName(v string)

SetFileName gets a reference to the given NullableString and assigns it to the FileName field.

func (*UpdateResource) SetFileNameNil

func (o *UpdateResource) SetFileNameNil()

SetFileNameNil sets the value for FileName to be an explicit nil

func (*UpdateResource) SetHash

func (o *UpdateResource) SetHash(v string)

SetHash gets a reference to the given NullableString and assigns it to the Hash field.

func (*UpdateResource) SetHashNil

func (o *UpdateResource) SetHashNil()

SetHashNil sets the value for Hash to be an explicit nil

func (*UpdateResource) SetId

func (o *UpdateResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*UpdateResource) SetInstallable

func (o *UpdateResource) SetInstallable(v bool)

SetInstallable gets a reference to the given bool and assigns it to the Installable field.

func (*UpdateResource) SetInstalled

func (o *UpdateResource) SetInstalled(v bool)

SetInstalled gets a reference to the given bool and assigns it to the Installed field.

func (*UpdateResource) SetInstalledOn added in v0.3.0

func (o *UpdateResource) SetInstalledOn(v time.Time)

SetInstalledOn gets a reference to the given NullableTime and assigns it to the InstalledOn field.

func (*UpdateResource) SetInstalledOnNil added in v0.3.0

func (o *UpdateResource) SetInstalledOnNil()

SetInstalledOnNil sets the value for InstalledOn to be an explicit nil

func (*UpdateResource) SetLatest

func (o *UpdateResource) SetLatest(v bool)

SetLatest gets a reference to the given bool and assigns it to the Latest field.

func (*UpdateResource) SetReleaseDate

func (o *UpdateResource) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given time.Time and assigns it to the ReleaseDate field.

func (*UpdateResource) SetUrl

func (o *UpdateResource) SetUrl(v string)

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*UpdateResource) SetUrlNil

func (o *UpdateResource) SetUrlNil()

SetUrlNil sets the value for Url to be an explicit nil

func (*UpdateResource) SetVersion

func (o *UpdateResource) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (UpdateResource) ToMap added in v1.0.0

func (o UpdateResource) ToMap() (map[string]interface{}, error)

func (*UpdateResource) UnsetBranch

func (o *UpdateResource) UnsetBranch()

UnsetBranch ensures that no value is present for Branch, not even an explicit nil

func (*UpdateResource) UnsetFileName

func (o *UpdateResource) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

func (*UpdateResource) UnsetHash

func (o *UpdateResource) UnsetHash()

UnsetHash ensures that no value is present for Hash, not even an explicit nil

func (*UpdateResource) UnsetInstalledOn added in v0.3.0

func (o *UpdateResource) UnsetInstalledOn()

UnsetInstalledOn ensures that no value is present for InstalledOn, not even an explicit nil

func (*UpdateResource) UnsetUrl

func (o *UpdateResource) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

type WriteAudioTagsType

type WriteAudioTagsType string

WriteAudioTagsType the model 'WriteAudioTagsType'

const (
	WRITEAUDIOTAGSTYPE_NO        WriteAudioTagsType = "no"
	WRITEAUDIOTAGSTYPE_NEW_FILES WriteAudioTagsType = "newFiles"
	WRITEAUDIOTAGSTYPE_ALL_FILES WriteAudioTagsType = "allFiles"
	WRITEAUDIOTAGSTYPE_SYNC      WriteAudioTagsType = "sync"
)

List of WriteAudioTagsType

func NewWriteAudioTagsTypeFromValue

func NewWriteAudioTagsTypeFromValue(v string) (*WriteAudioTagsType, error)

NewWriteAudioTagsTypeFromValue returns a pointer to a valid WriteAudioTagsType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (WriteAudioTagsType) IsValid

func (v WriteAudioTagsType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (WriteAudioTagsType) Ptr

Ptr returns reference to WriteAudioTagsType value

func (*WriteAudioTagsType) UnmarshalJSON

func (v *WriteAudioTagsType) UnmarshalJSON(src []byte) error

type WriteBookTagsType

type WriteBookTagsType string

WriteBookTagsType the model 'WriteBookTagsType'

const (
	WRITEBOOKTAGSTYPE_NEW_FILES WriteBookTagsType = "newFiles"
	WRITEBOOKTAGSTYPE_ALL_FILES WriteBookTagsType = "allFiles"
	WRITEBOOKTAGSTYPE_SYNC      WriteBookTagsType = "sync"
)

List of WriteBookTagsType

func NewWriteBookTagsTypeFromValue

func NewWriteBookTagsTypeFromValue(v string) (*WriteBookTagsType, error)

NewWriteBookTagsTypeFromValue returns a pointer to a valid WriteBookTagsType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (WriteBookTagsType) IsValid

func (v WriteBookTagsType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (WriteBookTagsType) Ptr

Ptr returns reference to WriteBookTagsType value

func (*WriteBookTagsType) UnmarshalJSON

func (v *WriteBookTagsType) UnmarshalJSON(src []byte) error

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL