lidarr

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 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 AllowedAlbumAddTypeEnumValues = []AlbumAddType{
	"automatic",
	"manual",
}

All allowed values of AlbumAddType enum

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 AllowedArtistStatusTypeEnumValues = []ArtistStatusType{
	"continuing",
	"ended",
}

All allowed values of ArtistStatusType enum

View Source
var AllowedAuthenticationRequiredTypeEnumValues = []AuthenticationRequiredType{
	"enabled",
	"disabledForLocalAddresses",
}

All allowed values of AuthenticationRequiredType enum

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

All allowed values of AuthenticationType enum

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

All allowed values of BackupType 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",
	"artistFolderImported",
	"trackFileImported",
	"downloadFailed",
	"trackFileDeleted",
	"trackFileRenamed",
	"albumImportIncomplete",
	"downloadImported",
	"trackFileRetagged",
	"downloadIgnored",
}

All allowed values of EntityHistoryEventType enum

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

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",
	"specificAlbum",
	"entireArtist",
}

All allowed values of ImportListMonitorType enum

View Source
var AllowedImportListTypeEnumValues = []ImportListType{
	"program",
	"spotify",
	"lastFm",
	"other",
	"advanced",
}

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 AllowedPrivacyLevelEnumValues = []PrivacyLevel{
	"normal",
	"password",
	"apiKey",
	"userName",
}

All allowed values of PrivacyLevel 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

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 {
	AlbumAPI *AlbumAPIService

	AlbumLookupAPI *AlbumLookupAPIService

	AlbumStudioAPI *AlbumStudioAPIService

	ApiInfoAPI *ApiInfoAPIService

	ArtistAPI *ArtistAPIService

	ArtistEditorAPI *ArtistEditorAPIService

	ArtistLookupAPI *ArtistLookupAPIService

	AuthenticationAPI *AuthenticationAPIService

	AutoTaggingAPI *AutoTaggingAPIService

	BackupAPI *BackupAPIService

	BlocklistAPI *BlocklistAPIService

	CalendarAPI *CalendarAPIService

	CalendarFeedAPI *CalendarFeedAPIService

	CommandAPI *CommandAPIService

	CustomFilterAPI *CustomFilterAPIService

	CustomFormatAPI *CustomFormatAPIService

	CutoffAPI *CutoffAPIService

	DelayProfileAPI *DelayProfileAPIService

	DiskSpaceAPI *DiskSpaceAPIService

	DownloadClientAPI *DownloadClientAPIService

	DownloadClientConfigAPI *DownloadClientConfigAPIService

	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

	RenameTrackAPI *RenameTrackAPIService

	RetagTrackAPI *RetagTrackAPIService

	RootFolderAPI *RootFolderAPIService

	SearchAPI *SearchAPIService

	StaticResourceAPI *StaticResourceAPIService

	SystemAPI *SystemAPIService

	TagAPI *TagAPIService

	TagDetailsAPI *TagDetailsAPIService

	TaskAPI *TaskAPIService

	TrackAPI *TrackAPIService

	TrackFileAPI *TrackFileAPIService

	UiConfigAPI *UiConfigAPIService

	UpdateAPI *UpdateAPIService

	UpdateLogFileAPI *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Lidarr API vv2.1.7.4030 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 AddAlbumOptions

type AddAlbumOptions struct {
	AddType           *AlbumAddType `json:"addType,omitempty"`
	SearchForNewAlbum *bool         `json:"searchForNewAlbum,omitempty"`
}

AddAlbumOptions struct for AddAlbumOptions

func NewAddAlbumOptions

func NewAddAlbumOptions() *AddAlbumOptions

NewAddAlbumOptions instantiates a new AddAlbumOptions 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 NewAddAlbumOptionsWithDefaults

func NewAddAlbumOptionsWithDefaults() *AddAlbumOptions

NewAddAlbumOptionsWithDefaults instantiates a new AddAlbumOptions 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 (*AddAlbumOptions) GetAddType

func (o *AddAlbumOptions) GetAddType() AlbumAddType

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

func (*AddAlbumOptions) GetAddTypeOk

func (o *AddAlbumOptions) GetAddTypeOk() (*AlbumAddType, 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 (*AddAlbumOptions) GetSearchForNewAlbum

func (o *AddAlbumOptions) GetSearchForNewAlbum() bool

GetSearchForNewAlbum returns the SearchForNewAlbum field value if set, zero value otherwise.

func (*AddAlbumOptions) GetSearchForNewAlbumOk

func (o *AddAlbumOptions) GetSearchForNewAlbumOk() (*bool, bool)

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

func (*AddAlbumOptions) HasAddType

func (o *AddAlbumOptions) HasAddType() bool

HasAddType returns a boolean if a field has been set.

func (*AddAlbumOptions) HasSearchForNewAlbum

func (o *AddAlbumOptions) HasSearchForNewAlbum() bool

HasSearchForNewAlbum returns a boolean if a field has been set.

func (AddAlbumOptions) MarshalJSON

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

func (*AddAlbumOptions) SetAddType

func (o *AddAlbumOptions) SetAddType(v AlbumAddType)

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

func (*AddAlbumOptions) SetSearchForNewAlbum

func (o *AddAlbumOptions) SetSearchForNewAlbum(v bool)

SetSearchForNewAlbum gets a reference to the given bool and assigns it to the SearchForNewAlbum field.

func (AddAlbumOptions) ToMap added in v1.0.0

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

type AddArtistOptions

type AddArtistOptions struct {
	Monitor                *MonitorTypes `json:"monitor,omitempty"`
	AlbumsToMonitor        []string      `json:"albumsToMonitor,omitempty"`
	Monitored              *bool         `json:"monitored,omitempty"`
	SearchForMissingAlbums *bool         `json:"searchForMissingAlbums,omitempty"`
}

AddArtistOptions struct for AddArtistOptions

func NewAddArtistOptions

func NewAddArtistOptions() *AddArtistOptions

NewAddArtistOptions instantiates a new AddArtistOptions 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 NewAddArtistOptionsWithDefaults

func NewAddArtistOptionsWithDefaults() *AddArtistOptions

NewAddArtistOptionsWithDefaults instantiates a new AddArtistOptions 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 (*AddArtistOptions) GetAlbumsToMonitor

func (o *AddArtistOptions) GetAlbumsToMonitor() []string

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

func (*AddArtistOptions) GetAlbumsToMonitorOk

func (o *AddArtistOptions) GetAlbumsToMonitorOk() ([]string, bool)

GetAlbumsToMonitorOk returns a tuple with the AlbumsToMonitor field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AddArtistOptions) GetMonitor

func (o *AddArtistOptions) GetMonitor() MonitorTypes

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

func (*AddArtistOptions) GetMonitorOk

func (o *AddArtistOptions) 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 (*AddArtistOptions) GetMonitored

func (o *AddArtistOptions) GetMonitored() bool

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

func (*AddArtistOptions) GetMonitoredOk

func (o *AddArtistOptions) 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 (*AddArtistOptions) GetSearchForMissingAlbums

func (o *AddArtistOptions) GetSearchForMissingAlbums() bool

GetSearchForMissingAlbums returns the SearchForMissingAlbums field value if set, zero value otherwise.

func (*AddArtistOptions) GetSearchForMissingAlbumsOk

func (o *AddArtistOptions) GetSearchForMissingAlbumsOk() (*bool, bool)

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

func (*AddArtistOptions) HasAlbumsToMonitor

func (o *AddArtistOptions) HasAlbumsToMonitor() bool

HasAlbumsToMonitor returns a boolean if a field has been set.

func (*AddArtistOptions) HasMonitor

func (o *AddArtistOptions) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

func (*AddArtistOptions) HasMonitored

func (o *AddArtistOptions) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*AddArtistOptions) HasSearchForMissingAlbums

func (o *AddArtistOptions) HasSearchForMissingAlbums() bool

HasSearchForMissingAlbums returns a boolean if a field has been set.

func (AddArtistOptions) MarshalJSON

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

func (*AddArtistOptions) SetAlbumsToMonitor

func (o *AddArtistOptions) SetAlbumsToMonitor(v []string)

SetAlbumsToMonitor gets a reference to the given []string and assigns it to the AlbumsToMonitor field.

func (*AddArtistOptions) SetMonitor

func (o *AddArtistOptions) SetMonitor(v MonitorTypes)

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

func (*AddArtistOptions) SetMonitored

func (o *AddArtistOptions) SetMonitored(v bool)

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

func (*AddArtistOptions) SetSearchForMissingAlbums

func (o *AddArtistOptions) SetSearchForMissingAlbums(v bool)

SetSearchForMissingAlbums gets a reference to the given bool and assigns it to the SearchForMissingAlbums field.

func (AddArtistOptions) ToMap added in v1.0.0

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

type AlbumAPIService added in v0.3.1

type AlbumAPIService service

AlbumAPIService AlbumAPI service

func (*AlbumAPIService) CreateAlbum added in v0.3.1

CreateAlbum Method for CreateAlbum

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

func (*AlbumAPIService) CreateAlbumExecute added in v0.3.1

func (a *AlbumAPIService) CreateAlbumExecute(r ApiCreateAlbumRequest) (*AlbumResource, *http.Response, error)

Execute executes the request

@return AlbumResource

func (*AlbumAPIService) DeleteAlbum added in v0.3.1

func (a *AlbumAPIService) DeleteAlbum(ctx context.Context, id int32) ApiDeleteAlbumRequest

DeleteAlbum Method for DeleteAlbum

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

func (*AlbumAPIService) DeleteAlbumExecute added in v0.3.1

func (a *AlbumAPIService) DeleteAlbumExecute(r ApiDeleteAlbumRequest) (*http.Response, error)

Execute executes the request

func (*AlbumAPIService) GetAlbumById added in v0.3.1

func (a *AlbumAPIService) GetAlbumById(ctx context.Context, id int32) ApiGetAlbumByIdRequest

GetAlbumById Method for GetAlbumById

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

func (*AlbumAPIService) GetAlbumByIdExecute added in v0.3.1

func (a *AlbumAPIService) GetAlbumByIdExecute(r ApiGetAlbumByIdRequest) (*AlbumResource, *http.Response, error)

Execute executes the request

@return AlbumResource

func (*AlbumAPIService) ListAlbum added in v0.3.1

ListAlbum Method for ListAlbum

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

func (*AlbumAPIService) ListAlbumExecute added in v0.3.1

func (a *AlbumAPIService) ListAlbumExecute(r ApiListAlbumRequest) ([]AlbumResource, *http.Response, error)

Execute executes the request

@return []AlbumResource

func (*AlbumAPIService) PutAlbumMonitor added in v0.3.1

func (a *AlbumAPIService) PutAlbumMonitor(ctx context.Context) ApiPutAlbumMonitorRequest

PutAlbumMonitor Method for PutAlbumMonitor

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

func (*AlbumAPIService) PutAlbumMonitorExecute added in v0.3.1

func (a *AlbumAPIService) PutAlbumMonitorExecute(r ApiPutAlbumMonitorRequest) (*http.Response, error)

Execute executes the request

func (*AlbumAPIService) UpdateAlbum added in v0.3.1

UpdateAlbum Method for UpdateAlbum

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

func (*AlbumAPIService) UpdateAlbumExecute added in v0.3.1

func (a *AlbumAPIService) UpdateAlbumExecute(r ApiUpdateAlbumRequest) (*AlbumResource, *http.Response, error)

Execute executes the request

@return AlbumResource

type AlbumAddType

type AlbumAddType string

AlbumAddType the model 'AlbumAddType'

const (
	ALBUMADDTYPE_AUTOMATIC AlbumAddType = "automatic"
	ALBUMADDTYPE_MANUAL    AlbumAddType = "manual"
)

List of AlbumAddType

func NewAlbumAddTypeFromValue

func NewAlbumAddTypeFromValue(v string) (*AlbumAddType, error)

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

func (AlbumAddType) IsValid

func (v AlbumAddType) IsValid() bool

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

func (AlbumAddType) Ptr

func (v AlbumAddType) Ptr() *AlbumAddType

Ptr returns reference to AlbumAddType value

func (*AlbumAddType) UnmarshalJSON

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

type AlbumLookupAPIService added in v0.3.1

type AlbumLookupAPIService service

AlbumLookupAPIService AlbumLookupAPI service

func (*AlbumLookupAPIService) GetAlbumLookup added in v0.3.1

GetAlbumLookup Method for GetAlbumLookup

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

func (*AlbumLookupAPIService) GetAlbumLookupExecute added in v0.3.1

func (a *AlbumLookupAPIService) GetAlbumLookupExecute(r ApiGetAlbumLookupRequest) (*http.Response, error)

Execute executes the request

type AlbumReleaseResource

type AlbumReleaseResource struct {
	Id               *int32           `json:"id,omitempty"`
	AlbumId          *int32           `json:"albumId,omitempty"`
	ForeignReleaseId NullableString   `json:"foreignReleaseId,omitempty"`
	Title            NullableString   `json:"title,omitempty"`
	Status           NullableString   `json:"status,omitempty"`
	Duration         *int32           `json:"duration,omitempty"`
	TrackCount       *int32           `json:"trackCount,omitempty"`
	Media            []MediumResource `json:"media,omitempty"`
	MediumCount      *int32           `json:"mediumCount,omitempty"`
	Disambiguation   NullableString   `json:"disambiguation,omitempty"`
	Country          []string         `json:"country,omitempty"`
	Label            []string         `json:"label,omitempty"`
	Format           NullableString   `json:"format,omitempty"`
	Monitored        *bool            `json:"monitored,omitempty"`
}

AlbumReleaseResource struct for AlbumReleaseResource

func NewAlbumReleaseResource

func NewAlbumReleaseResource() *AlbumReleaseResource

NewAlbumReleaseResource instantiates a new AlbumReleaseResource 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 NewAlbumReleaseResourceWithDefaults

func NewAlbumReleaseResourceWithDefaults() *AlbumReleaseResource

NewAlbumReleaseResourceWithDefaults instantiates a new AlbumReleaseResource 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 (*AlbumReleaseResource) GetAlbumId

func (o *AlbumReleaseResource) GetAlbumId() int32

GetAlbumId returns the AlbumId field value if set, zero value otherwise.

func (*AlbumReleaseResource) GetAlbumIdOk

func (o *AlbumReleaseResource) GetAlbumIdOk() (*int32, bool)

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

func (*AlbumReleaseResource) GetCountry

func (o *AlbumReleaseResource) GetCountry() []string

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

func (*AlbumReleaseResource) GetCountryOk

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

func (*AlbumReleaseResource) GetDisambiguation

func (o *AlbumReleaseResource) GetDisambiguation() string

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

func (*AlbumReleaseResource) GetDisambiguationOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetDuration

func (o *AlbumReleaseResource) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*AlbumReleaseResource) GetDurationOk

func (o *AlbumReleaseResource) GetDurationOk() (*int32, 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 (*AlbumReleaseResource) GetForeignReleaseId

func (o *AlbumReleaseResource) GetForeignReleaseId() string

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

func (*AlbumReleaseResource) GetForeignReleaseIdOk

func (o *AlbumReleaseResource) GetForeignReleaseIdOk() (*string, bool)

GetForeignReleaseIdOk returns a tuple with the ForeignReleaseId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumReleaseResource) GetFormat

func (o *AlbumReleaseResource) GetFormat() string

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

func (*AlbumReleaseResource) GetFormatOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetId

func (o *AlbumReleaseResource) GetId() int32

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

func (*AlbumReleaseResource) GetIdOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetLabel

func (o *AlbumReleaseResource) GetLabel() []string

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

func (*AlbumReleaseResource) GetLabelOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetMedia

func (o *AlbumReleaseResource) GetMedia() []MediumResource

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

func (*AlbumReleaseResource) GetMediaOk

func (o *AlbumReleaseResource) GetMediaOk() ([]MediumResource, bool)

GetMediaOk returns a tuple with the Media field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumReleaseResource) GetMediumCount

func (o *AlbumReleaseResource) GetMediumCount() int32

GetMediumCount returns the MediumCount field value if set, zero value otherwise.

func (*AlbumReleaseResource) GetMediumCountOk

func (o *AlbumReleaseResource) GetMediumCountOk() (*int32, bool)

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

func (*AlbumReleaseResource) GetMonitored

func (o *AlbumReleaseResource) GetMonitored() bool

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

func (*AlbumReleaseResource) GetMonitoredOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetStatus

func (o *AlbumReleaseResource) GetStatus() string

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

func (*AlbumReleaseResource) GetStatusOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetTitle

func (o *AlbumReleaseResource) GetTitle() string

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

func (*AlbumReleaseResource) GetTitleOk

func (o *AlbumReleaseResource) 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 (*AlbumReleaseResource) GetTrackCount

func (o *AlbumReleaseResource) GetTrackCount() int32

GetTrackCount returns the TrackCount field value if set, zero value otherwise.

func (*AlbumReleaseResource) GetTrackCountOk

func (o *AlbumReleaseResource) GetTrackCountOk() (*int32, bool)

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

func (*AlbumReleaseResource) HasAlbumId

func (o *AlbumReleaseResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasCountry

func (o *AlbumReleaseResource) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasDisambiguation

func (o *AlbumReleaseResource) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasDuration

func (o *AlbumReleaseResource) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasForeignReleaseId

func (o *AlbumReleaseResource) HasForeignReleaseId() bool

HasForeignReleaseId returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasFormat

func (o *AlbumReleaseResource) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasId

func (o *AlbumReleaseResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasLabel

func (o *AlbumReleaseResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasMedia

func (o *AlbumReleaseResource) HasMedia() bool

HasMedia returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasMediumCount

func (o *AlbumReleaseResource) HasMediumCount() bool

HasMediumCount returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasMonitored

func (o *AlbumReleaseResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasStatus

func (o *AlbumReleaseResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasTitle

func (o *AlbumReleaseResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*AlbumReleaseResource) HasTrackCount

func (o *AlbumReleaseResource) HasTrackCount() bool

HasTrackCount returns a boolean if a field has been set.

func (AlbumReleaseResource) MarshalJSON

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

func (*AlbumReleaseResource) SetAlbumId

func (o *AlbumReleaseResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given int32 and assigns it to the AlbumId field.

func (*AlbumReleaseResource) SetCountry

func (o *AlbumReleaseResource) SetCountry(v []string)

SetCountry gets a reference to the given []string and assigns it to the Country field.

func (*AlbumReleaseResource) SetDisambiguation

func (o *AlbumReleaseResource) SetDisambiguation(v string)

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

func (*AlbumReleaseResource) SetDisambiguationNil

func (o *AlbumReleaseResource) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*AlbumReleaseResource) SetDuration

func (o *AlbumReleaseResource) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*AlbumReleaseResource) SetForeignReleaseId

func (o *AlbumReleaseResource) SetForeignReleaseId(v string)

SetForeignReleaseId gets a reference to the given NullableString and assigns it to the ForeignReleaseId field.

func (*AlbumReleaseResource) SetForeignReleaseIdNil

func (o *AlbumReleaseResource) SetForeignReleaseIdNil()

SetForeignReleaseIdNil sets the value for ForeignReleaseId to be an explicit nil

func (*AlbumReleaseResource) SetFormat

func (o *AlbumReleaseResource) SetFormat(v string)

SetFormat gets a reference to the given NullableString and assigns it to the Format field.

func (*AlbumReleaseResource) SetFormatNil

func (o *AlbumReleaseResource) SetFormatNil()

SetFormatNil sets the value for Format to be an explicit nil

func (*AlbumReleaseResource) SetId

func (o *AlbumReleaseResource) SetId(v int32)

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

func (*AlbumReleaseResource) SetLabel

func (o *AlbumReleaseResource) SetLabel(v []string)

SetLabel gets a reference to the given []string and assigns it to the Label field.

func (*AlbumReleaseResource) SetMedia

func (o *AlbumReleaseResource) SetMedia(v []MediumResource)

SetMedia gets a reference to the given []MediumResource and assigns it to the Media field.

func (*AlbumReleaseResource) SetMediumCount

func (o *AlbumReleaseResource) SetMediumCount(v int32)

SetMediumCount gets a reference to the given int32 and assigns it to the MediumCount field.

func (*AlbumReleaseResource) SetMonitored

func (o *AlbumReleaseResource) SetMonitored(v bool)

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

func (*AlbumReleaseResource) SetStatus

func (o *AlbumReleaseResource) SetStatus(v string)

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

func (*AlbumReleaseResource) SetStatusNil

func (o *AlbumReleaseResource) SetStatusNil()

SetStatusNil sets the value for Status to be an explicit nil

func (*AlbumReleaseResource) SetTitle

func (o *AlbumReleaseResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*AlbumReleaseResource) SetTitleNil

func (o *AlbumReleaseResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*AlbumReleaseResource) SetTrackCount

func (o *AlbumReleaseResource) SetTrackCount(v int32)

SetTrackCount gets a reference to the given int32 and assigns it to the TrackCount field.

func (AlbumReleaseResource) ToMap added in v1.0.0

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

func (*AlbumReleaseResource) UnsetDisambiguation

func (o *AlbumReleaseResource) UnsetDisambiguation()

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

func (*AlbumReleaseResource) UnsetForeignReleaseId

func (o *AlbumReleaseResource) UnsetForeignReleaseId()

UnsetForeignReleaseId ensures that no value is present for ForeignReleaseId, not even an explicit nil

func (*AlbumReleaseResource) UnsetFormat

func (o *AlbumReleaseResource) UnsetFormat()

UnsetFormat ensures that no value is present for Format, not even an explicit nil

func (*AlbumReleaseResource) UnsetStatus

func (o *AlbumReleaseResource) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

func (*AlbumReleaseResource) UnsetTitle

func (o *AlbumReleaseResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type AlbumResource

type AlbumResource struct {
	Id             *int32                   `json:"id,omitempty"`
	Title          NullableString           `json:"title,omitempty"`
	Disambiguation NullableString           `json:"disambiguation,omitempty"`
	Overview       NullableString           `json:"overview,omitempty"`
	ArtistId       *int32                   `json:"artistId,omitempty"`
	ForeignAlbumId NullableString           `json:"foreignAlbumId,omitempty"`
	Monitored      *bool                    `json:"monitored,omitempty"`
	AnyReleaseOk   *bool                    `json:"anyReleaseOk,omitempty"`
	ProfileId      *int32                   `json:"profileId,omitempty"`
	Duration       *int32                   `json:"duration,omitempty"`
	AlbumType      NullableString           `json:"albumType,omitempty"`
	SecondaryTypes []string                 `json:"secondaryTypes,omitempty"`
	MediumCount    *int32                   `json:"mediumCount,omitempty"`
	Ratings        *Ratings                 `json:"ratings,omitempty"`
	ReleaseDate    NullableTime             `json:"releaseDate,omitempty"`
	Releases       []AlbumReleaseResource   `json:"releases,omitempty"`
	Genres         []string                 `json:"genres,omitempty"`
	Media          []MediumResource         `json:"media,omitempty"`
	Artist         *ArtistResource          `json:"artist,omitempty"`
	Images         []MediaCover             `json:"images,omitempty"`
	Links          []Links                  `json:"links,omitempty"`
	Statistics     *AlbumStatisticsResource `json:"statistics,omitempty"`
	AddOptions     *AddAlbumOptions         `json:"addOptions,omitempty"`
	RemoteCover    NullableString           `json:"remoteCover,omitempty"`
	Grabbed        *bool                    `json:"grabbed,omitempty"`
}

AlbumResource struct for AlbumResource

func NewAlbumResource

func NewAlbumResource() *AlbumResource

NewAlbumResource instantiates a new AlbumResource 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 NewAlbumResourceWithDefaults

func NewAlbumResourceWithDefaults() *AlbumResource

NewAlbumResourceWithDefaults instantiates a new AlbumResource 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 (*AlbumResource) GetAddOptions

func (o *AlbumResource) GetAddOptions() AddAlbumOptions

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

func (*AlbumResource) GetAddOptionsOk

func (o *AlbumResource) GetAddOptionsOk() (*AddAlbumOptions, 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 (*AlbumResource) GetAlbumType

func (o *AlbumResource) GetAlbumType() string

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

func (*AlbumResource) GetAlbumTypeOk

func (o *AlbumResource) GetAlbumTypeOk() (*string, bool)

GetAlbumTypeOk returns a tuple with the AlbumType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumResource) GetAnyReleaseOk

func (o *AlbumResource) GetAnyReleaseOk() bool

GetAnyReleaseOk returns the AnyReleaseOk field value if set, zero value otherwise.

func (*AlbumResource) GetAnyReleaseOkOk

func (o *AlbumResource) GetAnyReleaseOkOk() (*bool, bool)

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

func (*AlbumResource) GetArtist

func (o *AlbumResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*AlbumResource) GetArtistId

func (o *AlbumResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*AlbumResource) GetArtistIdOk

func (o *AlbumResource) GetArtistIdOk() (*int32, bool)

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

func (*AlbumResource) GetArtistOk

func (o *AlbumResource) GetArtistOk() (*ArtistResource, bool)

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

func (*AlbumResource) GetDisambiguation

func (o *AlbumResource) GetDisambiguation() string

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

func (*AlbumResource) GetDisambiguationOk

func (o *AlbumResource) 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 (*AlbumResource) GetDuration

func (o *AlbumResource) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*AlbumResource) GetDurationOk

func (o *AlbumResource) GetDurationOk() (*int32, 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 (*AlbumResource) GetForeignAlbumId

func (o *AlbumResource) GetForeignAlbumId() string

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

func (*AlbumResource) GetForeignAlbumIdOk

func (o *AlbumResource) GetForeignAlbumIdOk() (*string, bool)

GetForeignAlbumIdOk returns a tuple with the ForeignAlbumId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumResource) GetGenres

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

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

func (*AlbumResource) GetGenresOk

func (o *AlbumResource) 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 (*AlbumResource) GetGrabbed

func (o *AlbumResource) GetGrabbed() bool

GetGrabbed returns the Grabbed field value if set, zero value otherwise.

func (*AlbumResource) GetGrabbedOk

func (o *AlbumResource) 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 (*AlbumResource) GetId

func (o *AlbumResource) GetId() int32

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

func (*AlbumResource) GetIdOk

func (o *AlbumResource) 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 (*AlbumResource) GetImages

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

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

func (*AlbumResource) GetImagesOk

func (o *AlbumResource) 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 *AlbumResource) GetLinks() []Links

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

func (*AlbumResource) GetLinksOk

func (o *AlbumResource) 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 (*AlbumResource) GetMedia

func (o *AlbumResource) GetMedia() []MediumResource

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

func (*AlbumResource) GetMediaOk

func (o *AlbumResource) GetMediaOk() ([]MediumResource, bool)

GetMediaOk returns a tuple with the Media field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumResource) GetMediumCount

func (o *AlbumResource) GetMediumCount() int32

GetMediumCount returns the MediumCount field value if set, zero value otherwise.

func (*AlbumResource) GetMediumCountOk

func (o *AlbumResource) GetMediumCountOk() (*int32, bool)

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

func (*AlbumResource) GetMonitored

func (o *AlbumResource) GetMonitored() bool

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

func (*AlbumResource) GetMonitoredOk

func (o *AlbumResource) 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 (*AlbumResource) GetOverview

func (o *AlbumResource) GetOverview() string

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

func (*AlbumResource) GetOverviewOk

func (o *AlbumResource) 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 (*AlbumResource) GetProfileId

func (o *AlbumResource) GetProfileId() int32

GetProfileId returns the ProfileId field value if set, zero value otherwise.

func (*AlbumResource) GetProfileIdOk

func (o *AlbumResource) GetProfileIdOk() (*int32, bool)

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

func (*AlbumResource) GetRatings

func (o *AlbumResource) GetRatings() Ratings

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

func (*AlbumResource) GetRatingsOk

func (o *AlbumResource) 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 (*AlbumResource) GetReleaseDate

func (o *AlbumResource) GetReleaseDate() time.Time

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

func (*AlbumResource) GetReleaseDateOk

func (o *AlbumResource) 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 (*AlbumResource) GetReleases

func (o *AlbumResource) GetReleases() []AlbumReleaseResource

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

func (*AlbumResource) GetReleasesOk

func (o *AlbumResource) GetReleasesOk() ([]AlbumReleaseResource, bool)

GetReleasesOk returns a tuple with the Releases field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumResource) GetRemoteCover

func (o *AlbumResource) GetRemoteCover() string

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

func (*AlbumResource) GetRemoteCoverOk

func (o *AlbumResource) 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 (*AlbumResource) GetSecondaryTypes

func (o *AlbumResource) GetSecondaryTypes() []string

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

func (*AlbumResource) GetSecondaryTypesOk

func (o *AlbumResource) GetSecondaryTypesOk() ([]string, bool)

GetSecondaryTypesOk returns a tuple with the SecondaryTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumResource) GetStatistics

func (o *AlbumResource) GetStatistics() AlbumStatisticsResource

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

func (*AlbumResource) GetStatisticsOk

func (o *AlbumResource) GetStatisticsOk() (*AlbumStatisticsResource, 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 (*AlbumResource) GetTitle

func (o *AlbumResource) GetTitle() string

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

func (*AlbumResource) GetTitleOk

func (o *AlbumResource) 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 (*AlbumResource) HasAddOptions

func (o *AlbumResource) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*AlbumResource) HasAlbumType

func (o *AlbumResource) HasAlbumType() bool

HasAlbumType returns a boolean if a field has been set.

func (*AlbumResource) HasAnyReleaseOk

func (o *AlbumResource) HasAnyReleaseOk() bool

HasAnyReleaseOk returns a boolean if a field has been set.

func (*AlbumResource) HasArtist

func (o *AlbumResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*AlbumResource) HasArtistId

func (o *AlbumResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*AlbumResource) HasDisambiguation

func (o *AlbumResource) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*AlbumResource) HasDuration

func (o *AlbumResource) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*AlbumResource) HasForeignAlbumId

func (o *AlbumResource) HasForeignAlbumId() bool

HasForeignAlbumId returns a boolean if a field has been set.

func (*AlbumResource) HasGenres

func (o *AlbumResource) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*AlbumResource) HasGrabbed

func (o *AlbumResource) HasGrabbed() bool

HasGrabbed returns a boolean if a field has been set.

func (*AlbumResource) HasId

func (o *AlbumResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AlbumResource) HasImages

func (o *AlbumResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (o *AlbumResource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*AlbumResource) HasMedia

func (o *AlbumResource) HasMedia() bool

HasMedia returns a boolean if a field has been set.

func (*AlbumResource) HasMediumCount

func (o *AlbumResource) HasMediumCount() bool

HasMediumCount returns a boolean if a field has been set.

func (*AlbumResource) HasMonitored

func (o *AlbumResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*AlbumResource) HasOverview

func (o *AlbumResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*AlbumResource) HasProfileId

func (o *AlbumResource) HasProfileId() bool

HasProfileId returns a boolean if a field has been set.

func (*AlbumResource) HasRatings

func (o *AlbumResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*AlbumResource) HasReleaseDate

func (o *AlbumResource) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*AlbumResource) HasReleases

func (o *AlbumResource) HasReleases() bool

HasReleases returns a boolean if a field has been set.

func (*AlbumResource) HasRemoteCover

func (o *AlbumResource) HasRemoteCover() bool

HasRemoteCover returns a boolean if a field has been set.

func (*AlbumResource) HasSecondaryTypes

func (o *AlbumResource) HasSecondaryTypes() bool

HasSecondaryTypes returns a boolean if a field has been set.

func (*AlbumResource) HasStatistics

func (o *AlbumResource) HasStatistics() bool

HasStatistics returns a boolean if a field has been set.

func (*AlbumResource) HasTitle

func (o *AlbumResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (AlbumResource) MarshalJSON

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

func (*AlbumResource) SetAddOptions

func (o *AlbumResource) SetAddOptions(v AddAlbumOptions)

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

func (*AlbumResource) SetAlbumType

func (o *AlbumResource) SetAlbumType(v string)

SetAlbumType gets a reference to the given NullableString and assigns it to the AlbumType field.

func (*AlbumResource) SetAlbumTypeNil

func (o *AlbumResource) SetAlbumTypeNil()

SetAlbumTypeNil sets the value for AlbumType to be an explicit nil

func (*AlbumResource) SetAnyReleaseOk

func (o *AlbumResource) SetAnyReleaseOk(v bool)

SetAnyReleaseOk gets a reference to the given bool and assigns it to the AnyReleaseOk field.

func (*AlbumResource) SetArtist

func (o *AlbumResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist field.

func (*AlbumResource) SetArtistId

func (o *AlbumResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*AlbumResource) SetDisambiguation

func (o *AlbumResource) SetDisambiguation(v string)

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

func (*AlbumResource) SetDisambiguationNil

func (o *AlbumResource) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*AlbumResource) SetDuration

func (o *AlbumResource) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*AlbumResource) SetForeignAlbumId

func (o *AlbumResource) SetForeignAlbumId(v string)

SetForeignAlbumId gets a reference to the given NullableString and assigns it to the ForeignAlbumId field.

func (*AlbumResource) SetForeignAlbumIdNil

func (o *AlbumResource) SetForeignAlbumIdNil()

SetForeignAlbumIdNil sets the value for ForeignAlbumId to be an explicit nil

func (*AlbumResource) SetGenres

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

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

func (*AlbumResource) SetGrabbed

func (o *AlbumResource) SetGrabbed(v bool)

SetGrabbed gets a reference to the given bool and assigns it to the Grabbed field.

func (*AlbumResource) SetId

func (o *AlbumResource) SetId(v int32)

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

func (*AlbumResource) SetImages

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

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

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

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

func (*AlbumResource) SetMedia

func (o *AlbumResource) SetMedia(v []MediumResource)

SetMedia gets a reference to the given []MediumResource and assigns it to the Media field.

func (*AlbumResource) SetMediumCount

func (o *AlbumResource) SetMediumCount(v int32)

SetMediumCount gets a reference to the given int32 and assigns it to the MediumCount field.

func (*AlbumResource) SetMonitored

func (o *AlbumResource) SetMonitored(v bool)

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

func (*AlbumResource) SetOverview

func (o *AlbumResource) SetOverview(v string)

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

func (*AlbumResource) SetOverviewNil

func (o *AlbumResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*AlbumResource) SetProfileId

func (o *AlbumResource) SetProfileId(v int32)

SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.

func (*AlbumResource) SetRatings

func (o *AlbumResource) SetRatings(v Ratings)

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

func (*AlbumResource) SetReleaseDate

func (o *AlbumResource) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given NullableTime and assigns it to the ReleaseDate field.

func (*AlbumResource) SetReleaseDateNil

func (o *AlbumResource) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (*AlbumResource) SetReleases

func (o *AlbumResource) SetReleases(v []AlbumReleaseResource)

SetReleases gets a reference to the given []AlbumReleaseResource and assigns it to the Releases field.

func (*AlbumResource) SetRemoteCover

func (o *AlbumResource) SetRemoteCover(v string)

SetRemoteCover gets a reference to the given NullableString and assigns it to the RemoteCover field.

func (*AlbumResource) SetRemoteCoverNil

func (o *AlbumResource) SetRemoteCoverNil()

SetRemoteCoverNil sets the value for RemoteCover to be an explicit nil

func (*AlbumResource) SetSecondaryTypes

func (o *AlbumResource) SetSecondaryTypes(v []string)

SetSecondaryTypes gets a reference to the given []string and assigns it to the SecondaryTypes field.

func (*AlbumResource) SetStatistics

func (o *AlbumResource) SetStatistics(v AlbumStatisticsResource)

SetStatistics gets a reference to the given AlbumStatisticsResource and assigns it to the Statistics field.

func (*AlbumResource) SetTitle

func (o *AlbumResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*AlbumResource) SetTitleNil

func (o *AlbumResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (AlbumResource) ToMap added in v1.0.0

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

func (*AlbumResource) UnsetAlbumType

func (o *AlbumResource) UnsetAlbumType()

UnsetAlbumType ensures that no value is present for AlbumType, not even an explicit nil

func (*AlbumResource) UnsetDisambiguation

func (o *AlbumResource) UnsetDisambiguation()

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

func (*AlbumResource) UnsetForeignAlbumId

func (o *AlbumResource) UnsetForeignAlbumId()

UnsetForeignAlbumId ensures that no value is present for ForeignAlbumId, not even an explicit nil

func (*AlbumResource) UnsetOverview

func (o *AlbumResource) UnsetOverview()

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

func (*AlbumResource) UnsetReleaseDate

func (o *AlbumResource) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*AlbumResource) UnsetRemoteCover

func (o *AlbumResource) UnsetRemoteCover()

UnsetRemoteCover ensures that no value is present for RemoteCover, not even an explicit nil

func (*AlbumResource) UnsetTitle

func (o *AlbumResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type AlbumResourcePagingResource

type AlbumResourcePagingResource 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       []AlbumResource `json:"records,omitempty"`
}

AlbumResourcePagingResource struct for AlbumResourcePagingResource

func NewAlbumResourcePagingResource

func NewAlbumResourcePagingResource() *AlbumResourcePagingResource

NewAlbumResourcePagingResource instantiates a new AlbumResourcePagingResource 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 NewAlbumResourcePagingResourceWithDefaults

func NewAlbumResourcePagingResourceWithDefaults() *AlbumResourcePagingResource

NewAlbumResourcePagingResourceWithDefaults instantiates a new AlbumResourcePagingResource 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 (*AlbumResourcePagingResource) GetPage

func (o *AlbumResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*AlbumResourcePagingResource) GetPageOk

func (o *AlbumResourcePagingResource) 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 (*AlbumResourcePagingResource) GetPageSize

func (o *AlbumResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*AlbumResourcePagingResource) GetPageSizeOk

func (o *AlbumResourcePagingResource) 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 (*AlbumResourcePagingResource) GetRecords

func (o *AlbumResourcePagingResource) GetRecords() []AlbumResource

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

func (*AlbumResourcePagingResource) GetRecordsOk

func (o *AlbumResourcePagingResource) GetRecordsOk() ([]AlbumResource, 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 (*AlbumResourcePagingResource) GetSortDirection

func (o *AlbumResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*AlbumResourcePagingResource) GetSortDirectionOk

func (o *AlbumResourcePagingResource) 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 (*AlbumResourcePagingResource) GetSortKey

func (o *AlbumResourcePagingResource) GetSortKey() string

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

func (*AlbumResourcePagingResource) GetSortKeyOk

func (o *AlbumResourcePagingResource) 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 (*AlbumResourcePagingResource) GetTotalRecords

func (o *AlbumResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*AlbumResourcePagingResource) GetTotalRecordsOk

func (o *AlbumResourcePagingResource) 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 (*AlbumResourcePagingResource) HasPage

func (o *AlbumResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*AlbumResourcePagingResource) HasPageSize

func (o *AlbumResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*AlbumResourcePagingResource) HasRecords

func (o *AlbumResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*AlbumResourcePagingResource) HasSortDirection

func (o *AlbumResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*AlbumResourcePagingResource) HasSortKey

func (o *AlbumResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*AlbumResourcePagingResource) HasTotalRecords

func (o *AlbumResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (AlbumResourcePagingResource) MarshalJSON

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

func (*AlbumResourcePagingResource) SetPage

func (o *AlbumResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*AlbumResourcePagingResource) SetPageSize

func (o *AlbumResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*AlbumResourcePagingResource) SetRecords

func (o *AlbumResourcePagingResource) SetRecords(v []AlbumResource)

SetRecords gets a reference to the given []AlbumResource and assigns it to the Records field.

func (*AlbumResourcePagingResource) SetSortDirection

func (o *AlbumResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*AlbumResourcePagingResource) SetSortKey

func (o *AlbumResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*AlbumResourcePagingResource) SetSortKeyNil

func (o *AlbumResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*AlbumResourcePagingResource) SetTotalRecords

func (o *AlbumResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (AlbumResourcePagingResource) ToMap added in v1.0.0

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

func (*AlbumResourcePagingResource) UnsetSortKey

func (o *AlbumResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type AlbumStatisticsResource

type AlbumStatisticsResource struct {
	TrackFileCount  *int32   `json:"trackFileCount,omitempty"`
	TrackCount      *int32   `json:"trackCount,omitempty"`
	TotalTrackCount *int32   `json:"totalTrackCount,omitempty"`
	SizeOnDisk      *int64   `json:"sizeOnDisk,omitempty"`
	PercentOfTracks *float64 `json:"percentOfTracks,omitempty"`
}

AlbumStatisticsResource struct for AlbumStatisticsResource

func NewAlbumStatisticsResource

func NewAlbumStatisticsResource() *AlbumStatisticsResource

NewAlbumStatisticsResource instantiates a new AlbumStatisticsResource 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 NewAlbumStatisticsResourceWithDefaults

func NewAlbumStatisticsResourceWithDefaults() *AlbumStatisticsResource

NewAlbumStatisticsResourceWithDefaults instantiates a new AlbumStatisticsResource 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 (*AlbumStatisticsResource) GetPercentOfTracks

func (o *AlbumStatisticsResource) GetPercentOfTracks() float64

GetPercentOfTracks returns the PercentOfTracks field value if set, zero value otherwise.

func (*AlbumStatisticsResource) GetPercentOfTracksOk

func (o *AlbumStatisticsResource) GetPercentOfTracksOk() (*float64, bool)

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

func (*AlbumStatisticsResource) GetSizeOnDisk

func (o *AlbumStatisticsResource) GetSizeOnDisk() int64

GetSizeOnDisk returns the SizeOnDisk field value if set, zero value otherwise.

func (*AlbumStatisticsResource) GetSizeOnDiskOk

func (o *AlbumStatisticsResource) 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 (*AlbumStatisticsResource) GetTotalTrackCount

func (o *AlbumStatisticsResource) GetTotalTrackCount() int32

GetTotalTrackCount returns the TotalTrackCount field value if set, zero value otherwise.

func (*AlbumStatisticsResource) GetTotalTrackCountOk

func (o *AlbumStatisticsResource) GetTotalTrackCountOk() (*int32, bool)

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

func (*AlbumStatisticsResource) GetTrackCount

func (o *AlbumStatisticsResource) GetTrackCount() int32

GetTrackCount returns the TrackCount field value if set, zero value otherwise.

func (*AlbumStatisticsResource) GetTrackCountOk

func (o *AlbumStatisticsResource) GetTrackCountOk() (*int32, bool)

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

func (*AlbumStatisticsResource) GetTrackFileCount

func (o *AlbumStatisticsResource) GetTrackFileCount() int32

GetTrackFileCount returns the TrackFileCount field value if set, zero value otherwise.

func (*AlbumStatisticsResource) GetTrackFileCountOk

func (o *AlbumStatisticsResource) GetTrackFileCountOk() (*int32, bool)

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

func (*AlbumStatisticsResource) HasPercentOfTracks

func (o *AlbumStatisticsResource) HasPercentOfTracks() bool

HasPercentOfTracks returns a boolean if a field has been set.

func (*AlbumStatisticsResource) HasSizeOnDisk

func (o *AlbumStatisticsResource) HasSizeOnDisk() bool

HasSizeOnDisk returns a boolean if a field has been set.

func (*AlbumStatisticsResource) HasTotalTrackCount

func (o *AlbumStatisticsResource) HasTotalTrackCount() bool

HasTotalTrackCount returns a boolean if a field has been set.

func (*AlbumStatisticsResource) HasTrackCount

func (o *AlbumStatisticsResource) HasTrackCount() bool

HasTrackCount returns a boolean if a field has been set.

func (*AlbumStatisticsResource) HasTrackFileCount

func (o *AlbumStatisticsResource) HasTrackFileCount() bool

HasTrackFileCount returns a boolean if a field has been set.

func (AlbumStatisticsResource) MarshalJSON

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

func (*AlbumStatisticsResource) SetPercentOfTracks

func (o *AlbumStatisticsResource) SetPercentOfTracks(v float64)

SetPercentOfTracks gets a reference to the given float64 and assigns it to the PercentOfTracks field.

func (*AlbumStatisticsResource) SetSizeOnDisk

func (o *AlbumStatisticsResource) SetSizeOnDisk(v int64)

SetSizeOnDisk gets a reference to the given int64 and assigns it to the SizeOnDisk field.

func (*AlbumStatisticsResource) SetTotalTrackCount

func (o *AlbumStatisticsResource) SetTotalTrackCount(v int32)

SetTotalTrackCount gets a reference to the given int32 and assigns it to the TotalTrackCount field.

func (*AlbumStatisticsResource) SetTrackCount

func (o *AlbumStatisticsResource) SetTrackCount(v int32)

SetTrackCount gets a reference to the given int32 and assigns it to the TrackCount field.

func (*AlbumStatisticsResource) SetTrackFileCount

func (o *AlbumStatisticsResource) SetTrackFileCount(v int32)

SetTrackFileCount gets a reference to the given int32 and assigns it to the TrackFileCount field.

func (AlbumStatisticsResource) ToMap added in v1.0.0

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

type AlbumStudioAPIService added in v0.3.1

type AlbumStudioAPIService service

AlbumStudioAPIService AlbumStudioAPI service

func (*AlbumStudioAPIService) CreateAlbumStudio added in v0.3.1

CreateAlbumStudio Method for CreateAlbumStudio

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

func (*AlbumStudioAPIService) CreateAlbumStudioExecute added in v0.3.1

func (a *AlbumStudioAPIService) CreateAlbumStudioExecute(r ApiCreateAlbumStudioRequest) (*http.Response, error)

Execute executes the request

type AlbumStudioArtistResource

type AlbumStudioArtistResource struct {
	Id        *int32          `json:"id,omitempty"`
	Monitored NullableBool    `json:"monitored,omitempty"`
	Albums    []AlbumResource `json:"albums,omitempty"`
}

AlbumStudioArtistResource struct for AlbumStudioArtistResource

func NewAlbumStudioArtistResource

func NewAlbumStudioArtistResource() *AlbumStudioArtistResource

NewAlbumStudioArtistResource instantiates a new AlbumStudioArtistResource 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 NewAlbumStudioArtistResourceWithDefaults

func NewAlbumStudioArtistResourceWithDefaults() *AlbumStudioArtistResource

NewAlbumStudioArtistResourceWithDefaults instantiates a new AlbumStudioArtistResource 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 (*AlbumStudioArtistResource) GetAlbums

func (o *AlbumStudioArtistResource) GetAlbums() []AlbumResource

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

func (*AlbumStudioArtistResource) GetAlbumsOk

func (o *AlbumStudioArtistResource) GetAlbumsOk() ([]AlbumResource, bool)

GetAlbumsOk returns a tuple with the Albums field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumStudioArtistResource) GetId

func (o *AlbumStudioArtistResource) GetId() int32

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

func (*AlbumStudioArtistResource) GetIdOk

func (o *AlbumStudioArtistResource) 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 (*AlbumStudioArtistResource) GetMonitored

func (o *AlbumStudioArtistResource) GetMonitored() bool

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

func (*AlbumStudioArtistResource) GetMonitoredOk

func (o *AlbumStudioArtistResource) 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 (*AlbumStudioArtistResource) HasAlbums

func (o *AlbumStudioArtistResource) HasAlbums() bool

HasAlbums returns a boolean if a field has been set.

func (*AlbumStudioArtistResource) HasId

func (o *AlbumStudioArtistResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AlbumStudioArtistResource) HasMonitored

func (o *AlbumStudioArtistResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (AlbumStudioArtistResource) MarshalJSON

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

func (*AlbumStudioArtistResource) SetAlbums

func (o *AlbumStudioArtistResource) SetAlbums(v []AlbumResource)

SetAlbums gets a reference to the given []AlbumResource and assigns it to the Albums field.

func (*AlbumStudioArtistResource) SetId

func (o *AlbumStudioArtistResource) SetId(v int32)

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

func (*AlbumStudioArtistResource) SetMonitored

func (o *AlbumStudioArtistResource) SetMonitored(v bool)

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

func (*AlbumStudioArtistResource) SetMonitoredNil

func (o *AlbumStudioArtistResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (AlbumStudioArtistResource) ToMap added in v1.0.0

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

func (*AlbumStudioArtistResource) UnsetMonitored

func (o *AlbumStudioArtistResource) UnsetMonitored()

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

type AlbumStudioResource

type AlbumStudioResource struct {
	Artist            []AlbumStudioArtistResource `json:"artist,omitempty"`
	MonitoringOptions *MonitoringOptions          `json:"monitoringOptions,omitempty"`
	MonitorNewItems   *NewItemMonitorTypes        `json:"monitorNewItems,omitempty"`
}

AlbumStudioResource struct for AlbumStudioResource

func NewAlbumStudioResource

func NewAlbumStudioResource() *AlbumStudioResource

NewAlbumStudioResource instantiates a new AlbumStudioResource 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 NewAlbumStudioResourceWithDefaults

func NewAlbumStudioResourceWithDefaults() *AlbumStudioResource

NewAlbumStudioResourceWithDefaults instantiates a new AlbumStudioResource 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 (*AlbumStudioResource) GetArtist

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

func (*AlbumStudioResource) GetArtistOk

func (o *AlbumStudioResource) GetArtistOk() ([]AlbumStudioArtistResource, bool)

GetArtistOk returns a tuple with the Artist field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumStudioResource) GetMonitorNewItems

func (o *AlbumStudioResource) GetMonitorNewItems() NewItemMonitorTypes

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

func (*AlbumStudioResource) GetMonitorNewItemsOk

func (o *AlbumStudioResource) 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 (*AlbumStudioResource) GetMonitoringOptions

func (o *AlbumStudioResource) GetMonitoringOptions() MonitoringOptions

GetMonitoringOptions returns the MonitoringOptions field value if set, zero value otherwise.

func (*AlbumStudioResource) GetMonitoringOptionsOk

func (o *AlbumStudioResource) 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 (*AlbumStudioResource) HasArtist

func (o *AlbumStudioResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*AlbumStudioResource) HasMonitorNewItems

func (o *AlbumStudioResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*AlbumStudioResource) HasMonitoringOptions

func (o *AlbumStudioResource) HasMonitoringOptions() bool

HasMonitoringOptions returns a boolean if a field has been set.

func (AlbumStudioResource) MarshalJSON

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

func (*AlbumStudioResource) SetArtist

SetArtist gets a reference to the given []AlbumStudioArtistResource and assigns it to the Artist field.

func (*AlbumStudioResource) SetMonitorNewItems

func (o *AlbumStudioResource) SetMonitorNewItems(v NewItemMonitorTypes)

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

func (*AlbumStudioResource) SetMonitoringOptions

func (o *AlbumStudioResource) SetMonitoringOptions(v MonitoringOptions)

SetMonitoringOptions gets a reference to the given MonitoringOptions and assigns it to the MonitoringOptions field.

func (AlbumStudioResource) ToMap added in v1.0.0

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

type AlbumsMonitoredResource

type AlbumsMonitoredResource struct {
	AlbumIds  []int32 `json:"albumIds,omitempty"`
	Monitored *bool   `json:"monitored,omitempty"`
}

AlbumsMonitoredResource struct for AlbumsMonitoredResource

func NewAlbumsMonitoredResource

func NewAlbumsMonitoredResource() *AlbumsMonitoredResource

NewAlbumsMonitoredResource instantiates a new AlbumsMonitoredResource 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 NewAlbumsMonitoredResourceWithDefaults

func NewAlbumsMonitoredResourceWithDefaults() *AlbumsMonitoredResource

NewAlbumsMonitoredResourceWithDefaults instantiates a new AlbumsMonitoredResource 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 (*AlbumsMonitoredResource) GetAlbumIds

func (o *AlbumsMonitoredResource) GetAlbumIds() []int32

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

func (*AlbumsMonitoredResource) GetAlbumIdsOk

func (o *AlbumsMonitoredResource) GetAlbumIdsOk() ([]int32, bool)

GetAlbumIdsOk returns a tuple with the AlbumIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlbumsMonitoredResource) GetMonitored

func (o *AlbumsMonitoredResource) GetMonitored() bool

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

func (*AlbumsMonitoredResource) GetMonitoredOk

func (o *AlbumsMonitoredResource) 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 (*AlbumsMonitoredResource) HasAlbumIds

func (o *AlbumsMonitoredResource) HasAlbumIds() bool

HasAlbumIds returns a boolean if a field has been set.

func (*AlbumsMonitoredResource) HasMonitored

func (o *AlbumsMonitoredResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (AlbumsMonitoredResource) MarshalJSON

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

func (*AlbumsMonitoredResource) SetAlbumIds

func (o *AlbumsMonitoredResource) SetAlbumIds(v []int32)

SetAlbumIds gets a reference to the given []int32 and assigns it to the AlbumIds field.

func (*AlbumsMonitoredResource) SetMonitored

func (o *AlbumsMonitoredResource) SetMonitored(v bool)

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

func (AlbumsMonitoredResource) ToMap added in v1.0.0

func (o AlbumsMonitoredResource) 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 ApiCreateAlbumRequest

type ApiCreateAlbumRequest struct {
	ApiService *AlbumAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAlbumRequest) AlbumResource

func (r ApiCreateAlbumRequest) AlbumResource(albumResource AlbumResource) ApiCreateAlbumRequest

func (ApiCreateAlbumRequest) Execute

type ApiCreateAlbumStudioRequest

type ApiCreateAlbumStudioRequest struct {
	ApiService *AlbumStudioAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAlbumStudioRequest) AlbumStudioResource

func (r ApiCreateAlbumStudioRequest) AlbumStudioResource(albumStudioResource AlbumStudioResource) ApiCreateAlbumStudioRequest

func (ApiCreateAlbumStudioRequest) Execute

type ApiCreateArtistRequest

type ApiCreateArtistRequest struct {
	ApiService *ArtistAPIService
	// contains filtered or unexported fields
}

func (ApiCreateArtistRequest) ArtistResource

func (r ApiCreateArtistRequest) ArtistResource(artistResource ArtistResource) ApiCreateArtistRequest

func (ApiCreateArtistRequest) Execute

type ApiCreateAutoTaggingRequest added in v0.3.1

type ApiCreateAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAutoTaggingRequest) AutoTaggingResource added in v0.3.1

func (r ApiCreateAutoTaggingRequest) AutoTaggingResource(autoTaggingResource AutoTaggingResource) ApiCreateAutoTaggingRequest

func (ApiCreateAutoTaggingRequest) Execute added in v0.3.1

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.2.0

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

func (ApiCreateCustomFormatRequest) CustomFormatResource added in v0.2.0

func (r ApiCreateCustomFormatRequest) CustomFormatResource(customFormatResource CustomFormatResource) ApiCreateCustomFormatRequest

func (ApiCreateCustomFormatRequest) Execute added in v0.2.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.3.1

type ApiCreateHistoryFailedByIdRequest

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

func (ApiCreateHistoryFailedByIdRequest) Execute

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.3.1

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.3.1

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.2.0

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

func (ApiCreateManualImportRequest) Execute added in v0.2.0

func (ApiCreateManualImportRequest) ManualImportUpdateResource added in v0.2.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.3.1

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.3.1

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 ApiDeleteAlbumRequest

type ApiDeleteAlbumRequest struct {
	ApiService *AlbumAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAlbumRequest) AddImportListExclusion added in v0.3.0

func (r ApiDeleteAlbumRequest) AddImportListExclusion(addImportListExclusion bool) ApiDeleteAlbumRequest

func (ApiDeleteAlbumRequest) DeleteFiles added in v0.3.0

func (r ApiDeleteAlbumRequest) DeleteFiles(deleteFiles bool) ApiDeleteAlbumRequest

func (ApiDeleteAlbumRequest) Execute

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

type ApiDeleteArtistEditorRequest

type ApiDeleteArtistEditorRequest struct {
	ApiService *ArtistEditorAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteArtistEditorRequest) ArtistEditorResource

func (r ApiDeleteArtistEditorRequest) ArtistEditorResource(artistEditorResource ArtistEditorResource) ApiDeleteArtistEditorRequest

func (ApiDeleteArtistEditorRequest) Execute

type ApiDeleteArtistRequest

type ApiDeleteArtistRequest struct {
	ApiService *ArtistAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteArtistRequest) AddImportListExclusion added in v0.3.0

func (r ApiDeleteArtistRequest) AddImportListExclusion(addImportListExclusion bool) ApiDeleteArtistRequest

func (ApiDeleteArtistRequest) DeleteFiles added in v0.3.0

func (r ApiDeleteArtistRequest) DeleteFiles(deleteFiles bool) ApiDeleteArtistRequest

func (ApiDeleteArtistRequest) Execute

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

type ApiDeleteAutoTaggingRequest added in v0.3.1

type ApiDeleteAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAutoTaggingRequest) Execute added in v0.3.1

type ApiDeleteBlocklistBulkRequest

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

func (ApiDeleteBlocklistBulkRequest) BlocklistBulkResource

func (r ApiDeleteBlocklistBulkRequest) BlocklistBulkResource(blocklistBulkResource BlocklistBulkResource) ApiDeleteBlocklistBulkRequest

func (ApiDeleteBlocklistBulkRequest) Execute

type ApiDeleteBlocklistRequest

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

func (ApiDeleteBlocklistRequest) Execute

func (r ApiDeleteBlocklistRequest) 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.2.0

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

func (ApiDeleteCustomFormatRequest) Execute added in v0.2.0

type ApiDeleteDelayProfileRequest

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

func (ApiDeleteDelayProfileRequest) Execute

type ApiDeleteDownloadClientBulkRequest added in v0.3.1

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

func (ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource added in v0.3.1

func (r ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiDeleteDownloadClientBulkRequest

func (ApiDeleteDownloadClientBulkRequest) Execute added in v0.3.1

type ApiDeleteDownloadClientRequest

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

func (ApiDeleteDownloadClientRequest) Execute

type ApiDeleteImportListBulkRequest added in v0.3.1

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

func (ApiDeleteImportListBulkRequest) Execute added in v0.3.1

func (ApiDeleteImportListBulkRequest) ImportListBulkResource added in v0.3.1

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.3.1

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

func (ApiDeleteIndexerBulkRequest) Execute added in v0.3.1

func (ApiDeleteIndexerBulkRequest) IndexerBulkResource added in v0.3.1

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

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 v0.3.1

func (r ApiDeleteQueueBulkRequest) SkipRedownload(skipRedownload bool) ApiDeleteQueueBulkRequest

type ApiDeleteQueueRequest

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

func (ApiDeleteQueueRequest) Blocklist

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 v0.3.1

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 ApiDeleteTrackFileBulkRequest

type ApiDeleteTrackFileBulkRequest struct {
	ApiService *TrackFileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTrackFileBulkRequest) Execute

func (ApiDeleteTrackFileBulkRequest) TrackFileListResource

func (r ApiDeleteTrackFileBulkRequest) TrackFileListResource(trackFileListResource TrackFileListResource) ApiDeleteTrackFileBulkRequest

type ApiDeleteTrackFileRequest

type ApiDeleteTrackFileRequest struct {
	ApiService *TrackFileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTrackFileRequest) Execute

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

type ApiGetAlbumByIdRequest

type ApiGetAlbumByIdRequest struct {
	ApiService *AlbumAPIService
	// contains filtered or unexported fields
}

func (ApiGetAlbumByIdRequest) Execute

type ApiGetAlbumLookupRequest

type ApiGetAlbumLookupRequest struct {
	ApiService *AlbumLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetAlbumLookupRequest) Execute

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

func (ApiGetAlbumLookupRequest) Term

type ApiGetApiRequest

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

func (ApiGetApiRequest) Execute

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

type ApiGetArtistByIdRequest

type ApiGetArtistByIdRequest struct {
	ApiService *ArtistAPIService
	// contains filtered or unexported fields
}

func (ApiGetArtistByIdRequest) Execute

type ApiGetArtistLookupRequest

type ApiGetArtistLookupRequest struct {
	ApiService *ArtistLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetArtistLookupRequest) Execute

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

func (ApiGetArtistLookupRequest) Term

type ApiGetAutoTaggingByIdRequest added in v0.3.1

type ApiGetAutoTaggingByIdRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiGetAutoTaggingByIdRequest) Execute added in v0.3.1

type ApiGetBlocklistRequest

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

func (ApiGetBlocklistRequest) Execute

func (ApiGetBlocklistRequest) Page added in v0.3.1

func (ApiGetBlocklistRequest) PageSize added in v0.3.1

func (ApiGetBlocklistRequest) SortDirection added in v0.3.1

func (r ApiGetBlocklistRequest) SortDirection(sortDirection SortDirection) ApiGetBlocklistRequest

func (ApiGetBlocklistRequest) SortKey added in v0.3.1

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.2.0

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

func (ApiGetCustomFormatByIdRequest) Execute added in v0.2.0

type ApiGetDelayProfileByIdRequest

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

func (ApiGetDelayProfileByIdRequest) 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 ApiGetFeedV1CalendarLidarrIcsRequest

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

func (ApiGetFeedV1CalendarLidarrIcsRequest) Execute

func (ApiGetFeedV1CalendarLidarrIcsRequest) FutureDays

func (ApiGetFeedV1CalendarLidarrIcsRequest) PastDays

func (ApiGetFeedV1CalendarLidarrIcsRequest) Tags added in v0.3.1

func (ApiGetFeedV1CalendarLidarrIcsRequest) Unmonitored

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) AlbumId added in v0.3.1

func (r ApiGetHistoryRequest) AlbumId(albumId int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) ArtistIds added in v0.3.1

func (r ApiGetHistoryRequest) ArtistIds(artistIds []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) DownloadId added in v0.3.1

func (r ApiGetHistoryRequest) DownloadId(downloadId string) ApiGetHistoryRequest

func (ApiGetHistoryRequest) EventType added in v0.3.1

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

func (ApiGetHistoryRequest) Execute

func (ApiGetHistoryRequest) IncludeAlbum

func (r ApiGetHistoryRequest) IncludeAlbum(includeAlbum bool) ApiGetHistoryRequest

func (ApiGetHistoryRequest) IncludeArtist

func (r ApiGetHistoryRequest) IncludeArtist(includeArtist bool) ApiGetHistoryRequest

func (ApiGetHistoryRequest) IncludeTrack

func (r ApiGetHistoryRequest) IncludeTrack(includeTrack bool) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Page added in v0.3.1

func (ApiGetHistoryRequest) PageSize added in v0.3.1

func (r ApiGetHistoryRequest) PageSize(pageSize int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Quality added in v0.3.1

func (r ApiGetHistoryRequest) Quality(quality []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) SortDirection added in v0.3.1

func (r ApiGetHistoryRequest) SortDirection(sortDirection SortDirection) ApiGetHistoryRequest

func (ApiGetHistoryRequest) SortKey added in v0.3.1

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 v0.3.1

func (r ApiGetLogRequest) Level(level string) ApiGetLogRequest

func (ApiGetLogRequest) Page added in v0.3.1

func (ApiGetLogRequest) PageSize added in v0.3.1

func (r ApiGetLogRequest) PageSize(pageSize int32) ApiGetLogRequest

func (ApiGetLogRequest) SortDirection added in v0.3.1

func (r ApiGetLogRequest) SortDirection(sortDirection SortDirection) ApiGetLogRequest

func (ApiGetLogRequest) SortKey added in v0.3.1

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 ApiGetMediaCoverAlbumByFilenameRequest added in v0.3.1

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

func (ApiGetMediaCoverAlbumByFilenameRequest) Execute added in v0.3.1

type ApiGetMediaCoverArtistByFilenameRequest added in v0.3.1

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

func (ApiGetMediaCoverArtistByFilenameRequest) Execute added in v0.3.1

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) ArtistFolderFormat

func (r ApiGetNamingConfigExamplesRequest) ArtistFolderFormat(artistFolderFormat string) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) ColonReplacementFormat added in v0.3.0

func (r ApiGetNamingConfigExamplesRequest) ColonReplacementFormat(colonReplacementFormat int32) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) Execute

func (ApiGetNamingConfigExamplesRequest) Id

func (ApiGetNamingConfigExamplesRequest) IncludeAlbumTitle

func (r ApiGetNamingConfigExamplesRequest) IncludeAlbumTitle(includeAlbumTitle bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) IncludeArtistName

func (r ApiGetNamingConfigExamplesRequest) IncludeArtistName(includeArtistName bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) IncludeQuality

func (ApiGetNamingConfigExamplesRequest) MultiDiscTrackFormat

func (r ApiGetNamingConfigExamplesRequest) MultiDiscTrackFormat(multiDiscTrackFormat string) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) NumberStyle

func (ApiGetNamingConfigExamplesRequest) RenameTracks

func (ApiGetNamingConfigExamplesRequest) ReplaceIllegalCharacters

func (r ApiGetNamingConfigExamplesRequest) ReplaceIllegalCharacters(replaceIllegalCharacters bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) ReplaceSpaces

func (ApiGetNamingConfigExamplesRequest) ResourceName

func (ApiGetNamingConfigExamplesRequest) Separator

func (ApiGetNamingConfigExamplesRequest) StandardTrackFormat

func (r ApiGetNamingConfigExamplesRequest) StandardTrackFormat(standardTrackFormat 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.2.0

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

func (ApiGetPingRequest) Execute added in v0.2.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) ArtistIds added in v0.3.1

func (r ApiGetQueueRequest) ArtistIds(artistIds []int32) ApiGetQueueRequest

func (ApiGetQueueRequest) Execute

func (ApiGetQueueRequest) IncludeAlbum

func (r ApiGetQueueRequest) IncludeAlbum(includeAlbum bool) ApiGetQueueRequest

func (ApiGetQueueRequest) IncludeArtist

func (r ApiGetQueueRequest) IncludeArtist(includeArtist bool) ApiGetQueueRequest

func (ApiGetQueueRequest) IncludeUnknownArtistItems

func (r ApiGetQueueRequest) IncludeUnknownArtistItems(includeUnknownArtistItems bool) ApiGetQueueRequest

func (ApiGetQueueRequest) Page added in v0.3.1

func (ApiGetQueueRequest) PageSize added in v0.3.1

func (r ApiGetQueueRequest) PageSize(pageSize int32) ApiGetQueueRequest

func (ApiGetQueueRequest) Protocol added in v0.3.1

func (ApiGetQueueRequest) Quality added in v0.3.1

func (r ApiGetQueueRequest) Quality(quality int32) ApiGetQueueRequest

func (ApiGetQueueRequest) SortDirection added in v0.3.1

func (r ApiGetQueueRequest) SortDirection(sortDirection SortDirection) ApiGetQueueRequest

func (ApiGetQueueRequest) SortKey added in v0.3.1

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 ApiGetTrackByIdRequest

type ApiGetTrackByIdRequest struct {
	ApiService *TrackAPIService
	// contains filtered or unexported fields
}

func (ApiGetTrackByIdRequest) Execute

type ApiGetTrackFileByIdRequest

type ApiGetTrackFileByIdRequest struct {
	ApiService *TrackFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetTrackFileByIdRequest) 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) IncludeArtist

func (r ApiGetWantedCutoffRequest) IncludeArtist(includeArtist bool) ApiGetWantedCutoffRequest

func (ApiGetWantedCutoffRequest) Monitored added in v0.3.1

func (ApiGetWantedCutoffRequest) Page added in v0.3.1

func (ApiGetWantedCutoffRequest) PageSize added in v0.3.1

func (ApiGetWantedCutoffRequest) SortDirection added in v0.3.1

func (r ApiGetWantedCutoffRequest) SortDirection(sortDirection SortDirection) ApiGetWantedCutoffRequest

func (ApiGetWantedCutoffRequest) SortKey added in v0.3.1

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) IncludeArtist

func (r ApiGetWantedMissingRequest) IncludeArtist(includeArtist bool) ApiGetWantedMissingRequest

func (ApiGetWantedMissingRequest) Monitored added in v0.3.1

func (ApiGetWantedMissingRequest) Page added in v0.3.1

func (ApiGetWantedMissingRequest) PageSize added in v0.3.1

func (ApiGetWantedMissingRequest) SortDirection added in v0.3.1

func (ApiGetWantedMissingRequest) SortKey added in v0.3.1

type ApiInfoAPIService added in v0.3.1

type ApiInfoAPIService service

ApiInfoAPIService ApiInfoAPI service

func (*ApiInfoAPIService) GetApi added in v0.3.1

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 v0.3.1

func (a *ApiInfoAPIService) GetApiExecute(r ApiGetApiRequest) (*http.Response, error)

Execute executes the request

type ApiListAlbumRequest

type ApiListAlbumRequest struct {
	ApiService *AlbumAPIService
	// contains filtered or unexported fields
}

func (ApiListAlbumRequest) AlbumIds

func (r ApiListAlbumRequest) AlbumIds(albumIds []int32) ApiListAlbumRequest

func (ApiListAlbumRequest) ArtistId

func (r ApiListAlbumRequest) ArtistId(artistId int32) ApiListAlbumRequest

func (ApiListAlbumRequest) Execute

func (ApiListAlbumRequest) ForeignAlbumId

func (r ApiListAlbumRequest) ForeignAlbumId(foreignAlbumId string) ApiListAlbumRequest

func (ApiListAlbumRequest) IncludeAllArtistAlbums

func (r ApiListAlbumRequest) IncludeAllArtistAlbums(includeAllArtistAlbums bool) ApiListAlbumRequest

type ApiListArtistRequest

type ApiListArtistRequest struct {
	ApiService *ArtistAPIService
	// contains filtered or unexported fields
}

func (ApiListArtistRequest) Execute

func (ApiListArtistRequest) MbId

type ApiListAutoTaggingRequest added in v0.3.1

type ApiListAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiListAutoTaggingRequest) Execute added in v0.3.1

type ApiListAutoTaggingSchemaRequest added in v1.1.0

type ApiListAutoTaggingSchemaRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiListAutoTaggingSchemaRequest) Execute added in v1.1.0

type ApiListCalendarRequest

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

func (ApiListCalendarRequest) End

func (ApiListCalendarRequest) Execute

func (ApiListCalendarRequest) IncludeArtist

func (r ApiListCalendarRequest) IncludeArtist(includeArtist 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.2.0

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

func (ApiListCustomFormatRequest) Execute added in v0.2.0

type ApiListCustomFormatSchemaRequest added in v1.1.0

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

func (ApiListCustomFormatSchemaRequest) Execute added in v1.1.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 ApiListHealthRequest

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

func (ApiListHealthRequest) Execute

type ApiListHistoryArtistRequest

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

func (ApiListHistoryArtistRequest) AlbumId

func (ApiListHistoryArtistRequest) ArtistId

func (ApiListHistoryArtistRequest) EventType

func (ApiListHistoryArtistRequest) Execute

func (ApiListHistoryArtistRequest) IncludeAlbum

func (r ApiListHistoryArtistRequest) IncludeAlbum(includeAlbum bool) ApiListHistoryArtistRequest

func (ApiListHistoryArtistRequest) IncludeArtist

func (r ApiListHistoryArtistRequest) IncludeArtist(includeArtist bool) ApiListHistoryArtistRequest

func (ApiListHistoryArtistRequest) IncludeTrack

func (r ApiListHistoryArtistRequest) IncludeTrack(includeTrack bool) ApiListHistoryArtistRequest

type ApiListHistorySinceRequest

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

func (ApiListHistorySinceRequest) Date

func (ApiListHistorySinceRequest) EventType

func (ApiListHistorySinceRequest) Execute

func (ApiListHistorySinceRequest) IncludeAlbum

func (r ApiListHistorySinceRequest) IncludeAlbum(includeAlbum bool) ApiListHistorySinceRequest

func (ApiListHistorySinceRequest) IncludeArtist

func (r ApiListHistorySinceRequest) IncludeArtist(includeArtist bool) ApiListHistorySinceRequest

func (ApiListHistorySinceRequest) IncludeTrack

func (r ApiListHistorySinceRequest) IncludeTrack(includeTrack 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) ArtistId

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) AlbumIds

func (ApiListQueueDetailsRequest) ArtistId

func (ApiListQueueDetailsRequest) Execute

func (ApiListQueueDetailsRequest) IncludeAlbum

func (r ApiListQueueDetailsRequest) IncludeAlbum(includeAlbum bool) ApiListQueueDetailsRequest

func (ApiListQueueDetailsRequest) IncludeArtist

func (r ApiListQueueDetailsRequest) IncludeArtist(includeArtist 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) AlbumId

func (ApiListReleaseRequest) ArtistId

func (r ApiListReleaseRequest) ArtistId(artistId int32) ApiListReleaseRequest

func (ApiListReleaseRequest) Execute

type ApiListRemotePathMappingRequest

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

func (ApiListRemotePathMappingRequest) Execute

type ApiListRenameRequest

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

func (ApiListRenameRequest) AlbumId

func (r ApiListRenameRequest) AlbumId(albumId int32) ApiListRenameRequest

func (ApiListRenameRequest) ArtistId

func (r ApiListRenameRequest) ArtistId(artistId int32) ApiListRenameRequest

func (ApiListRenameRequest) Execute

type ApiListRetagRequest

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

func (ApiListRetagRequest) AlbumId

func (r ApiListRetagRequest) AlbumId(albumId int32) ApiListRetagRequest

func (ApiListRetagRequest) ArtistId

func (r ApiListRetagRequest) ArtistId(artistId int32) ApiListRetagRequest

func (ApiListRetagRequest) Execute

type ApiListRootFolderRequest

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

func (ApiListRootFolderRequest) 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 ApiListTrackFileRequest

type ApiListTrackFileRequest struct {
	ApiService *TrackFileAPIService
	// contains filtered or unexported fields
}

func (ApiListTrackFileRequest) AlbumId

func (ApiListTrackFileRequest) ArtistId

func (ApiListTrackFileRequest) Execute

func (ApiListTrackFileRequest) TrackFileIds

func (r ApiListTrackFileRequest) TrackFileIds(trackFileIds []int32) ApiListTrackFileRequest

func (ApiListTrackFileRequest) Unmapped

type ApiListTrackRequest

type ApiListTrackRequest struct {
	ApiService *TrackAPIService
	// contains filtered or unexported fields
}

func (ApiListTrackRequest) AlbumId

func (r ApiListTrackRequest) AlbumId(albumId int32) ApiListTrackRequest

func (ApiListTrackRequest) AlbumReleaseId

func (r ApiListTrackRequest) AlbumReleaseId(albumReleaseId int32) ApiListTrackRequest

func (ApiListTrackRequest) ArtistId

func (r ApiListTrackRequest) ArtistId(artistId int32) ApiListTrackRequest

func (ApiListTrackRequest) Execute

func (ApiListTrackRequest) TrackIds

func (r ApiListTrackRequest) TrackIds(trackIds []int32) ApiListTrackRequest

type ApiListUpdateRequest

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

func (ApiListUpdateRequest) Execute

type ApiPutAlbumMonitorRequest

type ApiPutAlbumMonitorRequest struct {
	ApiService *AlbumAPIService
	// contains filtered or unexported fields
}

func (ApiPutAlbumMonitorRequest) AlbumsMonitoredResource

func (r ApiPutAlbumMonitorRequest) AlbumsMonitoredResource(albumsMonitoredResource AlbumsMonitoredResource) ApiPutAlbumMonitorRequest

func (ApiPutAlbumMonitorRequest) Execute

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

type ApiPutArtistEditorRequest

type ApiPutArtistEditorRequest struct {
	ApiService *ArtistEditorAPIService
	// contains filtered or unexported fields
}

func (ApiPutArtistEditorRequest) ArtistEditorResource

func (r ApiPutArtistEditorRequest) ArtistEditorResource(artistEditorResource ArtistEditorResource) ApiPutArtistEditorRequest

func (ApiPutArtistEditorRequest) Execute

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

type ApiPutDownloadClientBulkRequest added in v0.3.1

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

func (ApiPutDownloadClientBulkRequest) DownloadClientBulkResource added in v0.3.1

func (r ApiPutDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiPutDownloadClientBulkRequest

func (ApiPutDownloadClientBulkRequest) Execute added in v0.3.1

type ApiPutImportListBulkRequest added in v0.3.1

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

func (ApiPutImportListBulkRequest) Execute added in v0.3.1

func (ApiPutImportListBulkRequest) ImportListBulkResource added in v0.3.1

func (r ApiPutImportListBulkRequest) ImportListBulkResource(importListBulkResource ImportListBulkResource) ApiPutImportListBulkRequest

type ApiPutIndexerBulkRequest added in v0.3.1

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

func (ApiPutIndexerBulkRequest) Execute added in v0.3.1

func (ApiPutIndexerBulkRequest) IndexerBulkResource added in v0.3.1

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 ApiPutTrackFileEditorRequest

type ApiPutTrackFileEditorRequest struct {
	ApiService *TrackFileAPIService
	// contains filtered or unexported fields
}

func (ApiPutTrackFileEditorRequest) Execute

func (ApiPutTrackFileEditorRequest) TrackFileListResource

func (r ApiPutTrackFileEditorRequest) TrackFileListResource(trackFileListResource TrackFileListResource) ApiPutTrackFileEditorRequest

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 ApiUpdateAlbumRequest

type ApiUpdateAlbumRequest struct {
	ApiService *AlbumAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAlbumRequest) AlbumResource

func (r ApiUpdateAlbumRequest) AlbumResource(albumResource AlbumResource) ApiUpdateAlbumRequest

func (ApiUpdateAlbumRequest) Execute

type ApiUpdateArtistRequest

type ApiUpdateArtistRequest struct {
	ApiService *ArtistAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateArtistRequest) ArtistResource

func (r ApiUpdateArtistRequest) ArtistResource(artistResource ArtistResource) ApiUpdateArtistRequest

func (ApiUpdateArtistRequest) Execute

func (ApiUpdateArtistRequest) MoveFiles added in v0.3.0

func (r ApiUpdateArtistRequest) MoveFiles(moveFiles bool) ApiUpdateArtistRequest

type ApiUpdateAutoTaggingRequest added in v0.3.1

type ApiUpdateAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAutoTaggingRequest) AutoTaggingResource added in v0.3.1

func (r ApiUpdateAutoTaggingRequest) AutoTaggingResource(autoTaggingResource AutoTaggingResource) ApiUpdateAutoTaggingRequest

func (ApiUpdateAutoTaggingRequest) Execute added in v0.3.1

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.2.0

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

func (ApiUpdateCustomFormatRequest) CustomFormatResource added in v0.2.0

func (r ApiUpdateCustomFormatRequest) CustomFormatResource(customFormatResource CustomFormatResource) ApiUpdateCustomFormatRequest

func (ApiUpdateCustomFormatRequest) Execute added in v0.2.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 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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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 ApiUpdateTrackFileRequest

type ApiUpdateTrackFileRequest struct {
	ApiService *TrackFileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateTrackFileRequest) Execute

func (ApiUpdateTrackFileRequest) TrackFileResource

func (r ApiUpdateTrackFileRequest) TrackFileResource(trackFileResource TrackFileResource) ApiUpdateTrackFileRequest

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 ArtistAPIService added in v0.3.1

type ArtistAPIService service

ArtistAPIService ArtistAPI service

func (*ArtistAPIService) CreateArtist added in v0.3.1

CreateArtist Method for CreateArtist

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

func (*ArtistAPIService) CreateArtistExecute added in v0.3.1

func (a *ArtistAPIService) CreateArtistExecute(r ApiCreateArtistRequest) (*ArtistResource, *http.Response, error)

Execute executes the request

@return ArtistResource

func (*ArtistAPIService) DeleteArtist added in v0.3.1

func (a *ArtistAPIService) DeleteArtist(ctx context.Context, id int32) ApiDeleteArtistRequest

DeleteArtist Method for DeleteArtist

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

func (*ArtistAPIService) DeleteArtistExecute added in v0.3.1

func (a *ArtistAPIService) DeleteArtistExecute(r ApiDeleteArtistRequest) (*http.Response, error)

Execute executes the request

func (*ArtistAPIService) GetArtistById added in v0.3.1

func (a *ArtistAPIService) GetArtistById(ctx context.Context, id int32) ApiGetArtistByIdRequest

GetArtistById Method for GetArtistById

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

func (*ArtistAPIService) GetArtistByIdExecute added in v0.3.1

func (a *ArtistAPIService) GetArtistByIdExecute(r ApiGetArtistByIdRequest) (*ArtistResource, *http.Response, error)

Execute executes the request

@return ArtistResource

func (*ArtistAPIService) ListArtist added in v0.3.1

ListArtist Method for ListArtist

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

func (*ArtistAPIService) ListArtistExecute added in v0.3.1

func (a *ArtistAPIService) ListArtistExecute(r ApiListArtistRequest) ([]ArtistResource, *http.Response, error)

Execute executes the request

@return []ArtistResource

func (*ArtistAPIService) UpdateArtist added in v0.3.1

UpdateArtist Method for UpdateArtist

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

func (*ArtistAPIService) UpdateArtistExecute added in v0.3.1

func (a *ArtistAPIService) UpdateArtistExecute(r ApiUpdateArtistRequest) (*ArtistResource, *http.Response, error)

Execute executes the request

@return ArtistResource

type ArtistEditorAPIService added in v0.3.1

type ArtistEditorAPIService service

ArtistEditorAPIService ArtistEditorAPI service

func (*ArtistEditorAPIService) DeleteArtistEditor added in v0.3.1

DeleteArtistEditor Method for DeleteArtistEditor

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

func (*ArtistEditorAPIService) DeleteArtistEditorExecute added in v0.3.1

func (a *ArtistEditorAPIService) DeleteArtistEditorExecute(r ApiDeleteArtistEditorRequest) (*http.Response, error)

Execute executes the request

func (*ArtistEditorAPIService) PutArtistEditor added in v0.3.1

PutArtistEditor Method for PutArtistEditor

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

func (*ArtistEditorAPIService) PutArtistEditorExecute added in v0.3.1

func (a *ArtistEditorAPIService) PutArtistEditorExecute(r ApiPutArtistEditorRequest) (*http.Response, error)

Execute executes the request

type ArtistEditorResource

type ArtistEditorResource struct {
	ArtistIds              []int32              `json:"artistIds,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"`
	AddImportListExclusion *bool                `json:"addImportListExclusion,omitempty"`
}

ArtistEditorResource struct for ArtistEditorResource

func NewArtistEditorResource

func NewArtistEditorResource() *ArtistEditorResource

NewArtistEditorResource instantiates a new ArtistEditorResource 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 NewArtistEditorResourceWithDefaults

func NewArtistEditorResourceWithDefaults() *ArtistEditorResource

NewArtistEditorResourceWithDefaults instantiates a new ArtistEditorResource 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 (*ArtistEditorResource) GetAddImportListExclusion added in v0.3.1

func (o *ArtistEditorResource) GetAddImportListExclusion() bool

GetAddImportListExclusion returns the AddImportListExclusion field value if set, zero value otherwise.

func (*ArtistEditorResource) GetAddImportListExclusionOk added in v0.3.1

func (o *ArtistEditorResource) 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.

func (*ArtistEditorResource) GetApplyTags

func (o *ArtistEditorResource) GetApplyTags() ApplyTags

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

func (*ArtistEditorResource) GetApplyTagsOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetArtistIds

func (o *ArtistEditorResource) GetArtistIds() []int32

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

func (*ArtistEditorResource) GetArtistIdsOk

func (o *ArtistEditorResource) GetArtistIdsOk() ([]int32, bool)

GetArtistIdsOk returns a tuple with the ArtistIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistEditorResource) GetDeleteFiles

func (o *ArtistEditorResource) GetDeleteFiles() bool

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

func (*ArtistEditorResource) GetDeleteFilesOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetMetadataProfileId

func (o *ArtistEditorResource) GetMetadataProfileId() int32

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

func (*ArtistEditorResource) GetMetadataProfileIdOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetMonitorNewItems

func (o *ArtistEditorResource) GetMonitorNewItems() NewItemMonitorTypes

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

func (*ArtistEditorResource) GetMonitorNewItemsOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetMonitored

func (o *ArtistEditorResource) GetMonitored() bool

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

func (*ArtistEditorResource) GetMonitoredOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetMoveFiles

func (o *ArtistEditorResource) GetMoveFiles() bool

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

func (*ArtistEditorResource) GetMoveFilesOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetQualityProfileId

func (o *ArtistEditorResource) GetQualityProfileId() int32

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

func (*ArtistEditorResource) GetQualityProfileIdOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetRootFolderPath

func (o *ArtistEditorResource) GetRootFolderPath() string

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

func (*ArtistEditorResource) GetRootFolderPathOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) GetTags

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

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

func (*ArtistEditorResource) GetTagsOk

func (o *ArtistEditorResource) 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 (*ArtistEditorResource) HasAddImportListExclusion added in v0.3.1

func (o *ArtistEditorResource) HasAddImportListExclusion() bool

HasAddImportListExclusion returns a boolean if a field has been set.

func (*ArtistEditorResource) HasApplyTags

func (o *ArtistEditorResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*ArtistEditorResource) HasArtistIds

func (o *ArtistEditorResource) HasArtistIds() bool

HasArtistIds returns a boolean if a field has been set.

func (*ArtistEditorResource) HasDeleteFiles

func (o *ArtistEditorResource) HasDeleteFiles() bool

HasDeleteFiles returns a boolean if a field has been set.

func (*ArtistEditorResource) HasMetadataProfileId

func (o *ArtistEditorResource) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*ArtistEditorResource) HasMonitorNewItems

func (o *ArtistEditorResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*ArtistEditorResource) HasMonitored

func (o *ArtistEditorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*ArtistEditorResource) HasMoveFiles

func (o *ArtistEditorResource) HasMoveFiles() bool

HasMoveFiles returns a boolean if a field has been set.

func (*ArtistEditorResource) HasQualityProfileId

func (o *ArtistEditorResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ArtistEditorResource) HasRootFolderPath

func (o *ArtistEditorResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ArtistEditorResource) HasTags

func (o *ArtistEditorResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ArtistEditorResource) MarshalJSON

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

func (*ArtistEditorResource) SetAddImportListExclusion added in v0.3.1

func (o *ArtistEditorResource) SetAddImportListExclusion(v bool)

SetAddImportListExclusion gets a reference to the given bool and assigns it to the AddImportListExclusion field.

func (*ArtistEditorResource) SetApplyTags

func (o *ArtistEditorResource) SetApplyTags(v ApplyTags)

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

func (*ArtistEditorResource) SetArtistIds

func (o *ArtistEditorResource) SetArtistIds(v []int32)

SetArtistIds gets a reference to the given []int32 and assigns it to the ArtistIds field.

func (*ArtistEditorResource) SetDeleteFiles

func (o *ArtistEditorResource) SetDeleteFiles(v bool)

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

func (*ArtistEditorResource) SetMetadataProfileId

func (o *ArtistEditorResource) SetMetadataProfileId(v int32)

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

func (*ArtistEditorResource) SetMetadataProfileIdNil

func (o *ArtistEditorResource) SetMetadataProfileIdNil()

SetMetadataProfileIdNil sets the value for MetadataProfileId to be an explicit nil

func (*ArtistEditorResource) SetMonitorNewItems

func (o *ArtistEditorResource) SetMonitorNewItems(v NewItemMonitorTypes)

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

func (*ArtistEditorResource) SetMonitored

func (o *ArtistEditorResource) SetMonitored(v bool)

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

func (*ArtistEditorResource) SetMonitoredNil

func (o *ArtistEditorResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (*ArtistEditorResource) SetMoveFiles

func (o *ArtistEditorResource) SetMoveFiles(v bool)

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

func (*ArtistEditorResource) SetQualityProfileId

func (o *ArtistEditorResource) SetQualityProfileId(v int32)

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

func (*ArtistEditorResource) SetQualityProfileIdNil

func (o *ArtistEditorResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*ArtistEditorResource) SetRootFolderPath

func (o *ArtistEditorResource) SetRootFolderPath(v string)

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

func (*ArtistEditorResource) SetRootFolderPathNil

func (o *ArtistEditorResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ArtistEditorResource) SetTags

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

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

func (ArtistEditorResource) ToMap added in v1.0.0

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

func (*ArtistEditorResource) UnsetMetadataProfileId

func (o *ArtistEditorResource) UnsetMetadataProfileId()

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

func (*ArtistEditorResource) UnsetMonitored

func (o *ArtistEditorResource) UnsetMonitored()

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

func (*ArtistEditorResource) UnsetQualityProfileId

func (o *ArtistEditorResource) UnsetQualityProfileId()

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

func (*ArtistEditorResource) UnsetRootFolderPath

func (o *ArtistEditorResource) UnsetRootFolderPath()

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

type ArtistLookupAPIService added in v0.3.1

type ArtistLookupAPIService service

ArtistLookupAPIService ArtistLookupAPI service

func (*ArtistLookupAPIService) GetArtistLookup added in v0.3.1

GetArtistLookup Method for GetArtistLookup

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

func (*ArtistLookupAPIService) GetArtistLookupExecute added in v0.3.1

func (a *ArtistLookupAPIService) GetArtistLookupExecute(r ApiGetArtistLookupRequest) (*http.Response, error)

Execute executes the request

type ArtistResource

type ArtistResource struct {
	Id                *int32                    `json:"id,omitempty"`
	ArtistMetadataId  *int32                    `json:"artistMetadataId,omitempty"`
	Status            *ArtistStatusType         `json:"status,omitempty"`
	Ended             *bool                     `json:"ended,omitempty"`
	ArtistName        NullableString            `json:"artistName,omitempty"`
	ForeignArtistId   NullableString            `json:"foreignArtistId,omitempty"`
	MbId              NullableString            `json:"mbId,omitempty"`
	TadbId            *int32                    `json:"tadbId,omitempty"`
	DiscogsId         *int32                    `json:"discogsId,omitempty"`
	AllMusicId        NullableString            `json:"allMusicId,omitempty"`
	Overview          NullableString            `json:"overview,omitempty"`
	ArtistType        NullableString            `json:"artistType,omitempty"`
	Disambiguation    NullableString            `json:"disambiguation,omitempty"`
	Links             []Links                   `json:"links,omitempty"`
	NextAlbum         *AlbumResource            `json:"nextAlbum,omitempty"`
	LastAlbum         *AlbumResource            `json:"lastAlbum,omitempty"`
	Images            []MediaCover              `json:"images,omitempty"`
	Members           []Member                  `json:"members,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"`
	Folder            NullableString            `json:"folder,omitempty"`
	Genres            []string                  `json:"genres,omitempty"`
	CleanName         NullableString            `json:"cleanName,omitempty"`
	SortName          NullableString            `json:"sortName,omitempty"`
	Tags              []int32                   `json:"tags,omitempty"`
	Added             *time.Time                `json:"added,omitempty"`
	AddOptions        *AddArtistOptions         `json:"addOptions,omitempty"`
	Ratings           *Ratings                  `json:"ratings,omitempty"`
	Statistics        *ArtistStatisticsResource `json:"statistics,omitempty"`
}

ArtistResource struct for ArtistResource

func NewArtistResource

func NewArtistResource() *ArtistResource

NewArtistResource instantiates a new ArtistResource 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 NewArtistResourceWithDefaults

func NewArtistResourceWithDefaults() *ArtistResource

NewArtistResourceWithDefaults instantiates a new ArtistResource 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 (*ArtistResource) GetAddOptions

func (o *ArtistResource) GetAddOptions() AddArtistOptions

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

func (*ArtistResource) GetAddOptionsOk

func (o *ArtistResource) GetAddOptionsOk() (*AddArtistOptions, 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 (*ArtistResource) GetAdded

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

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

func (*ArtistResource) GetAddedOk

func (o *ArtistResource) 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 (*ArtistResource) GetAllMusicId

func (o *ArtistResource) GetAllMusicId() string

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

func (*ArtistResource) GetAllMusicIdOk

func (o *ArtistResource) GetAllMusicIdOk() (*string, bool)

GetAllMusicIdOk returns a tuple with the AllMusicId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetArtistMetadataId

func (o *ArtistResource) GetArtistMetadataId() int32

GetArtistMetadataId returns the ArtistMetadataId field value if set, zero value otherwise.

func (*ArtistResource) GetArtistMetadataIdOk

func (o *ArtistResource) GetArtistMetadataIdOk() (*int32, bool)

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

func (*ArtistResource) GetArtistName

func (o *ArtistResource) GetArtistName() string

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

func (*ArtistResource) GetArtistNameOk

func (o *ArtistResource) GetArtistNameOk() (*string, bool)

GetArtistNameOk returns a tuple with the ArtistName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetArtistType

func (o *ArtistResource) GetArtistType() string

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

func (*ArtistResource) GetArtistTypeOk

func (o *ArtistResource) GetArtistTypeOk() (*string, bool)

GetArtistTypeOk returns a tuple with the ArtistType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetCleanName

func (o *ArtistResource) GetCleanName() string

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

func (*ArtistResource) GetCleanNameOk

func (o *ArtistResource) 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 (*ArtistResource) GetDisambiguation

func (o *ArtistResource) GetDisambiguation() string

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

func (*ArtistResource) GetDisambiguationOk

func (o *ArtistResource) 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 (*ArtistResource) GetDiscogsId

func (o *ArtistResource) GetDiscogsId() int32

GetDiscogsId returns the DiscogsId field value if set, zero value otherwise.

func (*ArtistResource) GetDiscogsIdOk

func (o *ArtistResource) GetDiscogsIdOk() (*int32, bool)

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

func (*ArtistResource) GetEnded

func (o *ArtistResource) GetEnded() bool

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

func (*ArtistResource) GetEndedOk

func (o *ArtistResource) 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 (*ArtistResource) GetFolder added in v0.3.1

func (o *ArtistResource) GetFolder() string

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

func (*ArtistResource) GetFolderOk added in v0.3.1

func (o *ArtistResource) GetFolderOk() (*string, bool)

GetFolderOk returns a tuple with the Folder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetForeignArtistId

func (o *ArtistResource) GetForeignArtistId() string

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

func (*ArtistResource) GetForeignArtistIdOk

func (o *ArtistResource) GetForeignArtistIdOk() (*string, bool)

GetForeignArtistIdOk returns a tuple with the ForeignArtistId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetGenres

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

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

func (*ArtistResource) GetGenresOk

func (o *ArtistResource) 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 (*ArtistResource) GetId

func (o *ArtistResource) GetId() int32

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

func (*ArtistResource) GetIdOk

func (o *ArtistResource) 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 (*ArtistResource) GetImages

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

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

func (*ArtistResource) GetImagesOk

func (o *ArtistResource) 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 (*ArtistResource) GetLastAlbum

func (o *ArtistResource) GetLastAlbum() AlbumResource

GetLastAlbum returns the LastAlbum field value if set, zero value otherwise.

func (*ArtistResource) GetLastAlbumOk

func (o *ArtistResource) GetLastAlbumOk() (*AlbumResource, bool)

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

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

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

func (*ArtistResource) GetLinksOk

func (o *ArtistResource) 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 (*ArtistResource) GetMbId

func (o *ArtistResource) GetMbId() string

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

func (*ArtistResource) GetMbIdOk

func (o *ArtistResource) GetMbIdOk() (*string, bool)

GetMbIdOk returns a tuple with the MbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetMembers

func (o *ArtistResource) GetMembers() []Member

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

func (*ArtistResource) GetMembersOk

func (o *ArtistResource) GetMembersOk() ([]Member, bool)

GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ArtistResource) GetMetadataProfileId

func (o *ArtistResource) GetMetadataProfileId() int32

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

func (*ArtistResource) GetMetadataProfileIdOk

func (o *ArtistResource) 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 (*ArtistResource) GetMonitorNewItems

func (o *ArtistResource) GetMonitorNewItems() NewItemMonitorTypes

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

func (*ArtistResource) GetMonitorNewItemsOk

func (o *ArtistResource) 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 (*ArtistResource) GetMonitored

func (o *ArtistResource) GetMonitored() bool

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

func (*ArtistResource) GetMonitoredOk

func (o *ArtistResource) 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 (*ArtistResource) GetNextAlbum

func (o *ArtistResource) GetNextAlbum() AlbumResource

GetNextAlbum returns the NextAlbum field value if set, zero value otherwise.

func (*ArtistResource) GetNextAlbumOk

func (o *ArtistResource) GetNextAlbumOk() (*AlbumResource, bool)

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

func (*ArtistResource) GetOverview

func (o *ArtistResource) GetOverview() string

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

func (*ArtistResource) GetOverviewOk

func (o *ArtistResource) 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 (*ArtistResource) GetPath

func (o *ArtistResource) GetPath() string

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

func (*ArtistResource) GetPathOk

func (o *ArtistResource) 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 (*ArtistResource) GetQualityProfileId

func (o *ArtistResource) GetQualityProfileId() int32

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

func (*ArtistResource) GetQualityProfileIdOk

func (o *ArtistResource) 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 (*ArtistResource) GetRatings

func (o *ArtistResource) GetRatings() Ratings

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

func (*ArtistResource) GetRatingsOk

func (o *ArtistResource) 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 (*ArtistResource) GetRemotePoster

func (o *ArtistResource) GetRemotePoster() string

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

func (*ArtistResource) GetRemotePosterOk

func (o *ArtistResource) 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 (*ArtistResource) GetRootFolderPath

func (o *ArtistResource) GetRootFolderPath() string

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

func (*ArtistResource) GetRootFolderPathOk

func (o *ArtistResource) 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 (*ArtistResource) GetSortName

func (o *ArtistResource) GetSortName() string

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

func (*ArtistResource) GetSortNameOk

func (o *ArtistResource) 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 (*ArtistResource) GetStatistics

func (o *ArtistResource) GetStatistics() ArtistStatisticsResource

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

func (*ArtistResource) GetStatisticsOk

func (o *ArtistResource) GetStatisticsOk() (*ArtistStatisticsResource, 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 (*ArtistResource) GetStatus

func (o *ArtistResource) GetStatus() ArtistStatusType

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

func (*ArtistResource) GetStatusOk

func (o *ArtistResource) GetStatusOk() (*ArtistStatusType, 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 (*ArtistResource) GetTadbId

func (o *ArtistResource) GetTadbId() int32

GetTadbId returns the TadbId field value if set, zero value otherwise.

func (*ArtistResource) GetTadbIdOk

func (o *ArtistResource) GetTadbIdOk() (*int32, bool)

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

func (*ArtistResource) GetTags

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

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

func (*ArtistResource) GetTagsOk

func (o *ArtistResource) 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 (*ArtistResource) HasAddOptions

func (o *ArtistResource) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*ArtistResource) HasAdded

func (o *ArtistResource) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*ArtistResource) HasAllMusicId

func (o *ArtistResource) HasAllMusicId() bool

HasAllMusicId returns a boolean if a field has been set.

func (*ArtistResource) HasArtistMetadataId

func (o *ArtistResource) HasArtistMetadataId() bool

HasArtistMetadataId returns a boolean if a field has been set.

func (*ArtistResource) HasArtistName

func (o *ArtistResource) HasArtistName() bool

HasArtistName returns a boolean if a field has been set.

func (*ArtistResource) HasArtistType

func (o *ArtistResource) HasArtistType() bool

HasArtistType returns a boolean if a field has been set.

func (*ArtistResource) HasCleanName

func (o *ArtistResource) HasCleanName() bool

HasCleanName returns a boolean if a field has been set.

func (*ArtistResource) HasDisambiguation

func (o *ArtistResource) HasDisambiguation() bool

HasDisambiguation returns a boolean if a field has been set.

func (*ArtistResource) HasDiscogsId

func (o *ArtistResource) HasDiscogsId() bool

HasDiscogsId returns a boolean if a field has been set.

func (*ArtistResource) HasEnded

func (o *ArtistResource) HasEnded() bool

HasEnded returns a boolean if a field has been set.

func (*ArtistResource) HasFolder added in v0.3.1

func (o *ArtistResource) HasFolder() bool

HasFolder returns a boolean if a field has been set.

func (*ArtistResource) HasForeignArtistId

func (o *ArtistResource) HasForeignArtistId() bool

HasForeignArtistId returns a boolean if a field has been set.

func (*ArtistResource) HasGenres

func (o *ArtistResource) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*ArtistResource) HasId

func (o *ArtistResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ArtistResource) HasImages

func (o *ArtistResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*ArtistResource) HasLastAlbum

func (o *ArtistResource) HasLastAlbum() bool

HasLastAlbum returns a boolean if a field has been set.

func (o *ArtistResource) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*ArtistResource) HasMbId

func (o *ArtistResource) HasMbId() bool

HasMbId returns a boolean if a field has been set.

func (*ArtistResource) HasMembers

func (o *ArtistResource) HasMembers() bool

HasMembers returns a boolean if a field has been set.

func (*ArtistResource) HasMetadataProfileId

func (o *ArtistResource) HasMetadataProfileId() bool

HasMetadataProfileId returns a boolean if a field has been set.

func (*ArtistResource) HasMonitorNewItems

func (o *ArtistResource) HasMonitorNewItems() bool

HasMonitorNewItems returns a boolean if a field has been set.

func (*ArtistResource) HasMonitored

func (o *ArtistResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*ArtistResource) HasNextAlbum

func (o *ArtistResource) HasNextAlbum() bool

HasNextAlbum returns a boolean if a field has been set.

func (*ArtistResource) HasOverview

func (o *ArtistResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*ArtistResource) HasPath

func (o *ArtistResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ArtistResource) HasQualityProfileId

func (o *ArtistResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ArtistResource) HasRatings

func (o *ArtistResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*ArtistResource) HasRemotePoster

func (o *ArtistResource) HasRemotePoster() bool

HasRemotePoster returns a boolean if a field has been set.

func (*ArtistResource) HasRootFolderPath

func (o *ArtistResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ArtistResource) HasSortName

func (o *ArtistResource) HasSortName() bool

HasSortName returns a boolean if a field has been set.

func (*ArtistResource) HasStatistics

func (o *ArtistResource) HasStatistics() bool

HasStatistics returns a boolean if a field has been set.

func (*ArtistResource) HasStatus

func (o *ArtistResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ArtistResource) HasTadbId

func (o *ArtistResource) HasTadbId() bool

HasTadbId returns a boolean if a field has been set.

func (*ArtistResource) HasTags

func (o *ArtistResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ArtistResource) MarshalJSON

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

func (*ArtistResource) SetAddOptions

func (o *ArtistResource) SetAddOptions(v AddArtistOptions)

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

func (*ArtistResource) SetAdded

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

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

func (*ArtistResource) SetAllMusicId

func (o *ArtistResource) SetAllMusicId(v string)

SetAllMusicId gets a reference to the given NullableString and assigns it to the AllMusicId field.

func (*ArtistResource) SetAllMusicIdNil

func (o *ArtistResource) SetAllMusicIdNil()

SetAllMusicIdNil sets the value for AllMusicId to be an explicit nil

func (*ArtistResource) SetArtistMetadataId

func (o *ArtistResource) SetArtistMetadataId(v int32)

SetArtistMetadataId gets a reference to the given int32 and assigns it to the ArtistMetadataId field.

func (*ArtistResource) SetArtistName

func (o *ArtistResource) SetArtistName(v string)

SetArtistName gets a reference to the given NullableString and assigns it to the ArtistName field.

func (*ArtistResource) SetArtistNameNil

func (o *ArtistResource) SetArtistNameNil()

SetArtistNameNil sets the value for ArtistName to be an explicit nil

func (*ArtistResource) SetArtistType

func (o *ArtistResource) SetArtistType(v string)

SetArtistType gets a reference to the given NullableString and assigns it to the ArtistType field.

func (*ArtistResource) SetArtistTypeNil

func (o *ArtistResource) SetArtistTypeNil()

SetArtistTypeNil sets the value for ArtistType to be an explicit nil

func (*ArtistResource) SetCleanName

func (o *ArtistResource) SetCleanName(v string)

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

func (*ArtistResource) SetCleanNameNil

func (o *ArtistResource) SetCleanNameNil()

SetCleanNameNil sets the value for CleanName to be an explicit nil

func (*ArtistResource) SetDisambiguation

func (o *ArtistResource) SetDisambiguation(v string)

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

func (*ArtistResource) SetDisambiguationNil

func (o *ArtistResource) SetDisambiguationNil()

SetDisambiguationNil sets the value for Disambiguation to be an explicit nil

func (*ArtistResource) SetDiscogsId

func (o *ArtistResource) SetDiscogsId(v int32)

SetDiscogsId gets a reference to the given int32 and assigns it to the DiscogsId field.

func (*ArtistResource) SetEnded

func (o *ArtistResource) SetEnded(v bool)

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

func (*ArtistResource) SetFolder added in v0.3.1

func (o *ArtistResource) SetFolder(v string)

SetFolder gets a reference to the given NullableString and assigns it to the Folder field.

func (*ArtistResource) SetFolderNil added in v0.3.1

func (o *ArtistResource) SetFolderNil()

SetFolderNil sets the value for Folder to be an explicit nil

func (*ArtistResource) SetForeignArtistId

func (o *ArtistResource) SetForeignArtistId(v string)

SetForeignArtistId gets a reference to the given NullableString and assigns it to the ForeignArtistId field.

func (*ArtistResource) SetForeignArtistIdNil

func (o *ArtistResource) SetForeignArtistIdNil()

SetForeignArtistIdNil sets the value for ForeignArtistId to be an explicit nil

func (*ArtistResource) SetGenres

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

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

func (*ArtistResource) SetId

func (o *ArtistResource) SetId(v int32)

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

func (*ArtistResource) SetImages

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

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

func (*ArtistResource) SetLastAlbum

func (o *ArtistResource) SetLastAlbum(v AlbumResource)

SetLastAlbum gets a reference to the given AlbumResource and assigns it to the LastAlbum field.

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

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

func (*ArtistResource) SetMbId

func (o *ArtistResource) SetMbId(v string)

SetMbId gets a reference to the given NullableString and assigns it to the MbId field.

func (*ArtistResource) SetMbIdNil

func (o *ArtistResource) SetMbIdNil()

SetMbIdNil sets the value for MbId to be an explicit nil

func (*ArtistResource) SetMembers

func (o *ArtistResource) SetMembers(v []Member)

SetMembers gets a reference to the given []Member and assigns it to the Members field.

func (*ArtistResource) SetMetadataProfileId

func (o *ArtistResource) SetMetadataProfileId(v int32)

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

func (*ArtistResource) SetMonitorNewItems

func (o *ArtistResource) SetMonitorNewItems(v NewItemMonitorTypes)

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

func (*ArtistResource) SetMonitored

func (o *ArtistResource) SetMonitored(v bool)

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

func (*ArtistResource) SetNextAlbum

func (o *ArtistResource) SetNextAlbum(v AlbumResource)

SetNextAlbum gets a reference to the given AlbumResource and assigns it to the NextAlbum field.

func (*ArtistResource) SetOverview

func (o *ArtistResource) SetOverview(v string)

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

func (*ArtistResource) SetOverviewNil

func (o *ArtistResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*ArtistResource) SetPath

func (o *ArtistResource) SetPath(v string)

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

func (*ArtistResource) SetPathNil

func (o *ArtistResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*ArtistResource) SetQualityProfileId

func (o *ArtistResource) SetQualityProfileId(v int32)

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

func (*ArtistResource) SetRatings

func (o *ArtistResource) SetRatings(v Ratings)

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

func (*ArtistResource) SetRemotePoster

func (o *ArtistResource) SetRemotePoster(v string)

SetRemotePoster gets a reference to the given NullableString and assigns it to the RemotePoster field.

func (*ArtistResource) SetRemotePosterNil

func (o *ArtistResource) SetRemotePosterNil()

SetRemotePosterNil sets the value for RemotePoster to be an explicit nil

func (*ArtistResource) SetRootFolderPath

func (o *ArtistResource) SetRootFolderPath(v string)

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

func (*ArtistResource) SetRootFolderPathNil

func (o *ArtistResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ArtistResource) SetSortName

func (o *ArtistResource) SetSortName(v string)

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

func (*ArtistResource) SetSortNameNil

func (o *ArtistResource) SetSortNameNil()

SetSortNameNil sets the value for SortName to be an explicit nil

func (*ArtistResource) SetStatistics

func (o *ArtistResource) SetStatistics(v ArtistStatisticsResource)

SetStatistics gets a reference to the given ArtistStatisticsResource and assigns it to the Statistics field.

func (*ArtistResource) SetStatus

func (o *ArtistResource) SetStatus(v ArtistStatusType)

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

func (*ArtistResource) SetTadbId

func (o *ArtistResource) SetTadbId(v int32)

SetTadbId gets a reference to the given int32 and assigns it to the TadbId field.

func (*ArtistResource) SetTags

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

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

func (ArtistResource) ToMap added in v1.0.0

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

func (*ArtistResource) UnsetAllMusicId

func (o *ArtistResource) UnsetAllMusicId()

UnsetAllMusicId ensures that no value is present for AllMusicId, not even an explicit nil

func (*ArtistResource) UnsetArtistName

func (o *ArtistResource) UnsetArtistName()

UnsetArtistName ensures that no value is present for ArtistName, not even an explicit nil

func (*ArtistResource) UnsetArtistType

func (o *ArtistResource) UnsetArtistType()

UnsetArtistType ensures that no value is present for ArtistType, not even an explicit nil

func (*ArtistResource) UnsetCleanName

func (o *ArtistResource) UnsetCleanName()

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

func (*ArtistResource) UnsetDisambiguation

func (o *ArtistResource) UnsetDisambiguation()

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

func (*ArtistResource) UnsetFolder added in v0.3.1

func (o *ArtistResource) UnsetFolder()

UnsetFolder ensures that no value is present for Folder, not even an explicit nil

func (*ArtistResource) UnsetForeignArtistId

func (o *ArtistResource) UnsetForeignArtistId()

UnsetForeignArtistId ensures that no value is present for ForeignArtistId, not even an explicit nil

func (*ArtistResource) UnsetMbId

func (o *ArtistResource) UnsetMbId()

UnsetMbId ensures that no value is present for MbId, not even an explicit nil

func (*ArtistResource) UnsetOverview

func (o *ArtistResource) UnsetOverview()

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

func (*ArtistResource) UnsetPath

func (o *ArtistResource) UnsetPath()

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

func (*ArtistResource) UnsetRemotePoster

func (o *ArtistResource) UnsetRemotePoster()

UnsetRemotePoster ensures that no value is present for RemotePoster, not even an explicit nil

func (*ArtistResource) UnsetRootFolderPath

func (o *ArtistResource) UnsetRootFolderPath()

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

func (*ArtistResource) UnsetSortName

func (o *ArtistResource) UnsetSortName()

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

type ArtistStatisticsResource

type ArtistStatisticsResource struct {
	AlbumCount      *int32   `json:"albumCount,omitempty"`
	TrackFileCount  *int32   `json:"trackFileCount,omitempty"`
	TrackCount      *int32   `json:"trackCount,omitempty"`
	TotalTrackCount *int32   `json:"totalTrackCount,omitempty"`
	SizeOnDisk      *int64   `json:"sizeOnDisk,omitempty"`
	PercentOfTracks *float64 `json:"percentOfTracks,omitempty"`
}

ArtistStatisticsResource struct for ArtistStatisticsResource

func NewArtistStatisticsResource

func NewArtistStatisticsResource() *ArtistStatisticsResource

NewArtistStatisticsResource instantiates a new ArtistStatisticsResource 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 NewArtistStatisticsResourceWithDefaults

func NewArtistStatisticsResourceWithDefaults() *ArtistStatisticsResource

NewArtistStatisticsResourceWithDefaults instantiates a new ArtistStatisticsResource 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 (*ArtistStatisticsResource) GetAlbumCount

func (o *ArtistStatisticsResource) GetAlbumCount() int32

GetAlbumCount returns the AlbumCount field value if set, zero value otherwise.

func (*ArtistStatisticsResource) GetAlbumCountOk

func (o *ArtistStatisticsResource) GetAlbumCountOk() (*int32, bool)

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

func (*ArtistStatisticsResource) GetPercentOfTracks

func (o *ArtistStatisticsResource) GetPercentOfTracks() float64

GetPercentOfTracks returns the PercentOfTracks field value if set, zero value otherwise.

func (*ArtistStatisticsResource) GetPercentOfTracksOk

func (o *ArtistStatisticsResource) GetPercentOfTracksOk() (*float64, bool)

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

func (*ArtistStatisticsResource) GetSizeOnDisk

func (o *ArtistStatisticsResource) GetSizeOnDisk() int64

GetSizeOnDisk returns the SizeOnDisk field value if set, zero value otherwise.

func (*ArtistStatisticsResource) GetSizeOnDiskOk

func (o *ArtistStatisticsResource) 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 (*ArtistStatisticsResource) GetTotalTrackCount

func (o *ArtistStatisticsResource) GetTotalTrackCount() int32

GetTotalTrackCount returns the TotalTrackCount field value if set, zero value otherwise.

func (*ArtistStatisticsResource) GetTotalTrackCountOk

func (o *ArtistStatisticsResource) GetTotalTrackCountOk() (*int32, bool)

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

func (*ArtistStatisticsResource) GetTrackCount

func (o *ArtistStatisticsResource) GetTrackCount() int32

GetTrackCount returns the TrackCount field value if set, zero value otherwise.

func (*ArtistStatisticsResource) GetTrackCountOk

func (o *ArtistStatisticsResource) GetTrackCountOk() (*int32, bool)

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

func (*ArtistStatisticsResource) GetTrackFileCount

func (o *ArtistStatisticsResource) GetTrackFileCount() int32

GetTrackFileCount returns the TrackFileCount field value if set, zero value otherwise.

func (*ArtistStatisticsResource) GetTrackFileCountOk

func (o *ArtistStatisticsResource) GetTrackFileCountOk() (*int32, bool)

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

func (*ArtistStatisticsResource) HasAlbumCount

func (o *ArtistStatisticsResource) HasAlbumCount() bool

HasAlbumCount returns a boolean if a field has been set.

func (*ArtistStatisticsResource) HasPercentOfTracks

func (o *ArtistStatisticsResource) HasPercentOfTracks() bool

HasPercentOfTracks returns a boolean if a field has been set.

func (*ArtistStatisticsResource) HasSizeOnDisk

func (o *ArtistStatisticsResource) HasSizeOnDisk() bool

HasSizeOnDisk returns a boolean if a field has been set.

func (*ArtistStatisticsResource) HasTotalTrackCount

func (o *ArtistStatisticsResource) HasTotalTrackCount() bool

HasTotalTrackCount returns a boolean if a field has been set.

func (*ArtistStatisticsResource) HasTrackCount

func (o *ArtistStatisticsResource) HasTrackCount() bool

HasTrackCount returns a boolean if a field has been set.

func (*ArtistStatisticsResource) HasTrackFileCount

func (o *ArtistStatisticsResource) HasTrackFileCount() bool

HasTrackFileCount returns a boolean if a field has been set.

func (ArtistStatisticsResource) MarshalJSON

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

func (*ArtistStatisticsResource) SetAlbumCount

func (o *ArtistStatisticsResource) SetAlbumCount(v int32)

SetAlbumCount gets a reference to the given int32 and assigns it to the AlbumCount field.

func (*ArtistStatisticsResource) SetPercentOfTracks

func (o *ArtistStatisticsResource) SetPercentOfTracks(v float64)

SetPercentOfTracks gets a reference to the given float64 and assigns it to the PercentOfTracks field.

func (*ArtistStatisticsResource) SetSizeOnDisk

func (o *ArtistStatisticsResource) SetSizeOnDisk(v int64)

SetSizeOnDisk gets a reference to the given int64 and assigns it to the SizeOnDisk field.

func (*ArtistStatisticsResource) SetTotalTrackCount

func (o *ArtistStatisticsResource) SetTotalTrackCount(v int32)

SetTotalTrackCount gets a reference to the given int32 and assigns it to the TotalTrackCount field.

func (*ArtistStatisticsResource) SetTrackCount

func (o *ArtistStatisticsResource) SetTrackCount(v int32)

SetTrackCount gets a reference to the given int32 and assigns it to the TrackCount field.

func (*ArtistStatisticsResource) SetTrackFileCount

func (o *ArtistStatisticsResource) SetTrackFileCount(v int32)

SetTrackFileCount gets a reference to the given int32 and assigns it to the TrackFileCount field.

func (ArtistStatisticsResource) ToMap added in v1.0.0

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

type ArtistStatusType

type ArtistStatusType string

ArtistStatusType the model 'ArtistStatusType'

const (
	ARTISTSTATUSTYPE_CONTINUING ArtistStatusType = "continuing"
	ARTISTSTATUSTYPE_ENDED      ArtistStatusType = "ended"
)

List of ArtistStatusType

func NewArtistStatusTypeFromValue

func NewArtistStatusTypeFromValue(v string) (*ArtistStatusType, error)

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

func (ArtistStatusType) IsValid

func (v ArtistStatusType) IsValid() bool

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

func (ArtistStatusType) Ptr

Ptr returns reference to ArtistStatusType value

func (*ArtistStatusType) UnmarshalJSON

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

type ArtistTitleInfo

type ArtistTitleInfo struct {
	Title            NullableString `json:"title,omitempty"`
	TitleWithoutYear NullableString `json:"titleWithoutYear,omitempty"`
	Year             *int32         `json:"year,omitempty"`
}

ArtistTitleInfo struct for ArtistTitleInfo

func NewArtistTitleInfo

func NewArtistTitleInfo() *ArtistTitleInfo

NewArtistTitleInfo instantiates a new ArtistTitleInfo 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 NewArtistTitleInfoWithDefaults

func NewArtistTitleInfoWithDefaults() *ArtistTitleInfo

NewArtistTitleInfoWithDefaults instantiates a new ArtistTitleInfo 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 (*ArtistTitleInfo) GetTitle

func (o *ArtistTitleInfo) GetTitle() string

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

func (*ArtistTitleInfo) GetTitleOk

func (o *ArtistTitleInfo) 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 (*ArtistTitleInfo) GetTitleWithoutYear

func (o *ArtistTitleInfo) GetTitleWithoutYear() string

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

func (*ArtistTitleInfo) GetTitleWithoutYearOk

func (o *ArtistTitleInfo) 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 (*ArtistTitleInfo) GetYear

func (o *ArtistTitleInfo) GetYear() int32

GetYear returns the Year field value if set, zero value otherwise.

func (*ArtistTitleInfo) GetYearOk

func (o *ArtistTitleInfo) 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 (*ArtistTitleInfo) HasTitle

func (o *ArtistTitleInfo) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ArtistTitleInfo) HasTitleWithoutYear

func (o *ArtistTitleInfo) HasTitleWithoutYear() bool

HasTitleWithoutYear returns a boolean if a field has been set.

func (*ArtistTitleInfo) HasYear

func (o *ArtistTitleInfo) HasYear() bool

HasYear returns a boolean if a field has been set.

func (ArtistTitleInfo) MarshalJSON

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

func (*ArtistTitleInfo) SetTitle

func (o *ArtistTitleInfo) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*ArtistTitleInfo) SetTitleNil

func (o *ArtistTitleInfo) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*ArtistTitleInfo) SetTitleWithoutYear

func (o *ArtistTitleInfo) SetTitleWithoutYear(v string)

SetTitleWithoutYear gets a reference to the given NullableString and assigns it to the TitleWithoutYear field.

func (*ArtistTitleInfo) SetTitleWithoutYearNil

func (o *ArtistTitleInfo) SetTitleWithoutYearNil()

SetTitleWithoutYearNil sets the value for TitleWithoutYear to be an explicit nil

func (*ArtistTitleInfo) SetYear

func (o *ArtistTitleInfo) SetYear(v int32)

SetYear gets a reference to the given int32 and assigns it to the Year field.

func (ArtistTitleInfo) ToMap added in v1.0.0

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

func (*ArtistTitleInfo) UnsetTitle

func (o *ArtistTitleInfo) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*ArtistTitleInfo) UnsetTitleWithoutYear

func (o *ArtistTitleInfo) UnsetTitleWithoutYear()

UnsetTitleWithoutYear ensures that no value is present for TitleWithoutYear, not even an explicit nil

type AuthenticationAPIService added in v0.3.1

type AuthenticationAPIService service

AuthenticationAPIService AuthenticationAPI service

func (*AuthenticationAPIService) CreateLogin added in v0.3.1

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 v0.3.1

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

Execute executes the request

func (*AuthenticationAPIService) GetLogout added in v0.3.1

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 v0.3.1

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

Execute executes the request

type AuthenticationRequiredType added in v0.3.1

type AuthenticationRequiredType string

AuthenticationRequiredType the model 'AuthenticationRequiredType'

const (
	AUTHENTICATIONREQUIREDTYPE_ENABLED                      AuthenticationRequiredType = "enabled"
	AUTHENTICATIONREQUIREDTYPE_DISABLED_FOR_LOCAL_ADDRESSES AuthenticationRequiredType = "disabledForLocalAddresses"
)

List of AuthenticationRequiredType

func NewAuthenticationRequiredTypeFromValue added in v0.3.1

func NewAuthenticationRequiredTypeFromValue(v string) (*AuthenticationRequiredType, error)

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

func (AuthenticationRequiredType) IsValid added in v0.3.1

func (v AuthenticationRequiredType) IsValid() bool

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

func (AuthenticationRequiredType) Ptr added in v0.3.1

Ptr returns reference to AuthenticationRequiredType value

func (*AuthenticationRequiredType) UnmarshalJSON added in v0.3.1

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

type AuthenticationType

type AuthenticationType string

AuthenticationType the model 'AuthenticationType'

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

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 AutoTaggingAPIService added in v0.3.1

type AutoTaggingAPIService service

AutoTaggingAPIService AutoTaggingAPI service

func (*AutoTaggingAPIService) CreateAutoTagging added in v0.3.1

CreateAutoTagging Method for CreateAutoTagging

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

func (*AutoTaggingAPIService) CreateAutoTaggingExecute added in v0.3.1

Execute executes the request

@return AutoTaggingResource

func (*AutoTaggingAPIService) DeleteAutoTagging added in v0.3.1

DeleteAutoTagging Method for DeleteAutoTagging

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

func (*AutoTaggingAPIService) DeleteAutoTaggingExecute added in v0.3.1

func (a *AutoTaggingAPIService) DeleteAutoTaggingExecute(r ApiDeleteAutoTaggingRequest) (*http.Response, error)

Execute executes the request

func (*AutoTaggingAPIService) GetAutoTaggingById added in v0.3.1

GetAutoTaggingById Method for GetAutoTaggingById

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

func (*AutoTaggingAPIService) GetAutoTaggingByIdExecute added in v0.3.1

Execute executes the request

@return AutoTaggingResource

func (*AutoTaggingAPIService) ListAutoTagging added in v0.3.1

ListAutoTagging Method for ListAutoTagging

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

func (*AutoTaggingAPIService) ListAutoTaggingExecute added in v0.3.1

Execute executes the request

@return []AutoTaggingResource

func (*AutoTaggingAPIService) ListAutoTaggingSchema added in v1.1.0

ListAutoTaggingSchema Method for ListAutoTaggingSchema

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

func (*AutoTaggingAPIService) ListAutoTaggingSchemaExecute added in v1.1.0

Execute executes the request

@return []AutoTaggingSpecificationSchema

func (*AutoTaggingAPIService) UpdateAutoTagging added in v0.3.1

UpdateAutoTagging Method for UpdateAutoTagging

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

func (*AutoTaggingAPIService) UpdateAutoTaggingExecute added in v0.3.1

Execute executes the request

@return AutoTaggingResource

type AutoTaggingResource added in v0.3.1

type AutoTaggingResource struct {
	Id                      *int32                           `json:"id,omitempty"`
	Name                    NullableString                   `json:"name,omitempty"`
	RemoveTagsAutomatically *bool                            `json:"removeTagsAutomatically,omitempty"`
	Tags                    []int32                          `json:"tags,omitempty"`
	Specifications          []AutoTaggingSpecificationSchema `json:"specifications,omitempty"`
}

AutoTaggingResource struct for AutoTaggingResource

func NewAutoTaggingResource added in v0.3.1

func NewAutoTaggingResource() *AutoTaggingResource

NewAutoTaggingResource instantiates a new AutoTaggingResource 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 NewAutoTaggingResourceWithDefaults added in v0.3.1

func NewAutoTaggingResourceWithDefaults() *AutoTaggingResource

NewAutoTaggingResourceWithDefaults instantiates a new AutoTaggingResource 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 (*AutoTaggingResource) GetId added in v0.3.1

func (o *AutoTaggingResource) GetId() int32

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

func (*AutoTaggingResource) GetIdOk added in v0.3.1

func (o *AutoTaggingResource) 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 (*AutoTaggingResource) GetName added in v0.3.1

func (o *AutoTaggingResource) GetName() string

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

func (*AutoTaggingResource) GetNameOk added in v0.3.1

func (o *AutoTaggingResource) 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 (*AutoTaggingResource) GetRemoveTagsAutomatically added in v0.3.1

func (o *AutoTaggingResource) GetRemoveTagsAutomatically() bool

GetRemoveTagsAutomatically returns the RemoveTagsAutomatically field value if set, zero value otherwise.

func (*AutoTaggingResource) GetRemoveTagsAutomaticallyOk added in v0.3.1

func (o *AutoTaggingResource) GetRemoveTagsAutomaticallyOk() (*bool, bool)

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

func (*AutoTaggingResource) GetSpecifications added in v0.3.1

func (o *AutoTaggingResource) GetSpecifications() []AutoTaggingSpecificationSchema

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

func (*AutoTaggingResource) GetSpecificationsOk added in v0.3.1

func (o *AutoTaggingResource) GetSpecificationsOk() ([]AutoTaggingSpecificationSchema, 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 (*AutoTaggingResource) GetTags added in v0.3.1

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

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

func (*AutoTaggingResource) GetTagsOk added in v0.3.1

func (o *AutoTaggingResource) 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 (*AutoTaggingResource) HasId added in v0.3.1

func (o *AutoTaggingResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AutoTaggingResource) HasName added in v0.3.1

func (o *AutoTaggingResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*AutoTaggingResource) HasRemoveTagsAutomatically added in v0.3.1

func (o *AutoTaggingResource) HasRemoveTagsAutomatically() bool

HasRemoveTagsAutomatically returns a boolean if a field has been set.

func (*AutoTaggingResource) HasSpecifications added in v0.3.1

func (o *AutoTaggingResource) HasSpecifications() bool

HasSpecifications returns a boolean if a field has been set.

func (*AutoTaggingResource) HasTags added in v0.3.1

func (o *AutoTaggingResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (AutoTaggingResource) MarshalJSON added in v0.3.1

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

func (*AutoTaggingResource) SetId added in v0.3.1

func (o *AutoTaggingResource) SetId(v int32)

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

func (*AutoTaggingResource) SetName added in v0.3.1

func (o *AutoTaggingResource) SetName(v string)

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

func (*AutoTaggingResource) SetNameNil added in v0.3.1

func (o *AutoTaggingResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*AutoTaggingResource) SetRemoveTagsAutomatically added in v0.3.1

func (o *AutoTaggingResource) SetRemoveTagsAutomatically(v bool)

SetRemoveTagsAutomatically gets a reference to the given bool and assigns it to the RemoveTagsAutomatically field.

func (*AutoTaggingResource) SetSpecifications added in v0.3.1

func (o *AutoTaggingResource) SetSpecifications(v []AutoTaggingSpecificationSchema)

SetSpecifications gets a reference to the given []AutoTaggingSpecificationSchema and assigns it to the Specifications field.

func (*AutoTaggingResource) SetTags added in v0.3.1

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

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

func (AutoTaggingResource) ToMap added in v1.0.0

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

func (*AutoTaggingResource) UnsetName added in v0.3.1

func (o *AutoTaggingResource) UnsetName()

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

type AutoTaggingSpecificationSchema added in v0.3.1

type AutoTaggingSpecificationSchema struct {
	Id                 *int32         `json:"id,omitempty"`
	Name               NullableString `json:"name,omitempty"`
	Implementation     NullableString `json:"implementation,omitempty"`
	ImplementationName NullableString `json:"implementationName,omitempty"`
	Negate             *bool          `json:"negate,omitempty"`
	Required           *bool          `json:"required,omitempty"`
	Fields             []Field        `json:"fields,omitempty"`
}

AutoTaggingSpecificationSchema struct for AutoTaggingSpecificationSchema

func NewAutoTaggingSpecificationSchema added in v0.3.1

func NewAutoTaggingSpecificationSchema() *AutoTaggingSpecificationSchema

NewAutoTaggingSpecificationSchema instantiates a new AutoTaggingSpecificationSchema 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 NewAutoTaggingSpecificationSchemaWithDefaults added in v0.3.1

func NewAutoTaggingSpecificationSchemaWithDefaults() *AutoTaggingSpecificationSchema

NewAutoTaggingSpecificationSchemaWithDefaults instantiates a new AutoTaggingSpecificationSchema 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 (*AutoTaggingSpecificationSchema) GetFields added in v0.3.1

func (o *AutoTaggingSpecificationSchema) GetFields() []Field

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

func (*AutoTaggingSpecificationSchema) GetFieldsOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) GetId added in v0.3.1

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

func (*AutoTaggingSpecificationSchema) GetIdOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) GetImplementation added in v0.3.1

func (o *AutoTaggingSpecificationSchema) GetImplementation() string

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

func (*AutoTaggingSpecificationSchema) GetImplementationName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) GetImplementationName() string

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

func (*AutoTaggingSpecificationSchema) GetImplementationNameOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) GetImplementationOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) GetName added in v0.3.1

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

func (*AutoTaggingSpecificationSchema) GetNameOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) GetNegate added in v0.3.1

func (o *AutoTaggingSpecificationSchema) GetNegate() bool

GetNegate returns the Negate field value if set, zero value otherwise.

func (*AutoTaggingSpecificationSchema) GetNegateOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) GetRequired added in v0.3.1

func (o *AutoTaggingSpecificationSchema) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*AutoTaggingSpecificationSchema) GetRequiredOk added in v0.3.1

func (o *AutoTaggingSpecificationSchema) 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 (*AutoTaggingSpecificationSchema) HasFields added in v0.3.1

func (o *AutoTaggingSpecificationSchema) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasId added in v0.3.1

HasId returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasImplementation added in v0.3.1

func (o *AutoTaggingSpecificationSchema) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasImplementationName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) HasName() bool

HasName returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasNegate added in v0.3.1

func (o *AutoTaggingSpecificationSchema) HasNegate() bool

HasNegate returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasRequired added in v0.3.1

func (o *AutoTaggingSpecificationSchema) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (AutoTaggingSpecificationSchema) MarshalJSON added in v0.3.1

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

func (*AutoTaggingSpecificationSchema) SetFields added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*AutoTaggingSpecificationSchema) SetId added in v0.3.1

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

func (*AutoTaggingSpecificationSchema) SetImplementation added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*AutoTaggingSpecificationSchema) SetImplementationName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*AutoTaggingSpecificationSchema) SetImplementationNameNil added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*AutoTaggingSpecificationSchema) SetImplementationNil added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (*AutoTaggingSpecificationSchema) SetName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetName(v string)

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

func (*AutoTaggingSpecificationSchema) SetNameNil added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*AutoTaggingSpecificationSchema) SetNegate added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetNegate(v bool)

SetNegate gets a reference to the given bool and assigns it to the Negate field.

func (*AutoTaggingSpecificationSchema) SetRequired added in v0.3.1

func (o *AutoTaggingSpecificationSchema) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (AutoTaggingSpecificationSchema) ToMap added in v1.0.0

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

func (*AutoTaggingSpecificationSchema) UnsetImplementation added in v0.3.1

func (o *AutoTaggingSpecificationSchema) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*AutoTaggingSpecificationSchema) UnsetImplementationName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (*AutoTaggingSpecificationSchema) UnsetName added in v0.3.1

func (o *AutoTaggingSpecificationSchema) UnsetName()

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

type BackupAPIService added in v0.3.1

type BackupAPIService service

BackupAPIService BackupAPI service

func (*BackupAPIService) CreateSystemBackupRestoreById added in v0.3.1

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 v0.3.1

func (a *BackupAPIService) CreateSystemBackupRestoreByIdExecute(r ApiCreateSystemBackupRestoreByIdRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) CreateSystemBackupRestoreUpload added in v0.3.1

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 v0.3.1

func (a *BackupAPIService) CreateSystemBackupRestoreUploadExecute(r ApiCreateSystemBackupRestoreUploadRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) DeleteSystemBackup added in v0.3.1

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 v0.3.1

func (a *BackupAPIService) DeleteSystemBackupExecute(r ApiDeleteSystemBackupRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) ListSystemBackup added in v0.3.1

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 v0.3.1

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

func (o *BackupResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*BackupResource) GetSizeOk

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

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

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 v0.3.1

type BlocklistAPIService service

BlocklistAPIService BlocklistAPI service

func (*BlocklistAPIService) DeleteBlocklist added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *BlocklistAPIService) DeleteBlocklistBulkExecute(r ApiDeleteBlocklistBulkRequest) (*http.Response, error)

Execute executes the request

func (*BlocklistAPIService) DeleteBlocklistExecute added in v0.3.1

func (a *BlocklistAPIService) DeleteBlocklistExecute(r ApiDeleteBlocklistRequest) (*http.Response, error)

Execute executes the request

func (*BlocklistAPIService) GetBlocklist added in v0.3.1

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 v0.3.1

Execute executes the request

@return BlocklistResourcePagingResource

type BlocklistBulkResource

type BlocklistBulkResource struct {
	Ids []int32 `json:"ids,omitempty"`
}

BlocklistBulkResource struct for BlocklistBulkResource

func NewBlocklistBulkResource

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

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

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

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

func (o *BlocklistBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (BlocklistBulkResource) MarshalJSON

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

func (*BlocklistBulkResource) SetIds

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

type BlocklistResource struct {
	Id            *int32                 `json:"id,omitempty"`
	ArtistId      *int32                 `json:"artistId,omitempty"`
	AlbumIds      []int32                `json:"albumIds,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"`
	Artist        *ArtistResource        `json:"artist,omitempty"`
}

BlocklistResource struct for BlocklistResource

func NewBlocklistResource

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

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) GetAlbumIds

func (o *BlocklistResource) GetAlbumIds() []int32

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

func (*BlocklistResource) GetAlbumIdsOk

func (o *BlocklistResource) GetAlbumIdsOk() ([]int32, bool)

GetAlbumIdsOk returns a tuple with the AlbumIds field value if set, nil otherwise and 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) GetArtist

func (o *BlocklistResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*BlocklistResource) GetArtistId

func (o *BlocklistResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*BlocklistResource) GetArtistIdOk

func (o *BlocklistResource) GetArtistIdOk() (*int32, bool)

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

func (*BlocklistResource) GetArtistOk

func (o *BlocklistResource) GetArtistOk() (*ArtistResource, bool)

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

func (*BlocklistResource) GetCustomFormats added in v0.2.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.2.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

func (o *BlocklistResource) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*BlocklistResource) GetDateOk

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

func (o *BlocklistResource) GetId() int32

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

func (*BlocklistResource) GetIdOk

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

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

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

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

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

func (o *BlocklistResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*BlocklistResource) GetProtocolOk

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

func (o *BlocklistResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*BlocklistResource) GetQualityOk

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

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

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) HasAlbumIds

func (o *BlocklistResource) HasAlbumIds() bool

HasAlbumIds returns a boolean if a field has been set.

func (*BlocklistResource) HasArtist

func (o *BlocklistResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*BlocklistResource) HasArtistId

func (o *BlocklistResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*BlocklistResource) HasCustomFormats added in v0.2.0

func (o *BlocklistResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*BlocklistResource) HasDate

func (o *BlocklistResource) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*BlocklistResource) HasId

func (o *BlocklistResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BlocklistResource) HasIndexer

func (o *BlocklistResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*BlocklistResource) HasMessage

func (o *BlocklistResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*BlocklistResource) HasProtocol

func (o *BlocklistResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*BlocklistResource) HasQuality

func (o *BlocklistResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*BlocklistResource) HasSourceTitle

func (o *BlocklistResource) HasSourceTitle() bool

HasSourceTitle returns a boolean if a field has been set.

func (BlocklistResource) MarshalJSON

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

func (*BlocklistResource) SetAlbumIds

func (o *BlocklistResource) SetAlbumIds(v []int32)

SetAlbumIds gets a reference to the given []int32 and assigns it to the AlbumIds field.

func (*BlocklistResource) SetArtist

func (o *BlocklistResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist field.

func (*BlocklistResource) SetArtistId

func (o *BlocklistResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*BlocklistResource) SetCustomFormats added in v0.2.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

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

func (o *BlocklistResource) SetId(v int32)

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

func (*BlocklistResource) SetIndexer

func (o *BlocklistResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*BlocklistResource) SetIndexerNil

func (o *BlocklistResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*BlocklistResource) SetMessage

func (o *BlocklistResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*BlocklistResource) SetMessageNil

func (o *BlocklistResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*BlocklistResource) SetProtocol

func (o *BlocklistResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*BlocklistResource) SetQuality

func (o *BlocklistResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*BlocklistResource) SetSourceTitle

func (o *BlocklistResource) SetSourceTitle(v string)

SetSourceTitle gets a reference to the given NullableString and assigns it to the SourceTitle field.

func (*BlocklistResource) SetSourceTitleNil

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

func (o *BlocklistResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*BlocklistResource) UnsetMessage

func (o *BlocklistResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*BlocklistResource) UnsetSourceTitle

func (o *BlocklistResource) UnsetSourceTitle()

UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil

type BlocklistResourcePagingResource

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

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

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

GetPage returns the Page field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetPageOk

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

func (o *BlocklistResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetPageSizeOk

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

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

func (*BlocklistResourcePagingResource) GetRecordsOk

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

func (o *BlocklistResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetSortDirectionOk

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

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

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

func (o *BlocklistResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetTotalRecordsOk

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

HasPage returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasPageSize

func (o *BlocklistResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasRecords

func (o *BlocklistResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasSortDirection

func (o *BlocklistResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasSortKey

func (o *BlocklistResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasTotalRecords

func (o *BlocklistResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (BlocklistResourcePagingResource) MarshalJSON

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

func (*BlocklistResourcePagingResource) SetPage

func (o *BlocklistResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*BlocklistResourcePagingResource) SetPageSize

func (o *BlocklistResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*BlocklistResourcePagingResource) SetRecords

SetRecords gets a reference to the given []BlocklistResource and assigns it to the Records field.

func (*BlocklistResourcePagingResource) SetSortDirection

func (o *BlocklistResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*BlocklistResourcePagingResource) SetSortKey

func (o *BlocklistResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*BlocklistResourcePagingResource) SetSortKeyNil

func (o *BlocklistResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*BlocklistResourcePagingResource) SetTotalRecords

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

func (o *BlocklistResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type CalendarAPIService added in v0.3.1

type CalendarAPIService service

CalendarAPIService CalendarAPI service

func (*CalendarAPIService) GetCalendarById added in v0.3.1

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 v0.3.1

func (a *CalendarAPIService) GetCalendarByIdExecute(r ApiGetCalendarByIdRequest) (*AlbumResource, *http.Response, error)

Execute executes the request

@return AlbumResource

func (*CalendarAPIService) ListCalendar added in v0.3.1

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 v0.3.1

func (a *CalendarAPIService) ListCalendarExecute(r ApiListCalendarRequest) ([]AlbumResource, *http.Response, error)

Execute executes the request

@return []AlbumResource

type CalendarFeedAPIService added in v0.3.1

type CalendarFeedAPIService service

CalendarFeedAPIService CalendarFeedAPI service

func (*CalendarFeedAPIService) GetFeedV1CalendarLidarrIcs added in v0.3.1

GetFeedV1CalendarLidarrIcs Method for GetFeedV1CalendarLidarrIcs

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

func (*CalendarFeedAPIService) GetFeedV1CalendarLidarrIcsExecute added in v0.3.1

func (a *CalendarFeedAPIService) GetFeedV1CalendarLidarrIcsExecute(r ApiGetFeedV1CalendarLidarrIcsRequest) (*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.2.0

func (o *Command) GetIsLongRunning() bool

GetIsLongRunning returns the IsLongRunning field value if set, zero value otherwise.

func (*Command) GetIsLongRunningOk added in v0.2.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.2.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.2.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 v0.3.1

type CommandAPIService service

CommandAPIService CommandAPI service

func (*CommandAPIService) CreateCommand added in v0.3.1

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 v0.3.1

Execute executes the request

@return CommandResource

func (*CommandAPIService) DeleteCommand added in v0.3.1

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 v0.3.1

func (a *CommandAPIService) DeleteCommandExecute(r ApiDeleteCommandRequest) (*http.Response, error)

Execute executes the request

func (*CommandAPIService) GetCommandById added in v0.3.1

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 v0.3.1

Execute executes the request

@return CommandResource

func (*CommandAPIService) ListCommand added in v0.3.1

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 v0.3.1

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 v0.3.0

func (o *CommandResource) GetResult() CommandResult

GetResult returns the Result field value if set, zero value otherwise.

func (*CommandResource) GetResultOk added in v0.3.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 v0.3.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 v0.3.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 v0.3.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 v0.3.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 v0.3.0

func (v CommandResult) IsValid() bool

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

func (CommandResult) Ptr added in v0.3.0

func (v CommandResult) Ptr() *CommandResult

Ptr returns reference to CommandResult value

func (*CommandResult) UnmarshalJSON added in v0.3.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 v0.3.1

type CustomFilterAPIService service

CustomFilterAPIService CustomFilterAPI service

func (*CustomFilterAPIService) CreateCustomFilter added in v0.3.1

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 v0.3.1

Execute executes the request

@return CustomFilterResource

func (*CustomFilterAPIService) DeleteCustomFilter added in v0.3.1

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 v0.3.1

func (a *CustomFilterAPIService) DeleteCustomFilterExecute(r ApiDeleteCustomFilterRequest) (*http.Response, error)

Execute executes the request

func (*CustomFilterAPIService) GetCustomFilterById added in v0.3.1

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 v0.3.1

Execute executes the request

@return CustomFilterResource

func (*CustomFilterAPIService) ListCustomFilter added in v0.3.1

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 v0.3.1

Execute executes the request

@return []CustomFilterResource

func (*CustomFilterAPIService) UpdateCustomFilter added in v0.3.1

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 v0.3.1

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 CustomFormatAPIService added in v0.3.1

type CustomFormatAPIService service

CustomFormatAPIService CustomFormatAPI service

func (*CustomFormatAPIService) CreateCustomFormat added in v0.3.1

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 v0.3.1

Execute executes the request

@return CustomFormatResource

func (*CustomFormatAPIService) DeleteCustomFormat added in v0.3.1

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 v0.3.1

func (a *CustomFormatAPIService) DeleteCustomFormatExecute(r ApiDeleteCustomFormatRequest) (*http.Response, error)

Execute executes the request

func (*CustomFormatAPIService) GetCustomFormatById added in v0.3.1

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 v0.3.1

Execute executes the request

@return CustomFormatResource

func (*CustomFormatAPIService) ListCustomFormat added in v0.3.1

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 v0.3.1

Execute executes the request

@return []CustomFormatResource

func (*CustomFormatAPIService) ListCustomFormatSchema added in v1.1.0

ListCustomFormatSchema Method for ListCustomFormatSchema

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

func (*CustomFormatAPIService) ListCustomFormatSchemaExecute added in v1.1.0

Execute executes the request

@return []CustomFormatSpecificationSchema

func (*CustomFormatAPIService) UpdateCustomFormat added in v0.3.1

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 v0.3.1

Execute executes the request

@return CustomFormatResource

type CustomFormatResource added in v0.2.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.2.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.2.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.2.0

func (o *CustomFormatResource) GetId() int32

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

func (*CustomFormatResource) GetIdOk added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *CustomFormatResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomFormatResource) HasIncludeCustomFormatWhenRenaming added in v0.2.0

func (o *CustomFormatResource) HasIncludeCustomFormatWhenRenaming() bool

HasIncludeCustomFormatWhenRenaming returns a boolean if a field has been set.

func (*CustomFormatResource) HasName added in v0.2.0

func (o *CustomFormatResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomFormatResource) HasSpecifications added in v0.2.0

func (o *CustomFormatResource) HasSpecifications() bool

HasSpecifications returns a boolean if a field has been set.

func (CustomFormatResource) MarshalJSON added in v0.2.0

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

func (*CustomFormatResource) SetId added in v0.2.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.2.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.2.0

func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenamingNil()

SetIncludeCustomFormatWhenRenamingNil sets the value for IncludeCustomFormatWhenRenaming to be an explicit nil

func (*CustomFormatResource) SetName added in v0.2.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.2.0

func (o *CustomFormatResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormatResource) SetSpecifications added in v0.2.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.2.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.2.0

func (o *CustomFormatResource) UnsetName()

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

type CustomFormatSpecificationSchema added in v0.2.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.2.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.2.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.2.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.2.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.2.0

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

func (*CustomFormatSpecificationSchema) GetIdOk added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *CustomFormatSpecificationSchema) GetNegate() bool

GetNegate returns the Negate field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetNegateOk added in v0.2.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.2.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.2.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.2.0

func (o *CustomFormatSpecificationSchema) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetRequiredOk added in v0.2.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.2.0

func (o *CustomFormatSpecificationSchema) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasId added in v0.2.0

HasId returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasImplementation added in v0.2.0

func (o *CustomFormatSpecificationSchema) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasImplementationName added in v0.2.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.2.0

HasName returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasNegate added in v0.2.0

func (o *CustomFormatSpecificationSchema) HasNegate() bool

HasNegate returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasPresets added in v0.2.0

func (o *CustomFormatSpecificationSchema) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasRequired added in v0.2.0

func (o *CustomFormatSpecificationSchema) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (CustomFormatSpecificationSchema) MarshalJSON added in v0.2.0

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

func (*CustomFormatSpecificationSchema) SetFields added in v0.2.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.2.0

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

func (*CustomFormatSpecificationSchema) SetImplementation added in v0.2.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.2.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.2.0

func (o *CustomFormatSpecificationSchema) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*CustomFormatSpecificationSchema) SetImplementationNil added in v0.2.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.2.0

func (o *CustomFormatSpecificationSchema) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*CustomFormatSpecificationSchema) SetName added in v0.2.0

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

func (*CustomFormatSpecificationSchema) SetNameNil added in v0.2.0

func (o *CustomFormatSpecificationSchema) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormatSpecificationSchema) SetNegate added in v0.2.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.2.0

SetPresets gets a reference to the given []CustomFormatSpecificationSchema and assigns it to the Presets field.

func (*CustomFormatSpecificationSchema) SetRequired added in v0.2.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.2.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.2.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.2.0

func (o *CustomFormatSpecificationSchema) UnsetName()

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

type CutoffAPIService added in v0.3.1

type CutoffAPIService service

CutoffAPIService CutoffAPI service

func (*CutoffAPIService) GetWantedCutoff added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *CutoffAPIService) GetWantedCutoffByIdExecute(r ApiGetWantedCutoffByIdRequest) (*AlbumResource, *http.Response, error)

Execute executes the request

@return AlbumResource

func (*CutoffAPIService) GetWantedCutoffExecute added in v0.3.1

Execute executes the request

@return AlbumResourcePagingResource

type DatabaseType added in v0.2.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.2.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.2.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.2.0

func (v DatabaseType) Ptr() *DatabaseType

Ptr returns reference to DatabaseType value

func (*DatabaseType) UnmarshalJSON added in v0.2.0

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

type DelayProfileAPIService added in v0.3.1

type DelayProfileAPIService service

DelayProfileAPIService DelayProfileAPI service

func (*DelayProfileAPIService) CreateDelayProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) DeleteDelayProfile added in v0.3.1

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 v0.3.1

func (a *DelayProfileAPIService) DeleteDelayProfileExecute(r ApiDeleteDelayProfileRequest) (*http.Response, error)

Execute executes the request

func (*DelayProfileAPIService) GetDelayProfileById added in v0.3.1

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 v0.3.1

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) ListDelayProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return []DelayProfileResource

func (*DelayProfileAPIService) UpdateDelayProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) UpdateDelayProfileReorder added in v0.3.1

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 v0.3.1

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.2.0

func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScore() bool

GetBypassIfAboveCustomFormatScore returns the BypassIfAboveCustomFormatScore field value if set, zero value otherwise.

func (*DelayProfileResource) GetBypassIfAboveCustomFormatScoreOk added in v0.2.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.2.0

func (o *DelayProfileResource) GetBypassIfHighestQuality() bool

GetBypassIfHighestQuality returns the BypassIfHighestQuality field value if set, zero value otherwise.

func (*DelayProfileResource) GetBypassIfHighestQualityOk added in v0.2.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.2.0

func (o *DelayProfileResource) GetMinimumCustomFormatScore() int32

GetMinimumCustomFormatScore returns the MinimumCustomFormatScore field value if set, zero value otherwise.

func (*DelayProfileResource) GetMinimumCustomFormatScoreOk added in v0.2.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.2.0

func (o *DelayProfileResource) HasBypassIfAboveCustomFormatScore() bool

HasBypassIfAboveCustomFormatScore returns a boolean if a field has been set.

func (*DelayProfileResource) HasBypassIfHighestQuality added in v0.2.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.2.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.2.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.2.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.2.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 DiskSpaceAPIService added in v0.3.1

type DiskSpaceAPIService service

DiskSpaceAPIService DiskSpaceAPI service

func (*DiskSpaceAPIService) ListDiskSpace added in v0.3.1

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 v0.3.1

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 v0.3.1

type DownloadClientAPIService service

DownloadClientAPIService DownloadClientAPI service

func (*DownloadClientAPIService) CreateDownloadClient added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *DownloadClientAPIService) CreateDownloadClientActionByNameExecute(r ApiCreateDownloadClientActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) CreateDownloadClientExecute added in v0.3.1

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) DeleteDownloadClient added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *DownloadClientAPIService) DeleteDownloadClientBulkExecute(r ApiDeleteDownloadClientBulkRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) DeleteDownloadClientExecute added in v0.3.1

func (a *DownloadClientAPIService) DeleteDownloadClientExecute(r ApiDeleteDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) GetDownloadClientById added in v0.3.1

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 v0.3.1

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) ListDownloadClient added in v0.3.1

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 v0.3.1

Execute executes the request

@return []DownloadClientResource

func (*DownloadClientAPIService) ListDownloadClientSchema added in v0.3.1

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 v0.3.1

Execute executes the request

@return []DownloadClientResource

func (*DownloadClientAPIService) PutDownloadClientBulk added in v0.3.1

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 v0.3.1

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) TestDownloadClient added in v0.3.1

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 v0.3.1

func (a *DownloadClientAPIService) TestDownloadClientExecute(r ApiTestDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) TestallDownloadClient added in v0.3.1

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 v0.3.1

func (a *DownloadClientAPIService) TestallDownloadClientExecute(r ApiTestallDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) UpdateDownloadClient added in v0.3.1

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 v0.3.1

Execute executes the request

@return DownloadClientResource

type DownloadClientBulkResource added in v0.3.1

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.3.1

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.3.1

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.3.1

func (o *DownloadClientBulkResource) GetApplyTags() ApplyTags

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

func (*DownloadClientBulkResource) GetApplyTagsOk added in v0.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

func (o *DownloadClientBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasEnable added in v0.3.1

func (o *DownloadClientBulkResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasIds added in v0.3.1

func (o *DownloadClientBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasPriority added in v0.3.1

func (o *DownloadClientBulkResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasRemoveCompletedDownloads added in v0.3.1

func (o *DownloadClientBulkResource) HasRemoveCompletedDownloads() bool

HasRemoveCompletedDownloads returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasRemoveFailedDownloads added in v0.3.1

func (o *DownloadClientBulkResource) HasRemoveFailedDownloads() bool

HasRemoveFailedDownloads returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasTags added in v0.3.1

func (o *DownloadClientBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (DownloadClientBulkResource) MarshalJSON added in v0.3.1

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

func (*DownloadClientBulkResource) SetApplyTags added in v0.3.1

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.3.1

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.3.1

func (o *DownloadClientBulkResource) SetEnableNil()

SetEnableNil sets the value for Enable to be an explicit nil

func (*DownloadClientBulkResource) SetIds added in v0.3.1

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.3.1

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.3.1

func (o *DownloadClientBulkResource) SetPriorityNil()

SetPriorityNil sets the value for Priority to be an explicit nil

func (*DownloadClientBulkResource) SetRemoveCompletedDownloads added in v0.3.1

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.3.1

func (o *DownloadClientBulkResource) SetRemoveCompletedDownloadsNil()

SetRemoveCompletedDownloadsNil sets the value for RemoveCompletedDownloads to be an explicit nil

func (*DownloadClientBulkResource) SetRemoveFailedDownloads added in v0.3.1

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.3.1

func (o *DownloadClientBulkResource) SetRemoveFailedDownloadsNil()

SetRemoveFailedDownloadsNil sets the value for RemoveFailedDownloads to be an explicit nil

func (*DownloadClientBulkResource) SetTags added in v0.3.1

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.3.1

func (o *DownloadClientBulkResource) UnsetEnable()

UnsetEnable ensures that no value is present for Enable, not even an explicit nil

func (*DownloadClientBulkResource) UnsetPriority added in v0.3.1

func (o *DownloadClientBulkResource) UnsetPriority()

UnsetPriority ensures that no value is present for Priority, not even an explicit nil

func (*DownloadClientBulkResource) UnsetRemoveCompletedDownloads added in v0.3.1

func (o *DownloadClientBulkResource) UnsetRemoveCompletedDownloads()

UnsetRemoveCompletedDownloads ensures that no value is present for RemoveCompletedDownloads, not even an explicit nil

func (*DownloadClientBulkResource) UnsetRemoveFailedDownloads added in v0.3.1

func (o *DownloadClientBulkResource) UnsetRemoveFailedDownloads()

UnsetRemoveFailedDownloads ensures that no value is present for RemoveFailedDownloads, not even an explicit nil

type DownloadClientConfigAPIService added in v0.3.1

type DownloadClientConfigAPIService service

DownloadClientConfigAPIService DownloadClientConfigAPI service

func (*DownloadClientConfigAPIService) GetDownloadClientConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return DownloadClientConfigResource

func (*DownloadClientConfigAPIService) GetDownloadClientConfigExecute added in v0.3.1

Execute executes the request

@return DownloadClientConfigResource

func (*DownloadClientConfigAPIService) UpdateDownloadClientConfig added in v0.3.1

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 v0.3.1

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

func (o *DownloadClientResource) GetRemoveCompletedDownloads() bool

GetRemoveCompletedDownloads returns the RemoveCompletedDownloads field value if set, zero value otherwise.

func (*DownloadClientResource) GetRemoveCompletedDownloadsOk

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

func (o *DownloadClientResource) GetRemoveFailedDownloads() bool

GetRemoveFailedDownloads returns the RemoveFailedDownloads field value if set, zero value otherwise.

func (*DownloadClientResource) GetRemoveFailedDownloadsOk

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

func (o *DownloadClientResource) HasRemoveCompletedDownloads() bool

HasRemoveCompletedDownloads returns a boolean if a field has been set.

func (*DownloadClientResource) HasRemoveFailedDownloads

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

func (o *DownloadClientResource) SetRemoveCompletedDownloads(v bool)

SetRemoveCompletedDownloads gets a reference to the given bool and assigns it to the RemoveCompletedDownloads field.

func (*DownloadClientResource) SetRemoveFailedDownloads

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 EntityHistoryEventType

type EntityHistoryEventType string

EntityHistoryEventType the model 'EntityHistoryEventType'

const (
	ENTITYHISTORYEVENTTYPE_UNKNOWN                 EntityHistoryEventType = "unknown"
	ENTITYHISTORYEVENTTYPE_GRABBED                 EntityHistoryEventType = "grabbed"
	ENTITYHISTORYEVENTTYPE_ARTIST_FOLDER_IMPORTED  EntityHistoryEventType = "artistFolderImported"
	ENTITYHISTORYEVENTTYPE_TRACK_FILE_IMPORTED     EntityHistoryEventType = "trackFileImported"
	ENTITYHISTORYEVENTTYPE_DOWNLOAD_FAILED         EntityHistoryEventType = "downloadFailed"
	ENTITYHISTORYEVENTTYPE_TRACK_FILE_DELETED      EntityHistoryEventType = "trackFileDeleted"
	ENTITYHISTORYEVENTTYPE_TRACK_FILE_RENAMED      EntityHistoryEventType = "trackFileRenamed"
	ENTITYHISTORYEVENTTYPE_ALBUM_IMPORT_INCOMPLETE EntityHistoryEventType = "albumImportIncomplete"
	ENTITYHISTORYEVENTTYPE_DOWNLOAD_IMPORTED       EntityHistoryEventType = "downloadImported"
	ENTITYHISTORYEVENTTYPE_TRACK_FILE_RETAGGED     EntityHistoryEventType = "trackFileRetagged"
	ENTITYHISTORYEVENTTYPE_DOWNLOAD_IGNORED        EntityHistoryEventType = "downloadIgnored"
)

List of EntityHistoryEventType

func NewEntityHistoryEventTypeFromValue

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

func (v EntityHistoryEventType) IsValid() bool

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

func (EntityHistoryEventType) Ptr

Ptr returns reference to EntityHistoryEventType value

func (*EntityHistoryEventType) UnmarshalJSON

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"`
	Privacy                     *PrivacyLevel  `json:"privacy,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.3.1

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.3.1

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 v0.3.1

func (o *Field) GetIsFloat() bool

GetIsFloat returns the IsFloat field value if set, zero value otherwise.

func (*Field) GetIsFloatOk added in v0.3.1

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) GetPrivacy added in v0.3.1

func (o *Field) GetPrivacy() PrivacyLevel

GetPrivacy returns the Privacy field value if set, zero value otherwise.

func (*Field) GetPrivacyOk added in v0.3.1

func (o *Field) GetPrivacyOk() (*PrivacyLevel, bool)

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

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.3.1

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 v0.3.1

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) HasPrivacy added in v0.3.1

func (o *Field) HasPrivacy() bool

HasPrivacy 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.3.1

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.3.1

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 v0.3.1

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) SetPrivacy added in v0.3.1

func (o *Field) SetPrivacy(v PrivacyLevel)

SetPrivacy gets a reference to the given PrivacyLevel and assigns it to the Privacy field.

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.3.1

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_ALBUM_RELEASE_DATE FileDateType = "albumReleaseDate"
)

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 v0.3.1

type FileSystemAPIService service

FileSystemAPIService FileSystemAPI service

func (*FileSystemAPIService) GetFileSystem added in v0.3.1

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 v0.3.1

func (a *FileSystemAPIService) GetFileSystemExecute(r ApiGetFileSystemRequest) (*http.Response, error)

Execute executes the request

func (*FileSystemAPIService) GetFileSystemMediafiles added in v0.3.1

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 v0.3.1

func (a *FileSystemAPIService) GetFileSystemMediafilesExecute(r ApiGetFileSystemMediafilesRequest) (*http.Response, error)

Execute executes the request

func (*FileSystemAPIService) GetFileSystemType added in v0.3.1

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 v0.3.1

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 v0.3.1

type HealthAPIService service

HealthAPIService HealthAPI service

func (*HealthAPIService) ListHealth added in v0.3.1

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 v0.3.1

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 v0.3.1

type HistoryAPIService service

HistoryAPIService HistoryAPI service

func (*HistoryAPIService) CreateHistoryFailedById added in v0.3.1

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 v0.3.1

func (a *HistoryAPIService) CreateHistoryFailedByIdExecute(r ApiCreateHistoryFailedByIdRequest) (*http.Response, error)

Execute executes the request

func (*HistoryAPIService) GetHistory added in v0.3.1

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 v0.3.1

Execute executes the request

@return HistoryResourcePagingResource

func (*HistoryAPIService) ListHistoryArtist added in v0.3.1

ListHistoryArtist Method for ListHistoryArtist

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

func (*HistoryAPIService) ListHistoryArtistExecute added in v0.3.1

func (a *HistoryAPIService) ListHistoryArtistExecute(r ApiListHistoryArtistRequest) ([]HistoryResource, *http.Response, error)

Execute executes the request

@return []HistoryResource

func (*HistoryAPIService) ListHistorySince added in v0.3.1

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 v0.3.1

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"`
	AlbumId             *int32                  `json:"albumId,omitempty"`
	ArtistId            *int32                  `json:"artistId,omitempty"`
	TrackId             *int32                  `json:"trackId,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"`
	Album               *AlbumResource          `json:"album,omitempty"`
	Artist              *ArtistResource         `json:"artist,omitempty"`
	Track               *TrackResource          `json:"track,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) GetAlbum

func (o *HistoryResource) GetAlbum() AlbumResource

GetAlbum returns the Album field value if set, zero value otherwise.

func (*HistoryResource) GetAlbumId

func (o *HistoryResource) GetAlbumId() int32

GetAlbumId returns the AlbumId field value if set, zero value otherwise.

func (*HistoryResource) GetAlbumIdOk

func (o *HistoryResource) GetAlbumIdOk() (*int32, bool)

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

func (*HistoryResource) GetAlbumOk

func (o *HistoryResource) GetAlbumOk() (*AlbumResource, bool)

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

func (*HistoryResource) GetArtist

func (o *HistoryResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*HistoryResource) GetArtistId

func (o *HistoryResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*HistoryResource) GetArtistIdOk

func (o *HistoryResource) GetArtistIdOk() (*int32, bool)

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

func (*HistoryResource) GetArtistOk

func (o *HistoryResource) GetArtistOk() (*ArtistResource, bool)

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

func (*HistoryResource) GetCustomFormatScore added in v0.3.1

func (o *HistoryResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*HistoryResource) GetCustomFormatScoreOk added in v0.3.1

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.2.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.2.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) GetTrack

func (o *HistoryResource) GetTrack() TrackResource

GetTrack returns the Track field value if set, zero value otherwise.

func (*HistoryResource) GetTrackId

func (o *HistoryResource) GetTrackId() int32

GetTrackId returns the TrackId field value if set, zero value otherwise.

func (*HistoryResource) GetTrackIdOk

func (o *HistoryResource) GetTrackIdOk() (*int32, bool)

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

func (*HistoryResource) GetTrackOk

func (o *HistoryResource) GetTrackOk() (*TrackResource, bool)

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

func (*HistoryResource) HasAlbum

func (o *HistoryResource) HasAlbum() bool

HasAlbum returns a boolean if a field has been set.

func (*HistoryResource) HasAlbumId

func (o *HistoryResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*HistoryResource) HasArtist

func (o *HistoryResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*HistoryResource) HasArtistId

func (o *HistoryResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*HistoryResource) HasCustomFormatScore added in v0.3.1

func (o *HistoryResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*HistoryResource) HasCustomFormats added in v0.2.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) HasTrack

func (o *HistoryResource) HasTrack() bool

HasTrack returns a boolean if a field has been set.

func (*HistoryResource) HasTrackId

func (o *HistoryResource) HasTrackId() bool

HasTrackId returns a boolean if a field has been set.

func (HistoryResource) MarshalJSON

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

func (*HistoryResource) SetAlbum

func (o *HistoryResource) SetAlbum(v AlbumResource)

SetAlbum gets a reference to the given AlbumResource and assigns it to the Album field.

func (*HistoryResource) SetAlbumId

func (o *HistoryResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given int32 and assigns it to the AlbumId field.

func (*HistoryResource) SetArtist

func (o *HistoryResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist field.

func (*HistoryResource) SetArtistId

func (o *HistoryResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*HistoryResource) SetCustomFormatScore added in v0.3.1

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.2.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) SetTrack

func (o *HistoryResource) SetTrack(v TrackResource)

SetTrack gets a reference to the given TrackResource and assigns it to the Track field.

func (*HistoryResource) SetTrackId

func (o *HistoryResource) SetTrackId(v int32)

SetTrackId gets a reference to the given int32 and assigns it to the TrackId field.

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 v0.3.1

type HostConfigAPIService service

HostConfigAPIService HostConfigAPI service

func (*HostConfigAPIService) GetHostConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return HostConfigResource

func (*HostConfigAPIService) GetHostConfigExecute added in v0.3.1

Execute executes the request

@return HostConfigResource

func (*HostConfigAPIService) UpdateHostConfig added in v0.3.1

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 v0.3.1

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"`
	AuthenticationRequired    *AuthenticationRequiredType `json:"authenticationRequired,omitempty"`
	AnalyticsEnabled          *bool                       `json:"analyticsEnabled,omitempty"`
	Username                  NullableString              `json:"username,omitempty"`
	Password                  NullableString              `json:"password,omitempty"`
	PasswordConfirmation      NullableString              `json:"passwordConfirmation,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

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

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) GetAuthenticationRequired added in v0.3.1

func (o *HostConfigResource) GetAuthenticationRequired() AuthenticationRequiredType

GetAuthenticationRequired returns the AuthenticationRequired field value if set, zero value otherwise.

func (*HostConfigResource) GetAuthenticationRequiredOk added in v0.3.1

func (o *HostConfigResource) GetAuthenticationRequiredOk() (*AuthenticationRequiredType, bool)

GetAuthenticationRequiredOk returns a tuple with the AuthenticationRequired 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

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

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) GetPasswordConfirmation added in v0.3.1

func (o *HostConfigResource) GetPasswordConfirmation() string

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

func (*HostConfigResource) GetPasswordConfirmationOk added in v0.3.1

func (o *HostConfigResource) GetPasswordConfirmationOk() (*string, bool)

GetPasswordConfirmationOk returns a tuple with the PasswordConfirmation field value if set, nil otherwise and 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) 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

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) HasAuthenticationRequired added in v0.3.1

func (o *HostConfigResource) HasAuthenticationRequired() bool

HasAuthenticationRequired 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

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) HasPasswordConfirmation added in v0.3.1

func (o *HostConfigResource) HasPasswordConfirmation() bool

HasPasswordConfirmation 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

func (o *HostConfigResource) SetApplicationUrl(v string)

SetApplicationUrl gets a reference to the given NullableString and assigns it to the ApplicationUrl field.

func (*HostConfigResource) SetApplicationUrlNil

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) SetAuthenticationRequired added in v0.3.1

func (o *HostConfigResource) SetAuthenticationRequired(v AuthenticationRequiredType)

SetAuthenticationRequired gets a reference to the given AuthenticationRequiredType and assigns it to the AuthenticationRequired 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

func (o *HostConfigResource) SetInstanceName(v string)

SetInstanceName gets a reference to the given NullableString and assigns it to the InstanceName field.

func (*HostConfigResource) SetInstanceNameNil

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) SetPasswordConfirmation added in v0.3.1

func (o *HostConfigResource) SetPasswordConfirmation(v string)

SetPasswordConfirmation gets a reference to the given NullableString and assigns it to the PasswordConfirmation field.

func (*HostConfigResource) SetPasswordConfirmationNil added in v0.3.1

func (o *HostConfigResource) SetPasswordConfirmationNil()

SetPasswordConfirmationNil sets the value for PasswordConfirmation to be an explicit nil

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

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

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) UnsetPasswordConfirmation added in v0.3.1

func (o *HostConfigResource) UnsetPasswordConfirmation()

UnsetPasswordConfirmation ensures that no value is present for PasswordConfirmation, 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 ImportListAPIService added in v0.3.1

type ImportListAPIService service

ImportListAPIService ImportListAPI service

func (*ImportListAPIService) CreateImportList added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *ImportListAPIService) CreateImportListActionByNameExecute(r ApiCreateImportListActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) CreateImportListExecute added in v0.3.1

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) DeleteImportList added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *ImportListAPIService) DeleteImportListBulkExecute(r ApiDeleteImportListBulkRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) DeleteImportListExecute added in v0.3.1

func (a *ImportListAPIService) DeleteImportListExecute(r ApiDeleteImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) GetImportListById added in v0.3.1

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 v0.3.1

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) ListImportList added in v0.3.1

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 v0.3.1

Execute executes the request

@return []ImportListResource

func (*ImportListAPIService) ListImportListSchema added in v0.3.1

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 v0.3.1

Execute executes the request

@return []ImportListResource

func (*ImportListAPIService) PutImportListBulk added in v0.3.1

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 v0.3.1

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) TestImportList added in v0.3.1

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 v0.3.1

func (a *ImportListAPIService) TestImportListExecute(r ApiTestImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) TestallImportList added in v0.3.1

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 v0.3.1

func (a *ImportListAPIService) TestallImportListExecute(r ApiTestallImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) UpdateImportList added in v0.3.1

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 v0.3.1

Execute executes the request

@return ImportListResource

type ImportListBulkResource added in v0.3.1

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"`
}

ImportListBulkResource struct for ImportListBulkResource

func NewImportListBulkResource added in v0.3.1

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.3.1

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.3.1

func (o *ImportListBulkResource) GetApplyTags() ApplyTags

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

func (*ImportListBulkResource) GetApplyTagsOk added in v0.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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) GetQualityProfileId added in v0.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

func (o *ImportListBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*ImportListBulkResource) HasEnableAutomaticAdd added in v0.3.1

func (o *ImportListBulkResource) HasEnableAutomaticAdd() bool

HasEnableAutomaticAdd returns a boolean if a field has been set.

func (*ImportListBulkResource) HasIds added in v0.3.1

func (o *ImportListBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*ImportListBulkResource) HasQualityProfileId added in v0.3.1

func (o *ImportListBulkResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ImportListBulkResource) HasRootFolderPath added in v0.3.1

func (o *ImportListBulkResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ImportListBulkResource) HasTags added in v0.3.1

func (o *ImportListBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ImportListBulkResource) MarshalJSON added in v0.3.1

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

func (*ImportListBulkResource) SetApplyTags added in v0.3.1

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.3.1

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.3.1

func (o *ImportListBulkResource) SetEnableAutomaticAddNil()

SetEnableAutomaticAddNil sets the value for EnableAutomaticAdd to be an explicit nil

func (*ImportListBulkResource) SetIds added in v0.3.1

func (o *ImportListBulkResource) SetIds(v []int32)

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*ImportListBulkResource) SetQualityProfileId added in v0.3.1

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.3.1

func (o *ImportListBulkResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*ImportListBulkResource) SetRootFolderPath added in v0.3.1

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.3.1

func (o *ImportListBulkResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ImportListBulkResource) SetTags added in v0.3.1

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.3.1

func (o *ImportListBulkResource) UnsetEnableAutomaticAdd()

UnsetEnableAutomaticAdd ensures that no value is present for EnableAutomaticAdd, not even an explicit nil

func (*ImportListBulkResource) UnsetQualityProfileId added in v0.3.1

func (o *ImportListBulkResource) UnsetQualityProfileId()

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

func (*ImportListBulkResource) UnsetRootFolderPath added in v0.3.1

func (o *ImportListBulkResource) UnsetRootFolderPath()

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

type ImportListExclusionAPIService added in v0.3.1

type ImportListExclusionAPIService service

ImportListExclusionAPIService ImportListExclusionAPI service

func (*ImportListExclusionAPIService) CreateImportListExclusion added in v0.3.1

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 v0.3.1

Execute executes the request

@return ImportListExclusionResource

func (*ImportListExclusionAPIService) DeleteImportListExclusion added in v0.3.1

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 v0.3.1

func (a *ImportListExclusionAPIService) DeleteImportListExclusionExecute(r ApiDeleteImportListExclusionRequest) (*http.Response, error)

Execute executes the request

func (*ImportListExclusionAPIService) GetImportListExclusionById added in v0.3.1

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 v0.3.1

Execute executes the request

@return ImportListExclusionResource

func (*ImportListExclusionAPIService) ListImportListExclusion added in v0.3.1

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 v0.3.1

Execute executes the request

@return []ImportListExclusionResource

func (*ImportListExclusionAPIService) UpdateImportListExclusion added in v0.3.1

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 v0.3.1

Execute executes the request

@return ImportListExclusionResource

type ImportListExclusionResource

type ImportListExclusionResource struct {
	Id         *int32         `json:"id,omitempty"`
	ForeignId  NullableString `json:"foreignId,omitempty"`
	ArtistName NullableString `json:"artistName,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) GetArtistName

func (o *ImportListExclusionResource) GetArtistName() string

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

func (*ImportListExclusionResource) GetArtistNameOk

func (o *ImportListExclusionResource) GetArtistNameOk() (*string, bool)

GetArtistNameOk returns a tuple with the ArtistName field value if set, nil otherwise and 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) HasArtistName

func (o *ImportListExclusionResource) HasArtistName() bool

HasArtistName 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) SetArtistName

func (o *ImportListExclusionResource) SetArtistName(v string)

SetArtistName gets a reference to the given NullableString and assigns it to the ArtistName field.

func (*ImportListExclusionResource) SetArtistNameNil

func (o *ImportListExclusionResource) SetArtistNameNil()

SetArtistNameNil sets the value for ArtistName 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) UnsetArtistName

func (o *ImportListExclusionResource) UnsetArtistName()

UnsetArtistName ensures that no value is present for ArtistName, 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_ALBUM ImportListMonitorType = "specificAlbum"
	IMPORTLISTMONITORTYPE_ENTIRE_ARTIST  ImportListMonitorType = "entireArtist"
)

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.1

func (o *ImportListResource) GetMinRefreshInterval() string

GetMinRefreshInterval returns the MinRefreshInterval field value if set, zero value otherwise.

func (*ImportListResource) GetMinRefreshIntervalOk added in v0.3.1

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

func (o *ImportListResource) GetMonitorNewItems() NewItemMonitorTypes

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

func (*ImportListResource) GetMonitorNewItemsOk

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

func (o *ImportListResource) GetShouldMonitorExisting() bool

GetShouldMonitorExisting returns the ShouldMonitorExisting field value if set, zero value otherwise.

func (*ImportListResource) GetShouldMonitorExistingOk

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.1

func (o *ImportListResource) HasMinRefreshInterval() bool

HasMinRefreshInterval returns a boolean if a field has been set.

func (*ImportListResource) HasMonitorNewItems

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

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.1

func (o *ImportListResource) SetMinRefreshInterval(v string)

SetMinRefreshInterval gets a reference to the given string and assigns it to the MinRefreshInterval field.

func (*ImportListResource) SetMonitorNewItems

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

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_SPOTIFY  ImportListType = "spotify"
	IMPORTLISTTYPE_LAST_FM  ImportListType = "lastFm"
	IMPORTLISTTYPE_OTHER    ImportListType = "other"
	IMPORTLISTTYPE_ADVANCED ImportListType = "advanced"
)

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 v0.3.1

type IndexerAPIService service

IndexerAPIService IndexerAPI service

func (*IndexerAPIService) CreateIndexer added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *IndexerAPIService) CreateIndexerActionByNameExecute(r ApiCreateIndexerActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) CreateIndexerExecute added in v0.3.1

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) DeleteIndexer added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *IndexerAPIService) DeleteIndexerBulkExecute(r ApiDeleteIndexerBulkRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) DeleteIndexerExecute added in v0.3.1

func (a *IndexerAPIService) DeleteIndexerExecute(r ApiDeleteIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) GetIndexerById added in v0.3.1

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 v0.3.1

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) ListIndexer added in v0.3.1

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 v0.3.1

Execute executes the request

@return []IndexerResource

func (*IndexerAPIService) ListIndexerSchema added in v0.3.1

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 v0.3.1

func (a *IndexerAPIService) ListIndexerSchemaExecute(r ApiListIndexerSchemaRequest) ([]IndexerResource, *http.Response, error)

Execute executes the request

@return []IndexerResource

func (*IndexerAPIService) PutIndexerBulk added in v0.3.1

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 v0.3.1

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) TestIndexer added in v0.3.1

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 v0.3.1

func (a *IndexerAPIService) TestIndexerExecute(r ApiTestIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) TestallIndexer added in v0.3.1

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 v0.3.1

func (a *IndexerAPIService) TestallIndexerExecute(r ApiTestallIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) UpdateIndexer added in v0.3.1

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 v0.3.1

Execute executes the request

@return IndexerResource

type IndexerBulkResource added in v0.3.1

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.3.1

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.3.1

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.3.1

func (o *IndexerBulkResource) GetApplyTags() ApplyTags

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

func (*IndexerBulkResource) GetApplyTagsOk added in v0.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

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.3.1

func (o *IndexerBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableAutomaticSearch added in v0.3.1

func (o *IndexerBulkResource) HasEnableAutomaticSearch() bool

HasEnableAutomaticSearch returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableInteractiveSearch added in v0.3.1

func (o *IndexerBulkResource) HasEnableInteractiveSearch() bool

HasEnableInteractiveSearch returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableRss added in v0.3.1

func (o *IndexerBulkResource) HasEnableRss() bool

HasEnableRss returns a boolean if a field has been set.

func (*IndexerBulkResource) HasIds added in v0.3.1

func (o *IndexerBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*IndexerBulkResource) HasPriority added in v0.3.1

func (o *IndexerBulkResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*IndexerBulkResource) HasTags added in v0.3.1

func (o *IndexerBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (IndexerBulkResource) MarshalJSON added in v0.3.1

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

func (*IndexerBulkResource) SetApplyTags added in v0.3.1

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.3.1

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.3.1

func (o *IndexerBulkResource) SetEnableAutomaticSearchNil()

SetEnableAutomaticSearchNil sets the value for EnableAutomaticSearch to be an explicit nil

func (*IndexerBulkResource) SetEnableInteractiveSearch added in v0.3.1

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.3.1

func (o *IndexerBulkResource) SetEnableInteractiveSearchNil()

SetEnableInteractiveSearchNil sets the value for EnableInteractiveSearch to be an explicit nil

func (*IndexerBulkResource) SetEnableRss added in v0.3.1

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.3.1

func (o *IndexerBulkResource) SetEnableRssNil()

SetEnableRssNil sets the value for EnableRss to be an explicit nil

func (*IndexerBulkResource) SetIds added in v0.3.1

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.3.1

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.3.1

func (o *IndexerBulkResource) SetPriorityNil()

SetPriorityNil sets the value for Priority to be an explicit nil

func (*IndexerBulkResource) SetTags added in v0.3.1

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.3.1

func (o *IndexerBulkResource) UnsetEnableAutomaticSearch()

UnsetEnableAutomaticSearch ensures that no value is present for EnableAutomaticSearch, not even an explicit nil

func (*IndexerBulkResource) UnsetEnableInteractiveSearch added in v0.3.1

func (o *IndexerBulkResource) UnsetEnableInteractiveSearch()

UnsetEnableInteractiveSearch ensures that no value is present for EnableInteractiveSearch, not even an explicit nil

func (*IndexerBulkResource) UnsetEnableRss added in v0.3.1

func (o *IndexerBulkResource) UnsetEnableRss()

UnsetEnableRss ensures that no value is present for EnableRss, not even an explicit nil

func (*IndexerBulkResource) UnsetPriority added in v0.3.1

func (o *IndexerBulkResource) UnsetPriority()

UnsetPriority ensures that no value is present for Priority, not even an explicit nil

type IndexerConfigAPIService added in v0.3.1

type IndexerConfigAPIService service

IndexerConfigAPIService IndexerConfigAPI service

func (*IndexerConfigAPIService) GetIndexerConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return IndexerConfigResource

func (*IndexerConfigAPIService) GetIndexerConfigExecute added in v0.3.1

Execute executes the request

@return IndexerConfigResource

func (*IndexerConfigAPIService) UpdateIndexerConfig added in v0.3.1

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 v0.3.1

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

func (o *IndexerResource) GetDownloadClientId() int32

GetDownloadClientId returns the DownloadClientId field value if set, zero value otherwise.

func (*IndexerResource) GetDownloadClientIdOk

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

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

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 v0.3.1

type LanguageAPIService service

LanguageAPIService LanguageAPI service

func (*LanguageAPIService) GetLanguageById added in v0.3.1

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 v0.3.1

Execute executes the request

@return LanguageResource

func (*LanguageAPIService) ListLanguage added in v0.3.1

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 v0.3.1

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 v0.3.1

type LocalizationAPIService service

LocalizationAPIService LocalizationAPI service

func (*LocalizationAPIService) GetLocalization added in v0.3.1

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 v0.3.1

Execute executes the request

@return LocalizationResource

type LocalizationResource added in v0.3.1

type LocalizationResource struct {
	Id      *int32            `json:"id,omitempty"`
	Strings map[string]string `json:"strings,omitempty"`
}

LocalizationResource struct for LocalizationResource

func NewLocalizationResource added in v0.3.1

func NewLocalizationResource() *LocalizationResource

NewLocalizationResource instantiates a new LocalizationResource 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 NewLocalizationResourceWithDefaults added in v0.3.1

func NewLocalizationResourceWithDefaults() *LocalizationResource

NewLocalizationResourceWithDefaults instantiates a new LocalizationResource 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 (*LocalizationResource) GetId added in v0.3.1

func (o *LocalizationResource) GetId() int32

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

func (*LocalizationResource) GetIdOk added in v0.3.1

func (o *LocalizationResource) 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 (*LocalizationResource) GetStrings added in v0.3.1

func (o *LocalizationResource) GetStrings() map[string]string

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

func (*LocalizationResource) GetStringsOk added in v0.3.1

func (o *LocalizationResource) GetStringsOk() (*map[string]string, bool)

GetStringsOk returns a tuple with the Strings field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LocalizationResource) HasId added in v0.3.1

func (o *LocalizationResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LocalizationResource) HasStrings added in v0.3.1

func (o *LocalizationResource) HasStrings() bool

HasStrings returns a boolean if a field has been set.

func (LocalizationResource) MarshalJSON added in v0.3.1

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

func (*LocalizationResource) SetId added in v0.3.1

func (o *LocalizationResource) SetId(v int32)

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

func (*LocalizationResource) SetStrings added in v0.3.1

func (o *LocalizationResource) SetStrings(v map[string]string)

SetStrings gets a reference to the given map[string]string and assigns it to the Strings field.

func (LocalizationResource) ToMap added in v1.0.0

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

type LogAPIService added in v0.3.1

type LogAPIService service

LogAPIService LogAPI service

func (*LogAPIService) GetLog added in v0.3.1

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 v0.3.1

Execute executes the request

@return LogResourcePagingResource

type LogFileAPIService added in v0.3.1

type LogFileAPIService service

LogFileAPIService LogFileAPI service

func (*LogFileAPIService) GetLogFileByFilename added in v0.3.1

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 v0.3.1

func (a *LogFileAPIService) GetLogFileByFilenameExecute(r ApiGetLogFileByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*LogFileAPIService) ListLogFile added in v0.3.1

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 v0.3.1

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 v0.3.1

type ManualImportAPIService service

ManualImportAPIService ManualImportAPI service

func (*ManualImportAPIService) CreateManualImport added in v0.3.1

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 v0.3.1

func (a *ManualImportAPIService) CreateManualImportExecute(r ApiCreateManualImportRequest) (*http.Response, error)

Execute executes the request

func (*ManualImportAPIService) ListManualImport added in v0.3.1

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 v0.3.1

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"`
	Artist                  *ArtistResource  `json:"artist,omitempty"`
	Album                   *AlbumResource   `json:"album,omitempty"`
	AlbumReleaseId          *int32           `json:"albumReleaseId,omitempty"`
	Tracks                  []TrackResource  `json:"tracks,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) GetAlbum

func (o *ManualImportResource) GetAlbum() AlbumResource

GetAlbum returns the Album field value if set, zero value otherwise.

func (*ManualImportResource) GetAlbumOk

func (o *ManualImportResource) GetAlbumOk() (*AlbumResource, bool)

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

func (*ManualImportResource) GetAlbumReleaseId

func (o *ManualImportResource) GetAlbumReleaseId() int32

GetAlbumReleaseId returns the AlbumReleaseId field value if set, zero value otherwise.

func (*ManualImportResource) GetAlbumReleaseIdOk

func (o *ManualImportResource) GetAlbumReleaseIdOk() (*int32, bool)

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

func (*ManualImportResource) GetArtist

func (o *ManualImportResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*ManualImportResource) GetArtistOk

func (o *ManualImportResource) GetArtistOk() (*ArtistResource, bool)

GetArtistOk returns a tuple with the Artist 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) 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) 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.2.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.2.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) GetTracks

func (o *ManualImportResource) GetTracks() []TrackResource

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

func (*ManualImportResource) GetTracksOk

func (o *ManualImportResource) GetTracksOk() ([]TrackResource, bool)

GetTracksOk returns a tuple with the Tracks field value if set, nil otherwise and 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) HasAdditionalFile

func (o *ManualImportResource) HasAdditionalFile() bool

HasAdditionalFile returns a boolean if a field has been set.

func (*ManualImportResource) HasAlbum

func (o *ManualImportResource) HasAlbum() bool

HasAlbum returns a boolean if a field has been set.

func (*ManualImportResource) HasAlbumReleaseId

func (o *ManualImportResource) HasAlbumReleaseId() bool

HasAlbumReleaseId returns a boolean if a field has been set.

func (*ManualImportResource) HasArtist

func (o *ManualImportResource) HasArtist() bool

HasArtist 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) 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) 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.2.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) HasTracks

func (o *ManualImportResource) HasTracks() bool

HasTracks 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) SetAlbum

func (o *ManualImportResource) SetAlbum(v AlbumResource)

SetAlbum gets a reference to the given AlbumResource and assigns it to the Album field.

func (*ManualImportResource) SetAlbumReleaseId

func (o *ManualImportResource) SetAlbumReleaseId(v int32)

SetAlbumReleaseId gets a reference to the given int32 and assigns it to the AlbumReleaseId field.

func (*ManualImportResource) SetArtist

func (o *ManualImportResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist 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) 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) 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.2.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.2.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) SetTracks

func (o *ManualImportResource) SetTracks(v []TrackResource)

SetTracks gets a reference to the given []TrackResource and assigns it to the Tracks 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) 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.2.0

func (o *ManualImportResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

type ManualImportUpdateResource added in v0.2.0

type ManualImportUpdateResource struct {
	Id                      *int32          `json:"id,omitempty"`
	Path                    NullableString  `json:"path,omitempty"`
	Name                    NullableString  `json:"name,omitempty"`
	ArtistId                NullableInt32   `json:"artistId,omitempty"`
	AlbumId                 NullableInt32   `json:"albumId,omitempty"`
	AlbumReleaseId          NullableInt32   `json:"albumReleaseId,omitempty"`
	Tracks                  []TrackResource `json:"tracks,omitempty"`
	TrackIds                []int32         `json:"trackIds,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.2.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.2.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.2.0

func (o *ManualImportUpdateResource) GetAdditionalFile() bool

GetAdditionalFile returns the AdditionalFile field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetAdditionalFileOk added in v0.2.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) GetAlbumId added in v0.2.0

func (o *ManualImportUpdateResource) GetAlbumId() int32

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

func (*ManualImportUpdateResource) GetAlbumIdOk added in v0.2.0

func (o *ManualImportUpdateResource) GetAlbumIdOk() (*int32, bool)

GetAlbumIdOk returns a tuple with the AlbumId field value if set, nil otherwise and 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) GetAlbumReleaseId added in v0.2.0

func (o *ManualImportUpdateResource) GetAlbumReleaseId() int32

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

func (*ManualImportUpdateResource) GetAlbumReleaseIdOk added in v0.2.0

func (o *ManualImportUpdateResource) GetAlbumReleaseIdOk() (*int32, bool)

GetAlbumReleaseIdOk returns a tuple with the AlbumReleaseId field value if set, nil otherwise and 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) GetArtistId added in v0.2.0

func (o *ManualImportUpdateResource) GetArtistId() int32

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

func (*ManualImportUpdateResource) GetArtistIdOk added in v0.2.0

func (o *ManualImportUpdateResource) GetArtistIdOk() (*int32, bool)

GetArtistIdOk returns a tuple with the ArtistId field value if set, nil otherwise and 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.2.0

func (o *ManualImportUpdateResource) GetDisableReleaseSwitching() bool

GetDisableReleaseSwitching returns the DisableReleaseSwitching field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetDisableReleaseSwitchingOk added in v0.2.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.2.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.2.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) GetId added in v0.2.0

func (o *ManualImportUpdateResource) GetId() int32

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

func (*ManualImportUpdateResource) GetIdOk added in v0.2.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.2.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.2.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.2.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.2.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.2.0

func (o *ManualImportUpdateResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetQualityOk added in v0.2.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.2.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.2.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.2.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.2.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.2.0

func (o *ManualImportUpdateResource) GetReplaceExistingFiles() bool

GetReplaceExistingFiles returns the ReplaceExistingFiles field value if set, zero value otherwise.

func (*ManualImportUpdateResource) GetReplaceExistingFilesOk added in v0.2.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) GetTrackIds added in v0.2.0

func (o *ManualImportUpdateResource) GetTrackIds() []int32

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

func (*ManualImportUpdateResource) GetTrackIdsOk added in v0.2.0

func (o *ManualImportUpdateResource) GetTrackIdsOk() ([]int32, bool)

GetTrackIdsOk returns a tuple with the TrackIds field value if set, nil otherwise and 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) GetTracks added in v0.2.0

func (o *ManualImportUpdateResource) GetTracks() []TrackResource

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

func (*ManualImportUpdateResource) GetTracksOk added in v0.2.0

func (o *ManualImportUpdateResource) GetTracksOk() ([]TrackResource, bool)

GetTracksOk returns a tuple with the Tracks field value if set, nil otherwise and 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) HasAdditionalFile added in v0.2.0

func (o *ManualImportUpdateResource) HasAdditionalFile() bool

HasAdditionalFile returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasAlbumId added in v0.2.0

func (o *ManualImportUpdateResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasAlbumReleaseId added in v0.2.0

func (o *ManualImportUpdateResource) HasAlbumReleaseId() bool

HasAlbumReleaseId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasArtistId added in v0.2.0

func (o *ManualImportUpdateResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasDisableReleaseSwitching added in v0.2.0

func (o *ManualImportUpdateResource) HasDisableReleaseSwitching() bool

HasDisableReleaseSwitching returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasDownloadId added in v0.2.0

func (o *ManualImportUpdateResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasId added in v0.2.0

func (o *ManualImportUpdateResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasName added in v0.2.0

func (o *ManualImportUpdateResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasPath added in v0.2.0

func (o *ManualImportUpdateResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasQuality added in v0.2.0

func (o *ManualImportUpdateResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasRejections added in v0.2.0

func (o *ManualImportUpdateResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasReleaseGroup added in v0.2.0

func (o *ManualImportUpdateResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasReplaceExistingFiles added in v0.2.0

func (o *ManualImportUpdateResource) HasReplaceExistingFiles() bool

HasReplaceExistingFiles returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasTrackIds added in v0.2.0

func (o *ManualImportUpdateResource) HasTrackIds() bool

HasTrackIds returns a boolean if a field has been set.

func (*ManualImportUpdateResource) HasTracks added in v0.2.0

func (o *ManualImportUpdateResource) HasTracks() bool

HasTracks returns a boolean if a field has been set.

func (ManualImportUpdateResource) MarshalJSON added in v0.2.0

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

func (*ManualImportUpdateResource) SetAdditionalFile added in v0.2.0

func (o *ManualImportUpdateResource) SetAdditionalFile(v bool)

SetAdditionalFile gets a reference to the given bool and assigns it to the AdditionalFile field.

func (*ManualImportUpdateResource) SetAlbumId added in v0.2.0

func (o *ManualImportUpdateResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given NullableInt32 and assigns it to the AlbumId field.

func (*ManualImportUpdateResource) SetAlbumIdNil added in v0.2.0

func (o *ManualImportUpdateResource) SetAlbumIdNil()

SetAlbumIdNil sets the value for AlbumId to be an explicit nil

func (*ManualImportUpdateResource) SetAlbumReleaseId added in v0.2.0

func (o *ManualImportUpdateResource) SetAlbumReleaseId(v int32)

SetAlbumReleaseId gets a reference to the given NullableInt32 and assigns it to the AlbumReleaseId field.

func (*ManualImportUpdateResource) SetAlbumReleaseIdNil added in v0.2.0

func (o *ManualImportUpdateResource) SetAlbumReleaseIdNil()

SetAlbumReleaseIdNil sets the value for AlbumReleaseId to be an explicit nil

func (*ManualImportUpdateResource) SetArtistId added in v0.2.0

func (o *ManualImportUpdateResource) SetArtistId(v int32)

SetArtistId gets a reference to the given NullableInt32 and assigns it to the ArtistId field.

func (*ManualImportUpdateResource) SetArtistIdNil added in v0.2.0

func (o *ManualImportUpdateResource) SetArtistIdNil()

SetArtistIdNil sets the value for ArtistId to be an explicit nil

func (*ManualImportUpdateResource) SetDisableReleaseSwitching added in v0.2.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.2.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.2.0

func (o *ManualImportUpdateResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*ManualImportUpdateResource) SetId added in v0.2.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.2.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.2.0

func (o *ManualImportUpdateResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ManualImportUpdateResource) SetPath added in v0.2.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.2.0

func (o *ManualImportUpdateResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*ManualImportUpdateResource) SetQuality added in v0.2.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.2.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.2.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.2.0

func (o *ManualImportUpdateResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ManualImportUpdateResource) SetReplaceExistingFiles added in v0.2.0

func (o *ManualImportUpdateResource) SetReplaceExistingFiles(v bool)

SetReplaceExistingFiles gets a reference to the given bool and assigns it to the ReplaceExistingFiles field.

func (*ManualImportUpdateResource) SetTrackIds added in v0.2.0

func (o *ManualImportUpdateResource) SetTrackIds(v []int32)

SetTrackIds gets a reference to the given []int32 and assigns it to the TrackIds field.

func (*ManualImportUpdateResource) SetTracks added in v0.2.0

func (o *ManualImportUpdateResource) SetTracks(v []TrackResource)

SetTracks gets a reference to the given []TrackResource and assigns it to the Tracks field.

func (ManualImportUpdateResource) ToMap added in v1.0.0

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

func (*ManualImportUpdateResource) UnsetAlbumId added in v0.2.0

func (o *ManualImportUpdateResource) UnsetAlbumId()

UnsetAlbumId ensures that no value is present for AlbumId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetAlbumReleaseId added in v0.2.0

func (o *ManualImportUpdateResource) UnsetAlbumReleaseId()

UnsetAlbumReleaseId ensures that no value is present for AlbumReleaseId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetArtistId added in v0.2.0

func (o *ManualImportUpdateResource) UnsetArtistId()

UnsetArtistId ensures that no value is present for ArtistId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetDownloadId added in v0.2.0

func (o *ManualImportUpdateResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*ManualImportUpdateResource) UnsetName added in v0.2.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.2.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.2.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"`
	RemoteUrl NullableString   `json:"remoteUrl,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) GetRemoteUrl

func (o *MediaCover) GetRemoteUrl() string

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

func (*MediaCover) GetRemoteUrlOk

func (o *MediaCover) GetRemoteUrlOk() (*string, bool)

GetRemoteUrlOk returns a tuple with the RemoteUrl field value if set, nil otherwise and 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) HasRemoteUrl

func (o *MediaCover) HasRemoteUrl() bool

HasRemoteUrl 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) SetRemoteUrl

func (o *MediaCover) SetRemoteUrl(v string)

SetRemoteUrl gets a reference to the given NullableString and assigns it to the RemoteUrl field.

func (*MediaCover) SetRemoteUrlNil

func (o *MediaCover) SetRemoteUrlNil()

SetRemoteUrlNil sets the value for RemoteUrl 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) UnsetRemoteUrl

func (o *MediaCover) UnsetRemoteUrl()

UnsetRemoteUrl ensures that no value is present for RemoteUrl, 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 v0.3.1

type MediaCoverAPIService service

MediaCoverAPIService MediaCoverAPI service

func (*MediaCoverAPIService) GetMediaCoverAlbumByFilename added in v0.3.1

func (a *MediaCoverAPIService) GetMediaCoverAlbumByFilename(ctx context.Context, albumId int32, filename string) ApiGetMediaCoverAlbumByFilenameRequest

GetMediaCoverAlbumByFilename Method for GetMediaCoverAlbumByFilename

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

func (*MediaCoverAPIService) GetMediaCoverAlbumByFilenameExecute added in v0.3.1

func (a *MediaCoverAPIService) GetMediaCoverAlbumByFilenameExecute(r ApiGetMediaCoverAlbumByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*MediaCoverAPIService) GetMediaCoverArtistByFilename added in v0.3.1

func (a *MediaCoverAPIService) GetMediaCoverArtistByFilename(ctx context.Context, artistId int32, filename string) ApiGetMediaCoverArtistByFilenameRequest

GetMediaCoverArtistByFilename Method for GetMediaCoverArtistByFilename

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

func (*MediaCoverAPIService) GetMediaCoverArtistByFilenameExecute added in v0.3.1

func (a *MediaCoverAPIService) GetMediaCoverArtistByFilenameExecute(r ApiGetMediaCoverArtistByFilenameRequest) (*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 v0.3.1

type MediaManagementConfigAPIService service

MediaManagementConfigAPIService MediaManagementConfigAPI service

func (*MediaManagementConfigAPIService) GetMediaManagementConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return MediaManagementConfigResource

func (*MediaManagementConfigAPIService) GetMediaManagementConfigExecute added in v0.3.1

Execute executes the request

@return MediaManagementConfigResource

func (*MediaManagementConfigAPIService) UpdateMediaManagementConfig added in v0.3.1

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 v0.3.1

Execute executes the request

@return MediaManagementConfigResource

type MediaManagementConfigResource

type MediaManagementConfigResource struct {
	Id                                      *int32                  `json:"id,omitempty"`
	AutoUnmonitorPreviouslyDownloadedTracks *bool                   `json:"autoUnmonitorPreviouslyDownloadedTracks,omitempty"`
	RecycleBin                              NullableString          `json:"recycleBin,omitempty"`
	RecycleBinCleanupDays                   *int32                  `json:"recycleBinCleanupDays,omitempty"`
	DownloadPropersAndRepacks               *ProperDownloadTypes    `json:"downloadPropersAndRepacks,omitempty"`
	CreateEmptyArtistFolders                *bool                   `json:"createEmptyArtistFolders,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) GetAutoUnmonitorPreviouslyDownloadedTracks

func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedTracks() bool

GetAutoUnmonitorPreviouslyDownloadedTracks returns the AutoUnmonitorPreviouslyDownloadedTracks field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedTracksOk

func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedTracksOk() (*bool, bool)

GetAutoUnmonitorPreviouslyDownloadedTracksOk returns a tuple with the AutoUnmonitorPreviouslyDownloadedTracks 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) GetCreateEmptyArtistFolders

func (o *MediaManagementConfigResource) GetCreateEmptyArtistFolders() bool

GetCreateEmptyArtistFolders returns the CreateEmptyArtistFolders field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetCreateEmptyArtistFoldersOk

func (o *MediaManagementConfigResource) GetCreateEmptyArtistFoldersOk() (*bool, bool)

GetCreateEmptyArtistFoldersOk returns a tuple with the CreateEmptyArtistFolders 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) HasAutoUnmonitorPreviouslyDownloadedTracks

func (o *MediaManagementConfigResource) HasAutoUnmonitorPreviouslyDownloadedTracks() bool

HasAutoUnmonitorPreviouslyDownloadedTracks 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) HasCreateEmptyArtistFolders

func (o *MediaManagementConfigResource) HasCreateEmptyArtistFolders() bool

HasCreateEmptyArtistFolders 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) SetAutoUnmonitorPreviouslyDownloadedTracks

func (o *MediaManagementConfigResource) SetAutoUnmonitorPreviouslyDownloadedTracks(v bool)

SetAutoUnmonitorPreviouslyDownloadedTracks gets a reference to the given bool and assigns it to the AutoUnmonitorPreviouslyDownloadedTracks 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) SetCreateEmptyArtistFolders

func (o *MediaManagementConfigResource) SetCreateEmptyArtistFolders(v bool)

SetCreateEmptyArtistFolders gets a reference to the given bool and assigns it to the CreateEmptyArtistFolders 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 MediumResource

type MediumResource struct {
	MediumNumber *int32         `json:"mediumNumber,omitempty"`
	MediumName   NullableString `json:"mediumName,omitempty"`
	MediumFormat NullableString `json:"mediumFormat,omitempty"`
}

MediumResource struct for MediumResource

func NewMediumResource

func NewMediumResource() *MediumResource

NewMediumResource instantiates a new MediumResource 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 NewMediumResourceWithDefaults

func NewMediumResourceWithDefaults() *MediumResource

NewMediumResourceWithDefaults instantiates a new MediumResource 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 (*MediumResource) GetMediumFormat

func (o *MediumResource) GetMediumFormat() string

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

func (*MediumResource) GetMediumFormatOk

func (o *MediumResource) GetMediumFormatOk() (*string, bool)

GetMediumFormatOk returns a tuple with the MediumFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediumResource) GetMediumName

func (o *MediumResource) GetMediumName() string

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

func (*MediumResource) GetMediumNameOk

func (o *MediumResource) GetMediumNameOk() (*string, bool)

GetMediumNameOk returns a tuple with the MediumName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediumResource) GetMediumNumber

func (o *MediumResource) GetMediumNumber() int32

GetMediumNumber returns the MediumNumber field value if set, zero value otherwise.

func (*MediumResource) GetMediumNumberOk

func (o *MediumResource) GetMediumNumberOk() (*int32, bool)

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

func (*MediumResource) HasMediumFormat

func (o *MediumResource) HasMediumFormat() bool

HasMediumFormat returns a boolean if a field has been set.

func (*MediumResource) HasMediumName

func (o *MediumResource) HasMediumName() bool

HasMediumName returns a boolean if a field has been set.

func (*MediumResource) HasMediumNumber

func (o *MediumResource) HasMediumNumber() bool

HasMediumNumber returns a boolean if a field has been set.

func (MediumResource) MarshalJSON

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

func (*MediumResource) SetMediumFormat

func (o *MediumResource) SetMediumFormat(v string)

SetMediumFormat gets a reference to the given NullableString and assigns it to the MediumFormat field.

func (*MediumResource) SetMediumFormatNil

func (o *MediumResource) SetMediumFormatNil()

SetMediumFormatNil sets the value for MediumFormat to be an explicit nil

func (*MediumResource) SetMediumName

func (o *MediumResource) SetMediumName(v string)

SetMediumName gets a reference to the given NullableString and assigns it to the MediumName field.

func (*MediumResource) SetMediumNameNil

func (o *MediumResource) SetMediumNameNil()

SetMediumNameNil sets the value for MediumName to be an explicit nil

func (*MediumResource) SetMediumNumber

func (o *MediumResource) SetMediumNumber(v int32)

SetMediumNumber gets a reference to the given int32 and assigns it to the MediumNumber field.

func (MediumResource) ToMap added in v1.0.0

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

func (*MediumResource) UnsetMediumFormat

func (o *MediumResource) UnsetMediumFormat()

UnsetMediumFormat ensures that no value is present for MediumFormat, not even an explicit nil

func (*MediumResource) UnsetMediumName

func (o *MediumResource) UnsetMediumName()

UnsetMediumName ensures that no value is present for MediumName, not even an explicit nil

type Member

type Member struct {
	Name       NullableString `json:"name,omitempty"`
	Instrument NullableString `json:"instrument,omitempty"`
	Images     []MediaCover   `json:"images,omitempty"`
}

Member struct for Member

func NewMember

func NewMember() *Member

NewMember instantiates a new Member 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 NewMemberWithDefaults

func NewMemberWithDefaults() *Member

NewMemberWithDefaults instantiates a new Member 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 (*Member) GetImages

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

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

func (*Member) GetImagesOk

func (o *Member) 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 (*Member) GetInstrument

func (o *Member) GetInstrument() string

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

func (*Member) GetInstrumentOk

func (o *Member) GetInstrumentOk() (*string, bool)

GetInstrumentOk returns a tuple with the Instrument field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Member) GetName

func (o *Member) GetName() string

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

func (*Member) GetNameOk

func (o *Member) 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 (*Member) HasImages

func (o *Member) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*Member) HasInstrument

func (o *Member) HasInstrument() bool

HasInstrument returns a boolean if a field has been set.

func (*Member) HasName

func (o *Member) HasName() bool

HasName returns a boolean if a field has been set.

func (Member) MarshalJSON

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

func (*Member) SetImages

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

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

func (*Member) SetInstrument

func (o *Member) SetInstrument(v string)

SetInstrument gets a reference to the given NullableString and assigns it to the Instrument field.

func (*Member) SetInstrumentNil

func (o *Member) SetInstrumentNil()

SetInstrumentNil sets the value for Instrument to be an explicit nil

func (*Member) SetName

func (o *Member) SetName(v string)

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

func (*Member) SetNameNil

func (o *Member) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (Member) ToMap added in v1.0.0

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

func (*Member) UnsetInstrument

func (o *Member) UnsetInstrument()

UnsetInstrument ensures that no value is present for Instrument, not even an explicit nil

func (*Member) UnsetName

func (o *Member) UnsetName()

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

type MetadataAPIService added in v0.3.1

type MetadataAPIService service

MetadataAPIService MetadataAPI service

func (*MetadataAPIService) CreateMetadata added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *MetadataAPIService) CreateMetadataActionByNameExecute(r ApiCreateMetadataActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) CreateMetadataExecute added in v0.3.1

Execute executes the request

@return MetadataResource

func (*MetadataAPIService) DeleteMetadata added in v0.3.1

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 v0.3.1

func (a *MetadataAPIService) DeleteMetadataExecute(r ApiDeleteMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) GetMetadataById added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataResource

func (*MetadataAPIService) ListMetadata added in v0.3.1

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 v0.3.1

Execute executes the request

@return []MetadataResource

func (*MetadataAPIService) ListMetadataSchema added in v0.3.1

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 v0.3.1

func (a *MetadataAPIService) ListMetadataSchemaExecute(r ApiListMetadataSchemaRequest) ([]MetadataResource, *http.Response, error)

Execute executes the request

@return []MetadataResource

func (*MetadataAPIService) TestMetadata added in v0.3.1

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 v0.3.1

func (a *MetadataAPIService) TestMetadataExecute(r ApiTestMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) TestallMetadata added in v0.3.1

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 v0.3.1

func (a *MetadataAPIService) TestallMetadataExecute(r ApiTestallMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) UpdateMetadata added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataResource

type MetadataProfileAPIService added in v0.3.1

type MetadataProfileAPIService service

MetadataProfileAPIService MetadataProfileAPI service

func (*MetadataProfileAPIService) CreateMetadataProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataProfileResource

func (*MetadataProfileAPIService) DeleteMetadataProfile added in v0.3.1

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 v0.3.1

func (a *MetadataProfileAPIService) DeleteMetadataProfileExecute(r ApiDeleteMetadataProfileRequest) (*http.Response, error)

Execute executes the request

func (*MetadataProfileAPIService) GetMetadataProfileById added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataProfileResource

func (*MetadataProfileAPIService) ListMetadataProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return []MetadataProfileResource

func (*MetadataProfileAPIService) UpdateMetadataProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataProfileResource

type MetadataProfileResource

type MetadataProfileResource struct {
	Id                  *int32                                  `json:"id,omitempty"`
	Name                NullableString                          `json:"name,omitempty"`
	PrimaryAlbumTypes   []ProfilePrimaryAlbumTypeItemResource   `json:"primaryAlbumTypes,omitempty"`
	SecondaryAlbumTypes []ProfileSecondaryAlbumTypeItemResource `json:"secondaryAlbumTypes,omitempty"`
	ReleaseStatuses     []ProfileReleaseStatusItemResource      `json:"releaseStatuses,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) 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) 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) GetPrimaryAlbumTypes

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

func (*MetadataProfileResource) GetPrimaryAlbumTypesOk

func (o *MetadataProfileResource) GetPrimaryAlbumTypesOk() ([]ProfilePrimaryAlbumTypeItemResource, bool)

GetPrimaryAlbumTypesOk returns a tuple with the PrimaryAlbumTypes field value if set, nil otherwise and 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) GetReleaseStatuses

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

func (*MetadataProfileResource) GetReleaseStatusesOk

func (o *MetadataProfileResource) GetReleaseStatusesOk() ([]ProfileReleaseStatusItemResource, bool)

GetReleaseStatusesOk returns a tuple with the ReleaseStatuses field value if set, nil otherwise and 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) GetSecondaryAlbumTypes

func (o *MetadataProfileResource) GetSecondaryAlbumTypes() []ProfileSecondaryAlbumTypeItemResource

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

func (*MetadataProfileResource) GetSecondaryAlbumTypesOk

func (o *MetadataProfileResource) GetSecondaryAlbumTypesOk() ([]ProfileSecondaryAlbumTypeItemResource, bool)

GetSecondaryAlbumTypesOk returns a tuple with the SecondaryAlbumTypes field value if set, nil otherwise and 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) HasId

func (o *MetadataProfileResource) HasId() bool

HasId 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) HasPrimaryAlbumTypes

func (o *MetadataProfileResource) HasPrimaryAlbumTypes() bool

HasPrimaryAlbumTypes returns a boolean if a field has been set.

func (*MetadataProfileResource) HasReleaseStatuses

func (o *MetadataProfileResource) HasReleaseStatuses() bool

HasReleaseStatuses returns a boolean if a field has been set.

func (*MetadataProfileResource) HasSecondaryAlbumTypes

func (o *MetadataProfileResource) HasSecondaryAlbumTypes() bool

HasSecondaryAlbumTypes returns a boolean if a field has been set.

func (MetadataProfileResource) MarshalJSON

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

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) 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) SetPrimaryAlbumTypes

func (o *MetadataProfileResource) SetPrimaryAlbumTypes(v []ProfilePrimaryAlbumTypeItemResource)

SetPrimaryAlbumTypes gets a reference to the given []ProfilePrimaryAlbumTypeItemResource and assigns it to the PrimaryAlbumTypes field.

func (*MetadataProfileResource) SetReleaseStatuses

func (o *MetadataProfileResource) SetReleaseStatuses(v []ProfileReleaseStatusItemResource)

SetReleaseStatuses gets a reference to the given []ProfileReleaseStatusItemResource and assigns it to the ReleaseStatuses field.

func (*MetadataProfileResource) SetSecondaryAlbumTypes

func (o *MetadataProfileResource) SetSecondaryAlbumTypes(v []ProfileSecondaryAlbumTypeItemResource)

SetSecondaryAlbumTypes gets a reference to the given []ProfileSecondaryAlbumTypeItemResource and assigns it to the SecondaryAlbumTypes field.

func (MetadataProfileResource) ToMap added in v1.0.0

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

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 v0.3.1

type MetadataProfileSchemaAPIService service

MetadataProfileSchemaAPIService MetadataProfileSchemaAPI service

func (*MetadataProfileSchemaAPIService) GetMetadataprofileSchema added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataProfileResource

type MetadataProviderConfigAPIService added in v0.3.1

type MetadataProviderConfigAPIService service

MetadataProviderConfigAPIService MetadataProviderConfigAPI service

func (*MetadataProviderConfigAPIService) GetMetadataProviderConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataProviderConfigResource

func (*MetadataProviderConfigAPIService) GetMetadataProviderConfigExecute added in v0.3.1

Execute executes the request

@return MetadataProviderConfigResource

func (*MetadataProviderConfigAPIService) UpdateMetadataProviderConfig added in v0.3.1

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 v0.3.1

Execute executes the request

@return MetadataProviderConfigResource

type MetadataProviderConfigResource

type MetadataProviderConfigResource struct {
	Id             *int32              `json:"id,omitempty"`
	MetadataSource NullableString      `json:"metadataSource,omitempty"`
	WriteAudioTags *WriteAudioTagsType `json:"writeAudioTags,omitempty"`
	ScrubAudioTags *bool               `json:"scrubAudioTags,omitempty"`
	EmbedCoverArt  *bool               `json:"embedCoverArt,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) GetEmbedCoverArt added in v1.0.0

func (o *MetadataProviderConfigResource) GetEmbedCoverArt() bool

GetEmbedCoverArt returns the EmbedCoverArt field value if set, zero value otherwise.

func (*MetadataProviderConfigResource) GetEmbedCoverArtOk added in v1.0.0

func (o *MetadataProviderConfigResource) GetEmbedCoverArtOk() (*bool, bool)

GetEmbedCoverArtOk returns a tuple with the EmbedCoverArt 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) GetMetadataSource

func (o *MetadataProviderConfigResource) GetMetadataSource() string

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

func (*MetadataProviderConfigResource) GetMetadataSourceOk

func (o *MetadataProviderConfigResource) 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 (*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) 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) HasEmbedCoverArt added in v1.0.0

func (o *MetadataProviderConfigResource) HasEmbedCoverArt() bool

HasEmbedCoverArt returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasId

HasId returns a boolean if a field has been set.

func (*MetadataProviderConfigResource) HasMetadataSource

func (o *MetadataProviderConfigResource) HasMetadataSource() bool

HasMetadataSource 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) HasWriteAudioTags

func (o *MetadataProviderConfigResource) HasWriteAudioTags() bool

HasWriteAudioTags returns a boolean if a field has been set.

func (MetadataProviderConfigResource) MarshalJSON

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

func (*MetadataProviderConfigResource) SetEmbedCoverArt added in v1.0.0

func (o *MetadataProviderConfigResource) SetEmbedCoverArt(v bool)

SetEmbedCoverArt gets a reference to the given bool and assigns it to the EmbedCoverArt field.

func (*MetadataProviderConfigResource) SetId

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

func (*MetadataProviderConfigResource) SetMetadataSource

func (o *MetadataProviderConfigResource) SetMetadataSource(v string)

SetMetadataSource gets a reference to the given NullableString and assigns it to the MetadataSource field.

func (*MetadataProviderConfigResource) SetMetadataSourceNil

func (o *MetadataProviderConfigResource) SetMetadataSourceNil()

SetMetadataSourceNil sets the value for MetadataSource to be an explicit nil

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) SetWriteAudioTags

func (o *MetadataProviderConfigResource) SetWriteAudioTags(v WriteAudioTagsType)

SetWriteAudioTags gets a reference to the given WriteAudioTagsType and assigns it to the WriteAudioTags field.

func (MetadataProviderConfigResource) ToMap added in v1.0.0

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

func (*MetadataProviderConfigResource) UnsetMetadataSource

func (o *MetadataProviderConfigResource) UnsetMetadataSource()

UnsetMetadataSource ensures that no value is present for MetadataSource, not even an explicit nil

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 v0.3.1

type MissingAPIService service

MissingAPIService MissingAPI service

func (*MissingAPIService) GetWantedMissing added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *MissingAPIService) GetWantedMissingByIdExecute(r ApiGetWantedMissingByIdRequest) (*AlbumResource, *http.Response, error)

Execute executes the request

@return AlbumResource

func (*MissingAPIService) GetWantedMissingExecute added in v0.3.1

Execute executes the request

@return AlbumResourcePagingResource

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"`
	AlbumsToMonitor []string      `json:"albumsToMonitor,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) GetAlbumsToMonitor

func (o *MonitoringOptions) GetAlbumsToMonitor() []string

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

func (*MonitoringOptions) GetAlbumsToMonitorOk

func (o *MonitoringOptions) GetAlbumsToMonitorOk() ([]string, bool)

GetAlbumsToMonitorOk returns a tuple with the AlbumsToMonitor field value if set, nil otherwise and 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) HasAlbumsToMonitor

func (o *MonitoringOptions) HasAlbumsToMonitor() bool

HasAlbumsToMonitor 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) SetAlbumsToMonitor

func (o *MonitoringOptions) SetAlbumsToMonitor(v []string)

SetAlbumsToMonitor gets a reference to the given []string and assigns it to the AlbumsToMonitor 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 v0.3.1

type NamingConfigAPIService service

NamingConfigAPIService NamingConfigAPI service

func (*NamingConfigAPIService) GetNamingConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return NamingConfigResource

func (*NamingConfigAPIService) GetNamingConfigExamples added in v0.3.1

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 v0.3.1

func (a *NamingConfigAPIService) GetNamingConfigExamplesExecute(r ApiGetNamingConfigExamplesRequest) (*http.Response, error)

Execute executes the request

func (*NamingConfigAPIService) GetNamingConfigExecute added in v0.3.1

Execute executes the request

@return NamingConfigResource

func (*NamingConfigAPIService) UpdateNamingConfig added in v0.3.1

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 v0.3.1

Execute executes the request

@return NamingConfigResource

type NamingConfigResource

type NamingConfigResource struct {
	Id                       *int32         `json:"id,omitempty"`
	RenameTracks             *bool          `json:"renameTracks,omitempty"`
	ReplaceIllegalCharacters *bool          `json:"replaceIllegalCharacters,omitempty"`
	ColonReplacementFormat   *int32         `json:"colonReplacementFormat,omitempty"`
	StandardTrackFormat      NullableString `json:"standardTrackFormat,omitempty"`
	MultiDiscTrackFormat     NullableString `json:"multiDiscTrackFormat,omitempty"`
	ArtistFolderFormat       NullableString `json:"artistFolderFormat,omitempty"`
	IncludeArtistName        *bool          `json:"includeArtistName,omitempty"`
	IncludeAlbumTitle        *bool          `json:"includeAlbumTitle,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) GetArtistFolderFormat

func (o *NamingConfigResource) GetArtistFolderFormat() string

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

func (*NamingConfigResource) GetArtistFolderFormatOk

func (o *NamingConfigResource) GetArtistFolderFormatOk() (*string, bool)

GetArtistFolderFormatOk returns a tuple with the ArtistFolderFormat field value if set, nil otherwise and 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.3.0

func (o *NamingConfigResource) GetColonReplacementFormat() int32

GetColonReplacementFormat returns the ColonReplacementFormat field value if set, zero value otherwise.

func (*NamingConfigResource) GetColonReplacementFormatOk added in v0.3.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) GetIncludeAlbumTitle

func (o *NamingConfigResource) GetIncludeAlbumTitle() bool

GetIncludeAlbumTitle returns the IncludeAlbumTitle field value if set, zero value otherwise.

func (*NamingConfigResource) GetIncludeAlbumTitleOk

func (o *NamingConfigResource) GetIncludeAlbumTitleOk() (*bool, bool)

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

func (*NamingConfigResource) GetIncludeArtistName

func (o *NamingConfigResource) GetIncludeArtistName() bool

GetIncludeArtistName returns the IncludeArtistName field value if set, zero value otherwise.

func (*NamingConfigResource) GetIncludeArtistNameOk

func (o *NamingConfigResource) GetIncludeArtistNameOk() (*bool, bool)

GetIncludeArtistNameOk returns a tuple with the IncludeArtistName 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) GetMultiDiscTrackFormat

func (o *NamingConfigResource) GetMultiDiscTrackFormat() string

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

func (*NamingConfigResource) GetMultiDiscTrackFormatOk

func (o *NamingConfigResource) GetMultiDiscTrackFormatOk() (*string, bool)

GetMultiDiscTrackFormatOk returns a tuple with the MultiDiscTrackFormat field value if set, nil otherwise and 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) 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) GetRenameTracks

func (o *NamingConfigResource) GetRenameTracks() bool

GetRenameTracks returns the RenameTracks field value if set, zero value otherwise.

func (*NamingConfigResource) GetRenameTracksOk

func (o *NamingConfigResource) GetRenameTracksOk() (*bool, bool)

GetRenameTracksOk returns a tuple with the RenameTracks 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) GetStandardTrackFormat

func (o *NamingConfigResource) GetStandardTrackFormat() string

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

func (*NamingConfigResource) GetStandardTrackFormatOk

func (o *NamingConfigResource) GetStandardTrackFormatOk() (*string, bool)

GetStandardTrackFormatOk returns a tuple with the StandardTrackFormat field value if set, nil otherwise and 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) HasArtistFolderFormat

func (o *NamingConfigResource) HasArtistFolderFormat() bool

HasArtistFolderFormat returns a boolean if a field has been set.

func (*NamingConfigResource) HasColonReplacementFormat added in v0.3.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) HasIncludeAlbumTitle

func (o *NamingConfigResource) HasIncludeAlbumTitle() bool

HasIncludeAlbumTitle returns a boolean if a field has been set.

func (*NamingConfigResource) HasIncludeArtistName

func (o *NamingConfigResource) HasIncludeArtistName() bool

HasIncludeArtistName 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) HasMultiDiscTrackFormat

func (o *NamingConfigResource) HasMultiDiscTrackFormat() bool

HasMultiDiscTrackFormat 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) HasRenameTracks

func (o *NamingConfigResource) HasRenameTracks() bool

HasRenameTracks 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) HasStandardTrackFormat

func (o *NamingConfigResource) HasStandardTrackFormat() bool

HasStandardTrackFormat returns a boolean if a field has been set.

func (NamingConfigResource) MarshalJSON

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

func (*NamingConfigResource) SetArtistFolderFormat

func (o *NamingConfigResource) SetArtistFolderFormat(v string)

SetArtistFolderFormat gets a reference to the given NullableString and assigns it to the ArtistFolderFormat field.

func (*NamingConfigResource) SetArtistFolderFormatNil

func (o *NamingConfigResource) SetArtistFolderFormatNil()

SetArtistFolderFormatNil sets the value for ArtistFolderFormat to be an explicit nil

func (*NamingConfigResource) SetColonReplacementFormat added in v0.3.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) SetIncludeAlbumTitle

func (o *NamingConfigResource) SetIncludeAlbumTitle(v bool)

SetIncludeAlbumTitle gets a reference to the given bool and assigns it to the IncludeAlbumTitle field.

func (*NamingConfigResource) SetIncludeArtistName

func (o *NamingConfigResource) SetIncludeArtistName(v bool)

SetIncludeArtistName gets a reference to the given bool and assigns it to the IncludeArtistName 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) SetMultiDiscTrackFormat

func (o *NamingConfigResource) SetMultiDiscTrackFormat(v string)

SetMultiDiscTrackFormat gets a reference to the given NullableString and assigns it to the MultiDiscTrackFormat field.

func (*NamingConfigResource) SetMultiDiscTrackFormatNil

func (o *NamingConfigResource) SetMultiDiscTrackFormatNil()

SetMultiDiscTrackFormatNil sets the value for MultiDiscTrackFormat to be an explicit nil

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) SetRenameTracks

func (o *NamingConfigResource) SetRenameTracks(v bool)

SetRenameTracks gets a reference to the given bool and assigns it to the RenameTracks 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) SetStandardTrackFormat

func (o *NamingConfigResource) SetStandardTrackFormat(v string)

SetStandardTrackFormat gets a reference to the given NullableString and assigns it to the StandardTrackFormat field.

func (*NamingConfigResource) SetStandardTrackFormatNil

func (o *NamingConfigResource) SetStandardTrackFormatNil()

SetStandardTrackFormatNil sets the value for StandardTrackFormat to be an explicit nil

func (NamingConfigResource) ToMap added in v1.0.0

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

func (*NamingConfigResource) UnsetArtistFolderFormat

func (o *NamingConfigResource) UnsetArtistFolderFormat()

UnsetArtistFolderFormat ensures that no value is present for ArtistFolderFormat, not even an explicit nil

func (*NamingConfigResource) UnsetMultiDiscTrackFormat

func (o *NamingConfigResource) UnsetMultiDiscTrackFormat()

UnsetMultiDiscTrackFormat ensures that no value is present for MultiDiscTrackFormat, 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) UnsetStandardTrackFormat

func (o *NamingConfigResource) UnsetStandardTrackFormat()

UnsetStandardTrackFormat ensures that no value is present for StandardTrackFormat, not even an explicit nil

type NewItemMonitorTypes

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

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

func (v NewItemMonitorTypes) IsValid() bool

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

func (NewItemMonitorTypes) Ptr

Ptr returns reference to NewItemMonitorTypes value

func (*NewItemMonitorTypes) UnmarshalJSON

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

type NotificationAPIService added in v0.3.1

type NotificationAPIService service

NotificationAPIService NotificationAPI service

func (*NotificationAPIService) CreateNotification added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *NotificationAPIService) CreateNotificationActionByNameExecute(r ApiCreateNotificationActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) CreateNotificationExecute added in v0.3.1

Execute executes the request

@return NotificationResource

func (*NotificationAPIService) DeleteNotification added in v0.3.1

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 v0.3.1

func (a *NotificationAPIService) DeleteNotificationExecute(r ApiDeleteNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) GetNotificationById added in v0.3.1

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 v0.3.1

Execute executes the request

@return NotificationResource

func (*NotificationAPIService) ListNotification added in v0.3.1

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 v0.3.1

Execute executes the request

@return []NotificationResource

func (*NotificationAPIService) ListNotificationSchema added in v0.3.1

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 v0.3.1

Execute executes the request

@return []NotificationResource

func (*NotificationAPIService) TestNotification added in v0.3.1

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 v0.3.1

func (a *NotificationAPIService) TestNotificationExecute(r ApiTestNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) TestallNotification added in v0.3.1

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 v0.3.1

func (a *NotificationAPIService) TestallNotificationExecute(r ApiTestallNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) UpdateNotification added in v0.3.1

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 v0.3.1

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"`
	OnArtistAdd                 *bool                  `json:"onArtistAdd,omitempty"`
	OnArtistDelete              *bool                  `json:"onArtistDelete,omitempty"`
	OnAlbumDelete               *bool                  `json:"onAlbumDelete,omitempty"`
	OnHealthIssue               *bool                  `json:"onHealthIssue,omitempty"`
	OnHealthRestored            *bool                  `json:"onHealthRestored,omitempty"`
	OnDownloadFailure           *bool                  `json:"onDownloadFailure,omitempty"`
	OnImportFailure             *bool                  `json:"onImportFailure,omitempty"`
	OnTrackRetag                *bool                  `json:"onTrackRetag,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"`
	SupportsOnArtistAdd         *bool                  `json:"supportsOnArtistAdd,omitempty"`
	SupportsOnArtistDelete      *bool                  `json:"supportsOnArtistDelete,omitempty"`
	SupportsOnAlbumDelete       *bool                  `json:"supportsOnAlbumDelete,omitempty"`
	SupportsOnHealthIssue       *bool                  `json:"supportsOnHealthIssue,omitempty"`
	SupportsOnHealthRestored    *bool                  `json:"supportsOnHealthRestored,omitempty"`
	IncludeHealthWarnings       *bool                  `json:"includeHealthWarnings,omitempty"`
	SupportsOnDownloadFailure   *bool                  `json:"supportsOnDownloadFailure,omitempty"`
	SupportsOnImportFailure     *bool                  `json:"supportsOnImportFailure,omitempty"`
	SupportsOnTrackRetag        *bool                  `json:"supportsOnTrackRetag,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) GetOnAlbumDelete added in v0.2.0

func (o *NotificationResource) GetOnAlbumDelete() bool

GetOnAlbumDelete returns the OnAlbumDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnAlbumDeleteOk added in v0.2.0

func (o *NotificationResource) GetOnAlbumDeleteOk() (*bool, bool)

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

func (*NotificationResource) GetOnApplicationUpdate

func (o *NotificationResource) GetOnApplicationUpdate() bool

GetOnApplicationUpdate returns the OnApplicationUpdate field value if set, zero value otherwise.

func (*NotificationResource) GetOnApplicationUpdateOk

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) GetOnArtistAdd added in v1.0.0

func (o *NotificationResource) GetOnArtistAdd() bool

GetOnArtistAdd returns the OnArtistAdd field value if set, zero value otherwise.

func (*NotificationResource) GetOnArtistAddOk added in v1.0.0

func (o *NotificationResource) GetOnArtistAddOk() (*bool, bool)

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

func (*NotificationResource) GetOnArtistDelete added in v0.2.0

func (o *NotificationResource) GetOnArtistDelete() bool

GetOnArtistDelete returns the OnArtistDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnArtistDeleteOk added in v0.2.0

func (o *NotificationResource) GetOnArtistDeleteOk() (*bool, bool)

GetOnArtistDeleteOk returns a tuple with the OnArtistDelete 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) GetOnHealthRestored added in v0.3.0

func (o *NotificationResource) GetOnHealthRestored() bool

GetOnHealthRestored returns the OnHealthRestored field value if set, zero value otherwise.

func (*NotificationResource) GetOnHealthRestoredOk added in v0.3.0

func (o *NotificationResource) GetOnHealthRestoredOk() (*bool, bool)

GetOnHealthRestoredOk returns a tuple with the OnHealthRestored 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) GetOnTrackRetag

func (o *NotificationResource) GetOnTrackRetag() bool

GetOnTrackRetag returns the OnTrackRetag field value if set, zero value otherwise.

func (*NotificationResource) GetOnTrackRetagOk

func (o *NotificationResource) GetOnTrackRetagOk() (*bool, bool)

GetOnTrackRetagOk returns a tuple with the OnTrackRetag 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) GetSupportsOnAlbumDelete added in v0.2.0

func (o *NotificationResource) GetSupportsOnAlbumDelete() bool

GetSupportsOnAlbumDelete returns the SupportsOnAlbumDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnAlbumDeleteOk added in v0.2.0

func (o *NotificationResource) GetSupportsOnAlbumDeleteOk() (*bool, bool)

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

func (*NotificationResource) GetSupportsOnApplicationUpdate

func (o *NotificationResource) GetSupportsOnApplicationUpdate() bool

GetSupportsOnApplicationUpdate returns the SupportsOnApplicationUpdate field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnApplicationUpdateOk

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) GetSupportsOnArtistAdd added in v1.0.0

func (o *NotificationResource) GetSupportsOnArtistAdd() bool

GetSupportsOnArtistAdd returns the SupportsOnArtistAdd field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnArtistAddOk added in v1.0.0

func (o *NotificationResource) GetSupportsOnArtistAddOk() (*bool, bool)

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

func (*NotificationResource) GetSupportsOnArtistDelete added in v0.2.0

func (o *NotificationResource) GetSupportsOnArtistDelete() bool

GetSupportsOnArtistDelete returns the SupportsOnArtistDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnArtistDeleteOk added in v0.2.0

func (o *NotificationResource) GetSupportsOnArtistDeleteOk() (*bool, bool)

GetSupportsOnArtistDeleteOk returns a tuple with the SupportsOnArtistDelete 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) GetSupportsOnHealthRestored added in v0.3.0

func (o *NotificationResource) GetSupportsOnHealthRestored() bool

GetSupportsOnHealthRestored returns the SupportsOnHealthRestored field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnHealthRestoredOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnHealthRestoredOk() (*bool, bool)

GetSupportsOnHealthRestoredOk returns a tuple with the SupportsOnHealthRestored 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) GetSupportsOnTrackRetag

func (o *NotificationResource) GetSupportsOnTrackRetag() bool

GetSupportsOnTrackRetag returns the SupportsOnTrackRetag field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnTrackRetagOk

func (o *NotificationResource) GetSupportsOnTrackRetagOk() (*bool, bool)

GetSupportsOnTrackRetagOk returns a tuple with the SupportsOnTrackRetag 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) HasOnAlbumDelete added in v0.2.0

func (o *NotificationResource) HasOnAlbumDelete() bool

HasOnAlbumDelete returns a boolean if a field has been set.

func (*NotificationResource) HasOnApplicationUpdate

func (o *NotificationResource) HasOnApplicationUpdate() bool

HasOnApplicationUpdate returns a boolean if a field has been set.

func (*NotificationResource) HasOnArtistAdd added in v1.0.0

func (o *NotificationResource) HasOnArtistAdd() bool

HasOnArtistAdd returns a boolean if a field has been set.

func (*NotificationResource) HasOnArtistDelete added in v0.2.0

func (o *NotificationResource) HasOnArtistDelete() bool

HasOnArtistDelete 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) HasOnHealthRestored added in v0.3.0

func (o *NotificationResource) HasOnHealthRestored() bool

HasOnHealthRestored 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) HasOnTrackRetag

func (o *NotificationResource) HasOnTrackRetag() bool

HasOnTrackRetag 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) HasSupportsOnAlbumDelete added in v0.2.0

func (o *NotificationResource) HasSupportsOnAlbumDelete() bool

HasSupportsOnAlbumDelete returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnApplicationUpdate

func (o *NotificationResource) HasSupportsOnApplicationUpdate() bool

HasSupportsOnApplicationUpdate returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnArtistAdd added in v1.0.0

func (o *NotificationResource) HasSupportsOnArtistAdd() bool

HasSupportsOnArtistAdd returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnArtistDelete added in v0.2.0

func (o *NotificationResource) HasSupportsOnArtistDelete() bool

HasSupportsOnArtistDelete 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) HasSupportsOnHealthRestored added in v0.3.0

func (o *NotificationResource) HasSupportsOnHealthRestored() bool

HasSupportsOnHealthRestored 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) HasSupportsOnTrackRetag

func (o *NotificationResource) HasSupportsOnTrackRetag() bool

HasSupportsOnTrackRetag 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) SetOnAlbumDelete added in v0.2.0

func (o *NotificationResource) SetOnAlbumDelete(v bool)

SetOnAlbumDelete gets a reference to the given bool and assigns it to the OnAlbumDelete field.

func (*NotificationResource) SetOnApplicationUpdate

func (o *NotificationResource) SetOnApplicationUpdate(v bool)

SetOnApplicationUpdate gets a reference to the given bool and assigns it to the OnApplicationUpdate field.

func (*NotificationResource) SetOnArtistAdd added in v1.0.0

func (o *NotificationResource) SetOnArtistAdd(v bool)

SetOnArtistAdd gets a reference to the given bool and assigns it to the OnArtistAdd field.

func (*NotificationResource) SetOnArtistDelete added in v0.2.0

func (o *NotificationResource) SetOnArtistDelete(v bool)

SetOnArtistDelete gets a reference to the given bool and assigns it to the OnArtistDelete 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) SetOnHealthRestored added in v0.3.0

func (o *NotificationResource) SetOnHealthRestored(v bool)

SetOnHealthRestored gets a reference to the given bool and assigns it to the OnHealthRestored 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) SetOnTrackRetag

func (o *NotificationResource) SetOnTrackRetag(v bool)

SetOnTrackRetag gets a reference to the given bool and assigns it to the OnTrackRetag 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) SetSupportsOnAlbumDelete added in v0.2.0

func (o *NotificationResource) SetSupportsOnAlbumDelete(v bool)

SetSupportsOnAlbumDelete gets a reference to the given bool and assigns it to the SupportsOnAlbumDelete field.

func (*NotificationResource) SetSupportsOnApplicationUpdate

func (o *NotificationResource) SetSupportsOnApplicationUpdate(v bool)

SetSupportsOnApplicationUpdate gets a reference to the given bool and assigns it to the SupportsOnApplicationUpdate field.

func (*NotificationResource) SetSupportsOnArtistAdd added in v1.0.0

func (o *NotificationResource) SetSupportsOnArtistAdd(v bool)

SetSupportsOnArtistAdd gets a reference to the given bool and assigns it to the SupportsOnArtistAdd field.

func (*NotificationResource) SetSupportsOnArtistDelete added in v0.2.0

func (o *NotificationResource) SetSupportsOnArtistDelete(v bool)

SetSupportsOnArtistDelete gets a reference to the given bool and assigns it to the SupportsOnArtistDelete 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) SetSupportsOnHealthRestored added in v0.3.0

func (o *NotificationResource) SetSupportsOnHealthRestored(v bool)

SetSupportsOnHealthRestored gets a reference to the given bool and assigns it to the SupportsOnHealthRestored 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) SetSupportsOnTrackRetag

func (o *NotificationResource) SetSupportsOnTrackRetag(v bool)

SetSupportsOnTrackRetag gets a reference to the given bool and assigns it to the SupportsOnTrackRetag 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 NullableAddAlbumOptions

type NullableAddAlbumOptions struct {
	// contains filtered or unexported fields
}

func NewNullableAddAlbumOptions

func NewNullableAddAlbumOptions(val *AddAlbumOptions) *NullableAddAlbumOptions

func (NullableAddAlbumOptions) Get

func (NullableAddAlbumOptions) IsSet

func (v NullableAddAlbumOptions) IsSet() bool

func (NullableAddAlbumOptions) MarshalJSON

func (v NullableAddAlbumOptions) MarshalJSON() ([]byte, error)

func (*NullableAddAlbumOptions) Set

func (*NullableAddAlbumOptions) UnmarshalJSON

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

func (*NullableAddAlbumOptions) Unset

func (v *NullableAddAlbumOptions) Unset()

type NullableAddArtistOptions

type NullableAddArtistOptions struct {
	// contains filtered or unexported fields
}

func NewNullableAddArtistOptions

func NewNullableAddArtistOptions(val *AddArtistOptions) *NullableAddArtistOptions

func (NullableAddArtistOptions) Get

func (NullableAddArtistOptions) IsSet

func (v NullableAddArtistOptions) IsSet() bool

func (NullableAddArtistOptions) MarshalJSON

func (v NullableAddArtistOptions) MarshalJSON() ([]byte, error)

func (*NullableAddArtistOptions) Set

func (*NullableAddArtistOptions) UnmarshalJSON

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

func (*NullableAddArtistOptions) Unset

func (v *NullableAddArtistOptions) Unset()

type NullableAlbumAddType

type NullableAlbumAddType struct {
	// contains filtered or unexported fields
}

func NewNullableAlbumAddType

func NewNullableAlbumAddType(val *AlbumAddType) *NullableAlbumAddType

func (NullableAlbumAddType) Get

func (NullableAlbumAddType) IsSet

func (v NullableAlbumAddType) IsSet() bool

func (NullableAlbumAddType) MarshalJSON

func (v NullableAlbumAddType) MarshalJSON() ([]byte, error)

func (*NullableAlbumAddType) Set

func (v *NullableAlbumAddType) Set(val *AlbumAddType)

func (*NullableAlbumAddType) UnmarshalJSON

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

func (*NullableAlbumAddType) Unset

func (v *NullableAlbumAddType) Unset()

type NullableAlbumReleaseResource

type NullableAlbumReleaseResource struct {
	// contains filtered or unexported fields
}

func NewNullableAlbumReleaseResource

func NewNullableAlbumReleaseResource(val *AlbumReleaseResource) *NullableAlbumReleaseResource

func (NullableAlbumReleaseResource) Get

func (NullableAlbumReleaseResource) IsSet

func (NullableAlbumReleaseResource) MarshalJSON

func (v NullableAlbumReleaseResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumReleaseResource) Set

func (*NullableAlbumReleaseResource) UnmarshalJSON

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

func (*NullableAlbumReleaseResource) Unset

func (v *NullableAlbumReleaseResource) Unset()

type NullableAlbumResource

type NullableAlbumResource struct {
	// contains filtered or unexported fields
}

func NewNullableAlbumResource

func NewNullableAlbumResource(val *AlbumResource) *NullableAlbumResource

func (NullableAlbumResource) Get

func (NullableAlbumResource) IsSet

func (v NullableAlbumResource) IsSet() bool

func (NullableAlbumResource) MarshalJSON

func (v NullableAlbumResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumResource) Set

func (v *NullableAlbumResource) Set(val *AlbumResource)

func (*NullableAlbumResource) UnmarshalJSON

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

func (*NullableAlbumResource) Unset

func (v *NullableAlbumResource) Unset()

type NullableAlbumResourcePagingResource

type NullableAlbumResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableAlbumResourcePagingResource) Get

func (NullableAlbumResourcePagingResource) IsSet

func (NullableAlbumResourcePagingResource) MarshalJSON

func (v NullableAlbumResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumResourcePagingResource) Set

func (*NullableAlbumResourcePagingResource) UnmarshalJSON

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

func (*NullableAlbumResourcePagingResource) Unset

type NullableAlbumStatisticsResource

type NullableAlbumStatisticsResource struct {
	// contains filtered or unexported fields
}

func (NullableAlbumStatisticsResource) Get

func (NullableAlbumStatisticsResource) IsSet

func (NullableAlbumStatisticsResource) MarshalJSON

func (v NullableAlbumStatisticsResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumStatisticsResource) Set

func (*NullableAlbumStatisticsResource) UnmarshalJSON

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

func (*NullableAlbumStatisticsResource) Unset

type NullableAlbumStudioArtistResource

type NullableAlbumStudioArtistResource struct {
	// contains filtered or unexported fields
}

func (NullableAlbumStudioArtistResource) Get

func (NullableAlbumStudioArtistResource) IsSet

func (NullableAlbumStudioArtistResource) MarshalJSON

func (v NullableAlbumStudioArtistResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumStudioArtistResource) Set

func (*NullableAlbumStudioArtistResource) UnmarshalJSON

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

func (*NullableAlbumStudioArtistResource) Unset

type NullableAlbumStudioResource

type NullableAlbumStudioResource struct {
	// contains filtered or unexported fields
}

func NewNullableAlbumStudioResource

func NewNullableAlbumStudioResource(val *AlbumStudioResource) *NullableAlbumStudioResource

func (NullableAlbumStudioResource) Get

func (NullableAlbumStudioResource) IsSet

func (NullableAlbumStudioResource) MarshalJSON

func (v NullableAlbumStudioResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumStudioResource) Set

func (*NullableAlbumStudioResource) UnmarshalJSON

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

func (*NullableAlbumStudioResource) Unset

func (v *NullableAlbumStudioResource) Unset()

type NullableAlbumsMonitoredResource

type NullableAlbumsMonitoredResource struct {
	// contains filtered or unexported fields
}

func (NullableAlbumsMonitoredResource) Get

func (NullableAlbumsMonitoredResource) IsSet

func (NullableAlbumsMonitoredResource) MarshalJSON

func (v NullableAlbumsMonitoredResource) MarshalJSON() ([]byte, error)

func (*NullableAlbumsMonitoredResource) Set

func (*NullableAlbumsMonitoredResource) UnmarshalJSON

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

func (*NullableAlbumsMonitoredResource) 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 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 NullableArtistEditorResource

type NullableArtistEditorResource struct {
	// contains filtered or unexported fields
}

func NewNullableArtistEditorResource

func NewNullableArtistEditorResource(val *ArtistEditorResource) *NullableArtistEditorResource

func (NullableArtistEditorResource) Get

func (NullableArtistEditorResource) IsSet

func (NullableArtistEditorResource) MarshalJSON

func (v NullableArtistEditorResource) MarshalJSON() ([]byte, error)

func (*NullableArtistEditorResource) Set

func (*NullableArtistEditorResource) UnmarshalJSON

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

func (*NullableArtistEditorResource) Unset

func (v *NullableArtistEditorResource) Unset()

type NullableArtistResource

type NullableArtistResource struct {
	// contains filtered or unexported fields
}

func NewNullableArtistResource

func NewNullableArtistResource(val *ArtistResource) *NullableArtistResource

func (NullableArtistResource) Get

func (NullableArtistResource) IsSet

func (v NullableArtistResource) IsSet() bool

func (NullableArtistResource) MarshalJSON

func (v NullableArtistResource) MarshalJSON() ([]byte, error)

func (*NullableArtistResource) Set

func (*NullableArtistResource) UnmarshalJSON

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

func (*NullableArtistResource) Unset

func (v *NullableArtistResource) Unset()

type NullableArtistStatisticsResource

type NullableArtistStatisticsResource struct {
	// contains filtered or unexported fields
}

func (NullableArtistStatisticsResource) Get

func (NullableArtistStatisticsResource) IsSet

func (NullableArtistStatisticsResource) MarshalJSON

func (v NullableArtistStatisticsResource) MarshalJSON() ([]byte, error)

func (*NullableArtistStatisticsResource) Set

func (*NullableArtistStatisticsResource) UnmarshalJSON

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

func (*NullableArtistStatisticsResource) Unset

type NullableArtistStatusType

type NullableArtistStatusType struct {
	// contains filtered or unexported fields
}

func NewNullableArtistStatusType

func NewNullableArtistStatusType(val *ArtistStatusType) *NullableArtistStatusType

func (NullableArtistStatusType) Get

func (NullableArtistStatusType) IsSet

func (v NullableArtistStatusType) IsSet() bool

func (NullableArtistStatusType) MarshalJSON

func (v NullableArtistStatusType) MarshalJSON() ([]byte, error)

func (*NullableArtistStatusType) Set

func (*NullableArtistStatusType) UnmarshalJSON

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

func (*NullableArtistStatusType) Unset

func (v *NullableArtistStatusType) Unset()

type NullableArtistTitleInfo

type NullableArtistTitleInfo struct {
	// contains filtered or unexported fields
}

func NewNullableArtistTitleInfo

func NewNullableArtistTitleInfo(val *ArtistTitleInfo) *NullableArtistTitleInfo

func (NullableArtistTitleInfo) Get

func (NullableArtistTitleInfo) IsSet

func (v NullableArtistTitleInfo) IsSet() bool

func (NullableArtistTitleInfo) MarshalJSON

func (v NullableArtistTitleInfo) MarshalJSON() ([]byte, error)

func (*NullableArtistTitleInfo) Set

func (*NullableArtistTitleInfo) UnmarshalJSON

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

func (*NullableArtistTitleInfo) Unset

func (v *NullableArtistTitleInfo) Unset()

type NullableAuthenticationRequiredType added in v0.3.1

type NullableAuthenticationRequiredType struct {
	// contains filtered or unexported fields
}

func NewNullableAuthenticationRequiredType added in v0.3.1

func NewNullableAuthenticationRequiredType(val *AuthenticationRequiredType) *NullableAuthenticationRequiredType

func (NullableAuthenticationRequiredType) Get added in v0.3.1

func (NullableAuthenticationRequiredType) IsSet added in v0.3.1

func (NullableAuthenticationRequiredType) MarshalJSON added in v0.3.1

func (v NullableAuthenticationRequiredType) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationRequiredType) Set added in v0.3.1

func (*NullableAuthenticationRequiredType) UnmarshalJSON added in v0.3.1

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

func (*NullableAuthenticationRequiredType) Unset added in v0.3.1

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 NullableAutoTaggingResource added in v0.3.1

type NullableAutoTaggingResource struct {
	// contains filtered or unexported fields
}

func NewNullableAutoTaggingResource added in v0.3.1

func NewNullableAutoTaggingResource(val *AutoTaggingResource) *NullableAutoTaggingResource

func (NullableAutoTaggingResource) Get added in v0.3.1

func (NullableAutoTaggingResource) IsSet added in v0.3.1

func (NullableAutoTaggingResource) MarshalJSON added in v0.3.1

func (v NullableAutoTaggingResource) MarshalJSON() ([]byte, error)

func (*NullableAutoTaggingResource) Set added in v0.3.1

func (*NullableAutoTaggingResource) UnmarshalJSON added in v0.3.1

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

func (*NullableAutoTaggingResource) Unset added in v0.3.1

func (v *NullableAutoTaggingResource) Unset()

type NullableAutoTaggingSpecificationSchema added in v0.3.1

type NullableAutoTaggingSpecificationSchema struct {
	// contains filtered or unexported fields
}

func NewNullableAutoTaggingSpecificationSchema added in v0.3.1

func NewNullableAutoTaggingSpecificationSchema(val *AutoTaggingSpecificationSchema) *NullableAutoTaggingSpecificationSchema

func (NullableAutoTaggingSpecificationSchema) Get added in v0.3.1

func (NullableAutoTaggingSpecificationSchema) IsSet added in v0.3.1

func (NullableAutoTaggingSpecificationSchema) MarshalJSON added in v0.3.1

func (v NullableAutoTaggingSpecificationSchema) MarshalJSON() ([]byte, error)

func (*NullableAutoTaggingSpecificationSchema) Set added in v0.3.1

func (*NullableAutoTaggingSpecificationSchema) UnmarshalJSON added in v0.3.1

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

func (*NullableAutoTaggingSpecificationSchema) Unset added in v0.3.1

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

type NullableBlocklistBulkResource struct {
	// contains filtered or unexported fields
}

func (NullableBlocklistBulkResource) Get

func (NullableBlocklistBulkResource) IsSet

func (NullableBlocklistBulkResource) MarshalJSON

func (v NullableBlocklistBulkResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistBulkResource) Set

func (*NullableBlocklistBulkResource) UnmarshalJSON

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

func (*NullableBlocklistBulkResource) Unset

func (v *NullableBlocklistBulkResource) Unset()

type NullableBlocklistResource

type NullableBlocklistResource struct {
	// contains filtered or unexported fields
}

func NewNullableBlocklistResource

func NewNullableBlocklistResource(val *BlocklistResource) *NullableBlocklistResource

func (NullableBlocklistResource) Get

func (NullableBlocklistResource) IsSet

func (v NullableBlocklistResource) IsSet() bool

func (NullableBlocklistResource) MarshalJSON

func (v NullableBlocklistResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistResource) Set

func (*NullableBlocklistResource) UnmarshalJSON

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

func (*NullableBlocklistResource) Unset

func (v *NullableBlocklistResource) Unset()

type NullableBlocklistResourcePagingResource

type NullableBlocklistResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableBlocklistResourcePagingResource) Get

func (NullableBlocklistResourcePagingResource) IsSet

func (NullableBlocklistResourcePagingResource) MarshalJSON

func (v NullableBlocklistResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistResourcePagingResource) Set

func (*NullableBlocklistResourcePagingResource) UnmarshalJSON

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

func (*NullableBlocklistResourcePagingResource) 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 v0.3.0

type NullableCommandResult struct {
	// contains filtered or unexported fields
}

func NewNullableCommandResult added in v0.3.0

func NewNullableCommandResult(val *CommandResult) *NullableCommandResult

func (NullableCommandResult) Get added in v0.3.0

func (NullableCommandResult) IsSet added in v0.3.0

func (v NullableCommandResult) IsSet() bool

func (NullableCommandResult) MarshalJSON added in v0.3.0

func (v NullableCommandResult) MarshalJSON() ([]byte, error)

func (*NullableCommandResult) Set added in v0.3.0

func (v *NullableCommandResult) Set(val *CommandResult)

func (*NullableCommandResult) UnmarshalJSON added in v0.3.0

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

func (*NullableCommandResult) Unset added in v0.3.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 NullableCustomFormatResource added in v0.2.0

type NullableCustomFormatResource struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFormatResource added in v0.2.0

func NewNullableCustomFormatResource(val *CustomFormatResource) *NullableCustomFormatResource

func (NullableCustomFormatResource) Get added in v0.2.0

func (NullableCustomFormatResource) IsSet added in v0.2.0

func (NullableCustomFormatResource) MarshalJSON added in v0.2.0

func (v NullableCustomFormatResource) MarshalJSON() ([]byte, error)

func (*NullableCustomFormatResource) Set added in v0.2.0

func (*NullableCustomFormatResource) UnmarshalJSON added in v0.2.0

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

func (*NullableCustomFormatResource) Unset added in v0.2.0

func (v *NullableCustomFormatResource) Unset()

type NullableCustomFormatSpecificationSchema added in v0.2.0

type NullableCustomFormatSpecificationSchema struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFormatSpecificationSchema added in v0.2.0

func NewNullableCustomFormatSpecificationSchema(val *CustomFormatSpecificationSchema) *NullableCustomFormatSpecificationSchema

func (NullableCustomFormatSpecificationSchema) Get added in v0.2.0

func (NullableCustomFormatSpecificationSchema) IsSet added in v0.2.0

func (NullableCustomFormatSpecificationSchema) MarshalJSON added in v0.2.0

func (v NullableCustomFormatSpecificationSchema) MarshalJSON() ([]byte, error)

func (*NullableCustomFormatSpecificationSchema) Set added in v0.2.0

func (*NullableCustomFormatSpecificationSchema) UnmarshalJSON added in v0.2.0

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

func (*NullableCustomFormatSpecificationSchema) Unset added in v0.2.0

type NullableDatabaseType added in v0.2.0

type NullableDatabaseType struct {
	// contains filtered or unexported fields
}

func NewNullableDatabaseType added in v0.2.0

func NewNullableDatabaseType(val *DatabaseType) *NullableDatabaseType

func (NullableDatabaseType) Get added in v0.2.0

func (NullableDatabaseType) IsSet added in v0.2.0

func (v NullableDatabaseType) IsSet() bool

func (NullableDatabaseType) MarshalJSON added in v0.2.0

func (v NullableDatabaseType) MarshalJSON() ([]byte, error)

func (*NullableDatabaseType) Set added in v0.2.0

func (v *NullableDatabaseType) Set(val *DatabaseType)

func (*NullableDatabaseType) UnmarshalJSON added in v0.2.0

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

func (*NullableDatabaseType) Unset added in v0.2.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 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.3.1

type NullableDownloadClientBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableDownloadClientBulkResource added in v0.3.1

func NewNullableDownloadClientBulkResource(val *DownloadClientBulkResource) *NullableDownloadClientBulkResource

func (NullableDownloadClientBulkResource) Get added in v0.3.1

func (NullableDownloadClientBulkResource) IsSet added in v0.3.1

func (NullableDownloadClientBulkResource) MarshalJSON added in v0.3.1

func (v NullableDownloadClientBulkResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientBulkResource) Set added in v0.3.1

func (*NullableDownloadClientBulkResource) UnmarshalJSON added in v0.3.1

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

func (*NullableDownloadClientBulkResource) Unset added in v0.3.1

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 NullableEntityHistoryEventType

type NullableEntityHistoryEventType struct {
	// contains filtered or unexported fields
}

func (NullableEntityHistoryEventType) Get

func (NullableEntityHistoryEventType) IsSet

func (NullableEntityHistoryEventType) MarshalJSON

func (v NullableEntityHistoryEventType) MarshalJSON() ([]byte, error)

func (*NullableEntityHistoryEventType) Set

func (*NullableEntityHistoryEventType) UnmarshalJSON

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

func (*NullableEntityHistoryEventType) Unset

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 NullableImportListBulkResource added in v0.3.1

type NullableImportListBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableImportListBulkResource added in v0.3.1

func NewNullableImportListBulkResource(val *ImportListBulkResource) *NullableImportListBulkResource

func (NullableImportListBulkResource) Get added in v0.3.1

func (NullableImportListBulkResource) IsSet added in v0.3.1

func (NullableImportListBulkResource) MarshalJSON added in v0.3.1

func (v NullableImportListBulkResource) MarshalJSON() ([]byte, error)

func (*NullableImportListBulkResource) Set added in v0.3.1

func (*NullableImportListBulkResource) UnmarshalJSON added in v0.3.1

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

func (*NullableImportListBulkResource) Unset added in v0.3.1

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.3.1

type NullableIndexerBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableIndexerBulkResource added in v0.3.1

func NewNullableIndexerBulkResource(val *IndexerBulkResource) *NullableIndexerBulkResource

func (NullableIndexerBulkResource) Get added in v0.3.1

func (NullableIndexerBulkResource) IsSet added in v0.3.1

func (NullableIndexerBulkResource) MarshalJSON added in v0.3.1

func (v NullableIndexerBulkResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerBulkResource) Set added in v0.3.1

func (*NullableIndexerBulkResource) UnmarshalJSON added in v0.3.1

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

func (*NullableIndexerBulkResource) Unset added in v0.3.1

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 NullableLocalizationResource added in v0.3.1

type NullableLocalizationResource struct {
	// contains filtered or unexported fields
}

func NewNullableLocalizationResource added in v0.3.1

func NewNullableLocalizationResource(val *LocalizationResource) *NullableLocalizationResource

func (NullableLocalizationResource) Get added in v0.3.1

func (NullableLocalizationResource) IsSet added in v0.3.1

func (NullableLocalizationResource) MarshalJSON added in v0.3.1

func (v NullableLocalizationResource) MarshalJSON() ([]byte, error)

func (*NullableLocalizationResource) Set added in v0.3.1

func (*NullableLocalizationResource) UnmarshalJSON added in v0.3.1

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

func (*NullableLocalizationResource) Unset added in v0.3.1

func (v *NullableLocalizationResource) 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.2.0

type NullableManualImportUpdateResource struct {
	// contains filtered or unexported fields
}

func NewNullableManualImportUpdateResource added in v0.2.0

func NewNullableManualImportUpdateResource(val *ManualImportUpdateResource) *NullableManualImportUpdateResource

func (NullableManualImportUpdateResource) Get added in v0.2.0

func (NullableManualImportUpdateResource) IsSet added in v0.2.0

func (NullableManualImportUpdateResource) MarshalJSON added in v0.2.0

func (v NullableManualImportUpdateResource) MarshalJSON() ([]byte, error)

func (*NullableManualImportUpdateResource) Set added in v0.2.0

func (*NullableManualImportUpdateResource) UnmarshalJSON added in v0.2.0

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

func (*NullableManualImportUpdateResource) Unset added in v0.2.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 NullableMediumResource

type NullableMediumResource struct {
	// contains filtered or unexported fields
}

func NewNullableMediumResource

func NewNullableMediumResource(val *MediumResource) *NullableMediumResource

func (NullableMediumResource) Get

func (NullableMediumResource) IsSet

func (v NullableMediumResource) IsSet() bool

func (NullableMediumResource) MarshalJSON

func (v NullableMediumResource) MarshalJSON() ([]byte, error)

func (*NullableMediumResource) Set

func (*NullableMediumResource) UnmarshalJSON

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

func (*NullableMediumResource) Unset

func (v *NullableMediumResource) Unset()

type NullableMember

type NullableMember struct {
	// contains filtered or unexported fields
}

func NewNullableMember

func NewNullableMember(val *Member) *NullableMember

func (NullableMember) Get

func (v NullableMember) Get() *Member

func (NullableMember) IsSet

func (v NullableMember) IsSet() bool

func (NullableMember) MarshalJSON

func (v NullableMember) MarshalJSON() ([]byte, error)

func (*NullableMember) Set

func (v *NullableMember) Set(val *Member)

func (*NullableMember) UnmarshalJSON

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

func (*NullableMember) Unset

func (v *NullableMember) 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

type NullableNewItemMonitorTypes struct {
	// contains filtered or unexported fields
}

func NewNullableNewItemMonitorTypes

func NewNullableNewItemMonitorTypes(val *NewItemMonitorTypes) *NullableNewItemMonitorTypes

func (NullableNewItemMonitorTypes) Get

func (NullableNewItemMonitorTypes) IsSet

func (NullableNewItemMonitorTypes) MarshalJSON

func (v NullableNewItemMonitorTypes) MarshalJSON() ([]byte, error)

func (*NullableNewItemMonitorTypes) Set

func (*NullableNewItemMonitorTypes) UnmarshalJSON

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

func (*NullableNewItemMonitorTypes) Unset

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 NullableParsedAlbumInfo

type NullableParsedAlbumInfo struct {
	// contains filtered or unexported fields
}

func NewNullableParsedAlbumInfo

func NewNullableParsedAlbumInfo(val *ParsedAlbumInfo) *NullableParsedAlbumInfo

func (NullableParsedAlbumInfo) Get

func (NullableParsedAlbumInfo) IsSet

func (v NullableParsedAlbumInfo) IsSet() bool

func (NullableParsedAlbumInfo) MarshalJSON

func (v NullableParsedAlbumInfo) MarshalJSON() ([]byte, error)

func (*NullableParsedAlbumInfo) Set

func (*NullableParsedAlbumInfo) UnmarshalJSON

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

func (*NullableParsedAlbumInfo) Unset

func (v *NullableParsedAlbumInfo) 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.2.0

type NullablePingResource struct {
	// contains filtered or unexported fields
}

func NewNullablePingResource added in v0.2.0

func NewNullablePingResource(val *PingResource) *NullablePingResource

func (NullablePingResource) Get added in v0.2.0

func (NullablePingResource) IsSet added in v0.2.0

func (v NullablePingResource) IsSet() bool

func (NullablePingResource) MarshalJSON added in v0.2.0

func (v NullablePingResource) MarshalJSON() ([]byte, error)

func (*NullablePingResource) Set added in v0.2.0

func (v *NullablePingResource) Set(val *PingResource)

func (*NullablePingResource) UnmarshalJSON added in v0.2.0

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

func (*NullablePingResource) Unset added in v0.2.0

func (v *NullablePingResource) Unset()

type NullablePrimaryAlbumType

type NullablePrimaryAlbumType struct {
	// contains filtered or unexported fields
}

func NewNullablePrimaryAlbumType

func NewNullablePrimaryAlbumType(val *PrimaryAlbumType) *NullablePrimaryAlbumType

func (NullablePrimaryAlbumType) Get

func (NullablePrimaryAlbumType) IsSet

func (v NullablePrimaryAlbumType) IsSet() bool

func (NullablePrimaryAlbumType) MarshalJSON

func (v NullablePrimaryAlbumType) MarshalJSON() ([]byte, error)

func (*NullablePrimaryAlbumType) Set

func (*NullablePrimaryAlbumType) UnmarshalJSON

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

func (*NullablePrimaryAlbumType) Unset

func (v *NullablePrimaryAlbumType) Unset()

type NullablePrivacyLevel added in v0.3.1

type NullablePrivacyLevel struct {
	// contains filtered or unexported fields
}

func NewNullablePrivacyLevel added in v0.3.1

func NewNullablePrivacyLevel(val *PrivacyLevel) *NullablePrivacyLevel

func (NullablePrivacyLevel) Get added in v0.3.1

func (NullablePrivacyLevel) IsSet added in v0.3.1

func (v NullablePrivacyLevel) IsSet() bool

func (NullablePrivacyLevel) MarshalJSON added in v0.3.1

func (v NullablePrivacyLevel) MarshalJSON() ([]byte, error)

func (*NullablePrivacyLevel) Set added in v0.3.1

func (v *NullablePrivacyLevel) Set(val *PrivacyLevel)

func (*NullablePrivacyLevel) UnmarshalJSON added in v0.3.1

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

func (*NullablePrivacyLevel) Unset added in v0.3.1

func (v *NullablePrivacyLevel) Unset()

type NullableProfileFormatItemResource added in v0.2.0

type NullableProfileFormatItemResource struct {
	// contains filtered or unexported fields
}

func NewNullableProfileFormatItemResource added in v0.2.0

func NewNullableProfileFormatItemResource(val *ProfileFormatItemResource) *NullableProfileFormatItemResource

func (NullableProfileFormatItemResource) Get added in v0.2.0

func (NullableProfileFormatItemResource) IsSet added in v0.2.0

func (NullableProfileFormatItemResource) MarshalJSON added in v0.2.0

func (v NullableProfileFormatItemResource) MarshalJSON() ([]byte, error)

func (*NullableProfileFormatItemResource) Set added in v0.2.0

func (*NullableProfileFormatItemResource) UnmarshalJSON added in v0.2.0

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

func (*NullableProfileFormatItemResource) Unset added in v0.2.0

type NullableProfilePrimaryAlbumTypeItemResource

type NullableProfilePrimaryAlbumTypeItemResource struct {
	// contains filtered or unexported fields
}

func (NullableProfilePrimaryAlbumTypeItemResource) Get

func (NullableProfilePrimaryAlbumTypeItemResource) IsSet

func (NullableProfilePrimaryAlbumTypeItemResource) MarshalJSON

func (*NullableProfilePrimaryAlbumTypeItemResource) Set

func (*NullableProfilePrimaryAlbumTypeItemResource) UnmarshalJSON

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

func (*NullableProfilePrimaryAlbumTypeItemResource) Unset

type NullableProfileReleaseStatusItemResource

type NullableProfileReleaseStatusItemResource struct {
	// contains filtered or unexported fields
}

func (NullableProfileReleaseStatusItemResource) Get

func (NullableProfileReleaseStatusItemResource) IsSet

func (NullableProfileReleaseStatusItemResource) MarshalJSON

func (*NullableProfileReleaseStatusItemResource) Set

func (*NullableProfileReleaseStatusItemResource) UnmarshalJSON

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

func (*NullableProfileReleaseStatusItemResource) Unset

type NullableProfileSecondaryAlbumTypeItemResource

type NullableProfileSecondaryAlbumTypeItemResource struct {
	// contains filtered or unexported fields
}

func (NullableProfileSecondaryAlbumTypeItemResource) Get

func (NullableProfileSecondaryAlbumTypeItemResource) IsSet

func (NullableProfileSecondaryAlbumTypeItemResource) MarshalJSON

func (*NullableProfileSecondaryAlbumTypeItemResource) Set

func (*NullableProfileSecondaryAlbumTypeItemResource) UnmarshalJSON

func (*NullableProfileSecondaryAlbumTypeItemResource) Unset

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 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 NullableReleaseStatus

type NullableReleaseStatus struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseStatus

func NewNullableReleaseStatus(val *ReleaseStatus) *NullableReleaseStatus

func (NullableReleaseStatus) Get

func (NullableReleaseStatus) IsSet

func (v NullableReleaseStatus) IsSet() bool

func (NullableReleaseStatus) MarshalJSON

func (v NullableReleaseStatus) MarshalJSON() ([]byte, error)

func (*NullableReleaseStatus) Set

func (v *NullableReleaseStatus) Set(val *ReleaseStatus)

func (*NullableReleaseStatus) UnmarshalJSON

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

func (*NullableReleaseStatus) Unset

func (v *NullableReleaseStatus) 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 NullableRenameTrackResource

type NullableRenameTrackResource struct {
	// contains filtered or unexported fields
}

func NewNullableRenameTrackResource

func NewNullableRenameTrackResource(val *RenameTrackResource) *NullableRenameTrackResource

func (NullableRenameTrackResource) Get

func (NullableRenameTrackResource) IsSet

func (NullableRenameTrackResource) MarshalJSON

func (v NullableRenameTrackResource) MarshalJSON() ([]byte, error)

func (*NullableRenameTrackResource) Set

func (*NullableRenameTrackResource) UnmarshalJSON

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

func (*NullableRenameTrackResource) Unset

func (v *NullableRenameTrackResource) 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 NullableRetagTrackResource

type NullableRetagTrackResource struct {
	// contains filtered or unexported fields
}

func NewNullableRetagTrackResource

func NewNullableRetagTrackResource(val *RetagTrackResource) *NullableRetagTrackResource

func (NullableRetagTrackResource) Get

func (NullableRetagTrackResource) IsSet

func (v NullableRetagTrackResource) IsSet() bool

func (NullableRetagTrackResource) MarshalJSON

func (v NullableRetagTrackResource) MarshalJSON() ([]byte, error)

func (*NullableRetagTrackResource) Set

func (*NullableRetagTrackResource) UnmarshalJSON

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

func (*NullableRetagTrackResource) Unset

func (v *NullableRetagTrackResource) 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.2.0

type NullableRuntimeMode struct {
	// contains filtered or unexported fields
}

func NewNullableRuntimeMode added in v0.2.0

func NewNullableRuntimeMode(val *RuntimeMode) *NullableRuntimeMode

func (NullableRuntimeMode) Get added in v0.2.0

func (NullableRuntimeMode) IsSet added in v0.2.0

func (v NullableRuntimeMode) IsSet() bool

func (NullableRuntimeMode) MarshalJSON added in v0.2.0

func (v NullableRuntimeMode) MarshalJSON() ([]byte, error)

func (*NullableRuntimeMode) Set added in v0.2.0

func (v *NullableRuntimeMode) Set(val *RuntimeMode)

func (*NullableRuntimeMode) UnmarshalJSON added in v0.2.0

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

func (*NullableRuntimeMode) Unset added in v0.2.0

func (v *NullableRuntimeMode) Unset()

type NullableSecondaryAlbumType

type NullableSecondaryAlbumType struct {
	// contains filtered or unexported fields
}

func NewNullableSecondaryAlbumType

func NewNullableSecondaryAlbumType(val *SecondaryAlbumType) *NullableSecondaryAlbumType

func (NullableSecondaryAlbumType) Get

func (NullableSecondaryAlbumType) IsSet

func (v NullableSecondaryAlbumType) IsSet() bool

func (NullableSecondaryAlbumType) MarshalJSON

func (v NullableSecondaryAlbumType) MarshalJSON() ([]byte, error)

func (*NullableSecondaryAlbumType) Set

func (*NullableSecondaryAlbumType) UnmarshalJSON

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

func (*NullableSecondaryAlbumType) Unset

func (v *NullableSecondaryAlbumType) 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 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.2.0

type NullableSystemResource struct {
	// contains filtered or unexported fields
}

func NewNullableSystemResource added in v0.2.0

func NewNullableSystemResource(val *SystemResource) *NullableSystemResource

func (NullableSystemResource) Get added in v0.2.0

func (NullableSystemResource) IsSet added in v0.2.0

func (v NullableSystemResource) IsSet() bool

func (NullableSystemResource) MarshalJSON added in v0.2.0

func (v NullableSystemResource) MarshalJSON() ([]byte, error)

func (*NullableSystemResource) Set added in v0.2.0

func (*NullableSystemResource) UnmarshalJSON added in v0.2.0

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

func (*NullableSystemResource) Unset added in v0.2.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 NullableTrackFileListResource

type NullableTrackFileListResource struct {
	// contains filtered or unexported fields
}

func (NullableTrackFileListResource) Get

func (NullableTrackFileListResource) IsSet

func (NullableTrackFileListResource) MarshalJSON

func (v NullableTrackFileListResource) MarshalJSON() ([]byte, error)

func (*NullableTrackFileListResource) Set

func (*NullableTrackFileListResource) UnmarshalJSON

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

func (*NullableTrackFileListResource) Unset

func (v *NullableTrackFileListResource) Unset()

type NullableTrackFileResource

type NullableTrackFileResource struct {
	// contains filtered or unexported fields
}

func NewNullableTrackFileResource

func NewNullableTrackFileResource(val *TrackFileResource) *NullableTrackFileResource

func (NullableTrackFileResource) Get

func (NullableTrackFileResource) IsSet

func (v NullableTrackFileResource) IsSet() bool

func (NullableTrackFileResource) MarshalJSON

func (v NullableTrackFileResource) MarshalJSON() ([]byte, error)

func (*NullableTrackFileResource) Set

func (*NullableTrackFileResource) UnmarshalJSON

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

func (*NullableTrackFileResource) Unset

func (v *NullableTrackFileResource) Unset()

type NullableTrackResource

type NullableTrackResource struct {
	// contains filtered or unexported fields
}

func NewNullableTrackResource

func NewNullableTrackResource(val *TrackResource) *NullableTrackResource

func (NullableTrackResource) Get

func (NullableTrackResource) IsSet

func (v NullableTrackResource) IsSet() bool

func (NullableTrackResource) MarshalJSON

func (v NullableTrackResource) MarshalJSON() ([]byte, error)

func (*NullableTrackResource) Set

func (v *NullableTrackResource) Set(val *TrackResource)

func (*NullableTrackResource) UnmarshalJSON

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

func (*NullableTrackResource) Unset

func (v *NullableTrackResource) 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 ParseAPIService added in v0.3.1

type ParseAPIService service

ParseAPIService ParseAPI service

func (*ParseAPIService) GetParse added in v0.3.1

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 v0.3.1

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"`
	ParsedAlbumInfo   *ParsedAlbumInfo       `json:"parsedAlbumInfo,omitempty"`
	Artist            *ArtistResource        `json:"artist,omitempty"`
	Albums            []AlbumResource        `json:"albums,omitempty"`
	CustomFormats     []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore *int32                 `json:"customFormatScore,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) GetAlbums

func (o *ParseResource) GetAlbums() []AlbumResource

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

func (*ParseResource) GetAlbumsOk

func (o *ParseResource) GetAlbumsOk() ([]AlbumResource, bool)

GetAlbumsOk returns a tuple with the Albums field value if set, nil otherwise and 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) GetArtist

func (o *ParseResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*ParseResource) GetArtistOk

func (o *ParseResource) GetArtistOk() (*ArtistResource, bool)

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

func (*ParseResource) GetCustomFormatScore added in v1.0.0

func (o *ParseResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ParseResource) GetCustomFormatScoreOk added in v1.0.0

func (o *ParseResource) 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 (*ParseResource) GetCustomFormats added in v1.0.0

func (o *ParseResource) GetCustomFormats() []CustomFormatResource

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

func (*ParseResource) GetCustomFormatsOk added in v1.0.0

func (o *ParseResource) 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 (*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) GetParsedAlbumInfo

func (o *ParseResource) GetParsedAlbumInfo() ParsedAlbumInfo

GetParsedAlbumInfo returns the ParsedAlbumInfo field value if set, zero value otherwise.

func (*ParseResource) GetParsedAlbumInfoOk

func (o *ParseResource) GetParsedAlbumInfoOk() (*ParsedAlbumInfo, bool)

GetParsedAlbumInfoOk returns a tuple with the ParsedAlbumInfo 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) HasAlbums

func (o *ParseResource) HasAlbums() bool

HasAlbums returns a boolean if a field has been set.

func (*ParseResource) HasArtist

func (o *ParseResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*ParseResource) HasCustomFormatScore added in v1.0.0

func (o *ParseResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ParseResource) HasCustomFormats added in v1.0.0

func (o *ParseResource) HasCustomFormats() bool

HasCustomFormats 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) HasParsedAlbumInfo

func (o *ParseResource) HasParsedAlbumInfo() bool

HasParsedAlbumInfo 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) SetAlbums

func (o *ParseResource) SetAlbums(v []AlbumResource)

SetAlbums gets a reference to the given []AlbumResource and assigns it to the Albums field.

func (*ParseResource) SetArtist

func (o *ParseResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist field.

func (*ParseResource) SetCustomFormatScore added in v1.0.0

func (o *ParseResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*ParseResource) SetCustomFormats added in v1.0.0

func (o *ParseResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats 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) SetParsedAlbumInfo

func (o *ParseResource) SetParsedAlbumInfo(v ParsedAlbumInfo)

SetParsedAlbumInfo gets a reference to the given ParsedAlbumInfo and assigns it to the ParsedAlbumInfo 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 ParsedAlbumInfo

type ParsedAlbumInfo struct {
	AlbumTitle       NullableString   `json:"albumTitle,omitempty"`
	ArtistName       NullableString   `json:"artistName,omitempty"`
	AlbumType        NullableString   `json:"albumType,omitempty"`
	ArtistTitleInfo  *ArtistTitleInfo `json:"artistTitleInfo,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"`
}

ParsedAlbumInfo struct for ParsedAlbumInfo

func NewParsedAlbumInfo

func NewParsedAlbumInfo() *ParsedAlbumInfo

NewParsedAlbumInfo instantiates a new ParsedAlbumInfo 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 NewParsedAlbumInfoWithDefaults

func NewParsedAlbumInfoWithDefaults() *ParsedAlbumInfo

NewParsedAlbumInfoWithDefaults instantiates a new ParsedAlbumInfo 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 (*ParsedAlbumInfo) GetAlbumTitle

func (o *ParsedAlbumInfo) GetAlbumTitle() string

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

func (*ParsedAlbumInfo) GetAlbumTitleOk

func (o *ParsedAlbumInfo) GetAlbumTitleOk() (*string, bool)

GetAlbumTitleOk returns a tuple with the AlbumTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedAlbumInfo) GetAlbumType added in v0.3.1

func (o *ParsedAlbumInfo) GetAlbumType() string

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

func (*ParsedAlbumInfo) GetAlbumTypeOk added in v0.3.1

func (o *ParsedAlbumInfo) GetAlbumTypeOk() (*string, bool)

GetAlbumTypeOk returns a tuple with the AlbumType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedAlbumInfo) GetArtistName

func (o *ParsedAlbumInfo) GetArtistName() string

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

func (*ParsedAlbumInfo) GetArtistNameOk

func (o *ParsedAlbumInfo) GetArtistNameOk() (*string, bool)

GetArtistNameOk returns a tuple with the ArtistName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedAlbumInfo) GetArtistTitleInfo

func (o *ParsedAlbumInfo) GetArtistTitleInfo() ArtistTitleInfo

GetArtistTitleInfo returns the ArtistTitleInfo field value if set, zero value otherwise.

func (*ParsedAlbumInfo) GetArtistTitleInfoOk

func (o *ParsedAlbumInfo) GetArtistTitleInfoOk() (*ArtistTitleInfo, bool)

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

func (*ParsedAlbumInfo) GetDiscography

func (o *ParsedAlbumInfo) GetDiscography() bool

GetDiscography returns the Discography field value if set, zero value otherwise.

func (*ParsedAlbumInfo) GetDiscographyEnd

func (o *ParsedAlbumInfo) GetDiscographyEnd() int32

GetDiscographyEnd returns the DiscographyEnd field value if set, zero value otherwise.

func (*ParsedAlbumInfo) GetDiscographyEndOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetDiscographyOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetDiscographyStart

func (o *ParsedAlbumInfo) GetDiscographyStart() int32

GetDiscographyStart returns the DiscographyStart field value if set, zero value otherwise.

func (*ParsedAlbumInfo) GetDiscographyStartOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetQuality

func (o *ParsedAlbumInfo) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ParsedAlbumInfo) GetQualityOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetReleaseDate

func (o *ParsedAlbumInfo) GetReleaseDate() string

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

func (*ParsedAlbumInfo) GetReleaseDateOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetReleaseGroup

func (o *ParsedAlbumInfo) GetReleaseGroup() string

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

func (*ParsedAlbumInfo) GetReleaseGroupOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetReleaseHash

func (o *ParsedAlbumInfo) GetReleaseHash() string

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

func (*ParsedAlbumInfo) GetReleaseHashOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetReleaseTitle added in v0.2.0

func (o *ParsedAlbumInfo) GetReleaseTitle() string

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

func (*ParsedAlbumInfo) GetReleaseTitleOk added in v0.2.0

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) GetReleaseVersion

func (o *ParsedAlbumInfo) GetReleaseVersion() string

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

func (*ParsedAlbumInfo) GetReleaseVersionOk

func (o *ParsedAlbumInfo) 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 (*ParsedAlbumInfo) HasAlbumTitle

func (o *ParsedAlbumInfo) HasAlbumTitle() bool

HasAlbumTitle returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasAlbumType added in v0.3.1

func (o *ParsedAlbumInfo) HasAlbumType() bool

HasAlbumType returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasArtistName

func (o *ParsedAlbumInfo) HasArtistName() bool

HasArtistName returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasArtistTitleInfo

func (o *ParsedAlbumInfo) HasArtistTitleInfo() bool

HasArtistTitleInfo returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasDiscography

func (o *ParsedAlbumInfo) HasDiscography() bool

HasDiscography returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasDiscographyEnd

func (o *ParsedAlbumInfo) HasDiscographyEnd() bool

HasDiscographyEnd returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasDiscographyStart

func (o *ParsedAlbumInfo) HasDiscographyStart() bool

HasDiscographyStart returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasQuality

func (o *ParsedAlbumInfo) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasReleaseDate

func (o *ParsedAlbumInfo) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasReleaseGroup

func (o *ParsedAlbumInfo) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasReleaseHash

func (o *ParsedAlbumInfo) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasReleaseTitle added in v0.2.0

func (o *ParsedAlbumInfo) HasReleaseTitle() bool

HasReleaseTitle returns a boolean if a field has been set.

func (*ParsedAlbumInfo) HasReleaseVersion

func (o *ParsedAlbumInfo) HasReleaseVersion() bool

HasReleaseVersion returns a boolean if a field has been set.

func (ParsedAlbumInfo) MarshalJSON

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

func (*ParsedAlbumInfo) SetAlbumTitle

func (o *ParsedAlbumInfo) SetAlbumTitle(v string)

SetAlbumTitle gets a reference to the given NullableString and assigns it to the AlbumTitle field.

func (*ParsedAlbumInfo) SetAlbumTitleNil

func (o *ParsedAlbumInfo) SetAlbumTitleNil()

SetAlbumTitleNil sets the value for AlbumTitle to be an explicit nil

func (*ParsedAlbumInfo) SetAlbumType added in v0.3.1

func (o *ParsedAlbumInfo) SetAlbumType(v string)

SetAlbumType gets a reference to the given NullableString and assigns it to the AlbumType field.

func (*ParsedAlbumInfo) SetAlbumTypeNil added in v0.3.1

func (o *ParsedAlbumInfo) SetAlbumTypeNil()

SetAlbumTypeNil sets the value for AlbumType to be an explicit nil

func (*ParsedAlbumInfo) SetArtistName

func (o *ParsedAlbumInfo) SetArtistName(v string)

SetArtistName gets a reference to the given NullableString and assigns it to the ArtistName field.

func (*ParsedAlbumInfo) SetArtistNameNil

func (o *ParsedAlbumInfo) SetArtistNameNil()

SetArtistNameNil sets the value for ArtistName to be an explicit nil

func (*ParsedAlbumInfo) SetArtistTitleInfo

func (o *ParsedAlbumInfo) SetArtistTitleInfo(v ArtistTitleInfo)

SetArtistTitleInfo gets a reference to the given ArtistTitleInfo and assigns it to the ArtistTitleInfo field.

func (*ParsedAlbumInfo) SetDiscography

func (o *ParsedAlbumInfo) SetDiscography(v bool)

SetDiscography gets a reference to the given bool and assigns it to the Discography field.

func (*ParsedAlbumInfo) SetDiscographyEnd

func (o *ParsedAlbumInfo) SetDiscographyEnd(v int32)

SetDiscographyEnd gets a reference to the given int32 and assigns it to the DiscographyEnd field.

func (*ParsedAlbumInfo) SetDiscographyStart

func (o *ParsedAlbumInfo) SetDiscographyStart(v int32)

SetDiscographyStart gets a reference to the given int32 and assigns it to the DiscographyStart field.

func (*ParsedAlbumInfo) SetQuality

func (o *ParsedAlbumInfo) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ParsedAlbumInfo) SetReleaseDate

func (o *ParsedAlbumInfo) SetReleaseDate(v string)

SetReleaseDate gets a reference to the given NullableString and assigns it to the ReleaseDate field.

func (*ParsedAlbumInfo) SetReleaseDateNil

func (o *ParsedAlbumInfo) SetReleaseDateNil()

SetReleaseDateNil sets the value for ReleaseDate to be an explicit nil

func (*ParsedAlbumInfo) SetReleaseGroup

func (o *ParsedAlbumInfo) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ParsedAlbumInfo) SetReleaseGroupNil

func (o *ParsedAlbumInfo) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ParsedAlbumInfo) SetReleaseHash

func (o *ParsedAlbumInfo) SetReleaseHash(v string)

SetReleaseHash gets a reference to the given NullableString and assigns it to the ReleaseHash field.

func (*ParsedAlbumInfo) SetReleaseHashNil

func (o *ParsedAlbumInfo) SetReleaseHashNil()

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

func (*ParsedAlbumInfo) SetReleaseTitle added in v0.2.0

func (o *ParsedAlbumInfo) SetReleaseTitle(v string)

SetReleaseTitle gets a reference to the given NullableString and assigns it to the ReleaseTitle field.

func (*ParsedAlbumInfo) SetReleaseTitleNil added in v0.2.0

func (o *ParsedAlbumInfo) SetReleaseTitleNil()

SetReleaseTitleNil sets the value for ReleaseTitle to be an explicit nil

func (*ParsedAlbumInfo) SetReleaseVersion

func (o *ParsedAlbumInfo) SetReleaseVersion(v string)

SetReleaseVersion gets a reference to the given NullableString and assigns it to the ReleaseVersion field.

func (*ParsedAlbumInfo) SetReleaseVersionNil

func (o *ParsedAlbumInfo) SetReleaseVersionNil()

SetReleaseVersionNil sets the value for ReleaseVersion to be an explicit nil

func (ParsedAlbumInfo) ToMap added in v1.0.0

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

func (*ParsedAlbumInfo) UnsetAlbumTitle

func (o *ParsedAlbumInfo) UnsetAlbumTitle()

UnsetAlbumTitle ensures that no value is present for AlbumTitle, not even an explicit nil

func (*ParsedAlbumInfo) UnsetAlbumType added in v0.3.1

func (o *ParsedAlbumInfo) UnsetAlbumType()

UnsetAlbumType ensures that no value is present for AlbumType, not even an explicit nil

func (*ParsedAlbumInfo) UnsetArtistName

func (o *ParsedAlbumInfo) UnsetArtistName()

UnsetArtistName ensures that no value is present for ArtistName, not even an explicit nil

func (*ParsedAlbumInfo) UnsetReleaseDate

func (o *ParsedAlbumInfo) UnsetReleaseDate()

UnsetReleaseDate ensures that no value is present for ReleaseDate, not even an explicit nil

func (*ParsedAlbumInfo) UnsetReleaseGroup

func (o *ParsedAlbumInfo) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*ParsedAlbumInfo) UnsetReleaseHash

func (o *ParsedAlbumInfo) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

func (*ParsedAlbumInfo) UnsetReleaseTitle added in v0.2.0

func (o *ParsedAlbumInfo) UnsetReleaseTitle()

UnsetReleaseTitle ensures that no value is present for ReleaseTitle, not even an explicit nil

func (*ParsedAlbumInfo) UnsetReleaseVersion

func (o *ParsedAlbumInfo) 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"`
	ArtistTitle     NullableString   `json:"artistTitle,omitempty"`
	AlbumTitle      NullableString   `json:"albumTitle,omitempty"`
	ArtistTitleInfo *ArtistTitleInfo `json:"artistTitleInfo,omitempty"`
	ArtistMBId      NullableString   `json:"artistMBId,omitempty"`
	AlbumMBId       NullableString   `json:"albumMBId,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"`
	Label           NullableString   `json:"label,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"`
	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) GetAlbumMBId

func (o *ParsedTrackInfo) GetAlbumMBId() string

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

func (*ParsedTrackInfo) GetAlbumMBIdOk

func (o *ParsedTrackInfo) GetAlbumMBIdOk() (*string, bool)

GetAlbumMBIdOk returns a tuple with the AlbumMBId field value if set, nil otherwise and 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) GetAlbumTitle

func (o *ParsedTrackInfo) GetAlbumTitle() string

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

func (*ParsedTrackInfo) GetAlbumTitleOk

func (o *ParsedTrackInfo) GetAlbumTitleOk() (*string, bool)

GetAlbumTitleOk returns a tuple with the AlbumTitle field value if set, nil otherwise and 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) GetArtistMBId

func (o *ParsedTrackInfo) GetArtistMBId() string

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

func (*ParsedTrackInfo) GetArtistMBIdOk

func (o *ParsedTrackInfo) GetArtistMBIdOk() (*string, bool)

GetArtistMBIdOk returns a tuple with the ArtistMBId field value if set, nil otherwise and 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) GetArtistTitle

func (o *ParsedTrackInfo) GetArtistTitle() string

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

func (*ParsedTrackInfo) GetArtistTitleInfo

func (o *ParsedTrackInfo) GetArtistTitleInfo() ArtistTitleInfo

GetArtistTitleInfo returns the ArtistTitleInfo field value if set, zero value otherwise.

func (*ParsedTrackInfo) GetArtistTitleInfoOk

func (o *ParsedTrackInfo) GetArtistTitleInfoOk() (*ArtistTitleInfo, bool)

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

func (*ParsedTrackInfo) GetArtistTitleOk

func (o *ParsedTrackInfo) GetArtistTitleOk() (*string, bool)

GetArtistTitleOk returns a tuple with the ArtistTitle field value if set, nil otherwise and 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) 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) 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) 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) 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) HasAlbumMBId

func (o *ParsedTrackInfo) HasAlbumMBId() bool

HasAlbumMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasAlbumTitle

func (o *ParsedTrackInfo) HasAlbumTitle() bool

HasAlbumTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasArtistMBId

func (o *ParsedTrackInfo) HasArtistMBId() bool

HasArtistMBId returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasArtistTitle

func (o *ParsedTrackInfo) HasArtistTitle() bool

HasArtistTitle returns a boolean if a field has been set.

func (*ParsedTrackInfo) HasArtistTitleInfo

func (o *ParsedTrackInfo) HasArtistTitleInfo() bool

HasArtistTitleInfo 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) HasLabel

func (o *ParsedTrackInfo) HasLabel() bool

HasLabel 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) 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) 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) SetAlbumMBId

func (o *ParsedTrackInfo) SetAlbumMBId(v string)

SetAlbumMBId gets a reference to the given NullableString and assigns it to the AlbumMBId field.

func (*ParsedTrackInfo) SetAlbumMBIdNil

func (o *ParsedTrackInfo) SetAlbumMBIdNil()

SetAlbumMBIdNil sets the value for AlbumMBId to be an explicit nil

func (*ParsedTrackInfo) SetAlbumTitle

func (o *ParsedTrackInfo) SetAlbumTitle(v string)

SetAlbumTitle gets a reference to the given NullableString and assigns it to the AlbumTitle field.

func (*ParsedTrackInfo) SetAlbumTitleNil

func (o *ParsedTrackInfo) SetAlbumTitleNil()

SetAlbumTitleNil sets the value for AlbumTitle to be an explicit nil

func (*ParsedTrackInfo) SetArtistMBId

func (o *ParsedTrackInfo) SetArtistMBId(v string)

SetArtistMBId gets a reference to the given NullableString and assigns it to the ArtistMBId field.

func (*ParsedTrackInfo) SetArtistMBIdNil

func (o *ParsedTrackInfo) SetArtistMBIdNil()

SetArtistMBIdNil sets the value for ArtistMBId to be an explicit nil

func (*ParsedTrackInfo) SetArtistTitle

func (o *ParsedTrackInfo) SetArtistTitle(v string)

SetArtistTitle gets a reference to the given NullableString and assigns it to the ArtistTitle field.

func (*ParsedTrackInfo) SetArtistTitleInfo

func (o *ParsedTrackInfo) SetArtistTitleInfo(v ArtistTitleInfo)

SetArtistTitleInfo gets a reference to the given ArtistTitleInfo and assigns it to the ArtistTitleInfo field.

func (*ParsedTrackInfo) SetArtistTitleNil

func (o *ParsedTrackInfo) SetArtistTitleNil()

SetArtistTitleNil sets the value for ArtistTitle 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) 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) SetMediaInfo

func (o *ParsedTrackInfo) SetMediaInfo(v MediaInfoModel)

SetMediaInfo gets a reference to the given MediaInfoModel and assigns it to the MediaInfo field.

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) 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) UnsetAlbumMBId

func (o *ParsedTrackInfo) UnsetAlbumMBId()

UnsetAlbumMBId ensures that no value is present for AlbumMBId, not even an explicit nil

func (*ParsedTrackInfo) UnsetAlbumTitle

func (o *ParsedTrackInfo) UnsetAlbumTitle()

UnsetAlbumTitle ensures that no value is present for AlbumTitle, not even an explicit nil

func (*ParsedTrackInfo) UnsetArtistMBId

func (o *ParsedTrackInfo) UnsetArtistMBId()

UnsetArtistMBId ensures that no value is present for ArtistMBId, not even an explicit nil

func (*ParsedTrackInfo) UnsetArtistTitle

func (o *ParsedTrackInfo) UnsetArtistTitle()

UnsetArtistTitle ensures that no value is present for ArtistTitle, 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) UnsetLabel

func (o *ParsedTrackInfo) UnsetLabel()

UnsetLabel ensures that no value is present for Label, 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) 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 v0.3.1

type PingAPIService service

PingAPIService PingAPI service

func (*PingAPIService) GetPing added in v0.3.1

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 v0.3.1

func (a *PingAPIService) GetPingExecute(r ApiGetPingRequest) (*PingResource, *http.Response, error)

Execute executes the request

@return PingResource

type PingResource added in v0.2.0

type PingResource struct {
	Status NullableString `json:"status,omitempty"`
}

PingResource struct for PingResource

func NewPingResource added in v0.2.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.2.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.2.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.2.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.2.0

func (o *PingResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (PingResource) MarshalJSON added in v0.2.0

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

func (*PingResource) SetStatus added in v0.2.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.2.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.2.0

func (o *PingResource) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

type PrimaryAlbumType

type PrimaryAlbumType struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
}

PrimaryAlbumType struct for PrimaryAlbumType

func NewPrimaryAlbumType

func NewPrimaryAlbumType() *PrimaryAlbumType

NewPrimaryAlbumType instantiates a new PrimaryAlbumType 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 NewPrimaryAlbumTypeWithDefaults

func NewPrimaryAlbumTypeWithDefaults() *PrimaryAlbumType

NewPrimaryAlbumTypeWithDefaults instantiates a new PrimaryAlbumType 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 (*PrimaryAlbumType) GetId

func (o *PrimaryAlbumType) GetId() int32

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

func (*PrimaryAlbumType) GetIdOk

func (o *PrimaryAlbumType) 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 (*PrimaryAlbumType) GetName

func (o *PrimaryAlbumType) GetName() string

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

func (*PrimaryAlbumType) GetNameOk

func (o *PrimaryAlbumType) 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 (*PrimaryAlbumType) HasId

func (o *PrimaryAlbumType) HasId() bool

HasId returns a boolean if a field has been set.

func (*PrimaryAlbumType) HasName

func (o *PrimaryAlbumType) HasName() bool

HasName returns a boolean if a field has been set.

func (PrimaryAlbumType) MarshalJSON

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

func (*PrimaryAlbumType) SetId

func (o *PrimaryAlbumType) SetId(v int32)

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

func (*PrimaryAlbumType) SetName

func (o *PrimaryAlbumType) SetName(v string)

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

func (*PrimaryAlbumType) SetNameNil

func (o *PrimaryAlbumType) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (PrimaryAlbumType) ToMap added in v1.0.0

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

func (*PrimaryAlbumType) UnsetName

func (o *PrimaryAlbumType) UnsetName()

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

type PrivacyLevel added in v0.3.1

type PrivacyLevel string

PrivacyLevel the model 'PrivacyLevel'

const (
	PRIVACYLEVEL_NORMAL    PrivacyLevel = "normal"
	PRIVACYLEVEL_PASSWORD  PrivacyLevel = "password"
	PRIVACYLEVEL_API_KEY   PrivacyLevel = "apiKey"
	PRIVACYLEVEL_USER_NAME PrivacyLevel = "userName"
)

List of PrivacyLevel

func NewPrivacyLevelFromValue added in v0.3.1

func NewPrivacyLevelFromValue(v string) (*PrivacyLevel, error)

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

func (PrivacyLevel) IsValid added in v0.3.1

func (v PrivacyLevel) IsValid() bool

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

func (PrivacyLevel) Ptr added in v0.3.1

func (v PrivacyLevel) Ptr() *PrivacyLevel

Ptr returns reference to PrivacyLevel value

func (*PrivacyLevel) UnmarshalJSON added in v0.3.1

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

type ProfileFormatItemResource added in v0.2.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.2.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.2.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.2.0

func (o *ProfileFormatItemResource) GetFormat() int32

GetFormat returns the Format field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetFormatOk added in v0.2.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.2.0

func (o *ProfileFormatItemResource) GetId() int32

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

func (*ProfileFormatItemResource) GetIdOk added in v0.2.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.2.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.2.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.2.0

func (o *ProfileFormatItemResource) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetScoreOk added in v0.2.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.2.0

func (o *ProfileFormatItemResource) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasId added in v0.2.0

func (o *ProfileFormatItemResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasName added in v0.2.0

func (o *ProfileFormatItemResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasScore added in v0.2.0

func (o *ProfileFormatItemResource) HasScore() bool

HasScore returns a boolean if a field has been set.

func (ProfileFormatItemResource) MarshalJSON added in v0.2.0

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

func (*ProfileFormatItemResource) SetFormat added in v0.2.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.2.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.2.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.2.0

func (o *ProfileFormatItemResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ProfileFormatItemResource) SetScore added in v0.2.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.2.0

func (o *ProfileFormatItemResource) UnsetName()

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

type ProfilePrimaryAlbumTypeItemResource

type ProfilePrimaryAlbumTypeItemResource struct {
	Id        *int32            `json:"id,omitempty"`
	AlbumType *PrimaryAlbumType `json:"albumType,omitempty"`
	Allowed   *bool             `json:"allowed,omitempty"`
}

ProfilePrimaryAlbumTypeItemResource struct for ProfilePrimaryAlbumTypeItemResource

func NewProfilePrimaryAlbumTypeItemResource

func NewProfilePrimaryAlbumTypeItemResource() *ProfilePrimaryAlbumTypeItemResource

NewProfilePrimaryAlbumTypeItemResource instantiates a new ProfilePrimaryAlbumTypeItemResource 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 NewProfilePrimaryAlbumTypeItemResourceWithDefaults

func NewProfilePrimaryAlbumTypeItemResourceWithDefaults() *ProfilePrimaryAlbumTypeItemResource

NewProfilePrimaryAlbumTypeItemResourceWithDefaults instantiates a new ProfilePrimaryAlbumTypeItemResource 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 (*ProfilePrimaryAlbumTypeItemResource) GetAlbumType

GetAlbumType returns the AlbumType field value if set, zero value otherwise.

func (*ProfilePrimaryAlbumTypeItemResource) GetAlbumTypeOk

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

func (*ProfilePrimaryAlbumTypeItemResource) GetAllowed

func (o *ProfilePrimaryAlbumTypeItemResource) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*ProfilePrimaryAlbumTypeItemResource) GetAllowedOk

func (o *ProfilePrimaryAlbumTypeItemResource) 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 (*ProfilePrimaryAlbumTypeItemResource) GetId

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

func (*ProfilePrimaryAlbumTypeItemResource) GetIdOk

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 (*ProfilePrimaryAlbumTypeItemResource) HasAlbumType

func (o *ProfilePrimaryAlbumTypeItemResource) HasAlbumType() bool

HasAlbumType returns a boolean if a field has been set.

func (*ProfilePrimaryAlbumTypeItemResource) HasAllowed

func (o *ProfilePrimaryAlbumTypeItemResource) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*ProfilePrimaryAlbumTypeItemResource) HasId

HasId returns a boolean if a field has been set.

func (ProfilePrimaryAlbumTypeItemResource) MarshalJSON

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

func (*ProfilePrimaryAlbumTypeItemResource) SetAlbumType

SetAlbumType gets a reference to the given PrimaryAlbumType and assigns it to the AlbumType field.

func (*ProfilePrimaryAlbumTypeItemResource) SetAllowed

func (o *ProfilePrimaryAlbumTypeItemResource) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*ProfilePrimaryAlbumTypeItemResource) SetId

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

func (ProfilePrimaryAlbumTypeItemResource) ToMap added in v1.0.0

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

type ProfileReleaseStatusItemResource

type ProfileReleaseStatusItemResource struct {
	Id            *int32         `json:"id,omitempty"`
	ReleaseStatus *ReleaseStatus `json:"releaseStatus,omitempty"`
	Allowed       *bool          `json:"allowed,omitempty"`
}

ProfileReleaseStatusItemResource struct for ProfileReleaseStatusItemResource

func NewProfileReleaseStatusItemResource

func NewProfileReleaseStatusItemResource() *ProfileReleaseStatusItemResource

NewProfileReleaseStatusItemResource instantiates a new ProfileReleaseStatusItemResource 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 NewProfileReleaseStatusItemResourceWithDefaults

func NewProfileReleaseStatusItemResourceWithDefaults() *ProfileReleaseStatusItemResource

NewProfileReleaseStatusItemResourceWithDefaults instantiates a new ProfileReleaseStatusItemResource 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 (*ProfileReleaseStatusItemResource) GetAllowed

func (o *ProfileReleaseStatusItemResource) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*ProfileReleaseStatusItemResource) GetAllowedOk

func (o *ProfileReleaseStatusItemResource) 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 (*ProfileReleaseStatusItemResource) GetId

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

func (*ProfileReleaseStatusItemResource) GetIdOk

func (o *ProfileReleaseStatusItemResource) 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 (*ProfileReleaseStatusItemResource) GetReleaseStatus

func (o *ProfileReleaseStatusItemResource) GetReleaseStatus() ReleaseStatus

GetReleaseStatus returns the ReleaseStatus field value if set, zero value otherwise.

func (*ProfileReleaseStatusItemResource) GetReleaseStatusOk

func (o *ProfileReleaseStatusItemResource) GetReleaseStatusOk() (*ReleaseStatus, bool)

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

func (*ProfileReleaseStatusItemResource) HasAllowed

func (o *ProfileReleaseStatusItemResource) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*ProfileReleaseStatusItemResource) HasId

HasId returns a boolean if a field has been set.

func (*ProfileReleaseStatusItemResource) HasReleaseStatus

func (o *ProfileReleaseStatusItemResource) HasReleaseStatus() bool

HasReleaseStatus returns a boolean if a field has been set.

func (ProfileReleaseStatusItemResource) MarshalJSON

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

func (*ProfileReleaseStatusItemResource) SetAllowed

func (o *ProfileReleaseStatusItemResource) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*ProfileReleaseStatusItemResource) SetId

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

func (*ProfileReleaseStatusItemResource) SetReleaseStatus

func (o *ProfileReleaseStatusItemResource) SetReleaseStatus(v ReleaseStatus)

SetReleaseStatus gets a reference to the given ReleaseStatus and assigns it to the ReleaseStatus field.

func (ProfileReleaseStatusItemResource) ToMap added in v1.0.0

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

type ProfileSecondaryAlbumTypeItemResource

type ProfileSecondaryAlbumTypeItemResource struct {
	Id        *int32              `json:"id,omitempty"`
	AlbumType *SecondaryAlbumType `json:"albumType,omitempty"`
	Allowed   *bool               `json:"allowed,omitempty"`
}

ProfileSecondaryAlbumTypeItemResource struct for ProfileSecondaryAlbumTypeItemResource

func NewProfileSecondaryAlbumTypeItemResource

func NewProfileSecondaryAlbumTypeItemResource() *ProfileSecondaryAlbumTypeItemResource

NewProfileSecondaryAlbumTypeItemResource instantiates a new ProfileSecondaryAlbumTypeItemResource 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 NewProfileSecondaryAlbumTypeItemResourceWithDefaults

func NewProfileSecondaryAlbumTypeItemResourceWithDefaults() *ProfileSecondaryAlbumTypeItemResource

NewProfileSecondaryAlbumTypeItemResourceWithDefaults instantiates a new ProfileSecondaryAlbumTypeItemResource 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 (*ProfileSecondaryAlbumTypeItemResource) GetAlbumType

GetAlbumType returns the AlbumType field value if set, zero value otherwise.

func (*ProfileSecondaryAlbumTypeItemResource) GetAlbumTypeOk

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

func (*ProfileSecondaryAlbumTypeItemResource) GetAllowed

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*ProfileSecondaryAlbumTypeItemResource) GetAllowedOk

func (o *ProfileSecondaryAlbumTypeItemResource) 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 (*ProfileSecondaryAlbumTypeItemResource) GetId

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

func (*ProfileSecondaryAlbumTypeItemResource) GetIdOk

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 (*ProfileSecondaryAlbumTypeItemResource) HasAlbumType

func (o *ProfileSecondaryAlbumTypeItemResource) HasAlbumType() bool

HasAlbumType returns a boolean if a field has been set.

func (*ProfileSecondaryAlbumTypeItemResource) HasAllowed

HasAllowed returns a boolean if a field has been set.

func (*ProfileSecondaryAlbumTypeItemResource) HasId

HasId returns a boolean if a field has been set.

func (ProfileSecondaryAlbumTypeItemResource) MarshalJSON

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

func (*ProfileSecondaryAlbumTypeItemResource) SetAlbumType

SetAlbumType gets a reference to the given SecondaryAlbumType and assigns it to the AlbumType field.

func (*ProfileSecondaryAlbumTypeItemResource) SetAllowed

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*ProfileSecondaryAlbumTypeItemResource) SetId

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

func (ProfileSecondaryAlbumTypeItemResource) ToMap added in v1.0.0

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

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 v0.3.1

type QualityDefinitionAPIService service

QualityDefinitionAPIService QualityDefinitionAPI service

func (*QualityDefinitionAPIService) GetQualityDefinitionById added in v0.3.1

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 v0.3.1

Execute executes the request

@return QualityDefinitionResource

func (*QualityDefinitionAPIService) ListQualityDefinition added in v0.3.1

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 v0.3.1

Execute executes the request

@return []QualityDefinitionResource

func (*QualityDefinitionAPIService) PutQualityDefinitionUpdate added in v0.3.1

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 v0.3.1

func (a *QualityDefinitionAPIService) PutQualityDefinitionUpdateExecute(r ApiPutQualityDefinitionUpdateRequest) (*http.Response, error)

Execute executes the request

func (*QualityDefinitionAPIService) UpdateQualityDefinition added in v0.3.1

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 v0.3.1

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"`
	PreferredSize NullableFloat64 `json:"preferredSize,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) GetPreferredSize added in v1.0.0

func (o *QualityDefinitionResource) GetPreferredSize() float64

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

func (*QualityDefinitionResource) GetPreferredSizeOk added in v1.0.0

func (o *QualityDefinitionResource) GetPreferredSizeOk() (*float64, bool)

GetPreferredSizeOk returns a tuple with the PreferredSize field value if set, nil otherwise and 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) HasPreferredSize added in v1.0.0

func (o *QualityDefinitionResource) HasPreferredSize() bool

HasPreferredSize 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) SetPreferredSize added in v1.0.0

func (o *QualityDefinitionResource) SetPreferredSize(v float64)

SetPreferredSize gets a reference to the given NullableFloat64 and assigns it to the PreferredSize field.

func (*QualityDefinitionResource) SetPreferredSizeNil added in v1.0.0

func (o *QualityDefinitionResource) SetPreferredSizeNil()

SetPreferredSizeNil sets the value for PreferredSize 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) UnsetPreferredSize added in v1.0.0

func (o *QualityDefinitionResource) UnsetPreferredSize()

UnsetPreferredSize ensures that no value is present for PreferredSize, 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 QualityProfileAPIService added in v0.3.1

type QualityProfileAPIService service

QualityProfileAPIService QualityProfileAPI service

func (*QualityProfileAPIService) CreateQualityProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return QualityProfileResource

func (*QualityProfileAPIService) DeleteQualityProfile added in v0.3.1

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 v0.3.1

func (a *QualityProfileAPIService) DeleteQualityProfileExecute(r ApiDeleteQualityProfileRequest) (*http.Response, error)

Execute executes the request

func (*QualityProfileAPIService) GetQualityProfileById added in v0.3.1

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 v0.3.1

Execute executes the request

@return QualityProfileResource

func (*QualityProfileAPIService) ListQualityProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return []QualityProfileResource

func (*QualityProfileAPIService) UpdateQualityProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return QualityProfileResource

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.2.0

func (o *QualityProfileResource) GetCutoffFormatScore() int32

GetCutoffFormatScore returns the CutoffFormatScore field value if set, zero value otherwise.

func (*QualityProfileResource) GetCutoffFormatScoreOk added in v0.2.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.2.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.2.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.2.0

func (o *QualityProfileResource) GetMinFormatScore() int32

GetMinFormatScore returns the MinFormatScore field value if set, zero value otherwise.

func (*QualityProfileResource) GetMinFormatScoreOk added in v0.2.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.2.0

func (o *QualityProfileResource) HasCutoffFormatScore() bool

HasCutoffFormatScore returns a boolean if a field has been set.

func (*QualityProfileResource) HasFormatItems added in v0.2.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.2.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.2.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.2.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.2.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 v0.3.1

type QualityProfileSchemaAPIService service

QualityProfileSchemaAPIService QualityProfileSchemaAPI service

func (*QualityProfileSchemaAPIService) GetQualityprofileSchema added in v0.3.1

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 v0.3.1

Execute executes the request

@return QualityProfileResource

type QueueAPIService added in v0.3.1

type QueueAPIService service

QueueAPIService QueueAPI service

func (*QueueAPIService) DeleteQueue added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *QueueAPIService) DeleteQueueBulkExecute(r ApiDeleteQueueBulkRequest) (*http.Response, error)

Execute executes the request

func (*QueueAPIService) DeleteQueueExecute added in v0.3.1

func (a *QueueAPIService) DeleteQueueExecute(r ApiDeleteQueueRequest) (*http.Response, error)

Execute executes the request

func (*QueueAPIService) GetQueue added in v0.3.1

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 v0.3.1

Execute executes the request

@return QueueResourcePagingResource

type QueueActionAPIService added in v0.3.1

type QueueActionAPIService service

QueueActionAPIService QueueActionAPI service

func (*QueueActionAPIService) CreateQueueGrabBulk added in v0.3.1

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 v0.3.1

func (a *QueueActionAPIService) CreateQueueGrabBulkExecute(r ApiCreateQueueGrabBulkRequest) (*http.Response, error)

Execute executes the request

func (*QueueActionAPIService) CreateQueueGrabById added in v0.3.1

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 v0.3.1

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 v0.3.1

type QueueDetailsAPIService service

QueueDetailsAPIService QueueDetailsAPI service

func (*QueueDetailsAPIService) ListQueueDetails added in v0.3.1

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 v0.3.1

Execute executes the request

@return []QueueResource

type QueueResource

type QueueResource struct {
	Id                                  *int32                         `json:"id,omitempty"`
	ArtistId                            NullableInt32                  `json:"artistId,omitempty"`
	AlbumId                             NullableInt32                  `json:"albumId,omitempty"`
	Artist                              *ArtistResource                `json:"artist,omitempty"`
	Album                               *AlbumResource                 `json:"album,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"`
	Added                               NullableTime                   `json:"added,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"`
	TrackFileCount                      *int32                         `json:"trackFileCount,omitempty"`
	TrackHasFileCount                   *int32                         `json:"trackHasFileCount,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) GetAdded added in v1.0.0

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

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

func (*QueueResource) GetAddedOk added in v1.0.0

func (o *QueueResource) 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 (*QueueResource) GetAlbum

func (o *QueueResource) GetAlbum() AlbumResource

GetAlbum returns the Album field value if set, zero value otherwise.

func (*QueueResource) GetAlbumId

func (o *QueueResource) GetAlbumId() int32

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

func (*QueueResource) GetAlbumIdOk

func (o *QueueResource) GetAlbumIdOk() (*int32, bool)

GetAlbumIdOk returns a tuple with the AlbumId field value if set, nil otherwise and 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) GetAlbumOk

func (o *QueueResource) GetAlbumOk() (*AlbumResource, bool)

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

func (*QueueResource) GetArtist

func (o *QueueResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*QueueResource) GetArtistId

func (o *QueueResource) GetArtistId() int32

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

func (*QueueResource) GetArtistIdOk

func (o *QueueResource) GetArtistIdOk() (*int32, bool)

GetArtistIdOk returns a tuple with the ArtistId field value if set, nil otherwise and 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) GetArtistOk

func (o *QueueResource) GetArtistOk() (*ArtistResource, bool)

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

func (*QueueResource) GetCustomFormatScore added in v0.3.1

func (o *QueueResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*QueueResource) GetCustomFormatScoreOk added in v0.3.1

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.2.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.2.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) GetTrackFileCount added in v1.0.0

func (o *QueueResource) GetTrackFileCount() int32

GetTrackFileCount returns the TrackFileCount field value if set, zero value otherwise.

func (*QueueResource) GetTrackFileCountOk added in v1.0.0

func (o *QueueResource) GetTrackFileCountOk() (*int32, bool)

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

func (*QueueResource) GetTrackHasFileCount added in v1.0.0

func (o *QueueResource) GetTrackHasFileCount() int32

GetTrackHasFileCount returns the TrackHasFileCount field value if set, zero value otherwise.

func (*QueueResource) GetTrackHasFileCountOk added in v1.0.0

func (o *QueueResource) GetTrackHasFileCountOk() (*int32, bool)

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

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) HasAdded added in v1.0.0

func (o *QueueResource) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*QueueResource) HasAlbum

func (o *QueueResource) HasAlbum() bool

HasAlbum returns a boolean if a field has been set.

func (*QueueResource) HasAlbumId

func (o *QueueResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*QueueResource) HasArtist

func (o *QueueResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*QueueResource) HasArtistId

func (o *QueueResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*QueueResource) HasCustomFormatScore added in v0.3.1

func (o *QueueResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*QueueResource) HasCustomFormats added in v0.2.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) HasTrackFileCount added in v1.0.0

func (o *QueueResource) HasTrackFileCount() bool

HasTrackFileCount returns a boolean if a field has been set.

func (*QueueResource) HasTrackHasFileCount added in v1.0.0

func (o *QueueResource) HasTrackHasFileCount() bool

HasTrackHasFileCount 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) SetAdded added in v1.0.0

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

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

func (*QueueResource) SetAddedNil added in v1.0.0

func (o *QueueResource) SetAddedNil()

SetAddedNil sets the value for Added to be an explicit nil

func (*QueueResource) SetAlbum

func (o *QueueResource) SetAlbum(v AlbumResource)

SetAlbum gets a reference to the given AlbumResource and assigns it to the Album field.

func (*QueueResource) SetAlbumId

func (o *QueueResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given NullableInt32 and assigns it to the AlbumId field.

func (*QueueResource) SetAlbumIdNil

func (o *QueueResource) SetAlbumIdNil()

SetAlbumIdNil sets the value for AlbumId to be an explicit nil

func (*QueueResource) SetArtist

func (o *QueueResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist field.

func (*QueueResource) SetArtistId

func (o *QueueResource) SetArtistId(v int32)

SetArtistId gets a reference to the given NullableInt32 and assigns it to the ArtistId field.

func (*QueueResource) SetArtistIdNil

func (o *QueueResource) SetArtistIdNil()

SetArtistIdNil sets the value for ArtistId to be an explicit nil

func (*QueueResource) SetCustomFormatScore added in v0.3.1

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.2.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) SetTrackFileCount added in v1.0.0

func (o *QueueResource) SetTrackFileCount(v int32)

SetTrackFileCount gets a reference to the given int32 and assigns it to the TrackFileCount field.

func (*QueueResource) SetTrackHasFileCount added in v1.0.0

func (o *QueueResource) SetTrackHasFileCount(v int32)

SetTrackHasFileCount gets a reference to the given int32 and assigns it to the TrackHasFileCount field.

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) UnsetAdded added in v1.0.0

func (o *QueueResource) UnsetAdded()

UnsetAdded ensures that no value is present for Added, not even an explicit nil

func (*QueueResource) UnsetAlbumId

func (o *QueueResource) UnsetAlbumId()

UnsetAlbumId ensures that no value is present for AlbumId, not even an explicit nil

func (*QueueResource) UnsetArtistId

func (o *QueueResource) UnsetArtistId()

UnsetArtistId ensures that no value is present for ArtistId, 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 v0.3.1

type QueueStatusAPIService service

QueueStatusAPIService QueueStatusAPI service

func (*QueueStatusAPIService) GetQueueStatus added in v0.3.1

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 v0.3.1

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"`
}

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) 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) 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) 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 v0.3.1

type ReleaseAPIService service

ReleaseAPIService ReleaseAPI service

func (*ReleaseAPIService) CreateRelease added in v0.3.1

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 v0.3.1

Execute executes the request

@return ReleaseResource

func (*ReleaseAPIService) ListRelease added in v0.3.1

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 v0.3.1

Execute executes the request

@return []ReleaseResource

type ReleaseProfileAPIService added in v0.3.1

type ReleaseProfileAPIService service

ReleaseProfileAPIService ReleaseProfileAPI service

func (*ReleaseProfileAPIService) CreateReleaseProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return ReleaseProfileResource

func (*ReleaseProfileAPIService) DeleteReleaseProfile added in v0.3.1

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 v0.3.1

func (a *ReleaseProfileAPIService) DeleteReleaseProfileExecute(r ApiDeleteReleaseProfileRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseProfileAPIService) GetReleaseProfileById added in v0.3.1

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 v0.3.1

Execute executes the request

@return ReleaseProfileResource

func (*ReleaseProfileAPIService) ListReleaseProfile added in v0.3.1

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 v0.3.1

Execute executes the request

@return []ReleaseProfileResource

func (*ReleaseProfileAPIService) UpdateReleaseProfile added in v0.3.1

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 v0.3.1

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 v0.3.1

type ReleasePushAPIService service

ReleasePushAPIService ReleasePushAPI service

func (*ReleasePushAPIService) CreateReleasePush added in v0.3.1

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 v0.3.1

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"`
	ArtistName          NullableString         `json:"artistName,omitempty"`
	AlbumTitle          NullableString         `json:"albumTitle,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"`
	ArtistId            NullableInt32          `json:"artistId,omitempty"`
	AlbumId             NullableInt32          `json:"albumId,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) GetAlbumId

func (o *ReleaseResource) GetAlbumId() int32

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

func (*ReleaseResource) GetAlbumIdOk

func (o *ReleaseResource) GetAlbumIdOk() (*int32, bool)

GetAlbumIdOk returns a tuple with the AlbumId field value if set, nil otherwise and 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) GetAlbumTitle

func (o *ReleaseResource) GetAlbumTitle() string

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

func (*ReleaseResource) GetAlbumTitleOk

func (o *ReleaseResource) GetAlbumTitleOk() (*string, bool)

GetAlbumTitleOk returns a tuple with the AlbumTitle field value if set, nil otherwise and 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) GetArtistId

func (o *ReleaseResource) GetArtistId() int32

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

func (*ReleaseResource) GetArtistIdOk

func (o *ReleaseResource) GetArtistIdOk() (*int32, bool)

GetArtistIdOk returns a tuple with the ArtistId field value if set, nil otherwise and 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) GetArtistName

func (o *ReleaseResource) GetArtistName() string

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

func (*ReleaseResource) GetArtistNameOk

func (o *ReleaseResource) GetArtistNameOk() (*string, bool)

GetArtistNameOk returns a tuple with the ArtistName field value if set, nil otherwise and 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.2.0

func (o *ReleaseResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ReleaseResource) GetCustomFormatScoreOk added in v0.2.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.2.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.2.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) HasAlbumId

func (o *ReleaseResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*ReleaseResource) HasAlbumTitle

func (o *ReleaseResource) HasAlbumTitle() bool

HasAlbumTitle 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) HasArtistId

func (o *ReleaseResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*ReleaseResource) HasArtistName

func (o *ReleaseResource) HasArtistName() bool

HasArtistName 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.2.0

func (o *ReleaseResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ReleaseResource) HasCustomFormats added in v0.2.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) SetAlbumId

func (o *ReleaseResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given NullableInt32 and assigns it to the AlbumId field.

func (*ReleaseResource) SetAlbumIdNil

func (o *ReleaseResource) SetAlbumIdNil()

SetAlbumIdNil sets the value for AlbumId to be an explicit nil

func (*ReleaseResource) SetAlbumTitle

func (o *ReleaseResource) SetAlbumTitle(v string)

SetAlbumTitle gets a reference to the given NullableString and assigns it to the AlbumTitle field.

func (*ReleaseResource) SetAlbumTitleNil

func (o *ReleaseResource) SetAlbumTitleNil()

SetAlbumTitleNil sets the value for AlbumTitle 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) SetArtistId

func (o *ReleaseResource) SetArtistId(v int32)

SetArtistId gets a reference to the given NullableInt32 and assigns it to the ArtistId field.

func (*ReleaseResource) SetArtistIdNil

func (o *ReleaseResource) SetArtistIdNil()

SetArtistIdNil sets the value for ArtistId to be an explicit nil

func (*ReleaseResource) SetArtistName

func (o *ReleaseResource) SetArtistName(v string)

SetArtistName gets a reference to the given NullableString and assigns it to the ArtistName field.

func (*ReleaseResource) SetArtistNameNil

func (o *ReleaseResource) SetArtistNameNil()

SetArtistNameNil sets the value for ArtistName 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.2.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.2.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) UnsetAlbumId

func (o *ReleaseResource) UnsetAlbumId()

UnsetAlbumId ensures that no value is present for AlbumId, not even an explicit nil

func (*ReleaseResource) UnsetAlbumTitle

func (o *ReleaseResource) UnsetAlbumTitle()

UnsetAlbumTitle ensures that no value is present for AlbumTitle, not even an explicit nil

func (*ReleaseResource) UnsetArtistId

func (o *ReleaseResource) UnsetArtistId()

UnsetArtistId ensures that no value is present for ArtistId, not even an explicit nil

func (*ReleaseResource) UnsetArtistName

func (o *ReleaseResource) UnsetArtistName()

UnsetArtistName ensures that no value is present for ArtistName, 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 ReleaseStatus

type ReleaseStatus struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
}

ReleaseStatus struct for ReleaseStatus

func NewReleaseStatus

func NewReleaseStatus() *ReleaseStatus

NewReleaseStatus instantiates a new ReleaseStatus 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 NewReleaseStatusWithDefaults

func NewReleaseStatusWithDefaults() *ReleaseStatus

NewReleaseStatusWithDefaults instantiates a new ReleaseStatus 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 (*ReleaseStatus) GetId

func (o *ReleaseStatus) GetId() int32

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

func (*ReleaseStatus) GetIdOk

func (o *ReleaseStatus) 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 (*ReleaseStatus) GetName

func (o *ReleaseStatus) GetName() string

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

func (*ReleaseStatus) GetNameOk

func (o *ReleaseStatus) 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 (*ReleaseStatus) HasId

func (o *ReleaseStatus) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseStatus) HasName

func (o *ReleaseStatus) HasName() bool

HasName returns a boolean if a field has been set.

func (ReleaseStatus) MarshalJSON

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

func (*ReleaseStatus) SetId

func (o *ReleaseStatus) SetId(v int32)

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

func (*ReleaseStatus) SetName

func (o *ReleaseStatus) SetName(v string)

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

func (*ReleaseStatus) SetNameNil

func (o *ReleaseStatus) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (ReleaseStatus) ToMap added in v1.0.0

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

func (*ReleaseStatus) UnsetName

func (o *ReleaseStatus) UnsetName()

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

type RemotePathMappingAPIService added in v0.3.1

type RemotePathMappingAPIService service

RemotePathMappingAPIService RemotePathMappingAPI service

func (*RemotePathMappingAPIService) CreateRemotePathMapping added in v0.3.1

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 v0.3.1

Execute executes the request

@return RemotePathMappingResource

func (*RemotePathMappingAPIService) DeleteRemotePathMapping added in v0.3.1

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 v0.3.1

func (a *RemotePathMappingAPIService) DeleteRemotePathMappingExecute(r ApiDeleteRemotePathMappingRequest) (*http.Response, error)

Execute executes the request

func (*RemotePathMappingAPIService) GetRemotePathMappingById added in v0.3.1

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 v0.3.1

Execute executes the request

@return RemotePathMappingResource

func (*RemotePathMappingAPIService) ListRemotePathMapping added in v0.3.1

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 v0.3.1

Execute executes the request

@return []RemotePathMappingResource

func (*RemotePathMappingAPIService) UpdateRemotePathMapping added in v0.3.1

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 v0.3.1

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 RenameTrackAPIService added in v0.3.1

type RenameTrackAPIService service

RenameTrackAPIService RenameTrackAPI service

func (*RenameTrackAPIService) ListRename added in v0.3.1

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 (*RenameTrackAPIService) ListRenameExecute added in v0.3.1

Execute executes the request

@return []RenameTrackResource

type RenameTrackResource

type RenameTrackResource struct {
	Id           *int32         `json:"id,omitempty"`
	ArtistId     *int32         `json:"artistId,omitempty"`
	AlbumId      *int32         `json:"albumId,omitempty"`
	TrackNumbers []int32        `json:"trackNumbers,omitempty"`
	TrackFileId  *int32         `json:"trackFileId,omitempty"`
	ExistingPath NullableString `json:"existingPath,omitempty"`
	NewPath      NullableString `json:"newPath,omitempty"`
}

RenameTrackResource struct for RenameTrackResource

func NewRenameTrackResource

func NewRenameTrackResource() *RenameTrackResource

NewRenameTrackResource instantiates a new RenameTrackResource 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 NewRenameTrackResourceWithDefaults

func NewRenameTrackResourceWithDefaults() *RenameTrackResource

NewRenameTrackResourceWithDefaults instantiates a new RenameTrackResource 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 (*RenameTrackResource) GetAlbumId

func (o *RenameTrackResource) GetAlbumId() int32

GetAlbumId returns the AlbumId field value if set, zero value otherwise.

func (*RenameTrackResource) GetAlbumIdOk

func (o *RenameTrackResource) GetAlbumIdOk() (*int32, bool)

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

func (*RenameTrackResource) GetArtistId

func (o *RenameTrackResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*RenameTrackResource) GetArtistIdOk

func (o *RenameTrackResource) GetArtistIdOk() (*int32, bool)

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

func (*RenameTrackResource) GetExistingPath

func (o *RenameTrackResource) GetExistingPath() string

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

func (*RenameTrackResource) GetExistingPathOk

func (o *RenameTrackResource) 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 (*RenameTrackResource) GetId

func (o *RenameTrackResource) GetId() int32

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

func (*RenameTrackResource) GetIdOk

func (o *RenameTrackResource) 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 (*RenameTrackResource) GetNewPath

func (o *RenameTrackResource) GetNewPath() string

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

func (*RenameTrackResource) GetNewPathOk

func (o *RenameTrackResource) 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 (*RenameTrackResource) GetTrackFileId

func (o *RenameTrackResource) GetTrackFileId() int32

GetTrackFileId returns the TrackFileId field value if set, zero value otherwise.

func (*RenameTrackResource) GetTrackFileIdOk

func (o *RenameTrackResource) GetTrackFileIdOk() (*int32, bool)

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

func (*RenameTrackResource) GetTrackNumbers

func (o *RenameTrackResource) GetTrackNumbers() []int32

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

func (*RenameTrackResource) GetTrackNumbersOk

func (o *RenameTrackResource) 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 (*RenameTrackResource) HasAlbumId

func (o *RenameTrackResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*RenameTrackResource) HasArtistId

func (o *RenameTrackResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*RenameTrackResource) HasExistingPath

func (o *RenameTrackResource) HasExistingPath() bool

HasExistingPath returns a boolean if a field has been set.

func (*RenameTrackResource) HasId

func (o *RenameTrackResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RenameTrackResource) HasNewPath

func (o *RenameTrackResource) HasNewPath() bool

HasNewPath returns a boolean if a field has been set.

func (*RenameTrackResource) HasTrackFileId

func (o *RenameTrackResource) HasTrackFileId() bool

HasTrackFileId returns a boolean if a field has been set.

func (*RenameTrackResource) HasTrackNumbers

func (o *RenameTrackResource) HasTrackNumbers() bool

HasTrackNumbers returns a boolean if a field has been set.

func (RenameTrackResource) MarshalJSON

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

func (*RenameTrackResource) SetAlbumId

func (o *RenameTrackResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given int32 and assigns it to the AlbumId field.

func (*RenameTrackResource) SetArtistId

func (o *RenameTrackResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*RenameTrackResource) SetExistingPath

func (o *RenameTrackResource) SetExistingPath(v string)

SetExistingPath gets a reference to the given NullableString and assigns it to the ExistingPath field.

func (*RenameTrackResource) SetExistingPathNil

func (o *RenameTrackResource) SetExistingPathNil()

SetExistingPathNil sets the value for ExistingPath to be an explicit nil

func (*RenameTrackResource) SetId

func (o *RenameTrackResource) SetId(v int32)

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

func (*RenameTrackResource) SetNewPath

func (o *RenameTrackResource) SetNewPath(v string)

SetNewPath gets a reference to the given NullableString and assigns it to the NewPath field.

func (*RenameTrackResource) SetNewPathNil

func (o *RenameTrackResource) SetNewPathNil()

SetNewPathNil sets the value for NewPath to be an explicit nil

func (*RenameTrackResource) SetTrackFileId

func (o *RenameTrackResource) SetTrackFileId(v int32)

SetTrackFileId gets a reference to the given int32 and assigns it to the TrackFileId field.

func (*RenameTrackResource) SetTrackNumbers

func (o *RenameTrackResource) SetTrackNumbers(v []int32)

SetTrackNumbers gets a reference to the given []int32 and assigns it to the TrackNumbers field.

func (RenameTrackResource) ToMap added in v1.0.0

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

func (*RenameTrackResource) UnsetExistingPath

func (o *RenameTrackResource) UnsetExistingPath()

UnsetExistingPath ensures that no value is present for ExistingPath, not even an explicit nil

func (*RenameTrackResource) UnsetNewPath

func (o *RenameTrackResource) 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 RetagTrackAPIService added in v0.3.1

type RetagTrackAPIService service

RetagTrackAPIService RetagTrackAPI service

func (*RetagTrackAPIService) ListRetag added in v0.3.1

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 (*RetagTrackAPIService) ListRetagExecute added in v0.3.1

Execute executes the request

@return []RetagTrackResource

type RetagTrackResource

type RetagTrackResource struct {
	Id           *int32          `json:"id,omitempty"`
	ArtistId     *int32          `json:"artistId,omitempty"`
	AlbumId      *int32          `json:"albumId,omitempty"`
	TrackNumbers []int32         `json:"trackNumbers,omitempty"`
	TrackFileId  *int32          `json:"trackFileId,omitempty"`
	Path         NullableString  `json:"path,omitempty"`
	Changes      []TagDifference `json:"changes,omitempty"`
}

RetagTrackResource struct for RetagTrackResource

func NewRetagTrackResource

func NewRetagTrackResource() *RetagTrackResource

NewRetagTrackResource instantiates a new RetagTrackResource 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 NewRetagTrackResourceWithDefaults

func NewRetagTrackResourceWithDefaults() *RetagTrackResource

NewRetagTrackResourceWithDefaults instantiates a new RetagTrackResource 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 (*RetagTrackResource) GetAlbumId

func (o *RetagTrackResource) GetAlbumId() int32

GetAlbumId returns the AlbumId field value if set, zero value otherwise.

func (*RetagTrackResource) GetAlbumIdOk

func (o *RetagTrackResource) GetAlbumIdOk() (*int32, bool)

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

func (*RetagTrackResource) GetArtistId

func (o *RetagTrackResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*RetagTrackResource) GetArtistIdOk

func (o *RetagTrackResource) GetArtistIdOk() (*int32, bool)

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

func (*RetagTrackResource) GetChanges

func (o *RetagTrackResource) GetChanges() []TagDifference

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

func (*RetagTrackResource) GetChangesOk

func (o *RetagTrackResource) 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 (*RetagTrackResource) GetId

func (o *RetagTrackResource) GetId() int32

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

func (*RetagTrackResource) GetIdOk

func (o *RetagTrackResource) 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 (*RetagTrackResource) GetPath

func (o *RetagTrackResource) GetPath() string

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

func (*RetagTrackResource) GetPathOk

func (o *RetagTrackResource) 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 (*RetagTrackResource) GetTrackFileId

func (o *RetagTrackResource) GetTrackFileId() int32

GetTrackFileId returns the TrackFileId field value if set, zero value otherwise.

func (*RetagTrackResource) GetTrackFileIdOk

func (o *RetagTrackResource) GetTrackFileIdOk() (*int32, bool)

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

func (*RetagTrackResource) GetTrackNumbers

func (o *RetagTrackResource) GetTrackNumbers() []int32

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

func (*RetagTrackResource) GetTrackNumbersOk

func (o *RetagTrackResource) 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 (*RetagTrackResource) HasAlbumId

func (o *RetagTrackResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*RetagTrackResource) HasArtistId

func (o *RetagTrackResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*RetagTrackResource) HasChanges

func (o *RetagTrackResource) HasChanges() bool

HasChanges returns a boolean if a field has been set.

func (*RetagTrackResource) HasId

func (o *RetagTrackResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RetagTrackResource) HasPath

func (o *RetagTrackResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*RetagTrackResource) HasTrackFileId

func (o *RetagTrackResource) HasTrackFileId() bool

HasTrackFileId returns a boolean if a field has been set.

func (*RetagTrackResource) HasTrackNumbers

func (o *RetagTrackResource) HasTrackNumbers() bool

HasTrackNumbers returns a boolean if a field has been set.

func (RetagTrackResource) MarshalJSON

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

func (*RetagTrackResource) SetAlbumId

func (o *RetagTrackResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given int32 and assigns it to the AlbumId field.

func (*RetagTrackResource) SetArtistId

func (o *RetagTrackResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*RetagTrackResource) SetChanges

func (o *RetagTrackResource) SetChanges(v []TagDifference)

SetChanges gets a reference to the given []TagDifference and assigns it to the Changes field.

func (*RetagTrackResource) SetId

func (o *RetagTrackResource) SetId(v int32)

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

func (*RetagTrackResource) SetPath

func (o *RetagTrackResource) SetPath(v string)

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

func (*RetagTrackResource) SetPathNil

func (o *RetagTrackResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*RetagTrackResource) SetTrackFileId

func (o *RetagTrackResource) SetTrackFileId(v int32)

SetTrackFileId gets a reference to the given int32 and assigns it to the TrackFileId field.

func (*RetagTrackResource) SetTrackNumbers

func (o *RetagTrackResource) SetTrackNumbers(v []int32)

SetTrackNumbers gets a reference to the given []int32 and assigns it to the TrackNumbers field.

func (RetagTrackResource) ToMap added in v1.0.0

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

func (*RetagTrackResource) UnsetPath

func (o *RetagTrackResource) 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 v0.3.1

type RootFolderAPIService service

RootFolderAPIService RootFolderAPI service

func (*RootFolderAPIService) CreateRootFolder added in v0.3.1

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 v0.3.1

Execute executes the request

@return RootFolderResource

func (*RootFolderAPIService) DeleteRootFolder added in v0.3.1

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 v0.3.1

func (a *RootFolderAPIService) DeleteRootFolderExecute(r ApiDeleteRootFolderRequest) (*http.Response, error)

Execute executes the request

func (*RootFolderAPIService) GetRootFolderById added in v0.3.1

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 v0.3.1

Execute executes the request

@return RootFolderResource

func (*RootFolderAPIService) ListRootFolder added in v0.3.1

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 v0.3.1

Execute executes the request

@return []RootFolderResource

func (*RootFolderAPIService) UpdateRootFolder added in v0.3.1

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 v0.3.1

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"`
	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

func (o *RootFolderResource) GetDefaultNewItemMonitorOption() NewItemMonitorTypes

GetDefaultNewItemMonitorOption returns the DefaultNewItemMonitorOption field value if set, zero value otherwise.

func (*RootFolderResource) GetDefaultNewItemMonitorOptionOk

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) 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) 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) 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) 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) 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

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) HasId

func (o *RootFolderResource) HasId() bool

HasId 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) HasPath

func (o *RootFolderResource) HasPath() bool

HasPath 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) 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

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) SetId

func (o *RootFolderResource) SetId(v int32)

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

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) 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) 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) 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) UnsetName

func (o *RootFolderResource) UnsetName()

UnsetName ensures that no value is present for Name, 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

type RuntimeMode added in v0.2.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.2.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.2.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.2.0

func (v RuntimeMode) Ptr() *RuntimeMode

Ptr returns reference to RuntimeMode value

func (*RuntimeMode) UnmarshalJSON added in v0.2.0

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

type SearchAPIService added in v0.3.1

type SearchAPIService service

SearchAPIService SearchAPI service

func (*SearchAPIService) GetSearch added in v0.3.1

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 v0.3.1

func (a *SearchAPIService) GetSearchExecute(r ApiGetSearchRequest) (*http.Response, error)

Execute executes the request

type SecondaryAlbumType

type SecondaryAlbumType struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
}

SecondaryAlbumType struct for SecondaryAlbumType

func NewSecondaryAlbumType

func NewSecondaryAlbumType() *SecondaryAlbumType

NewSecondaryAlbumType instantiates a new SecondaryAlbumType 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 NewSecondaryAlbumTypeWithDefaults

func NewSecondaryAlbumTypeWithDefaults() *SecondaryAlbumType

NewSecondaryAlbumTypeWithDefaults instantiates a new SecondaryAlbumType 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 (*SecondaryAlbumType) GetId

func (o *SecondaryAlbumType) GetId() int32

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

func (*SecondaryAlbumType) GetIdOk

func (o *SecondaryAlbumType) 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 (*SecondaryAlbumType) GetName

func (o *SecondaryAlbumType) GetName() string

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

func (*SecondaryAlbumType) GetNameOk

func (o *SecondaryAlbumType) 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 (*SecondaryAlbumType) HasId

func (o *SecondaryAlbumType) HasId() bool

HasId returns a boolean if a field has been set.

func (*SecondaryAlbumType) HasName

func (o *SecondaryAlbumType) HasName() bool

HasName returns a boolean if a field has been set.

func (SecondaryAlbumType) MarshalJSON

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

func (*SecondaryAlbumType) SetId

func (o *SecondaryAlbumType) SetId(v int32)

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

func (*SecondaryAlbumType) SetName

func (o *SecondaryAlbumType) SetName(v string)

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

func (*SecondaryAlbumType) SetNameNil

func (o *SecondaryAlbumType) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (SecondaryAlbumType) ToMap added in v1.0.0

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

func (*SecondaryAlbumType) UnsetName

func (o *SecondaryAlbumType) UnsetName()

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

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 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 v0.3.1

type StaticResourceAPIService service

StaticResourceAPIService StaticResourceAPI service

func (*StaticResourceAPIService) Get added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *StaticResourceAPIService) GetByPathExecute(r ApiGetByPathRequest) (*http.Response, error)

Execute executes the request

func (*StaticResourceAPIService) GetContentByPath added in v0.3.1

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 v0.3.1

func (a *StaticResourceAPIService) GetContentByPathExecute(r ApiGetContentByPathRequest) (*http.Response, error)

Execute executes the request

func (*StaticResourceAPIService) GetExecute added in v0.3.1

Execute executes the request

func (*StaticResourceAPIService) GetLogin added in v0.3.1

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 v0.3.1

Execute executes the request

type SystemAPIService added in v0.3.1

type SystemAPIService service

SystemAPIService SystemAPI service

func (*SystemAPIService) CreateSystemRestart added in v0.3.1

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 v0.3.1

func (a *SystemAPIService) CreateSystemRestartExecute(r ApiCreateSystemRestartRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) CreateSystemShutdown added in v0.3.1

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 v0.3.1

func (a *SystemAPIService) CreateSystemShutdownExecute(r ApiCreateSystemShutdownRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemRoutes added in v0.3.1

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 v0.3.1

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 v0.3.1

func (a *SystemAPIService) GetSystemRoutesDuplicateExecute(r ApiGetSystemRoutesDuplicateRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemRoutesExecute added in v0.3.1

func (a *SystemAPIService) GetSystemRoutesExecute(r ApiGetSystemRoutesRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemStatus added in v0.3.1

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 v0.3.1

func (a *SystemAPIService) GetSystemStatusExecute(r ApiGetSystemStatusRequest) (*SystemResource, *http.Response, error)

Execute executes the request

@return SystemResource

type SystemResource added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) GetAuthentication() AuthenticationType

GetAuthentication returns the Authentication field value if set, zero value otherwise.

func (*SystemResource) GetAuthenticationOk added in v0.2.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.2.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.2.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.2.0

func (o *SystemResource) GetBuildTime() time.Time

GetBuildTime returns the BuildTime field value if set, zero value otherwise.

func (*SystemResource) GetBuildTimeOk added in v0.2.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.2.0

func (o *SystemResource) GetDatabaseType() DatabaseType

GetDatabaseType returns the DatabaseType field value if set, zero value otherwise.

func (*SystemResource) GetDatabaseTypeOk added in v0.2.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.2.0

func (o *SystemResource) GetDatabaseVersion() string

GetDatabaseVersion returns the DatabaseVersion field value if set, zero value otherwise.

func (*SystemResource) GetDatabaseVersionOk added in v0.2.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.2.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.2.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.2.0

func (o *SystemResource) GetIsAdmin() bool

GetIsAdmin returns the IsAdmin field value if set, zero value otherwise.

func (*SystemResource) GetIsAdminOk added in v0.2.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.2.0

func (o *SystemResource) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*SystemResource) GetIsDebugOk added in v0.2.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.2.0

func (o *SystemResource) GetIsDocker() bool

GetIsDocker returns the IsDocker field value if set, zero value otherwise.

func (*SystemResource) GetIsDockerOk added in v0.2.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.2.0

func (o *SystemResource) GetIsLinux() bool

GetIsLinux returns the IsLinux field value if set, zero value otherwise.

func (*SystemResource) GetIsLinuxOk added in v0.2.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.2.0

func (o *SystemResource) GetIsNetCore() bool

GetIsNetCore returns the IsNetCore field value if set, zero value otherwise.

func (*SystemResource) GetIsNetCoreOk added in v0.2.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.2.0

func (o *SystemResource) GetIsOsx() bool

GetIsOsx returns the IsOsx field value if set, zero value otherwise.

func (*SystemResource) GetIsOsxOk added in v0.2.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.2.0

func (o *SystemResource) GetIsProduction() bool

GetIsProduction returns the IsProduction field value if set, zero value otherwise.

func (*SystemResource) GetIsProductionOk added in v0.2.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.2.0

func (o *SystemResource) GetIsUserInteractive() bool

GetIsUserInteractive returns the IsUserInteractive field value if set, zero value otherwise.

func (*SystemResource) GetIsUserInteractiveOk added in v0.2.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.2.0

func (o *SystemResource) GetIsWindows() bool

GetIsWindows returns the IsWindows field value if set, zero value otherwise.

func (*SystemResource) GetIsWindowsOk added in v0.2.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.2.0

func (o *SystemResource) GetMigrationVersion() int32

GetMigrationVersion returns the MigrationVersion field value if set, zero value otherwise.

func (*SystemResource) GetMigrationVersionOk added in v0.2.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.2.0

func (o *SystemResource) GetMode() RuntimeMode

GetMode returns the Mode field value if set, zero value otherwise.

func (*SystemResource) GetModeOk added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) GetPackageUpdateMechanism() UpdateMechanism

GetPackageUpdateMechanism returns the PackageUpdateMechanism field value if set, zero value otherwise.

func (*SystemResource) GetPackageUpdateMechanismMessage added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) GetRuntimeVersion() string

GetRuntimeVersion returns the RuntimeVersion field value if set, zero value otherwise.

func (*SystemResource) GetRuntimeVersionOk added in v0.2.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.2.0

func (o *SystemResource) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*SystemResource) GetStartTimeOk added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) HasAppData() bool

HasAppData returns a boolean if a field has been set.

func (*SystemResource) HasAppName added in v0.2.0

func (o *SystemResource) HasAppName() bool

HasAppName returns a boolean if a field has been set.

func (*SystemResource) HasAuthentication added in v0.2.0

func (o *SystemResource) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

func (*SystemResource) HasBranch added in v0.2.0

func (o *SystemResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*SystemResource) HasBuildTime added in v0.2.0

func (o *SystemResource) HasBuildTime() bool

HasBuildTime returns a boolean if a field has been set.

func (*SystemResource) HasDatabaseType added in v0.2.0

func (o *SystemResource) HasDatabaseType() bool

HasDatabaseType returns a boolean if a field has been set.

func (*SystemResource) HasDatabaseVersion added in v0.2.0

func (o *SystemResource) HasDatabaseVersion() bool

HasDatabaseVersion returns a boolean if a field has been set.

func (*SystemResource) HasInstanceName added in v0.2.0

func (o *SystemResource) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

func (*SystemResource) HasIsAdmin added in v0.2.0

func (o *SystemResource) HasIsAdmin() bool

HasIsAdmin returns a boolean if a field has been set.

func (*SystemResource) HasIsDebug added in v0.2.0

func (o *SystemResource) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*SystemResource) HasIsDocker added in v0.2.0

func (o *SystemResource) HasIsDocker() bool

HasIsDocker returns a boolean if a field has been set.

func (*SystemResource) HasIsLinux added in v0.2.0

func (o *SystemResource) HasIsLinux() bool

HasIsLinux returns a boolean if a field has been set.

func (*SystemResource) HasIsNetCore added in v0.2.0

func (o *SystemResource) HasIsNetCore() bool

HasIsNetCore returns a boolean if a field has been set.

func (*SystemResource) HasIsOsx added in v0.2.0

func (o *SystemResource) HasIsOsx() bool

HasIsOsx returns a boolean if a field has been set.

func (*SystemResource) HasIsProduction added in v0.2.0

func (o *SystemResource) HasIsProduction() bool

HasIsProduction returns a boolean if a field has been set.

func (*SystemResource) HasIsUserInteractive added in v0.2.0

func (o *SystemResource) HasIsUserInteractive() bool

HasIsUserInteractive returns a boolean if a field has been set.

func (*SystemResource) HasIsWindows added in v0.2.0

func (o *SystemResource) HasIsWindows() bool

HasIsWindows returns a boolean if a field has been set.

func (*SystemResource) HasMigrationVersion added in v0.2.0

func (o *SystemResource) HasMigrationVersion() bool

HasMigrationVersion returns a boolean if a field has been set.

func (*SystemResource) HasMode added in v0.2.0

func (o *SystemResource) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*SystemResource) HasOsName added in v0.2.0

func (o *SystemResource) HasOsName() bool

HasOsName returns a boolean if a field has been set.

func (*SystemResource) HasOsVersion added in v0.2.0

func (o *SystemResource) HasOsVersion() bool

HasOsVersion returns a boolean if a field has been set.

func (*SystemResource) HasPackageAuthor added in v0.2.0

func (o *SystemResource) HasPackageAuthor() bool

HasPackageAuthor returns a boolean if a field has been set.

func (*SystemResource) HasPackageUpdateMechanism added in v0.2.0

func (o *SystemResource) HasPackageUpdateMechanism() bool

HasPackageUpdateMechanism returns a boolean if a field has been set.

func (*SystemResource) HasPackageUpdateMechanismMessage added in v0.2.0

func (o *SystemResource) HasPackageUpdateMechanismMessage() bool

HasPackageUpdateMechanismMessage returns a boolean if a field has been set.

func (*SystemResource) HasPackageVersion added in v0.2.0

func (o *SystemResource) HasPackageVersion() bool

HasPackageVersion returns a boolean if a field has been set.

func (*SystemResource) HasRuntimeName added in v0.2.0

func (o *SystemResource) HasRuntimeName() bool

HasRuntimeName returns a boolean if a field has been set.

func (*SystemResource) HasRuntimeVersion added in v0.2.0

func (o *SystemResource) HasRuntimeVersion() bool

HasRuntimeVersion returns a boolean if a field has been set.

func (*SystemResource) HasStartTime added in v0.2.0

func (o *SystemResource) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*SystemResource) HasStartupPath added in v0.2.0

func (o *SystemResource) HasStartupPath() bool

HasStartupPath returns a boolean if a field has been set.

func (*SystemResource) HasUrlBase added in v0.2.0

func (o *SystemResource) HasUrlBase() bool

HasUrlBase returns a boolean if a field has been set.

func (*SystemResource) HasVersion added in v0.2.0

func (o *SystemResource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SystemResource) MarshalJSON added in v0.2.0

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

func (*SystemResource) SetAppData added in v0.2.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.2.0

func (o *SystemResource) SetAppDataNil()

SetAppDataNil sets the value for AppData to be an explicit nil

func (*SystemResource) SetAppName added in v0.2.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.2.0

func (o *SystemResource) SetAppNameNil()

SetAppNameNil sets the value for AppName to be an explicit nil

func (*SystemResource) SetAuthentication added in v0.2.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.2.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.2.0

func (o *SystemResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*SystemResource) SetBuildTime added in v0.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) SetInstanceNameNil()

SetInstanceNameNil sets the value for InstanceName to be an explicit nil

func (*SystemResource) SetIsAdmin added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) SetOsNameNil()

SetOsNameNil sets the value for OsName to be an explicit nil

func (*SystemResource) SetOsVersion added in v0.2.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.2.0

func (o *SystemResource) SetOsVersionNil()

SetOsVersionNil sets the value for OsVersion to be an explicit nil

func (*SystemResource) SetPackageAuthor added in v0.2.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.2.0

func (o *SystemResource) SetPackageAuthorNil()

SetPackageAuthorNil sets the value for PackageAuthor to be an explicit nil

func (*SystemResource) SetPackageUpdateMechanism added in v0.2.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.2.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.2.0

func (o *SystemResource) SetPackageUpdateMechanismMessageNil()

SetPackageUpdateMechanismMessageNil sets the value for PackageUpdateMechanismMessage to be an explicit nil

func (*SystemResource) SetPackageVersion added in v0.2.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.2.0

func (o *SystemResource) SetPackageVersionNil()

SetPackageVersionNil sets the value for PackageVersion to be an explicit nil

func (*SystemResource) SetRuntimeName added in v0.2.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.2.0

func (o *SystemResource) SetRuntimeNameNil()

SetRuntimeNameNil sets the value for RuntimeName to be an explicit nil

func (*SystemResource) SetRuntimeVersion added in v0.2.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.2.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.2.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.2.0

func (o *SystemResource) SetStartupPathNil()

SetStartupPathNil sets the value for StartupPath to be an explicit nil

func (*SystemResource) SetUrlBase added in v0.2.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.2.0

func (o *SystemResource) SetUrlBaseNil()

SetUrlBaseNil sets the value for UrlBase to be an explicit nil

func (*SystemResource) SetVersion added in v0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0

func (o *SystemResource) UnsetVersion()

UnsetVersion ensures that no value is present for Version, not even an explicit nil

type TagAPIService added in v0.3.1

type TagAPIService service

TagAPIService TagAPI service

func (*TagAPIService) CreateTag added in v0.3.1

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 v0.3.1

func (a *TagAPIService) CreateTagExecute(r ApiCreateTagRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

func (*TagAPIService) DeleteTag added in v0.3.1

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 v0.3.1

func (a *TagAPIService) DeleteTagExecute(r ApiDeleteTagRequest) (*http.Response, error)

Execute executes the request

func (*TagAPIService) GetTagById added in v0.3.1

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 v0.3.1

func (a *TagAPIService) GetTagByIdExecute(r ApiGetTagByIdRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

func (*TagAPIService) ListTag added in v0.3.1

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 v0.3.1

func (a *TagAPIService) ListTagExecute(r ApiListTagRequest) ([]TagResource, *http.Response, error)

Execute executes the request

@return []TagResource

func (*TagAPIService) UpdateTag added in v0.3.1

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 v0.3.1

func (a *TagAPIService) UpdateTagExecute(r ApiUpdateTagRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

type TagDetailsAPIService added in v0.3.1

type TagDetailsAPIService service

TagDetailsAPIService TagDetailsAPI service

func (*TagDetailsAPIService) GetTagDetailById added in v0.3.1

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 v0.3.1

Execute executes the request

@return TagDetailsResource

func (*TagDetailsAPIService) ListTagDetail added in v0.3.1

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 v0.3.1

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"`
	AutoTagIds        []int32        `json:"autoTagIds,omitempty"`
	ArtistIds         []int32        `json:"artistIds,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) GetArtistIds

func (o *TagDetailsResource) GetArtistIds() []int32

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

func (*TagDetailsResource) GetArtistIdsOk

func (o *TagDetailsResource) GetArtistIdsOk() ([]int32, bool)

GetArtistIdsOk returns a tuple with the ArtistIds field value if set, nil otherwise and 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) GetAutoTagIds added in v0.3.1

func (o *TagDetailsResource) GetAutoTagIds() []int32

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

func (*TagDetailsResource) GetAutoTagIdsOk added in v0.3.1

func (o *TagDetailsResource) GetAutoTagIdsOk() ([]int32, bool)

GetAutoTagIdsOk returns a tuple with the AutoTagIds field value if set, nil otherwise and 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.3.1

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.3.1

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

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

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) HasArtistIds

func (o *TagDetailsResource) HasArtistIds() bool

HasArtistIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasAutoTagIds added in v0.3.1

func (o *TagDetailsResource) HasAutoTagIds() bool

HasAutoTagIds 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.3.1

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

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) SetArtistIds

func (o *TagDetailsResource) SetArtistIds(v []int32)

SetArtistIds gets a reference to the given []int32 and assigns it to the ArtistIds field.

func (*TagDetailsResource) SetAutoTagIds added in v0.3.1

func (o *TagDetailsResource) SetAutoTagIds(v []int32)

SetAutoTagIds gets a reference to the given []int32 and assigns it to the AutoTagIds 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.3.1

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

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 v0.3.1

type TaskAPIService service

TaskAPIService TaskAPI service

func (*TaskAPIService) GetSystemTaskById added in v0.3.1

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 v0.3.1

func (a *TaskAPIService) GetSystemTaskByIdExecute(r ApiGetSystemTaskByIdRequest) (*TaskResource, *http.Response, error)

Execute executes the request

@return TaskResource

func (*TaskAPIService) ListSystemTask added in v0.3.1

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 v0.3.1

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 TrackAPIService added in v0.3.1

type TrackAPIService service

TrackAPIService TrackAPI service

func (*TrackAPIService) GetTrackById added in v0.3.1

func (a *TrackAPIService) GetTrackById(ctx context.Context, id int32) ApiGetTrackByIdRequest

GetTrackById Method for GetTrackById

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

func (*TrackAPIService) GetTrackByIdExecute added in v0.3.1

func (a *TrackAPIService) GetTrackByIdExecute(r ApiGetTrackByIdRequest) (*TrackResource, *http.Response, error)

Execute executes the request

@return TrackResource

func (*TrackAPIService) ListTrack added in v0.3.1

ListTrack Method for ListTrack

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

func (*TrackAPIService) ListTrackExecute added in v0.3.1

func (a *TrackAPIService) ListTrackExecute(r ApiListTrackRequest) ([]TrackResource, *http.Response, error)

Execute executes the request

@return []TrackResource

type TrackFileAPIService added in v0.3.1

type TrackFileAPIService service

TrackFileAPIService TrackFileAPI service

func (*TrackFileAPIService) DeleteTrackFile added in v0.3.1

DeleteTrackFile Method for DeleteTrackFile

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

func (*TrackFileAPIService) DeleteTrackFileBulk added in v0.3.1

DeleteTrackFileBulk Method for DeleteTrackFileBulk

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

func (*TrackFileAPIService) DeleteTrackFileBulkExecute added in v0.3.1

func (a *TrackFileAPIService) DeleteTrackFileBulkExecute(r ApiDeleteTrackFileBulkRequest) (*http.Response, error)

Execute executes the request

func (*TrackFileAPIService) DeleteTrackFileExecute added in v0.3.1

func (a *TrackFileAPIService) DeleteTrackFileExecute(r ApiDeleteTrackFileRequest) (*http.Response, error)

Execute executes the request

func (*TrackFileAPIService) GetTrackFileById added in v0.3.1

GetTrackFileById Method for GetTrackFileById

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

func (*TrackFileAPIService) GetTrackFileByIdExecute added in v0.3.1

Execute executes the request

@return TrackFileResource

func (*TrackFileAPIService) ListTrackFile added in v0.3.1

ListTrackFile Method for ListTrackFile

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

func (*TrackFileAPIService) ListTrackFileExecute added in v0.3.1

Execute executes the request

@return []TrackFileResource

func (*TrackFileAPIService) PutTrackFileEditor added in v0.3.1

PutTrackFileEditor Method for PutTrackFileEditor

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

func (*TrackFileAPIService) PutTrackFileEditorExecute added in v0.3.1

func (a *TrackFileAPIService) PutTrackFileEditorExecute(r ApiPutTrackFileEditorRequest) (*http.Response, error)

Execute executes the request

func (*TrackFileAPIService) UpdateTrackFile added in v0.3.1

UpdateTrackFile Method for UpdateTrackFile

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

func (*TrackFileAPIService) UpdateTrackFileExecute added in v0.3.1

Execute executes the request

@return TrackFileResource

type TrackFileListResource

type TrackFileListResource struct {
	TrackFileIds []int32        `json:"trackFileIds,omitempty"`
	Quality      *QualityModel  `json:"quality,omitempty"`
	SceneName    NullableString `json:"sceneName,omitempty"`
	ReleaseGroup NullableString `json:"releaseGroup,omitempty"`
}

TrackFileListResource struct for TrackFileListResource

func NewTrackFileListResource

func NewTrackFileListResource() *TrackFileListResource

NewTrackFileListResource instantiates a new TrackFileListResource 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 NewTrackFileListResourceWithDefaults

func NewTrackFileListResourceWithDefaults() *TrackFileListResource

NewTrackFileListResourceWithDefaults instantiates a new TrackFileListResource 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 (*TrackFileListResource) GetQuality

func (o *TrackFileListResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*TrackFileListResource) GetQualityOk

func (o *TrackFileListResource) 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 (*TrackFileListResource) GetReleaseGroup added in v0.2.0

func (o *TrackFileListResource) GetReleaseGroup() string

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

func (*TrackFileListResource) GetReleaseGroupOk added in v0.2.0

func (o *TrackFileListResource) 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 (*TrackFileListResource) GetSceneName added in v0.2.0

func (o *TrackFileListResource) GetSceneName() string

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

func (*TrackFileListResource) GetSceneNameOk added in v0.2.0

func (o *TrackFileListResource) 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 (*TrackFileListResource) GetTrackFileIds

func (o *TrackFileListResource) GetTrackFileIds() []int32

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

func (*TrackFileListResource) GetTrackFileIdsOk

func (o *TrackFileListResource) GetTrackFileIdsOk() ([]int32, bool)

GetTrackFileIdsOk returns a tuple with the TrackFileIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrackFileListResource) HasQuality

func (o *TrackFileListResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*TrackFileListResource) HasReleaseGroup added in v0.2.0

func (o *TrackFileListResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*TrackFileListResource) HasSceneName added in v0.2.0

func (o *TrackFileListResource) HasSceneName() bool

HasSceneName returns a boolean if a field has been set.

func (*TrackFileListResource) HasTrackFileIds

func (o *TrackFileListResource) HasTrackFileIds() bool

HasTrackFileIds returns a boolean if a field has been set.

func (TrackFileListResource) MarshalJSON

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

func (*TrackFileListResource) SetQuality

func (o *TrackFileListResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*TrackFileListResource) SetReleaseGroup added in v0.2.0

func (o *TrackFileListResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*TrackFileListResource) SetReleaseGroupNil added in v0.2.0

func (o *TrackFileListResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*TrackFileListResource) SetSceneName added in v0.2.0

func (o *TrackFileListResource) SetSceneName(v string)

SetSceneName gets a reference to the given NullableString and assigns it to the SceneName field.

func (*TrackFileListResource) SetSceneNameNil added in v0.2.0

func (o *TrackFileListResource) SetSceneNameNil()

SetSceneNameNil sets the value for SceneName to be an explicit nil

func (*TrackFileListResource) SetTrackFileIds

func (o *TrackFileListResource) SetTrackFileIds(v []int32)

SetTrackFileIds gets a reference to the given []int32 and assigns it to the TrackFileIds field.

func (TrackFileListResource) ToMap added in v1.0.0

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

func (*TrackFileListResource) UnsetReleaseGroup added in v0.2.0

func (o *TrackFileListResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*TrackFileListResource) UnsetSceneName added in v0.2.0

func (o *TrackFileListResource) UnsetSceneName()

UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil

type TrackFileResource

type TrackFileResource struct {
	Id                  *int32                 `json:"id,omitempty"`
	ArtistId            *int32                 `json:"artistId,omitempty"`
	AlbumId             *int32                 `json:"albumId,omitempty"`
	Path                NullableString         `json:"path,omitempty"`
	Size                *int64                 `json:"size,omitempty"`
	DateAdded           *time.Time             `json:"dateAdded,omitempty"`
	SceneName           NullableString         `json:"sceneName,omitempty"`
	ReleaseGroup        NullableString         `json:"releaseGroup,omitempty"`
	Quality             *QualityModel          `json:"quality,omitempty"`
	QualityWeight       *int32                 `json:"qualityWeight,omitempty"`
	CustomFormats       []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore   *int32                 `json:"customFormatScore,omitempty"`
	MediaInfo           *MediaInfoResource     `json:"mediaInfo,omitempty"`
	QualityCutoffNotMet *bool                  `json:"qualityCutoffNotMet,omitempty"`
	AudioTags           *ParsedTrackInfo       `json:"audioTags,omitempty"`
}

TrackFileResource struct for TrackFileResource

func NewTrackFileResource

func NewTrackFileResource() *TrackFileResource

NewTrackFileResource instantiates a new TrackFileResource 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 NewTrackFileResourceWithDefaults

func NewTrackFileResourceWithDefaults() *TrackFileResource

NewTrackFileResourceWithDefaults instantiates a new TrackFileResource 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 (*TrackFileResource) GetAlbumId

func (o *TrackFileResource) GetAlbumId() int32

GetAlbumId returns the AlbumId field value if set, zero value otherwise.

func (*TrackFileResource) GetAlbumIdOk

func (o *TrackFileResource) GetAlbumIdOk() (*int32, bool)

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

func (*TrackFileResource) GetArtistId

func (o *TrackFileResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*TrackFileResource) GetArtistIdOk

func (o *TrackFileResource) GetArtistIdOk() (*int32, bool)

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

func (*TrackFileResource) GetAudioTags

func (o *TrackFileResource) GetAudioTags() ParsedTrackInfo

GetAudioTags returns the AudioTags field value if set, zero value otherwise.

func (*TrackFileResource) GetAudioTagsOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetCustomFormatScore added in v0.3.1

func (o *TrackFileResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*TrackFileResource) GetCustomFormatScoreOk added in v0.3.1

func (o *TrackFileResource) 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 (*TrackFileResource) GetCustomFormats added in v0.3.1

func (o *TrackFileResource) GetCustomFormats() []CustomFormatResource

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

func (*TrackFileResource) GetCustomFormatsOk added in v0.3.1

func (o *TrackFileResource) 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 (*TrackFileResource) GetDateAdded

func (o *TrackFileResource) GetDateAdded() time.Time

GetDateAdded returns the DateAdded field value if set, zero value otherwise.

func (*TrackFileResource) GetDateAddedOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetId

func (o *TrackFileResource) GetId() int32

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

func (*TrackFileResource) GetIdOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetMediaInfo

func (o *TrackFileResource) GetMediaInfo() MediaInfoResource

GetMediaInfo returns the MediaInfo field value if set, zero value otherwise.

func (*TrackFileResource) GetMediaInfoOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetPath

func (o *TrackFileResource) GetPath() string

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

func (*TrackFileResource) GetPathOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetQuality

func (o *TrackFileResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*TrackFileResource) GetQualityCutoffNotMet

func (o *TrackFileResource) GetQualityCutoffNotMet() bool

GetQualityCutoffNotMet returns the QualityCutoffNotMet field value if set, zero value otherwise.

func (*TrackFileResource) GetQualityCutoffNotMetOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetQualityOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetQualityWeight

func (o *TrackFileResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field value if set, zero value otherwise.

func (*TrackFileResource) GetQualityWeightOk

func (o *TrackFileResource) 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 (*TrackFileResource) GetReleaseGroup added in v0.2.0

func (o *TrackFileResource) GetReleaseGroup() string

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

func (*TrackFileResource) GetReleaseGroupOk added in v0.2.0

func (o *TrackFileResource) 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 (*TrackFileResource) GetSceneName added in v0.2.0

func (o *TrackFileResource) GetSceneName() string

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

func (*TrackFileResource) GetSceneNameOk added in v0.2.0

func (o *TrackFileResource) 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 (*TrackFileResource) GetSize

func (o *TrackFileResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*TrackFileResource) GetSizeOk

func (o *TrackFileResource) 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 (*TrackFileResource) HasAlbumId

func (o *TrackFileResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*TrackFileResource) HasArtistId

func (o *TrackFileResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*TrackFileResource) HasAudioTags

func (o *TrackFileResource) HasAudioTags() bool

HasAudioTags returns a boolean if a field has been set.

func (*TrackFileResource) HasCustomFormatScore added in v0.3.1

func (o *TrackFileResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*TrackFileResource) HasCustomFormats added in v0.3.1

func (o *TrackFileResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*TrackFileResource) HasDateAdded

func (o *TrackFileResource) HasDateAdded() bool

HasDateAdded returns a boolean if a field has been set.

func (*TrackFileResource) HasId

func (o *TrackFileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TrackFileResource) HasMediaInfo

func (o *TrackFileResource) HasMediaInfo() bool

HasMediaInfo returns a boolean if a field has been set.

func (*TrackFileResource) HasPath

func (o *TrackFileResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*TrackFileResource) HasQuality

func (o *TrackFileResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*TrackFileResource) HasQualityCutoffNotMet

func (o *TrackFileResource) HasQualityCutoffNotMet() bool

HasQualityCutoffNotMet returns a boolean if a field has been set.

func (*TrackFileResource) HasQualityWeight

func (o *TrackFileResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

func (*TrackFileResource) HasReleaseGroup added in v0.2.0

func (o *TrackFileResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*TrackFileResource) HasSceneName added in v0.2.0

func (o *TrackFileResource) HasSceneName() bool

HasSceneName returns a boolean if a field has been set.

func (*TrackFileResource) HasSize

func (o *TrackFileResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (TrackFileResource) MarshalJSON

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

func (*TrackFileResource) SetAlbumId

func (o *TrackFileResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given int32 and assigns it to the AlbumId field.

func (*TrackFileResource) SetArtistId

func (o *TrackFileResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*TrackFileResource) SetAudioTags

func (o *TrackFileResource) SetAudioTags(v ParsedTrackInfo)

SetAudioTags gets a reference to the given ParsedTrackInfo and assigns it to the AudioTags field.

func (*TrackFileResource) SetCustomFormatScore added in v0.3.1

func (o *TrackFileResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*TrackFileResource) SetCustomFormats added in v0.3.1

func (o *TrackFileResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*TrackFileResource) SetDateAdded

func (o *TrackFileResource) SetDateAdded(v time.Time)

SetDateAdded gets a reference to the given time.Time and assigns it to the DateAdded field.

func (*TrackFileResource) SetId

func (o *TrackFileResource) SetId(v int32)

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

func (*TrackFileResource) SetMediaInfo

func (o *TrackFileResource) SetMediaInfo(v MediaInfoResource)

SetMediaInfo gets a reference to the given MediaInfoResource and assigns it to the MediaInfo field.

func (*TrackFileResource) SetPath

func (o *TrackFileResource) SetPath(v string)

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

func (*TrackFileResource) SetPathNil

func (o *TrackFileResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*TrackFileResource) SetQuality

func (o *TrackFileResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*TrackFileResource) SetQualityCutoffNotMet

func (o *TrackFileResource) SetQualityCutoffNotMet(v bool)

SetQualityCutoffNotMet gets a reference to the given bool and assigns it to the QualityCutoffNotMet field.

func (*TrackFileResource) SetQualityWeight

func (o *TrackFileResource) SetQualityWeight(v int32)

SetQualityWeight gets a reference to the given int32 and assigns it to the QualityWeight field.

func (*TrackFileResource) SetReleaseGroup added in v0.2.0

func (o *TrackFileResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*TrackFileResource) SetReleaseGroupNil added in v0.2.0

func (o *TrackFileResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*TrackFileResource) SetSceneName added in v0.2.0

func (o *TrackFileResource) SetSceneName(v string)

SetSceneName gets a reference to the given NullableString and assigns it to the SceneName field.

func (*TrackFileResource) SetSceneNameNil added in v0.2.0

func (o *TrackFileResource) SetSceneNameNil()

SetSceneNameNil sets the value for SceneName to be an explicit nil

func (*TrackFileResource) SetSize

func (o *TrackFileResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (TrackFileResource) ToMap added in v1.0.0

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

func (*TrackFileResource) UnsetPath

func (o *TrackFileResource) UnsetPath()

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

func (*TrackFileResource) UnsetReleaseGroup added in v0.2.0

func (o *TrackFileResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*TrackFileResource) UnsetSceneName added in v0.2.0

func (o *TrackFileResource) UnsetSceneName()

UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil

type TrackResource

type TrackResource struct {
	Id                  *int32             `json:"id,omitempty"`
	ArtistId            *int32             `json:"artistId,omitempty"`
	ForeignTrackId      NullableString     `json:"foreignTrackId,omitempty"`
	ForeignRecordingId  NullableString     `json:"foreignRecordingId,omitempty"`
	TrackFileId         *int32             `json:"trackFileId,omitempty"`
	AlbumId             *int32             `json:"albumId,omitempty"`
	Explicit            *bool              `json:"explicit,omitempty"`
	AbsoluteTrackNumber *int32             `json:"absoluteTrackNumber,omitempty"`
	TrackNumber         NullableString     `json:"trackNumber,omitempty"`
	Title               NullableString     `json:"title,omitempty"`
	Duration            *int32             `json:"duration,omitempty"`
	TrackFile           *TrackFileResource `json:"trackFile,omitempty"`
	MediumNumber        *int32             `json:"mediumNumber,omitempty"`
	HasFile             *bool              `json:"hasFile,omitempty"`
	Artist              *ArtistResource    `json:"artist,omitempty"`
	Ratings             *Ratings           `json:"ratings,omitempty"`
	Grabbed             *bool              `json:"grabbed,omitempty"`
}

TrackResource struct for TrackResource

func NewTrackResource

func NewTrackResource() *TrackResource

NewTrackResource instantiates a new TrackResource 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 NewTrackResourceWithDefaults

func NewTrackResourceWithDefaults() *TrackResource

NewTrackResourceWithDefaults instantiates a new TrackResource 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 (*TrackResource) GetAbsoluteTrackNumber

func (o *TrackResource) GetAbsoluteTrackNumber() int32

GetAbsoluteTrackNumber returns the AbsoluteTrackNumber field value if set, zero value otherwise.

func (*TrackResource) GetAbsoluteTrackNumberOk

func (o *TrackResource) GetAbsoluteTrackNumberOk() (*int32, bool)

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

func (*TrackResource) GetAlbumId

func (o *TrackResource) GetAlbumId() int32

GetAlbumId returns the AlbumId field value if set, zero value otherwise.

func (*TrackResource) GetAlbumIdOk

func (o *TrackResource) GetAlbumIdOk() (*int32, bool)

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

func (*TrackResource) GetArtist

func (o *TrackResource) GetArtist() ArtistResource

GetArtist returns the Artist field value if set, zero value otherwise.

func (*TrackResource) GetArtistId

func (o *TrackResource) GetArtistId() int32

GetArtistId returns the ArtistId field value if set, zero value otherwise.

func (*TrackResource) GetArtistIdOk

func (o *TrackResource) GetArtistIdOk() (*int32, bool)

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

func (*TrackResource) GetArtistOk

func (o *TrackResource) GetArtistOk() (*ArtistResource, bool)

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

func (*TrackResource) GetDuration

func (o *TrackResource) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*TrackResource) GetDurationOk

func (o *TrackResource) GetDurationOk() (*int32, 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 (*TrackResource) GetExplicit

func (o *TrackResource) GetExplicit() bool

GetExplicit returns the Explicit field value if set, zero value otherwise.

func (*TrackResource) GetExplicitOk

func (o *TrackResource) GetExplicitOk() (*bool, bool)

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

func (*TrackResource) GetForeignRecordingId

func (o *TrackResource) GetForeignRecordingId() string

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

func (*TrackResource) GetForeignRecordingIdOk

func (o *TrackResource) GetForeignRecordingIdOk() (*string, bool)

GetForeignRecordingIdOk returns a tuple with the ForeignRecordingId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrackResource) GetForeignTrackId

func (o *TrackResource) GetForeignTrackId() string

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

func (*TrackResource) GetForeignTrackIdOk

func (o *TrackResource) GetForeignTrackIdOk() (*string, bool)

GetForeignTrackIdOk returns a tuple with the ForeignTrackId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrackResource) GetGrabbed

func (o *TrackResource) GetGrabbed() bool

GetGrabbed returns the Grabbed field value if set, zero value otherwise.

func (*TrackResource) GetGrabbedOk

func (o *TrackResource) 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 (*TrackResource) GetHasFile

func (o *TrackResource) GetHasFile() bool

GetHasFile returns the HasFile field value if set, zero value otherwise.

func (*TrackResource) GetHasFileOk

func (o *TrackResource) GetHasFileOk() (*bool, bool)

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

func (*TrackResource) GetId

func (o *TrackResource) GetId() int32

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

func (*TrackResource) GetIdOk

func (o *TrackResource) 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 (*TrackResource) GetMediumNumber

func (o *TrackResource) GetMediumNumber() int32

GetMediumNumber returns the MediumNumber field value if set, zero value otherwise.

func (*TrackResource) GetMediumNumberOk

func (o *TrackResource) GetMediumNumberOk() (*int32, bool)

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

func (*TrackResource) GetRatings

func (o *TrackResource) GetRatings() Ratings

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

func (*TrackResource) GetRatingsOk

func (o *TrackResource) 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 (*TrackResource) GetTitle

func (o *TrackResource) GetTitle() string

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

func (*TrackResource) GetTitleOk

func (o *TrackResource) 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 (*TrackResource) GetTrackFile

func (o *TrackResource) GetTrackFile() TrackFileResource

GetTrackFile returns the TrackFile field value if set, zero value otherwise.

func (*TrackResource) GetTrackFileId

func (o *TrackResource) GetTrackFileId() int32

GetTrackFileId returns the TrackFileId field value if set, zero value otherwise.

func (*TrackResource) GetTrackFileIdOk

func (o *TrackResource) GetTrackFileIdOk() (*int32, bool)

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

func (*TrackResource) GetTrackFileOk

func (o *TrackResource) GetTrackFileOk() (*TrackFileResource, bool)

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

func (*TrackResource) GetTrackNumber

func (o *TrackResource) GetTrackNumber() string

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

func (*TrackResource) GetTrackNumberOk

func (o *TrackResource) GetTrackNumberOk() (*string, bool)

GetTrackNumberOk returns a tuple with the TrackNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrackResource) HasAbsoluteTrackNumber

func (o *TrackResource) HasAbsoluteTrackNumber() bool

HasAbsoluteTrackNumber returns a boolean if a field has been set.

func (*TrackResource) HasAlbumId

func (o *TrackResource) HasAlbumId() bool

HasAlbumId returns a boolean if a field has been set.

func (*TrackResource) HasArtist

func (o *TrackResource) HasArtist() bool

HasArtist returns a boolean if a field has been set.

func (*TrackResource) HasArtistId

func (o *TrackResource) HasArtistId() bool

HasArtistId returns a boolean if a field has been set.

func (*TrackResource) HasDuration

func (o *TrackResource) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*TrackResource) HasExplicit

func (o *TrackResource) HasExplicit() bool

HasExplicit returns a boolean if a field has been set.

func (*TrackResource) HasForeignRecordingId

func (o *TrackResource) HasForeignRecordingId() bool

HasForeignRecordingId returns a boolean if a field has been set.

func (*TrackResource) HasForeignTrackId

func (o *TrackResource) HasForeignTrackId() bool

HasForeignTrackId returns a boolean if a field has been set.

func (*TrackResource) HasGrabbed

func (o *TrackResource) HasGrabbed() bool

HasGrabbed returns a boolean if a field has been set.

func (*TrackResource) HasHasFile

func (o *TrackResource) HasHasFile() bool

HasHasFile returns a boolean if a field has been set.

func (*TrackResource) HasId

func (o *TrackResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TrackResource) HasMediumNumber

func (o *TrackResource) HasMediumNumber() bool

HasMediumNumber returns a boolean if a field has been set.

func (*TrackResource) HasRatings

func (o *TrackResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*TrackResource) HasTitle

func (o *TrackResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*TrackResource) HasTrackFile

func (o *TrackResource) HasTrackFile() bool

HasTrackFile returns a boolean if a field has been set.

func (*TrackResource) HasTrackFileId

func (o *TrackResource) HasTrackFileId() bool

HasTrackFileId returns a boolean if a field has been set.

func (*TrackResource) HasTrackNumber

func (o *TrackResource) HasTrackNumber() bool

HasTrackNumber returns a boolean if a field has been set.

func (TrackResource) MarshalJSON

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

func (*TrackResource) SetAbsoluteTrackNumber

func (o *TrackResource) SetAbsoluteTrackNumber(v int32)

SetAbsoluteTrackNumber gets a reference to the given int32 and assigns it to the AbsoluteTrackNumber field.

func (*TrackResource) SetAlbumId

func (o *TrackResource) SetAlbumId(v int32)

SetAlbumId gets a reference to the given int32 and assigns it to the AlbumId field.

func (*TrackResource) SetArtist

func (o *TrackResource) SetArtist(v ArtistResource)

SetArtist gets a reference to the given ArtistResource and assigns it to the Artist field.

func (*TrackResource) SetArtistId

func (o *TrackResource) SetArtistId(v int32)

SetArtistId gets a reference to the given int32 and assigns it to the ArtistId field.

func (*TrackResource) SetDuration

func (o *TrackResource) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*TrackResource) SetExplicit

func (o *TrackResource) SetExplicit(v bool)

SetExplicit gets a reference to the given bool and assigns it to the Explicit field.

func (*TrackResource) SetForeignRecordingId

func (o *TrackResource) SetForeignRecordingId(v string)

SetForeignRecordingId gets a reference to the given NullableString and assigns it to the ForeignRecordingId field.

func (*TrackResource) SetForeignRecordingIdNil

func (o *TrackResource) SetForeignRecordingIdNil()

SetForeignRecordingIdNil sets the value for ForeignRecordingId to be an explicit nil

func (*TrackResource) SetForeignTrackId

func (o *TrackResource) SetForeignTrackId(v string)

SetForeignTrackId gets a reference to the given NullableString and assigns it to the ForeignTrackId field.

func (*TrackResource) SetForeignTrackIdNil

func (o *TrackResource) SetForeignTrackIdNil()

SetForeignTrackIdNil sets the value for ForeignTrackId to be an explicit nil

func (*TrackResource) SetGrabbed

func (o *TrackResource) SetGrabbed(v bool)

SetGrabbed gets a reference to the given bool and assigns it to the Grabbed field.

func (*TrackResource) SetHasFile

func (o *TrackResource) SetHasFile(v bool)

SetHasFile gets a reference to the given bool and assigns it to the HasFile field.

func (*TrackResource) SetId

func (o *TrackResource) SetId(v int32)

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

func (*TrackResource) SetMediumNumber

func (o *TrackResource) SetMediumNumber(v int32)

SetMediumNumber gets a reference to the given int32 and assigns it to the MediumNumber field.

func (*TrackResource) SetRatings

func (o *TrackResource) SetRatings(v Ratings)

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

func (*TrackResource) SetTitle

func (o *TrackResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*TrackResource) SetTitleNil

func (o *TrackResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*TrackResource) SetTrackFile

func (o *TrackResource) SetTrackFile(v TrackFileResource)

SetTrackFile gets a reference to the given TrackFileResource and assigns it to the TrackFile field.

func (*TrackResource) SetTrackFileId

func (o *TrackResource) SetTrackFileId(v int32)

SetTrackFileId gets a reference to the given int32 and assigns it to the TrackFileId field.

func (*TrackResource) SetTrackNumber

func (o *TrackResource) SetTrackNumber(v string)

SetTrackNumber gets a reference to the given NullableString and assigns it to the TrackNumber field.

func (*TrackResource) SetTrackNumberNil

func (o *TrackResource) SetTrackNumberNil()

SetTrackNumberNil sets the value for TrackNumber to be an explicit nil

func (TrackResource) ToMap added in v1.0.0

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

func (*TrackResource) UnsetForeignRecordingId

func (o *TrackResource) UnsetForeignRecordingId()

UnsetForeignRecordingId ensures that no value is present for ForeignRecordingId, not even an explicit nil

func (*TrackResource) UnsetForeignTrackId

func (o *TrackResource) UnsetForeignTrackId()

UnsetForeignTrackId ensures that no value is present for ForeignTrackId, not even an explicit nil

func (*TrackResource) UnsetTitle

func (o *TrackResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

func (*TrackResource) UnsetTrackNumber

func (o *TrackResource) UnsetTrackNumber()

UnsetTrackNumber ensures that no value is present for TrackNumber, 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 v0.3.1

type UiConfigAPIService service

UiConfigAPIService UiConfigAPI service

func (*UiConfigAPIService) GetUiConfig added in v0.3.1

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 v0.3.1

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 v0.3.1

Execute executes the request

@return UiConfigResource

func (*UiConfigAPIService) GetUiConfigExecute added in v0.3.1

Execute executes the request

@return UiConfigResource

func (*UiConfigAPIService) UpdateUiConfig added in v0.3.1

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 v0.3.1

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"`
	ExpandAlbumByDefault     *bool          `json:"expandAlbumByDefault,omitempty"`
	ExpandSingleByDefault    *bool          `json:"expandSingleByDefault,omitempty"`
	ExpandEPByDefault        *bool          `json:"expandEPByDefault,omitempty"`
	ExpandBroadcastByDefault *bool          `json:"expandBroadcastByDefault,omitempty"`
	ExpandOtherByDefault     *bool          `json:"expandOtherByDefault,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) GetExpandAlbumByDefault

func (o *UiConfigResource) GetExpandAlbumByDefault() bool

GetExpandAlbumByDefault returns the ExpandAlbumByDefault field value if set, zero value otherwise.

func (*UiConfigResource) GetExpandAlbumByDefaultOk

func (o *UiConfigResource) GetExpandAlbumByDefaultOk() (*bool, bool)

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

func (*UiConfigResource) GetExpandBroadcastByDefault

func (o *UiConfigResource) GetExpandBroadcastByDefault() bool

GetExpandBroadcastByDefault returns the ExpandBroadcastByDefault field value if set, zero value otherwise.

func (*UiConfigResource) GetExpandBroadcastByDefaultOk

func (o *UiConfigResource) GetExpandBroadcastByDefaultOk() (*bool, bool)

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

func (*UiConfigResource) GetExpandEPByDefault

func (o *UiConfigResource) GetExpandEPByDefault() bool

GetExpandEPByDefault returns the ExpandEPByDefault field value if set, zero value otherwise.

func (*UiConfigResource) GetExpandEPByDefaultOk

func (o *UiConfigResource) GetExpandEPByDefaultOk() (*bool, bool)

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

func (*UiConfigResource) GetExpandOtherByDefault

func (o *UiConfigResource) GetExpandOtherByDefault() bool

GetExpandOtherByDefault returns the ExpandOtherByDefault field value if set, zero value otherwise.

func (*UiConfigResource) GetExpandOtherByDefaultOk

func (o *UiConfigResource) GetExpandOtherByDefaultOk() (*bool, bool)

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

func (*UiConfigResource) GetExpandSingleByDefault

func (o *UiConfigResource) GetExpandSingleByDefault() bool

GetExpandSingleByDefault returns the ExpandSingleByDefault field value if set, zero value otherwise.

func (*UiConfigResource) GetExpandSingleByDefaultOk

func (o *UiConfigResource) GetExpandSingleByDefaultOk() (*bool, bool)

GetExpandSingleByDefaultOk returns a tuple with the ExpandSingleByDefault 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

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

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) HasExpandAlbumByDefault

func (o *UiConfigResource) HasExpandAlbumByDefault() bool

HasExpandAlbumByDefault returns a boolean if a field has been set.

func (*UiConfigResource) HasExpandBroadcastByDefault

func (o *UiConfigResource) HasExpandBroadcastByDefault() bool

HasExpandBroadcastByDefault returns a boolean if a field has been set.

func (*UiConfigResource) HasExpandEPByDefault

func (o *UiConfigResource) HasExpandEPByDefault() bool

HasExpandEPByDefault returns a boolean if a field has been set.

func (*UiConfigResource) HasExpandOtherByDefault

func (o *UiConfigResource) HasExpandOtherByDefault() bool

HasExpandOtherByDefault returns a boolean if a field has been set.

func (*UiConfigResource) HasExpandSingleByDefault

func (o *UiConfigResource) HasExpandSingleByDefault() bool

HasExpandSingleByDefault 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

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) SetExpandAlbumByDefault

func (o *UiConfigResource) SetExpandAlbumByDefault(v bool)

SetExpandAlbumByDefault gets a reference to the given bool and assigns it to the ExpandAlbumByDefault field.

func (*UiConfigResource) SetExpandBroadcastByDefault

func (o *UiConfigResource) SetExpandBroadcastByDefault(v bool)

SetExpandBroadcastByDefault gets a reference to the given bool and assigns it to the ExpandBroadcastByDefault field.

func (*UiConfigResource) SetExpandEPByDefault

func (o *UiConfigResource) SetExpandEPByDefault(v bool)

SetExpandEPByDefault gets a reference to the given bool and assigns it to the ExpandEPByDefault field.

func (*UiConfigResource) SetExpandOtherByDefault

func (o *UiConfigResource) SetExpandOtherByDefault(v bool)

SetExpandOtherByDefault gets a reference to the given bool and assigns it to the ExpandOtherByDefault field.

func (*UiConfigResource) SetExpandSingleByDefault

func (o *UiConfigResource) SetExpandSingleByDefault(v bool)

SetExpandSingleByDefault gets a reference to the given bool and assigns it to the ExpandSingleByDefault 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

func (o *UiConfigResource) SetTheme(v string)

SetTheme gets a reference to the given NullableString and assigns it to the Theme field.

func (*UiConfigResource) SetThemeNil

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

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 v0.3.1

type UpdateAPIService service

UpdateAPIService UpdateAPI service

func (*UpdateAPIService) ListUpdate added in v0.3.1

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 v0.3.1

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 v0.3.1

type UpdateLogFileAPIService service

UpdateLogFileAPIService UpdateLogFileAPI service

func (*UpdateLogFileAPIService) GetLogFileUpdateByFilename added in v0.3.1

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 v0.3.1

func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute(r ApiGetLogFileUpdateByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*UpdateLogFileAPIService) ListLogFileUpdate added in v0.3.1

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 v0.3.1

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

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

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

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

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

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

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

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL