recording

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteConversationRecordingAnnotation deletes annotation
	*/
	DeleteConversationRecordingAnnotation(ctx context.Context, params *DeleteConversationRecordingAnnotationParams) error
	/*
	   DeleteOrphanrecording deletes a single orphan recording
	*/
	DeleteOrphanrecording(ctx context.Context, params *DeleteOrphanrecordingParams) (*DeleteOrphanrecordingOK, error)
	/*
	   DeleteRecordingCrossplatformMediaretentionpolicies deletes media retention policies
	   Bulk delete of media retention policies, this will only delete the polices that match the ids specified in the query param.
	*/
	DeleteRecordingCrossplatformMediaretentionpolicies(ctx context.Context, params *DeleteRecordingCrossplatformMediaretentionpoliciesParams) (*DeleteRecordingCrossplatformMediaretentionpoliciesOK, error)
	/*
	   DeleteRecordingCrossplatformMediaretentionpolicy deletes a media retention policy
	*/
	DeleteRecordingCrossplatformMediaretentionpolicy(ctx context.Context, params *DeleteRecordingCrossplatformMediaretentionpolicyParams) (*DeleteRecordingCrossplatformMediaretentionpolicyOK, error)
	/*
	   DeleteRecordingJob deletes the recording bulk job
	*/
	DeleteRecordingJob(ctx context.Context, params *DeleteRecordingJobParams) (*DeleteRecordingJobNoContent, error)
	/*
	   DeleteRecordingMediaretentionpolicies deletes media retention policies
	   Bulk delete of media retention policies, this will only delete the polices that match the ids specified in the query param.
	*/
	DeleteRecordingMediaretentionpolicies(ctx context.Context, params *DeleteRecordingMediaretentionpoliciesParams) (*DeleteRecordingMediaretentionpoliciesOK, error)
	/*
	   DeleteRecordingMediaretentionpolicy deletes a media retention policy
	*/
	DeleteRecordingMediaretentionpolicy(ctx context.Context, params *DeleteRecordingMediaretentionpolicyParams) (*DeleteRecordingMediaretentionpolicyOK, error)
	/*
	   GetConversationRecording gets a specific recording
	*/
	GetConversationRecording(ctx context.Context, params *GetConversationRecordingParams) (*GetConversationRecordingAccepted, error)
	/*
	   GetConversationRecordingAnnotation gets annotation
	*/
	GetConversationRecordingAnnotation(ctx context.Context, params *GetConversationRecordingAnnotationParams) (*GetConversationRecordingAnnotationOK, error)
	/*
	   GetConversationRecordingAnnotations gets annotations for recording
	*/
	GetConversationRecordingAnnotations(ctx context.Context, params *GetConversationRecordingAnnotationsParams) (*GetConversationRecordingAnnotationsOK, error)
	/*
	   GetConversationRecordingmetadata gets recording metadata for a conversation does not return playable media annotations won t be included in the response if recording recording view permission is missing
	*/
	GetConversationRecordingmetadata(ctx context.Context, params *GetConversationRecordingmetadataParams) (*GetConversationRecordingmetadataOK, error)
	/*
	   GetConversationRecordingmetadataRecordingID gets metadata for a specific recording does not return playable media
	*/
	GetConversationRecordingmetadataRecordingID(ctx context.Context, params *GetConversationRecordingmetadataRecordingIDParams) (*GetConversationRecordingmetadataRecordingIDOK, error)
	/*
	   GetConversationRecordings gets all of a conversation s recordings
	*/
	GetConversationRecordings(ctx context.Context, params *GetConversationRecordingsParams) (*GetConversationRecordingsOK, *GetConversationRecordingsAccepted, error)
	/*
	   GetOrphanrecording gets a single orphan recording
	*/
	GetOrphanrecording(ctx context.Context, params *GetOrphanrecordingParams) (*GetOrphanrecordingOK, error)
	/*
	   GetOrphanrecordingMedia gets the media of a single orphan recording
	   A 202 response means the orphaned media is currently transcoding and will be available shortly.A 200 response denotes the transcoded orphan media is available now and is contained in the response body.
	*/
	GetOrphanrecordingMedia(ctx context.Context, params *GetOrphanrecordingMediaParams) (*GetOrphanrecordingMediaOK, *GetOrphanrecordingMediaAccepted, error)
	/*
	   GetOrphanrecordings gets all orphan recordings
	*/
	GetOrphanrecordings(ctx context.Context, params *GetOrphanrecordingsParams) (*GetOrphanrecordingsOK, error)
	/*
	   GetRecordingBatchrequest gets the status and results for a batch request job only the user that submitted the job may retrieve results
	*/
	GetRecordingBatchrequest(ctx context.Context, params *GetRecordingBatchrequestParams) (*GetRecordingBatchrequestOK, error)
	/*
	   GetRecordingCrossplatformMediaretentionpolicies gets media retention policy list with query options to filter on name and enabled
	   for a less verbose response, add summary=true to this endpoint
	*/
	GetRecordingCrossplatformMediaretentionpolicies(ctx context.Context, params *GetRecordingCrossplatformMediaretentionpoliciesParams) (*GetRecordingCrossplatformMediaretentionpoliciesOK, error)
	/*
	   GetRecordingCrossplatformMediaretentionpolicy gets a media retention policy
	*/
	GetRecordingCrossplatformMediaretentionpolicy(ctx context.Context, params *GetRecordingCrossplatformMediaretentionpolicyParams) (*GetRecordingCrossplatformMediaretentionpolicyOK, error)
	/*
	   GetRecordingJob gets the status of the job associated with the job id
	*/
	GetRecordingJob(ctx context.Context, params *GetRecordingJobParams) (*GetRecordingJobOK, error)
	/*
	   GetRecordingJobFailedrecordings gets i ds of recordings that the bulk job failed for
	*/
	GetRecordingJobFailedrecordings(ctx context.Context, params *GetRecordingJobFailedrecordingsParams) (*GetRecordingJobFailedrecordingsOK, error)
	/*
	   GetRecordingJobs gets the status of all jobs within the user s organization
	*/
	GetRecordingJobs(ctx context.Context, params *GetRecordingJobsParams) (*GetRecordingJobsOK, error)
	/*
	   GetRecordingKeyconfiguration gets the encryption key configurations
	*/
	GetRecordingKeyconfiguration(ctx context.Context, params *GetRecordingKeyconfigurationParams) (*GetRecordingKeyconfigurationOK, error)
	/*
	   GetRecordingKeyconfigurations gets a list of key configurations data
	*/
	GetRecordingKeyconfigurations(ctx context.Context, params *GetRecordingKeyconfigurationsParams) (*GetRecordingKeyconfigurationsOK, error)
	/*
	   GetRecordingMediaretentionpolicies gets media retention policy list with query options to filter on name and enabled
	   for a less verbose response, add summary=true to this endpoint
	*/
	GetRecordingMediaretentionpolicies(ctx context.Context, params *GetRecordingMediaretentionpoliciesParams) (*GetRecordingMediaretentionpoliciesOK, error)
	/*
	   GetRecordingMediaretentionpolicy gets a media retention policy
	*/
	GetRecordingMediaretentionpolicy(ctx context.Context, params *GetRecordingMediaretentionpolicyParams) (*GetRecordingMediaretentionpolicyOK, error)
	/*
	   GetRecordingRecordingkeys gets encryption key list
	*/
	GetRecordingRecordingkeys(ctx context.Context, params *GetRecordingRecordingkeysParams) (*GetRecordingRecordingkeysOK, error)
	/*
	   GetRecordingRecordingkeysRotationschedule gets key rotation schedule
	*/
	GetRecordingRecordingkeysRotationschedule(ctx context.Context, params *GetRecordingRecordingkeysRotationscheduleParams) (*GetRecordingRecordingkeysRotationscheduleOK, error)
	/*
	   GetRecordingSettings gets the recording settings for the organization
	*/
	GetRecordingSettings(ctx context.Context, params *GetRecordingSettingsParams) (*GetRecordingSettingsOK, error)
	/*
	   GetRecordingUploadsReport gets the status of a recording upload status report
	*/
	GetRecordingUploadsReport(ctx context.Context, params *GetRecordingUploadsReportParams) (*GetRecordingUploadsReportOK, error)
	/*
	   GetRecordingsRetentionQuery queries for recording retention data
	*/
	GetRecordingsRetentionQuery(ctx context.Context, params *GetRecordingsRetentionQueryParams) (*GetRecordingsRetentionQueryOK, error)
	/*
	   GetRecordingsScreensessions retrieves a paged listing of screen recording sessions
	*/
	GetRecordingsScreensessions(ctx context.Context, params *GetRecordingsScreensessionsParams) (*GetRecordingsScreensessionsOK, error)
	/*
	   PatchRecordingCrossplatformMediaretentionpolicy patches a media retention policy
	*/
	PatchRecordingCrossplatformMediaretentionpolicy(ctx context.Context, params *PatchRecordingCrossplatformMediaretentionpolicyParams) (*PatchRecordingCrossplatformMediaretentionpolicyOK, error)
	/*
	   PatchRecordingMediaretentionpolicy patches a media retention policy
	*/
	PatchRecordingMediaretentionpolicy(ctx context.Context, params *PatchRecordingMediaretentionpolicyParams) (*PatchRecordingMediaretentionpolicyOK, error)
	/*
	   PatchRecordingsScreensession updates a screen recording session
	*/
	PatchRecordingsScreensession(ctx context.Context, params *PatchRecordingsScreensessionParams) error
	/*
	   PostConversationRecordingAnnotations creates annotation
	*/
	PostConversationRecordingAnnotations(ctx context.Context, params *PostConversationRecordingAnnotationsParams) (*PostConversationRecordingAnnotationsOK, error)
	/*
	   PostRecordingBatchrequests submits a batch download request for recordings recordings in response will be in their original format codec configured in the trunk configuration
	*/
	PostRecordingBatchrequests(ctx context.Context, params *PostRecordingBatchrequestsParams) (*PostRecordingBatchrequestsOK, error)
	/*
	   PostRecordingCrossplatformMediaretentionpolicies creates media retention policy
	   Policy does not work retroactively
	*/
	PostRecordingCrossplatformMediaretentionpolicies(ctx context.Context, params *PostRecordingCrossplatformMediaretentionpoliciesParams) (*PostRecordingCrossplatformMediaretentionpoliciesOK, error)
	/*
	   PostRecordingJobs creates a recording bulk job
	   Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected.
	*/
	PostRecordingJobs(ctx context.Context, params *PostRecordingJobsParams) (*PostRecordingJobsAccepted, error)
	/*
	   PostRecordingKeyconfigurations setups configurations for encryption key creation
	*/
	PostRecordingKeyconfigurations(ctx context.Context, params *PostRecordingKeyconfigurationsParams) (*PostRecordingKeyconfigurationsOK, error)
	/*
	   PostRecordingKeyconfigurationsValidate validates encryption key configurations without saving it
	*/
	PostRecordingKeyconfigurationsValidate(ctx context.Context, params *PostRecordingKeyconfigurationsValidateParams) (*PostRecordingKeyconfigurationsValidateOK, error)
	/*
	   PostRecordingLocalkeys creates a local key management recording key
	*/
	PostRecordingLocalkeys(ctx context.Context, params *PostRecordingLocalkeysParams) (*PostRecordingLocalkeysOK, error)
	/*
	   PostRecordingMediaretentionpolicies creates media retention policy
	   Policy does not work retroactively
	*/
	PostRecordingMediaretentionpolicies(ctx context.Context, params *PostRecordingMediaretentionpoliciesParams) (*PostRecordingMediaretentionpoliciesOK, error)
	/*
	   PostRecordingRecordingkeys creates encryption key
	*/
	PostRecordingRecordingkeys(ctx context.Context, params *PostRecordingRecordingkeysParams) (*PostRecordingRecordingkeysOK, error)
	/*
	   PostRecordingUploadsReports creates a recording upload status report
	*/
	PostRecordingUploadsReports(ctx context.Context, params *PostRecordingUploadsReportsParams) (*PostRecordingUploadsReportsAccepted, error)
	/*
	   PostRecordingsDeletionprotection gets a list of conversations with protected recordings
	*/
	PostRecordingsDeletionprotection(ctx context.Context, params *PostRecordingsDeletionprotectionParams) (*PostRecordingsDeletionprotectionOK, error)
	/*
	   PostRecordingsScreensessionsAcknowledge acknowledges a screen recording
	*/
	PostRecordingsScreensessionsAcknowledge(ctx context.Context, params *PostRecordingsScreensessionsAcknowledgeParams) (*PostRecordingsScreensessionsAcknowledgeNoContent, error)
	/*
	   PostRecordingsScreensessionsMetadata provides meta data a screen recording
	*/
	PostRecordingsScreensessionsMetadata(ctx context.Context, params *PostRecordingsScreensessionsMetadataParams) (*PostRecordingsScreensessionsMetadataNoContent, error)
	/*
	   PutConversationRecording updates the retention records on a recording
	   Currently supports updating and removing both archive and delete dates for eligible recordings. A request to change the archival date of an archived recording will result in a restoration of the recording until the new date set. The recording:recording:view permission is required for the recording, as well as either the recording:recording:editRetention or recording:screenRecording:editRetention permissions depending on the type of recording.
	*/
	PutConversationRecording(ctx context.Context, params *PutConversationRecordingParams) (*PutConversationRecordingOK, error)
	/*
	   PutConversationRecordingAnnotation updates annotation
	*/
	PutConversationRecordingAnnotation(ctx context.Context, params *PutConversationRecordingAnnotationParams) (*PutConversationRecordingAnnotationOK, error)
	/*
	   PutOrphanrecording updates an orphan recording to a regular recording with retention values
	   If this operation is successful the orphan will no longer exist. It will be replaced by the resulting recording in the response. This replacement recording is accessible by the normal Recording api.
	*/
	PutOrphanrecording(ctx context.Context, params *PutOrphanrecordingParams) (*PutOrphanrecordingOK, error)
	/*
	   PutRecordingCrossplatformMediaretentionpolicy updates a media retention policy
	   Policy does not work retroactively
	*/
	PutRecordingCrossplatformMediaretentionpolicy(ctx context.Context, params *PutRecordingCrossplatformMediaretentionpolicyParams) (*PutRecordingCrossplatformMediaretentionpolicyOK, error)
	/*
	   PutRecordingJob executes the recording bulk job
	   A job must be executed by the same user whom originally created the job.  In addition, the user must have permission to update the recording's retention.
	*/
	PutRecordingJob(ctx context.Context, params *PutRecordingJobParams) (*PutRecordingJobOK, error)
	/*
	   PutRecordingKeyconfiguration updates the encryption key configurations
	*/
	PutRecordingKeyconfiguration(ctx context.Context, params *PutRecordingKeyconfigurationParams) (*PutRecordingKeyconfigurationOK, error)
	/*
	   PutRecordingMediaretentionpolicy updates a media retention policy
	   Policy does not work retroactively
	*/
	PutRecordingMediaretentionpolicy(ctx context.Context, params *PutRecordingMediaretentionpolicyParams) (*PutRecordingMediaretentionpolicyOK, error)
	/*
	   PutRecordingRecordingkeysRotationschedule updates key rotation schedule
	*/
	PutRecordingRecordingkeysRotationschedule(ctx context.Context, params *PutRecordingRecordingkeysRotationscheduleParams) (*PutRecordingRecordingkeysRotationscheduleOK, error)
	/*
	   PutRecordingSettings updates the recording settings for the organization
	*/
	PutRecordingSettings(ctx context.Context, params *PutRecordingSettingsParams) (*PutRecordingSettingsOK, error)
	/*
	   PutRecordingsDeletionprotection applies or revoke recording protection for conversations
	*/
	PutRecordingsDeletionprotection(ctx context.Context, params *PutRecordingsDeletionprotectionParams) (*PutRecordingsDeletionprotectionNoContent, error)
}

API is the interface of the recording client

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for recording API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new recording API client.

func (*Client) DeleteConversationRecordingAnnotation

func (a *Client) DeleteConversationRecordingAnnotation(ctx context.Context, params *DeleteConversationRecordingAnnotationParams) error

DeleteConversationRecordingAnnotation deletes annotation

func (*Client) DeleteOrphanrecording

func (a *Client) DeleteOrphanrecording(ctx context.Context, params *DeleteOrphanrecordingParams) (*DeleteOrphanrecordingOK, error)

DeleteOrphanrecording deletes a single orphan recording

func (*Client) DeleteRecordingCrossplatformMediaretentionpolicies

DeleteRecordingCrossplatformMediaretentionpolicies deletes media retention policies

Bulk delete of media retention policies, this will only delete the polices that match the ids specified in the query param.

func (*Client) DeleteRecordingCrossplatformMediaretentionpolicy

DeleteRecordingCrossplatformMediaretentionpolicy deletes a media retention policy

func (*Client) DeleteRecordingJob

func (a *Client) DeleteRecordingJob(ctx context.Context, params *DeleteRecordingJobParams) (*DeleteRecordingJobNoContent, error)

DeleteRecordingJob deletes the recording bulk job

func (*Client) DeleteRecordingMediaretentionpolicies

func (a *Client) DeleteRecordingMediaretentionpolicies(ctx context.Context, params *DeleteRecordingMediaretentionpoliciesParams) (*DeleteRecordingMediaretentionpoliciesOK, error)

DeleteRecordingMediaretentionpolicies deletes media retention policies

Bulk delete of media retention policies, this will only delete the polices that match the ids specified in the query param.

func (*Client) DeleteRecordingMediaretentionpolicy

func (a *Client) DeleteRecordingMediaretentionpolicy(ctx context.Context, params *DeleteRecordingMediaretentionpolicyParams) (*DeleteRecordingMediaretentionpolicyOK, error)

DeleteRecordingMediaretentionpolicy deletes a media retention policy

func (*Client) GetConversationRecording

func (a *Client) GetConversationRecording(ctx context.Context, params *GetConversationRecordingParams) (*GetConversationRecordingAccepted, error)

GetConversationRecording gets a specific recording

func (*Client) GetConversationRecordingAnnotation

func (a *Client) GetConversationRecordingAnnotation(ctx context.Context, params *GetConversationRecordingAnnotationParams) (*GetConversationRecordingAnnotationOK, error)

GetConversationRecordingAnnotation gets annotation

func (*Client) GetConversationRecordingAnnotations

func (a *Client) GetConversationRecordingAnnotations(ctx context.Context, params *GetConversationRecordingAnnotationsParams) (*GetConversationRecordingAnnotationsOK, error)

GetConversationRecordingAnnotations gets annotations for recording

func (*Client) GetConversationRecordingmetadata

func (a *Client) GetConversationRecordingmetadata(ctx context.Context, params *GetConversationRecordingmetadataParams) (*GetConversationRecordingmetadataOK, error)

GetConversationRecordingmetadata gets recording metadata for a conversation does not return playable media annotations won t be included in the response if recording recording view permission is missing

func (*Client) GetConversationRecordingmetadataRecordingID

GetConversationRecordingmetadataRecordingID gets metadata for a specific recording does not return playable media

func (*Client) GetConversationRecordings

GetConversationRecordings gets all of a conversation s recordings

func (*Client) GetOrphanrecording

func (a *Client) GetOrphanrecording(ctx context.Context, params *GetOrphanrecordingParams) (*GetOrphanrecordingOK, error)

GetOrphanrecording gets a single orphan recording

func (*Client) GetOrphanrecordingMedia

GetOrphanrecordingMedia gets the media of a single orphan recording

A 202 response means the orphaned media is currently transcoding and will be available shortly.A 200 response denotes the transcoded orphan media is available now and is contained in the response body.

func (*Client) GetOrphanrecordings

func (a *Client) GetOrphanrecordings(ctx context.Context, params *GetOrphanrecordingsParams) (*GetOrphanrecordingsOK, error)

GetOrphanrecordings gets all orphan recordings

func (*Client) GetRecordingBatchrequest

func (a *Client) GetRecordingBatchrequest(ctx context.Context, params *GetRecordingBatchrequestParams) (*GetRecordingBatchrequestOK, error)

GetRecordingBatchrequest gets the status and results for a batch request job only the user that submitted the job may retrieve results

func (*Client) GetRecordingCrossplatformMediaretentionpolicies

GetRecordingCrossplatformMediaretentionpolicies gets media retention policy list with query options to filter on name and enabled

for a less verbose response, add summary=true to this endpoint

func (*Client) GetRecordingCrossplatformMediaretentionpolicy

GetRecordingCrossplatformMediaretentionpolicy gets a media retention policy

func (*Client) GetRecordingJob

func (a *Client) GetRecordingJob(ctx context.Context, params *GetRecordingJobParams) (*GetRecordingJobOK, error)

GetRecordingJob gets the status of the job associated with the job id

func (*Client) GetRecordingJobFailedrecordings

func (a *Client) GetRecordingJobFailedrecordings(ctx context.Context, params *GetRecordingJobFailedrecordingsParams) (*GetRecordingJobFailedrecordingsOK, error)

GetRecordingJobFailedrecordings gets i ds of recordings that the bulk job failed for

func (*Client) GetRecordingJobs

func (a *Client) GetRecordingJobs(ctx context.Context, params *GetRecordingJobsParams) (*GetRecordingJobsOK, error)

GetRecordingJobs gets the status of all jobs within the user s organization

func (*Client) GetRecordingKeyconfiguration

func (a *Client) GetRecordingKeyconfiguration(ctx context.Context, params *GetRecordingKeyconfigurationParams) (*GetRecordingKeyconfigurationOK, error)

GetRecordingKeyconfiguration gets the encryption key configurations

func (*Client) GetRecordingKeyconfigurations

func (a *Client) GetRecordingKeyconfigurations(ctx context.Context, params *GetRecordingKeyconfigurationsParams) (*GetRecordingKeyconfigurationsOK, error)

GetRecordingKeyconfigurations gets a list of key configurations data

func (*Client) GetRecordingMediaretentionpolicies

func (a *Client) GetRecordingMediaretentionpolicies(ctx context.Context, params *GetRecordingMediaretentionpoliciesParams) (*GetRecordingMediaretentionpoliciesOK, error)

GetRecordingMediaretentionpolicies gets media retention policy list with query options to filter on name and enabled

for a less verbose response, add summary=true to this endpoint

func (*Client) GetRecordingMediaretentionpolicy

func (a *Client) GetRecordingMediaretentionpolicy(ctx context.Context, params *GetRecordingMediaretentionpolicyParams) (*GetRecordingMediaretentionpolicyOK, error)

GetRecordingMediaretentionpolicy gets a media retention policy

func (*Client) GetRecordingRecordingkeys

func (a *Client) GetRecordingRecordingkeys(ctx context.Context, params *GetRecordingRecordingkeysParams) (*GetRecordingRecordingkeysOK, error)

GetRecordingRecordingkeys gets encryption key list

func (*Client) GetRecordingRecordingkeysRotationschedule

func (a *Client) GetRecordingRecordingkeysRotationschedule(ctx context.Context, params *GetRecordingRecordingkeysRotationscheduleParams) (*GetRecordingRecordingkeysRotationscheduleOK, error)

GetRecordingRecordingkeysRotationschedule gets key rotation schedule

func (*Client) GetRecordingSettings

func (a *Client) GetRecordingSettings(ctx context.Context, params *GetRecordingSettingsParams) (*GetRecordingSettingsOK, error)

GetRecordingSettings gets the recording settings for the organization

func (*Client) GetRecordingUploadsReport

func (a *Client) GetRecordingUploadsReport(ctx context.Context, params *GetRecordingUploadsReportParams) (*GetRecordingUploadsReportOK, error)

GetRecordingUploadsReport gets the status of a recording upload status report

func (*Client) GetRecordingsRetentionQuery

func (a *Client) GetRecordingsRetentionQuery(ctx context.Context, params *GetRecordingsRetentionQueryParams) (*GetRecordingsRetentionQueryOK, error)

GetRecordingsRetentionQuery queries for recording retention data

func (*Client) GetRecordingsScreensessions

func (a *Client) GetRecordingsScreensessions(ctx context.Context, params *GetRecordingsScreensessionsParams) (*GetRecordingsScreensessionsOK, error)

GetRecordingsScreensessions retrieves a paged listing of screen recording sessions

func (*Client) PatchRecordingCrossplatformMediaretentionpolicy

PatchRecordingCrossplatformMediaretentionpolicy patches a media retention policy

func (*Client) PatchRecordingMediaretentionpolicy

func (a *Client) PatchRecordingMediaretentionpolicy(ctx context.Context, params *PatchRecordingMediaretentionpolicyParams) (*PatchRecordingMediaretentionpolicyOK, error)

PatchRecordingMediaretentionpolicy patches a media retention policy

func (*Client) PatchRecordingsScreensession

func (a *Client) PatchRecordingsScreensession(ctx context.Context, params *PatchRecordingsScreensessionParams) error

PatchRecordingsScreensession updates a screen recording session

func (*Client) PostConversationRecordingAnnotations

func (a *Client) PostConversationRecordingAnnotations(ctx context.Context, params *PostConversationRecordingAnnotationsParams) (*PostConversationRecordingAnnotationsOK, error)

PostConversationRecordingAnnotations creates annotation

func (*Client) PostRecordingBatchrequests

func (a *Client) PostRecordingBatchrequests(ctx context.Context, params *PostRecordingBatchrequestsParams) (*PostRecordingBatchrequestsOK, error)

PostRecordingBatchrequests submits a batch download request for recordings recordings in response will be in their original format codec configured in the trunk configuration

func (*Client) PostRecordingCrossplatformMediaretentionpolicies

PostRecordingCrossplatformMediaretentionpolicies creates media retention policy

Policy does not work retroactively

func (*Client) PostRecordingJobs

func (a *Client) PostRecordingJobs(ctx context.Context, params *PostRecordingJobsParams) (*PostRecordingJobsAccepted, error)

PostRecordingJobs creates a recording bulk job

Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected.

func (*Client) PostRecordingKeyconfigurations

func (a *Client) PostRecordingKeyconfigurations(ctx context.Context, params *PostRecordingKeyconfigurationsParams) (*PostRecordingKeyconfigurationsOK, error)

PostRecordingKeyconfigurations setups configurations for encryption key creation

func (*Client) PostRecordingKeyconfigurationsValidate

func (a *Client) PostRecordingKeyconfigurationsValidate(ctx context.Context, params *PostRecordingKeyconfigurationsValidateParams) (*PostRecordingKeyconfigurationsValidateOK, error)

PostRecordingKeyconfigurationsValidate validates encryption key configurations without saving it

func (*Client) PostRecordingLocalkeys

func (a *Client) PostRecordingLocalkeys(ctx context.Context, params *PostRecordingLocalkeysParams) (*PostRecordingLocalkeysOK, error)

PostRecordingLocalkeys creates a local key management recording key

func (*Client) PostRecordingMediaretentionpolicies

func (a *Client) PostRecordingMediaretentionpolicies(ctx context.Context, params *PostRecordingMediaretentionpoliciesParams) (*PostRecordingMediaretentionpoliciesOK, error)

PostRecordingMediaretentionpolicies creates media retention policy

Policy does not work retroactively

func (*Client) PostRecordingRecordingkeys

func (a *Client) PostRecordingRecordingkeys(ctx context.Context, params *PostRecordingRecordingkeysParams) (*PostRecordingRecordingkeysOK, error)

PostRecordingRecordingkeys creates encryption key

func (*Client) PostRecordingUploadsReports

func (a *Client) PostRecordingUploadsReports(ctx context.Context, params *PostRecordingUploadsReportsParams) (*PostRecordingUploadsReportsAccepted, error)

PostRecordingUploadsReports creates a recording upload status report

func (*Client) PostRecordingsDeletionprotection

func (a *Client) PostRecordingsDeletionprotection(ctx context.Context, params *PostRecordingsDeletionprotectionParams) (*PostRecordingsDeletionprotectionOK, error)

PostRecordingsDeletionprotection gets a list of conversations with protected recordings

func (*Client) PostRecordingsScreensessionsAcknowledge

PostRecordingsScreensessionsAcknowledge acknowledges a screen recording

func (*Client) PostRecordingsScreensessionsMetadata

PostRecordingsScreensessionsMetadata provides meta data a screen recording

func (*Client) PutConversationRecording

func (a *Client) PutConversationRecording(ctx context.Context, params *PutConversationRecordingParams) (*PutConversationRecordingOK, error)

PutConversationRecording updates the retention records on a recording

Currently supports updating and removing both archive and delete dates for eligible recordings. A request to change the archival date of an archived recording will result in a restoration of the recording until the new date set. The recording:recording:view permission is required for the recording, as well as either the recording:recording:editRetention or recording:screenRecording:editRetention permissions depending on the type of recording.

func (*Client) PutConversationRecordingAnnotation

func (a *Client) PutConversationRecordingAnnotation(ctx context.Context, params *PutConversationRecordingAnnotationParams) (*PutConversationRecordingAnnotationOK, error)

PutConversationRecordingAnnotation updates annotation

func (*Client) PutOrphanrecording

func (a *Client) PutOrphanrecording(ctx context.Context, params *PutOrphanrecordingParams) (*PutOrphanrecordingOK, error)

PutOrphanrecording updates an orphan recording to a regular recording with retention values

If this operation is successful the orphan will no longer exist. It will be replaced by the resulting recording in the response. This replacement recording is accessible by the normal Recording api.

func (*Client) PutRecordingCrossplatformMediaretentionpolicy

PutRecordingCrossplatformMediaretentionpolicy updates a media retention policy

Policy does not work retroactively

func (*Client) PutRecordingJob

func (a *Client) PutRecordingJob(ctx context.Context, params *PutRecordingJobParams) (*PutRecordingJobOK, error)

PutRecordingJob executes the recording bulk job

A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recording's retention.

func (*Client) PutRecordingKeyconfiguration

func (a *Client) PutRecordingKeyconfiguration(ctx context.Context, params *PutRecordingKeyconfigurationParams) (*PutRecordingKeyconfigurationOK, error)

PutRecordingKeyconfiguration updates the encryption key configurations

func (*Client) PutRecordingMediaretentionpolicy

func (a *Client) PutRecordingMediaretentionpolicy(ctx context.Context, params *PutRecordingMediaretentionpolicyParams) (*PutRecordingMediaretentionpolicyOK, error)

PutRecordingMediaretentionpolicy updates a media retention policy

Policy does not work retroactively

func (*Client) PutRecordingRecordingkeysRotationschedule

func (a *Client) PutRecordingRecordingkeysRotationschedule(ctx context.Context, params *PutRecordingRecordingkeysRotationscheduleParams) (*PutRecordingRecordingkeysRotationscheduleOK, error)

PutRecordingRecordingkeysRotationschedule updates key rotation schedule

func (*Client) PutRecordingSettings

func (a *Client) PutRecordingSettings(ctx context.Context, params *PutRecordingSettingsParams) (*PutRecordingSettingsOK, error)

PutRecordingSettings updates the recording settings for the organization

func (*Client) PutRecordingsDeletionprotection

PutRecordingsDeletionprotection applies or revoke recording protection for conversations

type DeleteConversationRecordingAnnotationBadRequest

type DeleteConversationRecordingAnnotationBadRequest struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteConversationRecordingAnnotationBadRequest

func NewDeleteConversationRecordingAnnotationBadRequest() *DeleteConversationRecordingAnnotationBadRequest

NewDeleteConversationRecordingAnnotationBadRequest creates a DeleteConversationRecordingAnnotationBadRequest with default headers values

func (*DeleteConversationRecordingAnnotationBadRequest) Error

func (*DeleteConversationRecordingAnnotationBadRequest) GetPayload

func (*DeleteConversationRecordingAnnotationBadRequest) IsClientError

IsClientError returns true when this delete conversation recording annotation bad request response has a 4xx status code

func (*DeleteConversationRecordingAnnotationBadRequest) IsCode

IsCode returns true when this delete conversation recording annotation bad request response a status code equal to that given

func (*DeleteConversationRecordingAnnotationBadRequest) IsRedirect

IsRedirect returns true when this delete conversation recording annotation bad request response has a 3xx status code

func (*DeleteConversationRecordingAnnotationBadRequest) IsServerError

IsServerError returns true when this delete conversation recording annotation bad request response has a 5xx status code

func (*DeleteConversationRecordingAnnotationBadRequest) IsSuccess

IsSuccess returns true when this delete conversation recording annotation bad request response has a 2xx status code

func (*DeleteConversationRecordingAnnotationBadRequest) String

type DeleteConversationRecordingAnnotationDefault

type DeleteConversationRecordingAnnotationDefault struct {
	// contains filtered or unexported fields
}

DeleteConversationRecordingAnnotationDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteConversationRecordingAnnotationDefault

func NewDeleteConversationRecordingAnnotationDefault(code int) *DeleteConversationRecordingAnnotationDefault

NewDeleteConversationRecordingAnnotationDefault creates a DeleteConversationRecordingAnnotationDefault with default headers values

func (*DeleteConversationRecordingAnnotationDefault) Code

Code gets the status code for the delete conversation recording annotation default response

func (*DeleteConversationRecordingAnnotationDefault) Error

func (*DeleteConversationRecordingAnnotationDefault) IsClientError

IsClientError returns true when this delete conversation recording annotation default response has a 4xx status code

func (*DeleteConversationRecordingAnnotationDefault) IsCode

IsCode returns true when this delete conversation recording annotation default response a status code equal to that given

func (*DeleteConversationRecordingAnnotationDefault) IsRedirect

IsRedirect returns true when this delete conversation recording annotation default response has a 3xx status code

func (*DeleteConversationRecordingAnnotationDefault) IsServerError

IsServerError returns true when this delete conversation recording annotation default response has a 5xx status code

func (*DeleteConversationRecordingAnnotationDefault) IsSuccess

IsSuccess returns true when this delete conversation recording annotation default response has a 2xx status code

func (*DeleteConversationRecordingAnnotationDefault) String

type DeleteConversationRecordingAnnotationForbidden

type DeleteConversationRecordingAnnotationForbidden struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteConversationRecordingAnnotationForbidden

func NewDeleteConversationRecordingAnnotationForbidden() *DeleteConversationRecordingAnnotationForbidden

NewDeleteConversationRecordingAnnotationForbidden creates a DeleteConversationRecordingAnnotationForbidden with default headers values

func (*DeleteConversationRecordingAnnotationForbidden) Error

func (*DeleteConversationRecordingAnnotationForbidden) GetPayload

func (*DeleteConversationRecordingAnnotationForbidden) IsClientError

IsClientError returns true when this delete conversation recording annotation forbidden response has a 4xx status code

func (*DeleteConversationRecordingAnnotationForbidden) IsCode

IsCode returns true when this delete conversation recording annotation forbidden response a status code equal to that given

func (*DeleteConversationRecordingAnnotationForbidden) IsRedirect

IsRedirect returns true when this delete conversation recording annotation forbidden response has a 3xx status code

func (*DeleteConversationRecordingAnnotationForbidden) IsServerError

IsServerError returns true when this delete conversation recording annotation forbidden response has a 5xx status code

func (*DeleteConversationRecordingAnnotationForbidden) IsSuccess

IsSuccess returns true when this delete conversation recording annotation forbidden response has a 2xx status code

func (*DeleteConversationRecordingAnnotationForbidden) String

type DeleteConversationRecordingAnnotationGatewayTimeout

type DeleteConversationRecordingAnnotationGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteConversationRecordingAnnotationGatewayTimeout

func NewDeleteConversationRecordingAnnotationGatewayTimeout() *DeleteConversationRecordingAnnotationGatewayTimeout

NewDeleteConversationRecordingAnnotationGatewayTimeout creates a DeleteConversationRecordingAnnotationGatewayTimeout with default headers values

func (*DeleteConversationRecordingAnnotationGatewayTimeout) Error

func (*DeleteConversationRecordingAnnotationGatewayTimeout) GetPayload

func (*DeleteConversationRecordingAnnotationGatewayTimeout) IsClientError

IsClientError returns true when this delete conversation recording annotation gateway timeout response has a 4xx status code

func (*DeleteConversationRecordingAnnotationGatewayTimeout) IsCode

IsCode returns true when this delete conversation recording annotation gateway timeout response a status code equal to that given

func (*DeleteConversationRecordingAnnotationGatewayTimeout) IsRedirect

IsRedirect returns true when this delete conversation recording annotation gateway timeout response has a 3xx status code

func (*DeleteConversationRecordingAnnotationGatewayTimeout) IsServerError

IsServerError returns true when this delete conversation recording annotation gateway timeout response has a 5xx status code

func (*DeleteConversationRecordingAnnotationGatewayTimeout) IsSuccess

IsSuccess returns true when this delete conversation recording annotation gateway timeout response has a 2xx status code

func (*DeleteConversationRecordingAnnotationGatewayTimeout) String

type DeleteConversationRecordingAnnotationInternalServerError

type DeleteConversationRecordingAnnotationInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteConversationRecordingAnnotationInternalServerError

func NewDeleteConversationRecordingAnnotationInternalServerError() *DeleteConversationRecordingAnnotationInternalServerError

NewDeleteConversationRecordingAnnotationInternalServerError creates a DeleteConversationRecordingAnnotationInternalServerError with default headers values

func (*DeleteConversationRecordingAnnotationInternalServerError) Error

func (*DeleteConversationRecordingAnnotationInternalServerError) GetPayload

func (*DeleteConversationRecordingAnnotationInternalServerError) IsClientError

IsClientError returns true when this delete conversation recording annotation internal server error response has a 4xx status code

func (*DeleteConversationRecordingAnnotationInternalServerError) IsCode

IsCode returns true when this delete conversation recording annotation internal server error response a status code equal to that given

func (*DeleteConversationRecordingAnnotationInternalServerError) IsRedirect

IsRedirect returns true when this delete conversation recording annotation internal server error response has a 3xx status code

func (*DeleteConversationRecordingAnnotationInternalServerError) IsServerError

IsServerError returns true when this delete conversation recording annotation internal server error response has a 5xx status code

func (*DeleteConversationRecordingAnnotationInternalServerError) IsSuccess

IsSuccess returns true when this delete conversation recording annotation internal server error response has a 2xx status code

func (*DeleteConversationRecordingAnnotationInternalServerError) String

type DeleteConversationRecordingAnnotationNotFound

type DeleteConversationRecordingAnnotationNotFound struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteConversationRecordingAnnotationNotFound

func NewDeleteConversationRecordingAnnotationNotFound() *DeleteConversationRecordingAnnotationNotFound

NewDeleteConversationRecordingAnnotationNotFound creates a DeleteConversationRecordingAnnotationNotFound with default headers values

func (*DeleteConversationRecordingAnnotationNotFound) Error

func (*DeleteConversationRecordingAnnotationNotFound) GetPayload

func (*DeleteConversationRecordingAnnotationNotFound) IsClientError

IsClientError returns true when this delete conversation recording annotation not found response has a 4xx status code

func (*DeleteConversationRecordingAnnotationNotFound) IsCode

IsCode returns true when this delete conversation recording annotation not found response a status code equal to that given

func (*DeleteConversationRecordingAnnotationNotFound) IsRedirect

IsRedirect returns true when this delete conversation recording annotation not found response has a 3xx status code

func (*DeleteConversationRecordingAnnotationNotFound) IsServerError

IsServerError returns true when this delete conversation recording annotation not found response has a 5xx status code

func (*DeleteConversationRecordingAnnotationNotFound) IsSuccess

IsSuccess returns true when this delete conversation recording annotation not found response has a 2xx status code

func (*DeleteConversationRecordingAnnotationNotFound) String

type DeleteConversationRecordingAnnotationParams

type DeleteConversationRecordingAnnotationParams struct {

	/* AnnotationID.

	   Annotation ID
	*/
	AnnotationID string

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteConversationRecordingAnnotationParams contains all the parameters to send to the API endpoint

for the delete conversation recording annotation operation.

Typically these are written to a http.Request.

func NewDeleteConversationRecordingAnnotationParams

func NewDeleteConversationRecordingAnnotationParams() *DeleteConversationRecordingAnnotationParams

NewDeleteConversationRecordingAnnotationParams creates a new DeleteConversationRecordingAnnotationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteConversationRecordingAnnotationParamsWithContext

func NewDeleteConversationRecordingAnnotationParamsWithContext(ctx context.Context) *DeleteConversationRecordingAnnotationParams

NewDeleteConversationRecordingAnnotationParamsWithContext creates a new DeleteConversationRecordingAnnotationParams object with the ability to set a context for a request.

func NewDeleteConversationRecordingAnnotationParamsWithHTTPClient

func NewDeleteConversationRecordingAnnotationParamsWithHTTPClient(client *http.Client) *DeleteConversationRecordingAnnotationParams

NewDeleteConversationRecordingAnnotationParamsWithHTTPClient creates a new DeleteConversationRecordingAnnotationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteConversationRecordingAnnotationParamsWithTimeout

func NewDeleteConversationRecordingAnnotationParamsWithTimeout(timeout time.Duration) *DeleteConversationRecordingAnnotationParams

NewDeleteConversationRecordingAnnotationParamsWithTimeout creates a new DeleteConversationRecordingAnnotationParams object with the ability to set a timeout on a request.

func (*DeleteConversationRecordingAnnotationParams) SetAnnotationID

func (o *DeleteConversationRecordingAnnotationParams) SetAnnotationID(annotationID string)

SetAnnotationID adds the annotationId to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) SetContext

SetContext adds the context to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) SetConversationID

func (o *DeleteConversationRecordingAnnotationParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) SetDefaults

SetDefaults hydrates default values in the delete conversation recording annotation params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteConversationRecordingAnnotationParams) SetHTTPClient

func (o *DeleteConversationRecordingAnnotationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) SetRecordingID

func (o *DeleteConversationRecordingAnnotationParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) SetTimeout

SetTimeout adds the timeout to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WithAnnotationID

WithAnnotationID adds the annotationID to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WithContext

WithContext adds the context to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WithConversationID

WithConversationID adds the conversationID to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WithDefaults

WithDefaults hydrates default values in the delete conversation recording annotation params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteConversationRecordingAnnotationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WithRecordingID

WithRecordingID adds the recordingID to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WithTimeout

WithTimeout adds the timeout to the delete conversation recording annotation params

func (*DeleteConversationRecordingAnnotationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteConversationRecordingAnnotationReader

type DeleteConversationRecordingAnnotationReader struct {
	// contains filtered or unexported fields
}

DeleteConversationRecordingAnnotationReader is a Reader for the DeleteConversationRecordingAnnotation structure.

func (*DeleteConversationRecordingAnnotationReader) ReadResponse

func (o *DeleteConversationRecordingAnnotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteConversationRecordingAnnotationRequestEntityTooLarge

type DeleteConversationRecordingAnnotationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteConversationRecordingAnnotationRequestEntityTooLarge

func NewDeleteConversationRecordingAnnotationRequestEntityTooLarge() *DeleteConversationRecordingAnnotationRequestEntityTooLarge

NewDeleteConversationRecordingAnnotationRequestEntityTooLarge creates a DeleteConversationRecordingAnnotationRequestEntityTooLarge with default headers values

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) Error

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) GetPayload

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete conversation recording annotation request entity too large response has a 4xx status code

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) IsCode

IsCode returns true when this delete conversation recording annotation request entity too large response a status code equal to that given

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete conversation recording annotation request entity too large response has a 3xx status code

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete conversation recording annotation request entity too large response has a 5xx status code

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete conversation recording annotation request entity too large response has a 2xx status code

func (*DeleteConversationRecordingAnnotationRequestEntityTooLarge) String

type DeleteConversationRecordingAnnotationRequestTimeout

type DeleteConversationRecordingAnnotationRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteConversationRecordingAnnotationRequestTimeout

func NewDeleteConversationRecordingAnnotationRequestTimeout() *DeleteConversationRecordingAnnotationRequestTimeout

NewDeleteConversationRecordingAnnotationRequestTimeout creates a DeleteConversationRecordingAnnotationRequestTimeout with default headers values

func (*DeleteConversationRecordingAnnotationRequestTimeout) Error

func (*DeleteConversationRecordingAnnotationRequestTimeout) GetPayload

func (*DeleteConversationRecordingAnnotationRequestTimeout) IsClientError

IsClientError returns true when this delete conversation recording annotation request timeout response has a 4xx status code

func (*DeleteConversationRecordingAnnotationRequestTimeout) IsCode

IsCode returns true when this delete conversation recording annotation request timeout response a status code equal to that given

func (*DeleteConversationRecordingAnnotationRequestTimeout) IsRedirect

IsRedirect returns true when this delete conversation recording annotation request timeout response has a 3xx status code

func (*DeleteConversationRecordingAnnotationRequestTimeout) IsServerError

IsServerError returns true when this delete conversation recording annotation request timeout response has a 5xx status code

func (*DeleteConversationRecordingAnnotationRequestTimeout) IsSuccess

IsSuccess returns true when this delete conversation recording annotation request timeout response has a 2xx status code

func (*DeleteConversationRecordingAnnotationRequestTimeout) String

type DeleteConversationRecordingAnnotationServiceUnavailable

type DeleteConversationRecordingAnnotationServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteConversationRecordingAnnotationServiceUnavailable

func NewDeleteConversationRecordingAnnotationServiceUnavailable() *DeleteConversationRecordingAnnotationServiceUnavailable

NewDeleteConversationRecordingAnnotationServiceUnavailable creates a DeleteConversationRecordingAnnotationServiceUnavailable with default headers values

func (*DeleteConversationRecordingAnnotationServiceUnavailable) Error

func (*DeleteConversationRecordingAnnotationServiceUnavailable) GetPayload

func (*DeleteConversationRecordingAnnotationServiceUnavailable) IsClientError

IsClientError returns true when this delete conversation recording annotation service unavailable response has a 4xx status code

func (*DeleteConversationRecordingAnnotationServiceUnavailable) IsCode

IsCode returns true when this delete conversation recording annotation service unavailable response a status code equal to that given

func (*DeleteConversationRecordingAnnotationServiceUnavailable) IsRedirect

IsRedirect returns true when this delete conversation recording annotation service unavailable response has a 3xx status code

func (*DeleteConversationRecordingAnnotationServiceUnavailable) IsServerError

IsServerError returns true when this delete conversation recording annotation service unavailable response has a 5xx status code

func (*DeleteConversationRecordingAnnotationServiceUnavailable) IsSuccess

IsSuccess returns true when this delete conversation recording annotation service unavailable response has a 2xx status code

func (*DeleteConversationRecordingAnnotationServiceUnavailable) String

type DeleteConversationRecordingAnnotationTooManyRequests

type DeleteConversationRecordingAnnotationTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteConversationRecordingAnnotationTooManyRequests

func NewDeleteConversationRecordingAnnotationTooManyRequests() *DeleteConversationRecordingAnnotationTooManyRequests

NewDeleteConversationRecordingAnnotationTooManyRequests creates a DeleteConversationRecordingAnnotationTooManyRequests with default headers values

func (*DeleteConversationRecordingAnnotationTooManyRequests) Error

func (*DeleteConversationRecordingAnnotationTooManyRequests) GetPayload

func (*DeleteConversationRecordingAnnotationTooManyRequests) IsClientError

IsClientError returns true when this delete conversation recording annotation too many requests response has a 4xx status code

func (*DeleteConversationRecordingAnnotationTooManyRequests) IsCode

IsCode returns true when this delete conversation recording annotation too many requests response a status code equal to that given

func (*DeleteConversationRecordingAnnotationTooManyRequests) IsRedirect

IsRedirect returns true when this delete conversation recording annotation too many requests response has a 3xx status code

func (*DeleteConversationRecordingAnnotationTooManyRequests) IsServerError

IsServerError returns true when this delete conversation recording annotation too many requests response has a 5xx status code

func (*DeleteConversationRecordingAnnotationTooManyRequests) IsSuccess

IsSuccess returns true when this delete conversation recording annotation too many requests response has a 2xx status code

func (*DeleteConversationRecordingAnnotationTooManyRequests) String

type DeleteConversationRecordingAnnotationUnauthorized

type DeleteConversationRecordingAnnotationUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteConversationRecordingAnnotationUnauthorized

func NewDeleteConversationRecordingAnnotationUnauthorized() *DeleteConversationRecordingAnnotationUnauthorized

NewDeleteConversationRecordingAnnotationUnauthorized creates a DeleteConversationRecordingAnnotationUnauthorized with default headers values

func (*DeleteConversationRecordingAnnotationUnauthorized) Error

func (*DeleteConversationRecordingAnnotationUnauthorized) GetPayload

func (*DeleteConversationRecordingAnnotationUnauthorized) IsClientError

IsClientError returns true when this delete conversation recording annotation unauthorized response has a 4xx status code

func (*DeleteConversationRecordingAnnotationUnauthorized) IsCode

IsCode returns true when this delete conversation recording annotation unauthorized response a status code equal to that given

func (*DeleteConversationRecordingAnnotationUnauthorized) IsRedirect

IsRedirect returns true when this delete conversation recording annotation unauthorized response has a 3xx status code

func (*DeleteConversationRecordingAnnotationUnauthorized) IsServerError

IsServerError returns true when this delete conversation recording annotation unauthorized response has a 5xx status code

func (*DeleteConversationRecordingAnnotationUnauthorized) IsSuccess

IsSuccess returns true when this delete conversation recording annotation unauthorized response has a 2xx status code

func (*DeleteConversationRecordingAnnotationUnauthorized) String

type DeleteConversationRecordingAnnotationUnsupportedMediaType

type DeleteConversationRecordingAnnotationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteConversationRecordingAnnotationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteConversationRecordingAnnotationUnsupportedMediaType

func NewDeleteConversationRecordingAnnotationUnsupportedMediaType() *DeleteConversationRecordingAnnotationUnsupportedMediaType

NewDeleteConversationRecordingAnnotationUnsupportedMediaType creates a DeleteConversationRecordingAnnotationUnsupportedMediaType with default headers values

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) Error

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) GetPayload

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) IsClientError

IsClientError returns true when this delete conversation recording annotation unsupported media type response has a 4xx status code

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) IsCode

IsCode returns true when this delete conversation recording annotation unsupported media type response a status code equal to that given

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete conversation recording annotation unsupported media type response has a 3xx status code

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) IsServerError

IsServerError returns true when this delete conversation recording annotation unsupported media type response has a 5xx status code

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete conversation recording annotation unsupported media type response has a 2xx status code

func (*DeleteConversationRecordingAnnotationUnsupportedMediaType) String

type DeleteOrphanrecordingBadRequest

type DeleteOrphanrecordingBadRequest struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteOrphanrecordingBadRequest

func NewDeleteOrphanrecordingBadRequest() *DeleteOrphanrecordingBadRequest

NewDeleteOrphanrecordingBadRequest creates a DeleteOrphanrecordingBadRequest with default headers values

func (*DeleteOrphanrecordingBadRequest) Error

func (*DeleteOrphanrecordingBadRequest) GetPayload

func (*DeleteOrphanrecordingBadRequest) IsClientError

func (o *DeleteOrphanrecordingBadRequest) IsClientError() bool

IsClientError returns true when this delete orphanrecording bad request response has a 4xx status code

func (*DeleteOrphanrecordingBadRequest) IsCode

func (o *DeleteOrphanrecordingBadRequest) IsCode(code int) bool

IsCode returns true when this delete orphanrecording bad request response a status code equal to that given

func (*DeleteOrphanrecordingBadRequest) IsRedirect

func (o *DeleteOrphanrecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording bad request response has a 3xx status code

func (*DeleteOrphanrecordingBadRequest) IsServerError

func (o *DeleteOrphanrecordingBadRequest) IsServerError() bool

IsServerError returns true when this delete orphanrecording bad request response has a 5xx status code

func (*DeleteOrphanrecordingBadRequest) IsSuccess

func (o *DeleteOrphanrecordingBadRequest) IsSuccess() bool

IsSuccess returns true when this delete orphanrecording bad request response has a 2xx status code

func (*DeleteOrphanrecordingBadRequest) String

type DeleteOrphanrecordingForbidden

type DeleteOrphanrecordingForbidden struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteOrphanrecordingForbidden

func NewDeleteOrphanrecordingForbidden() *DeleteOrphanrecordingForbidden

NewDeleteOrphanrecordingForbidden creates a DeleteOrphanrecordingForbidden with default headers values

func (*DeleteOrphanrecordingForbidden) Error

func (*DeleteOrphanrecordingForbidden) GetPayload

func (*DeleteOrphanrecordingForbidden) IsClientError

func (o *DeleteOrphanrecordingForbidden) IsClientError() bool

IsClientError returns true when this delete orphanrecording forbidden response has a 4xx status code

func (*DeleteOrphanrecordingForbidden) IsCode

func (o *DeleteOrphanrecordingForbidden) IsCode(code int) bool

IsCode returns true when this delete orphanrecording forbidden response a status code equal to that given

func (*DeleteOrphanrecordingForbidden) IsRedirect

func (o *DeleteOrphanrecordingForbidden) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording forbidden response has a 3xx status code

func (*DeleteOrphanrecordingForbidden) IsServerError

func (o *DeleteOrphanrecordingForbidden) IsServerError() bool

IsServerError returns true when this delete orphanrecording forbidden response has a 5xx status code

func (*DeleteOrphanrecordingForbidden) IsSuccess

func (o *DeleteOrphanrecordingForbidden) IsSuccess() bool

IsSuccess returns true when this delete orphanrecording forbidden response has a 2xx status code

func (*DeleteOrphanrecordingForbidden) String

type DeleteOrphanrecordingGatewayTimeout

type DeleteOrphanrecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteOrphanrecordingGatewayTimeout

func NewDeleteOrphanrecordingGatewayTimeout() *DeleteOrphanrecordingGatewayTimeout

NewDeleteOrphanrecordingGatewayTimeout creates a DeleteOrphanrecordingGatewayTimeout with default headers values

func (*DeleteOrphanrecordingGatewayTimeout) Error

func (*DeleteOrphanrecordingGatewayTimeout) GetPayload

func (*DeleteOrphanrecordingGatewayTimeout) IsClientError

func (o *DeleteOrphanrecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete orphanrecording gateway timeout response has a 4xx status code

func (*DeleteOrphanrecordingGatewayTimeout) IsCode

IsCode returns true when this delete orphanrecording gateway timeout response a status code equal to that given

func (*DeleteOrphanrecordingGatewayTimeout) IsRedirect

func (o *DeleteOrphanrecordingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording gateway timeout response has a 3xx status code

func (*DeleteOrphanrecordingGatewayTimeout) IsServerError

func (o *DeleteOrphanrecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete orphanrecording gateway timeout response has a 5xx status code

func (*DeleteOrphanrecordingGatewayTimeout) IsSuccess

IsSuccess returns true when this delete orphanrecording gateway timeout response has a 2xx status code

func (*DeleteOrphanrecordingGatewayTimeout) String

type DeleteOrphanrecordingInternalServerError

type DeleteOrphanrecordingInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteOrphanrecordingInternalServerError

func NewDeleteOrphanrecordingInternalServerError() *DeleteOrphanrecordingInternalServerError

NewDeleteOrphanrecordingInternalServerError creates a DeleteOrphanrecordingInternalServerError with default headers values

func (*DeleteOrphanrecordingInternalServerError) Error

func (*DeleteOrphanrecordingInternalServerError) GetPayload

func (*DeleteOrphanrecordingInternalServerError) IsClientError

IsClientError returns true when this delete orphanrecording internal server error response has a 4xx status code

func (*DeleteOrphanrecordingInternalServerError) IsCode

IsCode returns true when this delete orphanrecording internal server error response a status code equal to that given

func (*DeleteOrphanrecordingInternalServerError) IsRedirect

IsRedirect returns true when this delete orphanrecording internal server error response has a 3xx status code

func (*DeleteOrphanrecordingInternalServerError) IsServerError

IsServerError returns true when this delete orphanrecording internal server error response has a 5xx status code

func (*DeleteOrphanrecordingInternalServerError) IsSuccess

IsSuccess returns true when this delete orphanrecording internal server error response has a 2xx status code

func (*DeleteOrphanrecordingInternalServerError) String

type DeleteOrphanrecordingNotFound

type DeleteOrphanrecordingNotFound struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteOrphanrecordingNotFound

func NewDeleteOrphanrecordingNotFound() *DeleteOrphanrecordingNotFound

NewDeleteOrphanrecordingNotFound creates a DeleteOrphanrecordingNotFound with default headers values

func (*DeleteOrphanrecordingNotFound) Error

func (*DeleteOrphanrecordingNotFound) GetPayload

func (*DeleteOrphanrecordingNotFound) IsClientError

func (o *DeleteOrphanrecordingNotFound) IsClientError() bool

IsClientError returns true when this delete orphanrecording not found response has a 4xx status code

func (*DeleteOrphanrecordingNotFound) IsCode

func (o *DeleteOrphanrecordingNotFound) IsCode(code int) bool

IsCode returns true when this delete orphanrecording not found response a status code equal to that given

func (*DeleteOrphanrecordingNotFound) IsRedirect

func (o *DeleteOrphanrecordingNotFound) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording not found response has a 3xx status code

func (*DeleteOrphanrecordingNotFound) IsServerError

func (o *DeleteOrphanrecordingNotFound) IsServerError() bool

IsServerError returns true when this delete orphanrecording not found response has a 5xx status code

func (*DeleteOrphanrecordingNotFound) IsSuccess

func (o *DeleteOrphanrecordingNotFound) IsSuccess() bool

IsSuccess returns true when this delete orphanrecording not found response has a 2xx status code

func (*DeleteOrphanrecordingNotFound) String

type DeleteOrphanrecordingOK

type DeleteOrphanrecordingOK struct {
	Payload *models.OrphanRecording
}

DeleteOrphanrecordingOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteOrphanrecordingOK

func NewDeleteOrphanrecordingOK() *DeleteOrphanrecordingOK

NewDeleteOrphanrecordingOK creates a DeleteOrphanrecordingOK with default headers values

func (*DeleteOrphanrecordingOK) Error

func (o *DeleteOrphanrecordingOK) Error() string

func (*DeleteOrphanrecordingOK) GetPayload

func (*DeleteOrphanrecordingOK) IsClientError

func (o *DeleteOrphanrecordingOK) IsClientError() bool

IsClientError returns true when this delete orphanrecording o k response has a 4xx status code

func (*DeleteOrphanrecordingOK) IsCode

func (o *DeleteOrphanrecordingOK) IsCode(code int) bool

IsCode returns true when this delete orphanrecording o k response a status code equal to that given

func (*DeleteOrphanrecordingOK) IsRedirect

func (o *DeleteOrphanrecordingOK) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording o k response has a 3xx status code

func (*DeleteOrphanrecordingOK) IsServerError

func (o *DeleteOrphanrecordingOK) IsServerError() bool

IsServerError returns true when this delete orphanrecording o k response has a 5xx status code

func (*DeleteOrphanrecordingOK) IsSuccess

func (o *DeleteOrphanrecordingOK) IsSuccess() bool

IsSuccess returns true when this delete orphanrecording o k response has a 2xx status code

func (*DeleteOrphanrecordingOK) String

func (o *DeleteOrphanrecordingOK) String() string

type DeleteOrphanrecordingParams

type DeleteOrphanrecordingParams struct {

	/* OrphanID.

	   Orphan ID
	*/
	OrphanID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteOrphanrecordingParams contains all the parameters to send to the API endpoint

for the delete orphanrecording operation.

Typically these are written to a http.Request.

func NewDeleteOrphanrecordingParams

func NewDeleteOrphanrecordingParams() *DeleteOrphanrecordingParams

NewDeleteOrphanrecordingParams creates a new DeleteOrphanrecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteOrphanrecordingParamsWithContext

func NewDeleteOrphanrecordingParamsWithContext(ctx context.Context) *DeleteOrphanrecordingParams

NewDeleteOrphanrecordingParamsWithContext creates a new DeleteOrphanrecordingParams object with the ability to set a context for a request.

func NewDeleteOrphanrecordingParamsWithHTTPClient

func NewDeleteOrphanrecordingParamsWithHTTPClient(client *http.Client) *DeleteOrphanrecordingParams

NewDeleteOrphanrecordingParamsWithHTTPClient creates a new DeleteOrphanrecordingParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrphanrecordingParamsWithTimeout

func NewDeleteOrphanrecordingParamsWithTimeout(timeout time.Duration) *DeleteOrphanrecordingParams

NewDeleteOrphanrecordingParamsWithTimeout creates a new DeleteOrphanrecordingParams object with the ability to set a timeout on a request.

func (*DeleteOrphanrecordingParams) SetContext

func (o *DeleteOrphanrecordingParams) SetContext(ctx context.Context)

SetContext adds the context to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) SetDefaults

func (o *DeleteOrphanrecordingParams) SetDefaults()

SetDefaults hydrates default values in the delete orphanrecording params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteOrphanrecordingParams) SetHTTPClient

func (o *DeleteOrphanrecordingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) SetOrphanID

func (o *DeleteOrphanrecordingParams) SetOrphanID(orphanID string)

SetOrphanID adds the orphanId to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) SetTimeout

func (o *DeleteOrphanrecordingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) WithContext

WithContext adds the context to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) WithDefaults

WithDefaults hydrates default values in the delete orphanrecording params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteOrphanrecordingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) WithOrphanID

WithOrphanID adds the orphanID to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) WithTimeout

WithTimeout adds the timeout to the delete orphanrecording params

func (*DeleteOrphanrecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrphanrecordingReader

type DeleteOrphanrecordingReader struct {
	// contains filtered or unexported fields
}

DeleteOrphanrecordingReader is a Reader for the DeleteOrphanrecording structure.

func (*DeleteOrphanrecordingReader) ReadResponse

func (o *DeleteOrphanrecordingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteOrphanrecordingRequestEntityTooLarge

type DeleteOrphanrecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteOrphanrecordingRequestEntityTooLarge

func NewDeleteOrphanrecordingRequestEntityTooLarge() *DeleteOrphanrecordingRequestEntityTooLarge

NewDeleteOrphanrecordingRequestEntityTooLarge creates a DeleteOrphanrecordingRequestEntityTooLarge with default headers values

func (*DeleteOrphanrecordingRequestEntityTooLarge) Error

func (*DeleteOrphanrecordingRequestEntityTooLarge) GetPayload

func (*DeleteOrphanrecordingRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete orphanrecording request entity too large response has a 4xx status code

func (*DeleteOrphanrecordingRequestEntityTooLarge) IsCode

IsCode returns true when this delete orphanrecording request entity too large response a status code equal to that given

func (*DeleteOrphanrecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete orphanrecording request entity too large response has a 3xx status code

func (*DeleteOrphanrecordingRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete orphanrecording request entity too large response has a 5xx status code

func (*DeleteOrphanrecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete orphanrecording request entity too large response has a 2xx status code

func (*DeleteOrphanrecordingRequestEntityTooLarge) String

type DeleteOrphanrecordingRequestTimeout

type DeleteOrphanrecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteOrphanrecordingRequestTimeout

func NewDeleteOrphanrecordingRequestTimeout() *DeleteOrphanrecordingRequestTimeout

NewDeleteOrphanrecordingRequestTimeout creates a DeleteOrphanrecordingRequestTimeout with default headers values

func (*DeleteOrphanrecordingRequestTimeout) Error

func (*DeleteOrphanrecordingRequestTimeout) GetPayload

func (*DeleteOrphanrecordingRequestTimeout) IsClientError

func (o *DeleteOrphanrecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this delete orphanrecording request timeout response has a 4xx status code

func (*DeleteOrphanrecordingRequestTimeout) IsCode

IsCode returns true when this delete orphanrecording request timeout response a status code equal to that given

func (*DeleteOrphanrecordingRequestTimeout) IsRedirect

func (o *DeleteOrphanrecordingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording request timeout response has a 3xx status code

func (*DeleteOrphanrecordingRequestTimeout) IsServerError

func (o *DeleteOrphanrecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this delete orphanrecording request timeout response has a 5xx status code

func (*DeleteOrphanrecordingRequestTimeout) IsSuccess

IsSuccess returns true when this delete orphanrecording request timeout response has a 2xx status code

func (*DeleteOrphanrecordingRequestTimeout) String

type DeleteOrphanrecordingServiceUnavailable

type DeleteOrphanrecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteOrphanrecordingServiceUnavailable

func NewDeleteOrphanrecordingServiceUnavailable() *DeleteOrphanrecordingServiceUnavailable

NewDeleteOrphanrecordingServiceUnavailable creates a DeleteOrphanrecordingServiceUnavailable with default headers values

func (*DeleteOrphanrecordingServiceUnavailable) Error

func (*DeleteOrphanrecordingServiceUnavailable) GetPayload

func (*DeleteOrphanrecordingServiceUnavailable) IsClientError

func (o *DeleteOrphanrecordingServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete orphanrecording service unavailable response has a 4xx status code

func (*DeleteOrphanrecordingServiceUnavailable) IsCode

IsCode returns true when this delete orphanrecording service unavailable response a status code equal to that given

func (*DeleteOrphanrecordingServiceUnavailable) IsRedirect

IsRedirect returns true when this delete orphanrecording service unavailable response has a 3xx status code

func (*DeleteOrphanrecordingServiceUnavailable) IsServerError

func (o *DeleteOrphanrecordingServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete orphanrecording service unavailable response has a 5xx status code

func (*DeleteOrphanrecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this delete orphanrecording service unavailable response has a 2xx status code

func (*DeleteOrphanrecordingServiceUnavailable) String

type DeleteOrphanrecordingTooManyRequests

type DeleteOrphanrecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteOrphanrecordingTooManyRequests

func NewDeleteOrphanrecordingTooManyRequests() *DeleteOrphanrecordingTooManyRequests

NewDeleteOrphanrecordingTooManyRequests creates a DeleteOrphanrecordingTooManyRequests with default headers values

func (*DeleteOrphanrecordingTooManyRequests) Error

func (*DeleteOrphanrecordingTooManyRequests) GetPayload

func (*DeleteOrphanrecordingTooManyRequests) IsClientError

func (o *DeleteOrphanrecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this delete orphanrecording too many requests response has a 4xx status code

func (*DeleteOrphanrecordingTooManyRequests) IsCode

IsCode returns true when this delete orphanrecording too many requests response a status code equal to that given

func (*DeleteOrphanrecordingTooManyRequests) IsRedirect

IsRedirect returns true when this delete orphanrecording too many requests response has a 3xx status code

func (*DeleteOrphanrecordingTooManyRequests) IsServerError

func (o *DeleteOrphanrecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this delete orphanrecording too many requests response has a 5xx status code

func (*DeleteOrphanrecordingTooManyRequests) IsSuccess

IsSuccess returns true when this delete orphanrecording too many requests response has a 2xx status code

func (*DeleteOrphanrecordingTooManyRequests) String

type DeleteOrphanrecordingUnauthorized

type DeleteOrphanrecordingUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteOrphanrecordingUnauthorized

func NewDeleteOrphanrecordingUnauthorized() *DeleteOrphanrecordingUnauthorized

NewDeleteOrphanrecordingUnauthorized creates a DeleteOrphanrecordingUnauthorized with default headers values

func (*DeleteOrphanrecordingUnauthorized) Error

func (*DeleteOrphanrecordingUnauthorized) GetPayload

func (*DeleteOrphanrecordingUnauthorized) IsClientError

func (o *DeleteOrphanrecordingUnauthorized) IsClientError() bool

IsClientError returns true when this delete orphanrecording unauthorized response has a 4xx status code

func (*DeleteOrphanrecordingUnauthorized) IsCode

func (o *DeleteOrphanrecordingUnauthorized) IsCode(code int) bool

IsCode returns true when this delete orphanrecording unauthorized response a status code equal to that given

func (*DeleteOrphanrecordingUnauthorized) IsRedirect

func (o *DeleteOrphanrecordingUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete orphanrecording unauthorized response has a 3xx status code

func (*DeleteOrphanrecordingUnauthorized) IsServerError

func (o *DeleteOrphanrecordingUnauthorized) IsServerError() bool

IsServerError returns true when this delete orphanrecording unauthorized response has a 5xx status code

func (*DeleteOrphanrecordingUnauthorized) IsSuccess

func (o *DeleteOrphanrecordingUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete orphanrecording unauthorized response has a 2xx status code

func (*DeleteOrphanrecordingUnauthorized) String

type DeleteOrphanrecordingUnsupportedMediaType

type DeleteOrphanrecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteOrphanrecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteOrphanrecordingUnsupportedMediaType

func NewDeleteOrphanrecordingUnsupportedMediaType() *DeleteOrphanrecordingUnsupportedMediaType

NewDeleteOrphanrecordingUnsupportedMediaType creates a DeleteOrphanrecordingUnsupportedMediaType with default headers values

func (*DeleteOrphanrecordingUnsupportedMediaType) Error

func (*DeleteOrphanrecordingUnsupportedMediaType) GetPayload

func (*DeleteOrphanrecordingUnsupportedMediaType) IsClientError

IsClientError returns true when this delete orphanrecording unsupported media type response has a 4xx status code

func (*DeleteOrphanrecordingUnsupportedMediaType) IsCode

IsCode returns true when this delete orphanrecording unsupported media type response a status code equal to that given

func (*DeleteOrphanrecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete orphanrecording unsupported media type response has a 3xx status code

func (*DeleteOrphanrecordingUnsupportedMediaType) IsServerError

IsServerError returns true when this delete orphanrecording unsupported media type response has a 5xx status code

func (*DeleteOrphanrecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete orphanrecording unsupported media type response has a 2xx status code

func (*DeleteOrphanrecordingUnsupportedMediaType) String

type DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest

type DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesBadRequest

func NewDeleteRecordingCrossplatformMediaretentionpoliciesBadRequest() *DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest

NewDeleteRecordingCrossplatformMediaretentionpoliciesBadRequest creates a DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies bad request response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies bad request response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies bad request response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies bad request response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies bad request response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesBadRequest) String

type DeleteRecordingCrossplatformMediaretentionpoliciesForbidden

type DeleteRecordingCrossplatformMediaretentionpoliciesForbidden struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesForbidden

func NewDeleteRecordingCrossplatformMediaretentionpoliciesForbidden() *DeleteRecordingCrossplatformMediaretentionpoliciesForbidden

NewDeleteRecordingCrossplatformMediaretentionpoliciesForbidden creates a DeleteRecordingCrossplatformMediaretentionpoliciesForbidden with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies forbidden response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies forbidden response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies forbidden response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies forbidden response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies forbidden response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesForbidden) String

type DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

type DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

func NewDeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout() *DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

NewDeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout creates a DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies gateway timeout response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies gateway timeout response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies gateway timeout response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies gateway timeout response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies gateway timeout response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) String

type DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError

type DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError

func NewDeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError() *DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError

NewDeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError creates a DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies internal server error response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies internal server error response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies internal server error response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies internal server error response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies internal server error response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesInternalServerError) String

type DeleteRecordingCrossplatformMediaretentionpoliciesNotFound

type DeleteRecordingCrossplatformMediaretentionpoliciesNotFound struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesNotFound

func NewDeleteRecordingCrossplatformMediaretentionpoliciesNotFound() *DeleteRecordingCrossplatformMediaretentionpoliciesNotFound

NewDeleteRecordingCrossplatformMediaretentionpoliciesNotFound creates a DeleteRecordingCrossplatformMediaretentionpoliciesNotFound with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies not found response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies not found response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies not found response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies not found response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies not found response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesNotFound) String

type DeleteRecordingCrossplatformMediaretentionpoliciesOK

type DeleteRecordingCrossplatformMediaretentionpoliciesOK struct {
}

DeleteRecordingCrossplatformMediaretentionpoliciesOK describes a response with status code 200, with default header values.

Operation was successful.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesOK

func NewDeleteRecordingCrossplatformMediaretentionpoliciesOK() *DeleteRecordingCrossplatformMediaretentionpoliciesOK

NewDeleteRecordingCrossplatformMediaretentionpoliciesOK creates a DeleteRecordingCrossplatformMediaretentionpoliciesOK with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies o k response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies o k response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies o k response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies o k response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies o k response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesOK) String

type DeleteRecordingCrossplatformMediaretentionpoliciesParams

type DeleteRecordingCrossplatformMediaretentionpoliciesParams struct {

	// Ids.
	Ids string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRecordingCrossplatformMediaretentionpoliciesParams contains all the parameters to send to the API endpoint

for the delete recording crossplatform mediaretentionpolicies operation.

Typically these are written to a http.Request.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParams

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParams() *DeleteRecordingCrossplatformMediaretentionpoliciesParams

NewDeleteRecordingCrossplatformMediaretentionpoliciesParams creates a new DeleteRecordingCrossplatformMediaretentionpoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithContext

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithContext(ctx context.Context) *DeleteRecordingCrossplatformMediaretentionpoliciesParams

NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithContext creates a new DeleteRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a context for a request.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient(client *http.Client) *DeleteRecordingCrossplatformMediaretentionpoliciesParams

NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient creates a new DeleteRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout

func NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout(timeout time.Duration) *DeleteRecordingCrossplatformMediaretentionpoliciesParams

NewDeleteRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout creates a new DeleteRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a timeout on a request.

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) SetContext

SetContext adds the context to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) SetDefaults

SetDefaults hydrates default values in the delete recording crossplatform mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) SetIds

SetIds adds the ids to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) SetTimeout

SetTimeout adds the timeout to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) WithContext

WithContext adds the context to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) WithDefaults

WithDefaults hydrates default values in the delete recording crossplatform mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) WithIds

WithIds adds the ids to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) WithTimeout

WithTimeout adds the timeout to the delete recording crossplatform mediaretentionpolicies params

func (*DeleteRecordingCrossplatformMediaretentionpoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRecordingCrossplatformMediaretentionpoliciesReader

type DeleteRecordingCrossplatformMediaretentionpoliciesReader struct {
	// contains filtered or unexported fields
}

DeleteRecordingCrossplatformMediaretentionpoliciesReader is a Reader for the DeleteRecordingCrossplatformMediaretentionpolicies structure.

func (*DeleteRecordingCrossplatformMediaretentionpoliciesReader) ReadResponse

func (o *DeleteRecordingCrossplatformMediaretentionpoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

type DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

func NewDeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge() *DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

NewDeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge creates a DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies request entity too large response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies request entity too large response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies request entity too large response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies request entity too large response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies request entity too large response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) String

type DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout

type DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout

func NewDeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout() *DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout

NewDeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout creates a DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies request timeout response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies request timeout response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies request timeout response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies request timeout response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies request timeout response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesRequestTimeout) String

type DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

type DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

func NewDeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable() *DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

NewDeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable creates a DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies service unavailable response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies service unavailable response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies service unavailable response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies service unavailable response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies service unavailable response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) String

type DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests

type DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests

func NewDeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests() *DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests

NewDeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests creates a DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies too many requests response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies too many requests response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies too many requests response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies too many requests response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies too many requests response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesTooManyRequests) String

type DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized

type DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized

func NewDeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized() *DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized

NewDeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized creates a DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies unauthorized response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies unauthorized response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies unauthorized response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies unauthorized response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies unauthorized response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnauthorized) String

type DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

type DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

func NewDeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType() *DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

NewDeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType creates a DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) Error

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicies unsupported media type response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicies unsupported media type response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicies unsupported media type response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicies unsupported media type response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicies unsupported media type response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) String

type DeleteRecordingCrossplatformMediaretentionpolicyBadRequest

type DeleteRecordingCrossplatformMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteRecordingCrossplatformMediaretentionpolicyBadRequest

func NewDeleteRecordingCrossplatformMediaretentionpolicyBadRequest() *DeleteRecordingCrossplatformMediaretentionpolicyBadRequest

NewDeleteRecordingCrossplatformMediaretentionpolicyBadRequest creates a DeleteRecordingCrossplatformMediaretentionpolicyBadRequest with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy bad request response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy bad request response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy bad request response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy bad request response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy bad request response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyBadRequest) String

type DeleteRecordingCrossplatformMediaretentionpolicyForbidden

type DeleteRecordingCrossplatformMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteRecordingCrossplatformMediaretentionpolicyForbidden

func NewDeleteRecordingCrossplatformMediaretentionpolicyForbidden() *DeleteRecordingCrossplatformMediaretentionpolicyForbidden

NewDeleteRecordingCrossplatformMediaretentionpolicyForbidden creates a DeleteRecordingCrossplatformMediaretentionpolicyForbidden with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy forbidden response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy forbidden response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy forbidden response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy forbidden response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy forbidden response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyForbidden) String

type DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout

type DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout

func NewDeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout() *DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout

NewDeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout creates a DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy gateway timeout response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy gateway timeout response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy gateway timeout response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy gateway timeout response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy gateway timeout response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyGatewayTimeout) String

type DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError

type DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteRecordingCrossplatformMediaretentionpolicyInternalServerError

func NewDeleteRecordingCrossplatformMediaretentionpolicyInternalServerError() *DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError

NewDeleteRecordingCrossplatformMediaretentionpolicyInternalServerError creates a DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy internal server error response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy internal server error response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy internal server error response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy internal server error response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy internal server error response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyInternalServerError) String

type DeleteRecordingCrossplatformMediaretentionpolicyNotFound

type DeleteRecordingCrossplatformMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteRecordingCrossplatformMediaretentionpolicyNotFound

func NewDeleteRecordingCrossplatformMediaretentionpolicyNotFound() *DeleteRecordingCrossplatformMediaretentionpolicyNotFound

NewDeleteRecordingCrossplatformMediaretentionpolicyNotFound creates a DeleteRecordingCrossplatformMediaretentionpolicyNotFound with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy not found response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy not found response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy not found response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy not found response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy not found response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyNotFound) String

type DeleteRecordingCrossplatformMediaretentionpolicyOK

type DeleteRecordingCrossplatformMediaretentionpolicyOK struct {
}

DeleteRecordingCrossplatformMediaretentionpolicyOK describes a response with status code 200, with default header values.

Operation was successful.

func NewDeleteRecordingCrossplatformMediaretentionpolicyOK

func NewDeleteRecordingCrossplatformMediaretentionpolicyOK() *DeleteRecordingCrossplatformMediaretentionpolicyOK

NewDeleteRecordingCrossplatformMediaretentionpolicyOK creates a DeleteRecordingCrossplatformMediaretentionpolicyOK with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy o k response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy o k response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy o k response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy o k response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy o k response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyOK) String

type DeleteRecordingCrossplatformMediaretentionpolicyParams

type DeleteRecordingCrossplatformMediaretentionpolicyParams struct {

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRecordingCrossplatformMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the delete recording crossplatform mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewDeleteRecordingCrossplatformMediaretentionpolicyParams

func NewDeleteRecordingCrossplatformMediaretentionpolicyParams() *DeleteRecordingCrossplatformMediaretentionpolicyParams

NewDeleteRecordingCrossplatformMediaretentionpolicyParams creates a new DeleteRecordingCrossplatformMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithContext

func NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithContext(ctx context.Context) *DeleteRecordingCrossplatformMediaretentionpolicyParams

NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithContext creates a new DeleteRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a context for a request.

func NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient

func NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *DeleteRecordingCrossplatformMediaretentionpolicyParams

NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient creates a new DeleteRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithTimeout

func NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *DeleteRecordingCrossplatformMediaretentionpolicyParams

NewDeleteRecordingCrossplatformMediaretentionpolicyParamsWithTimeout creates a new DeleteRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) SetContext

SetContext adds the context to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) SetDefaults

SetDefaults hydrates default values in the delete recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) SetPolicyID

SetPolicyID adds the policyId to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) SetTimeout

SetTimeout adds the timeout to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) WithContext

WithContext adds the context to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the delete recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the delete recording crossplatform mediaretentionpolicy params

func (*DeleteRecordingCrossplatformMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRecordingCrossplatformMediaretentionpolicyReader

type DeleteRecordingCrossplatformMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

DeleteRecordingCrossplatformMediaretentionpolicyReader is a Reader for the DeleteRecordingCrossplatformMediaretentionpolicy structure.

func (*DeleteRecordingCrossplatformMediaretentionpolicyReader) ReadResponse

func (o *DeleteRecordingCrossplatformMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

type DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

func NewDeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge() *DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

NewDeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge creates a DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy request entity too large response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy request entity too large response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy request entity too large response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy request entity too large response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy request entity too large response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) String

type DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout

type DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout

func NewDeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout() *DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout

NewDeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout creates a DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy request timeout response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy request timeout response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy request timeout response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy request timeout response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy request timeout response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyRequestTimeout) String

type DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable

type DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable

func NewDeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable() *DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable

NewDeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable creates a DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy service unavailable response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy service unavailable response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy service unavailable response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy service unavailable response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy service unavailable response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyServiceUnavailable) String

type DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests

type DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests

func NewDeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests() *DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests

NewDeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests creates a DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy too many requests response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy too many requests response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy too many requests response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy too many requests response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy too many requests response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyTooManyRequests) String

type DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized

type DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteRecordingCrossplatformMediaretentionpolicyUnauthorized

func NewDeleteRecordingCrossplatformMediaretentionpolicyUnauthorized() *DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized

NewDeleteRecordingCrossplatformMediaretentionpolicyUnauthorized creates a DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy unauthorized response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy unauthorized response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy unauthorized response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy unauthorized response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy unauthorized response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnauthorized) String

type DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

type DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

func NewDeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType() *DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

NewDeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType creates a DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType with default headers values

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) Error

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this delete recording crossplatform mediaretentionpolicy unsupported media type response has a 4xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this delete recording crossplatform mediaretentionpolicy unsupported media type response a status code equal to that given

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete recording crossplatform mediaretentionpolicy unsupported media type response has a 3xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this delete recording crossplatform mediaretentionpolicy unsupported media type response has a 5xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete recording crossplatform mediaretentionpolicy unsupported media type response has a 2xx status code

func (*DeleteRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) String

type DeleteRecordingJobBadRequest

type DeleteRecordingJobBadRequest struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteRecordingJobBadRequest

func NewDeleteRecordingJobBadRequest() *DeleteRecordingJobBadRequest

NewDeleteRecordingJobBadRequest creates a DeleteRecordingJobBadRequest with default headers values

func (*DeleteRecordingJobBadRequest) Error

func (*DeleteRecordingJobBadRequest) GetPayload

func (*DeleteRecordingJobBadRequest) IsClientError

func (o *DeleteRecordingJobBadRequest) IsClientError() bool

IsClientError returns true when this delete recording job bad request response has a 4xx status code

func (*DeleteRecordingJobBadRequest) IsCode

func (o *DeleteRecordingJobBadRequest) IsCode(code int) bool

IsCode returns true when this delete recording job bad request response a status code equal to that given

func (*DeleteRecordingJobBadRequest) IsRedirect

func (o *DeleteRecordingJobBadRequest) IsRedirect() bool

IsRedirect returns true when this delete recording job bad request response has a 3xx status code

func (*DeleteRecordingJobBadRequest) IsServerError

func (o *DeleteRecordingJobBadRequest) IsServerError() bool

IsServerError returns true when this delete recording job bad request response has a 5xx status code

func (*DeleteRecordingJobBadRequest) IsSuccess

func (o *DeleteRecordingJobBadRequest) IsSuccess() bool

IsSuccess returns true when this delete recording job bad request response has a 2xx status code

func (*DeleteRecordingJobBadRequest) String

type DeleteRecordingJobForbidden

type DeleteRecordingJobForbidden struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteRecordingJobForbidden

func NewDeleteRecordingJobForbidden() *DeleteRecordingJobForbidden

NewDeleteRecordingJobForbidden creates a DeleteRecordingJobForbidden with default headers values

func (*DeleteRecordingJobForbidden) Error

func (*DeleteRecordingJobForbidden) GetPayload

func (o *DeleteRecordingJobForbidden) GetPayload() *models.ErrorBody

func (*DeleteRecordingJobForbidden) IsClientError

func (o *DeleteRecordingJobForbidden) IsClientError() bool

IsClientError returns true when this delete recording job forbidden response has a 4xx status code

func (*DeleteRecordingJobForbidden) IsCode

func (o *DeleteRecordingJobForbidden) IsCode(code int) bool

IsCode returns true when this delete recording job forbidden response a status code equal to that given

func (*DeleteRecordingJobForbidden) IsRedirect

func (o *DeleteRecordingJobForbidden) IsRedirect() bool

IsRedirect returns true when this delete recording job forbidden response has a 3xx status code

func (*DeleteRecordingJobForbidden) IsServerError

func (o *DeleteRecordingJobForbidden) IsServerError() bool

IsServerError returns true when this delete recording job forbidden response has a 5xx status code

func (*DeleteRecordingJobForbidden) IsSuccess

func (o *DeleteRecordingJobForbidden) IsSuccess() bool

IsSuccess returns true when this delete recording job forbidden response has a 2xx status code

func (*DeleteRecordingJobForbidden) String

func (o *DeleteRecordingJobForbidden) String() string

type DeleteRecordingJobGatewayTimeout

type DeleteRecordingJobGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteRecordingJobGatewayTimeout

func NewDeleteRecordingJobGatewayTimeout() *DeleteRecordingJobGatewayTimeout

NewDeleteRecordingJobGatewayTimeout creates a DeleteRecordingJobGatewayTimeout with default headers values

func (*DeleteRecordingJobGatewayTimeout) Error

func (*DeleteRecordingJobGatewayTimeout) GetPayload

func (*DeleteRecordingJobGatewayTimeout) IsClientError

func (o *DeleteRecordingJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete recording job gateway timeout response has a 4xx status code

func (*DeleteRecordingJobGatewayTimeout) IsCode

func (o *DeleteRecordingJobGatewayTimeout) IsCode(code int) bool

IsCode returns true when this delete recording job gateway timeout response a status code equal to that given

func (*DeleteRecordingJobGatewayTimeout) IsRedirect

func (o *DeleteRecordingJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete recording job gateway timeout response has a 3xx status code

func (*DeleteRecordingJobGatewayTimeout) IsServerError

func (o *DeleteRecordingJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete recording job gateway timeout response has a 5xx status code

func (*DeleteRecordingJobGatewayTimeout) IsSuccess

func (o *DeleteRecordingJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete recording job gateway timeout response has a 2xx status code

func (*DeleteRecordingJobGatewayTimeout) String

type DeleteRecordingJobInternalServerError

type DeleteRecordingJobInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteRecordingJobInternalServerError

func NewDeleteRecordingJobInternalServerError() *DeleteRecordingJobInternalServerError

NewDeleteRecordingJobInternalServerError creates a DeleteRecordingJobInternalServerError with default headers values

func (*DeleteRecordingJobInternalServerError) Error

func (*DeleteRecordingJobInternalServerError) GetPayload

func (*DeleteRecordingJobInternalServerError) IsClientError

func (o *DeleteRecordingJobInternalServerError) IsClientError() bool

IsClientError returns true when this delete recording job internal server error response has a 4xx status code

func (*DeleteRecordingJobInternalServerError) IsCode

IsCode returns true when this delete recording job internal server error response a status code equal to that given

func (*DeleteRecordingJobInternalServerError) IsRedirect

IsRedirect returns true when this delete recording job internal server error response has a 3xx status code

func (*DeleteRecordingJobInternalServerError) IsServerError

func (o *DeleteRecordingJobInternalServerError) IsServerError() bool

IsServerError returns true when this delete recording job internal server error response has a 5xx status code

func (*DeleteRecordingJobInternalServerError) IsSuccess

IsSuccess returns true when this delete recording job internal server error response has a 2xx status code

func (*DeleteRecordingJobInternalServerError) String

type DeleteRecordingJobNoContent

type DeleteRecordingJobNoContent struct {
}

DeleteRecordingJobNoContent describes a response with status code 204, with default header values.

Operation was successful.

func NewDeleteRecordingJobNoContent

func NewDeleteRecordingJobNoContent() *DeleteRecordingJobNoContent

NewDeleteRecordingJobNoContent creates a DeleteRecordingJobNoContent with default headers values

func (*DeleteRecordingJobNoContent) Error

func (*DeleteRecordingJobNoContent) IsClientError

func (o *DeleteRecordingJobNoContent) IsClientError() bool

IsClientError returns true when this delete recording job no content response has a 4xx status code

func (*DeleteRecordingJobNoContent) IsCode

func (o *DeleteRecordingJobNoContent) IsCode(code int) bool

IsCode returns true when this delete recording job no content response a status code equal to that given

func (*DeleteRecordingJobNoContent) IsRedirect

func (o *DeleteRecordingJobNoContent) IsRedirect() bool

IsRedirect returns true when this delete recording job no content response has a 3xx status code

func (*DeleteRecordingJobNoContent) IsServerError

func (o *DeleteRecordingJobNoContent) IsServerError() bool

IsServerError returns true when this delete recording job no content response has a 5xx status code

func (*DeleteRecordingJobNoContent) IsSuccess

func (o *DeleteRecordingJobNoContent) IsSuccess() bool

IsSuccess returns true when this delete recording job no content response has a 2xx status code

func (*DeleteRecordingJobNoContent) String

func (o *DeleteRecordingJobNoContent) String() string

type DeleteRecordingJobNotFound

type DeleteRecordingJobNotFound struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteRecordingJobNotFound

func NewDeleteRecordingJobNotFound() *DeleteRecordingJobNotFound

NewDeleteRecordingJobNotFound creates a DeleteRecordingJobNotFound with default headers values

func (*DeleteRecordingJobNotFound) Error

func (*DeleteRecordingJobNotFound) GetPayload

func (o *DeleteRecordingJobNotFound) GetPayload() *models.ErrorBody

func (*DeleteRecordingJobNotFound) IsClientError

func (o *DeleteRecordingJobNotFound) IsClientError() bool

IsClientError returns true when this delete recording job not found response has a 4xx status code

func (*DeleteRecordingJobNotFound) IsCode

func (o *DeleteRecordingJobNotFound) IsCode(code int) bool

IsCode returns true when this delete recording job not found response a status code equal to that given

func (*DeleteRecordingJobNotFound) IsRedirect

func (o *DeleteRecordingJobNotFound) IsRedirect() bool

IsRedirect returns true when this delete recording job not found response has a 3xx status code

func (*DeleteRecordingJobNotFound) IsServerError

func (o *DeleteRecordingJobNotFound) IsServerError() bool

IsServerError returns true when this delete recording job not found response has a 5xx status code

func (*DeleteRecordingJobNotFound) IsSuccess

func (o *DeleteRecordingJobNotFound) IsSuccess() bool

IsSuccess returns true when this delete recording job not found response has a 2xx status code

func (*DeleteRecordingJobNotFound) String

func (o *DeleteRecordingJobNotFound) String() string

type DeleteRecordingJobParams

type DeleteRecordingJobParams struct {

	/* JobID.

	   jobId
	*/
	JobID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRecordingJobParams contains all the parameters to send to the API endpoint

for the delete recording job operation.

Typically these are written to a http.Request.

func NewDeleteRecordingJobParams

func NewDeleteRecordingJobParams() *DeleteRecordingJobParams

NewDeleteRecordingJobParams creates a new DeleteRecordingJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRecordingJobParamsWithContext

func NewDeleteRecordingJobParamsWithContext(ctx context.Context) *DeleteRecordingJobParams

NewDeleteRecordingJobParamsWithContext creates a new DeleteRecordingJobParams object with the ability to set a context for a request.

func NewDeleteRecordingJobParamsWithHTTPClient

func NewDeleteRecordingJobParamsWithHTTPClient(client *http.Client) *DeleteRecordingJobParams

NewDeleteRecordingJobParamsWithHTTPClient creates a new DeleteRecordingJobParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRecordingJobParamsWithTimeout

func NewDeleteRecordingJobParamsWithTimeout(timeout time.Duration) *DeleteRecordingJobParams

NewDeleteRecordingJobParamsWithTimeout creates a new DeleteRecordingJobParams object with the ability to set a timeout on a request.

func (*DeleteRecordingJobParams) SetContext

func (o *DeleteRecordingJobParams) SetContext(ctx context.Context)

SetContext adds the context to the delete recording job params

func (*DeleteRecordingJobParams) SetDefaults

func (o *DeleteRecordingJobParams) SetDefaults()

SetDefaults hydrates default values in the delete recording job params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingJobParams) SetHTTPClient

func (o *DeleteRecordingJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete recording job params

func (*DeleteRecordingJobParams) SetJobID

func (o *DeleteRecordingJobParams) SetJobID(jobID string)

SetJobID adds the jobId to the delete recording job params

func (*DeleteRecordingJobParams) SetTimeout

func (o *DeleteRecordingJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete recording job params

func (*DeleteRecordingJobParams) WithContext

WithContext adds the context to the delete recording job params

func (*DeleteRecordingJobParams) WithDefaults

WithDefaults hydrates default values in the delete recording job params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingJobParams) WithHTTPClient

func (o *DeleteRecordingJobParams) WithHTTPClient(client *http.Client) *DeleteRecordingJobParams

WithHTTPClient adds the HTTPClient to the delete recording job params

func (*DeleteRecordingJobParams) WithJobID

WithJobID adds the jobID to the delete recording job params

func (*DeleteRecordingJobParams) WithTimeout

WithTimeout adds the timeout to the delete recording job params

func (*DeleteRecordingJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRecordingJobReader

type DeleteRecordingJobReader struct {
	// contains filtered or unexported fields
}

DeleteRecordingJobReader is a Reader for the DeleteRecordingJob structure.

func (*DeleteRecordingJobReader) ReadResponse

func (o *DeleteRecordingJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRecordingJobRequestEntityTooLarge

type DeleteRecordingJobRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteRecordingJobRequestEntityTooLarge

func NewDeleteRecordingJobRequestEntityTooLarge() *DeleteRecordingJobRequestEntityTooLarge

NewDeleteRecordingJobRequestEntityTooLarge creates a DeleteRecordingJobRequestEntityTooLarge with default headers values

func (*DeleteRecordingJobRequestEntityTooLarge) Error

func (*DeleteRecordingJobRequestEntityTooLarge) GetPayload

func (*DeleteRecordingJobRequestEntityTooLarge) IsClientError

func (o *DeleteRecordingJobRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this delete recording job request entity too large response has a 4xx status code

func (*DeleteRecordingJobRequestEntityTooLarge) IsCode

IsCode returns true when this delete recording job request entity too large response a status code equal to that given

func (*DeleteRecordingJobRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete recording job request entity too large response has a 3xx status code

func (*DeleteRecordingJobRequestEntityTooLarge) IsServerError

func (o *DeleteRecordingJobRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this delete recording job request entity too large response has a 5xx status code

func (*DeleteRecordingJobRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete recording job request entity too large response has a 2xx status code

func (*DeleteRecordingJobRequestEntityTooLarge) String

type DeleteRecordingJobRequestTimeout

type DeleteRecordingJobRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteRecordingJobRequestTimeout

func NewDeleteRecordingJobRequestTimeout() *DeleteRecordingJobRequestTimeout

NewDeleteRecordingJobRequestTimeout creates a DeleteRecordingJobRequestTimeout with default headers values

func (*DeleteRecordingJobRequestTimeout) Error

func (*DeleteRecordingJobRequestTimeout) GetPayload

func (*DeleteRecordingJobRequestTimeout) IsClientError

func (o *DeleteRecordingJobRequestTimeout) IsClientError() bool

IsClientError returns true when this delete recording job request timeout response has a 4xx status code

func (*DeleteRecordingJobRequestTimeout) IsCode

func (o *DeleteRecordingJobRequestTimeout) IsCode(code int) bool

IsCode returns true when this delete recording job request timeout response a status code equal to that given

func (*DeleteRecordingJobRequestTimeout) IsRedirect

func (o *DeleteRecordingJobRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete recording job request timeout response has a 3xx status code

func (*DeleteRecordingJobRequestTimeout) IsServerError

func (o *DeleteRecordingJobRequestTimeout) IsServerError() bool

IsServerError returns true when this delete recording job request timeout response has a 5xx status code

func (*DeleteRecordingJobRequestTimeout) IsSuccess

func (o *DeleteRecordingJobRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete recording job request timeout response has a 2xx status code

func (*DeleteRecordingJobRequestTimeout) String

type DeleteRecordingJobServiceUnavailable

type DeleteRecordingJobServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteRecordingJobServiceUnavailable

func NewDeleteRecordingJobServiceUnavailable() *DeleteRecordingJobServiceUnavailable

NewDeleteRecordingJobServiceUnavailable creates a DeleteRecordingJobServiceUnavailable with default headers values

func (*DeleteRecordingJobServiceUnavailable) Error

func (*DeleteRecordingJobServiceUnavailable) GetPayload

func (*DeleteRecordingJobServiceUnavailable) IsClientError

func (o *DeleteRecordingJobServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete recording job service unavailable response has a 4xx status code

func (*DeleteRecordingJobServiceUnavailable) IsCode

IsCode returns true when this delete recording job service unavailable response a status code equal to that given

func (*DeleteRecordingJobServiceUnavailable) IsRedirect

IsRedirect returns true when this delete recording job service unavailable response has a 3xx status code

func (*DeleteRecordingJobServiceUnavailable) IsServerError

func (o *DeleteRecordingJobServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete recording job service unavailable response has a 5xx status code

func (*DeleteRecordingJobServiceUnavailable) IsSuccess

IsSuccess returns true when this delete recording job service unavailable response has a 2xx status code

func (*DeleteRecordingJobServiceUnavailable) String

type DeleteRecordingJobTooManyRequests

type DeleteRecordingJobTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteRecordingJobTooManyRequests

func NewDeleteRecordingJobTooManyRequests() *DeleteRecordingJobTooManyRequests

NewDeleteRecordingJobTooManyRequests creates a DeleteRecordingJobTooManyRequests with default headers values

func (*DeleteRecordingJobTooManyRequests) Error

func (*DeleteRecordingJobTooManyRequests) GetPayload

func (*DeleteRecordingJobTooManyRequests) IsClientError

func (o *DeleteRecordingJobTooManyRequests) IsClientError() bool

IsClientError returns true when this delete recording job too many requests response has a 4xx status code

func (*DeleteRecordingJobTooManyRequests) IsCode

func (o *DeleteRecordingJobTooManyRequests) IsCode(code int) bool

IsCode returns true when this delete recording job too many requests response a status code equal to that given

func (*DeleteRecordingJobTooManyRequests) IsRedirect

func (o *DeleteRecordingJobTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete recording job too many requests response has a 3xx status code

func (*DeleteRecordingJobTooManyRequests) IsServerError

func (o *DeleteRecordingJobTooManyRequests) IsServerError() bool

IsServerError returns true when this delete recording job too many requests response has a 5xx status code

func (*DeleteRecordingJobTooManyRequests) IsSuccess

func (o *DeleteRecordingJobTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete recording job too many requests response has a 2xx status code

func (*DeleteRecordingJobTooManyRequests) String

type DeleteRecordingJobUnauthorized

type DeleteRecordingJobUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteRecordingJobUnauthorized

func NewDeleteRecordingJobUnauthorized() *DeleteRecordingJobUnauthorized

NewDeleteRecordingJobUnauthorized creates a DeleteRecordingJobUnauthorized with default headers values

func (*DeleteRecordingJobUnauthorized) Error

func (*DeleteRecordingJobUnauthorized) GetPayload

func (*DeleteRecordingJobUnauthorized) IsClientError

func (o *DeleteRecordingJobUnauthorized) IsClientError() bool

IsClientError returns true when this delete recording job unauthorized response has a 4xx status code

func (*DeleteRecordingJobUnauthorized) IsCode

func (o *DeleteRecordingJobUnauthorized) IsCode(code int) bool

IsCode returns true when this delete recording job unauthorized response a status code equal to that given

func (*DeleteRecordingJobUnauthorized) IsRedirect

func (o *DeleteRecordingJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete recording job unauthorized response has a 3xx status code

func (*DeleteRecordingJobUnauthorized) IsServerError

func (o *DeleteRecordingJobUnauthorized) IsServerError() bool

IsServerError returns true when this delete recording job unauthorized response has a 5xx status code

func (*DeleteRecordingJobUnauthorized) IsSuccess

func (o *DeleteRecordingJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete recording job unauthorized response has a 2xx status code

func (*DeleteRecordingJobUnauthorized) String

type DeleteRecordingJobUnsupportedMediaType

type DeleteRecordingJobUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteRecordingJobUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteRecordingJobUnsupportedMediaType

func NewDeleteRecordingJobUnsupportedMediaType() *DeleteRecordingJobUnsupportedMediaType

NewDeleteRecordingJobUnsupportedMediaType creates a DeleteRecordingJobUnsupportedMediaType with default headers values

func (*DeleteRecordingJobUnsupportedMediaType) Error

func (*DeleteRecordingJobUnsupportedMediaType) GetPayload

func (*DeleteRecordingJobUnsupportedMediaType) IsClientError

func (o *DeleteRecordingJobUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete recording job unsupported media type response has a 4xx status code

func (*DeleteRecordingJobUnsupportedMediaType) IsCode

IsCode returns true when this delete recording job unsupported media type response a status code equal to that given

func (*DeleteRecordingJobUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete recording job unsupported media type response has a 3xx status code

func (*DeleteRecordingJobUnsupportedMediaType) IsServerError

func (o *DeleteRecordingJobUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete recording job unsupported media type response has a 5xx status code

func (*DeleteRecordingJobUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete recording job unsupported media type response has a 2xx status code

func (*DeleteRecordingJobUnsupportedMediaType) String

type DeleteRecordingMediaretentionpoliciesBadRequest

type DeleteRecordingMediaretentionpoliciesBadRequest struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteRecordingMediaretentionpoliciesBadRequest

func NewDeleteRecordingMediaretentionpoliciesBadRequest() *DeleteRecordingMediaretentionpoliciesBadRequest

NewDeleteRecordingMediaretentionpoliciesBadRequest creates a DeleteRecordingMediaretentionpoliciesBadRequest with default headers values

func (*DeleteRecordingMediaretentionpoliciesBadRequest) Error

func (*DeleteRecordingMediaretentionpoliciesBadRequest) GetPayload

func (*DeleteRecordingMediaretentionpoliciesBadRequest) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies bad request response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesBadRequest) IsCode

IsCode returns true when this delete recording mediaretentionpolicies bad request response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesBadRequest) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies bad request response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesBadRequest) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies bad request response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesBadRequest) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies bad request response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesBadRequest) String

type DeleteRecordingMediaretentionpoliciesForbidden

type DeleteRecordingMediaretentionpoliciesForbidden struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteRecordingMediaretentionpoliciesForbidden

func NewDeleteRecordingMediaretentionpoliciesForbidden() *DeleteRecordingMediaretentionpoliciesForbidden

NewDeleteRecordingMediaretentionpoliciesForbidden creates a DeleteRecordingMediaretentionpoliciesForbidden with default headers values

func (*DeleteRecordingMediaretentionpoliciesForbidden) Error

func (*DeleteRecordingMediaretentionpoliciesForbidden) GetPayload

func (*DeleteRecordingMediaretentionpoliciesForbidden) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies forbidden response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesForbidden) IsCode

IsCode returns true when this delete recording mediaretentionpolicies forbidden response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesForbidden) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies forbidden response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesForbidden) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies forbidden response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesForbidden) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies forbidden response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesForbidden) String

type DeleteRecordingMediaretentionpoliciesGatewayTimeout

type DeleteRecordingMediaretentionpoliciesGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteRecordingMediaretentionpoliciesGatewayTimeout

func NewDeleteRecordingMediaretentionpoliciesGatewayTimeout() *DeleteRecordingMediaretentionpoliciesGatewayTimeout

NewDeleteRecordingMediaretentionpoliciesGatewayTimeout creates a DeleteRecordingMediaretentionpoliciesGatewayTimeout with default headers values

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) Error

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) GetPayload

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies gateway timeout response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) IsCode

IsCode returns true when this delete recording mediaretentionpolicies gateway timeout response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies gateway timeout response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies gateway timeout response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies gateway timeout response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesGatewayTimeout) String

type DeleteRecordingMediaretentionpoliciesInternalServerError

type DeleteRecordingMediaretentionpoliciesInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteRecordingMediaretentionpoliciesInternalServerError

func NewDeleteRecordingMediaretentionpoliciesInternalServerError() *DeleteRecordingMediaretentionpoliciesInternalServerError

NewDeleteRecordingMediaretentionpoliciesInternalServerError creates a DeleteRecordingMediaretentionpoliciesInternalServerError with default headers values

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) Error

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) GetPayload

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies internal server error response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) IsCode

IsCode returns true when this delete recording mediaretentionpolicies internal server error response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies internal server error response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies internal server error response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies internal server error response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesInternalServerError) String

type DeleteRecordingMediaretentionpoliciesNotFound

type DeleteRecordingMediaretentionpoliciesNotFound struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteRecordingMediaretentionpoliciesNotFound

func NewDeleteRecordingMediaretentionpoliciesNotFound() *DeleteRecordingMediaretentionpoliciesNotFound

NewDeleteRecordingMediaretentionpoliciesNotFound creates a DeleteRecordingMediaretentionpoliciesNotFound with default headers values

func (*DeleteRecordingMediaretentionpoliciesNotFound) Error

func (*DeleteRecordingMediaretentionpoliciesNotFound) GetPayload

func (*DeleteRecordingMediaretentionpoliciesNotFound) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies not found response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesNotFound) IsCode

IsCode returns true when this delete recording mediaretentionpolicies not found response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesNotFound) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies not found response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesNotFound) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies not found response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesNotFound) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies not found response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesNotFound) String

type DeleteRecordingMediaretentionpoliciesOK

type DeleteRecordingMediaretentionpoliciesOK struct {
}

DeleteRecordingMediaretentionpoliciesOK describes a response with status code 200, with default header values.

Operation was successful.

func NewDeleteRecordingMediaretentionpoliciesOK

func NewDeleteRecordingMediaretentionpoliciesOK() *DeleteRecordingMediaretentionpoliciesOK

NewDeleteRecordingMediaretentionpoliciesOK creates a DeleteRecordingMediaretentionpoliciesOK with default headers values

func (*DeleteRecordingMediaretentionpoliciesOK) Error

func (*DeleteRecordingMediaretentionpoliciesOK) IsClientError

func (o *DeleteRecordingMediaretentionpoliciesOK) IsClientError() bool

IsClientError returns true when this delete recording mediaretentionpolicies o k response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesOK) IsCode

IsCode returns true when this delete recording mediaretentionpolicies o k response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesOK) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies o k response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesOK) IsServerError

func (o *DeleteRecordingMediaretentionpoliciesOK) IsServerError() bool

IsServerError returns true when this delete recording mediaretentionpolicies o k response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesOK) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies o k response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesOK) String

type DeleteRecordingMediaretentionpoliciesParams

type DeleteRecordingMediaretentionpoliciesParams struct {

	// Ids.
	Ids string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRecordingMediaretentionpoliciesParams contains all the parameters to send to the API endpoint

for the delete recording mediaretentionpolicies operation.

Typically these are written to a http.Request.

func NewDeleteRecordingMediaretentionpoliciesParams

func NewDeleteRecordingMediaretentionpoliciesParams() *DeleteRecordingMediaretentionpoliciesParams

NewDeleteRecordingMediaretentionpoliciesParams creates a new DeleteRecordingMediaretentionpoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRecordingMediaretentionpoliciesParamsWithContext

func NewDeleteRecordingMediaretentionpoliciesParamsWithContext(ctx context.Context) *DeleteRecordingMediaretentionpoliciesParams

NewDeleteRecordingMediaretentionpoliciesParamsWithContext creates a new DeleteRecordingMediaretentionpoliciesParams object with the ability to set a context for a request.

func NewDeleteRecordingMediaretentionpoliciesParamsWithHTTPClient

func NewDeleteRecordingMediaretentionpoliciesParamsWithHTTPClient(client *http.Client) *DeleteRecordingMediaretentionpoliciesParams

NewDeleteRecordingMediaretentionpoliciesParamsWithHTTPClient creates a new DeleteRecordingMediaretentionpoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRecordingMediaretentionpoliciesParamsWithTimeout

func NewDeleteRecordingMediaretentionpoliciesParamsWithTimeout(timeout time.Duration) *DeleteRecordingMediaretentionpoliciesParams

NewDeleteRecordingMediaretentionpoliciesParamsWithTimeout creates a new DeleteRecordingMediaretentionpoliciesParams object with the ability to set a timeout on a request.

func (*DeleteRecordingMediaretentionpoliciesParams) SetContext

SetContext adds the context to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) SetDefaults

SetDefaults hydrates default values in the delete recording mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingMediaretentionpoliciesParams) SetHTTPClient

func (o *DeleteRecordingMediaretentionpoliciesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) SetIds

SetIds adds the ids to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) SetTimeout

SetTimeout adds the timeout to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) WithContext

WithContext adds the context to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) WithDefaults

WithDefaults hydrates default values in the delete recording mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingMediaretentionpoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) WithIds

WithIds adds the ids to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) WithTimeout

WithTimeout adds the timeout to the delete recording mediaretentionpolicies params

func (*DeleteRecordingMediaretentionpoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRecordingMediaretentionpoliciesReader

type DeleteRecordingMediaretentionpoliciesReader struct {
	// contains filtered or unexported fields
}

DeleteRecordingMediaretentionpoliciesReader is a Reader for the DeleteRecordingMediaretentionpolicies structure.

func (*DeleteRecordingMediaretentionpoliciesReader) ReadResponse

func (o *DeleteRecordingMediaretentionpoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge

type DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteRecordingMediaretentionpoliciesRequestEntityTooLarge

func NewDeleteRecordingMediaretentionpoliciesRequestEntityTooLarge() *DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge

NewDeleteRecordingMediaretentionpoliciesRequestEntityTooLarge creates a DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge with default headers values

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) Error

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) GetPayload

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies request entity too large response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) IsCode

IsCode returns true when this delete recording mediaretentionpolicies request entity too large response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies request entity too large response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies request entity too large response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies request entity too large response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestEntityTooLarge) String

type DeleteRecordingMediaretentionpoliciesRequestTimeout

type DeleteRecordingMediaretentionpoliciesRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteRecordingMediaretentionpoliciesRequestTimeout

func NewDeleteRecordingMediaretentionpoliciesRequestTimeout() *DeleteRecordingMediaretentionpoliciesRequestTimeout

NewDeleteRecordingMediaretentionpoliciesRequestTimeout creates a DeleteRecordingMediaretentionpoliciesRequestTimeout with default headers values

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) Error

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) GetPayload

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies request timeout response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) IsCode

IsCode returns true when this delete recording mediaretentionpolicies request timeout response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies request timeout response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies request timeout response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies request timeout response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesRequestTimeout) String

type DeleteRecordingMediaretentionpoliciesServiceUnavailable

type DeleteRecordingMediaretentionpoliciesServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteRecordingMediaretentionpoliciesServiceUnavailable

func NewDeleteRecordingMediaretentionpoliciesServiceUnavailable() *DeleteRecordingMediaretentionpoliciesServiceUnavailable

NewDeleteRecordingMediaretentionpoliciesServiceUnavailable creates a DeleteRecordingMediaretentionpoliciesServiceUnavailable with default headers values

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) Error

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) GetPayload

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies service unavailable response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) IsCode

IsCode returns true when this delete recording mediaretentionpolicies service unavailable response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies service unavailable response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies service unavailable response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies service unavailable response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesServiceUnavailable) String

type DeleteRecordingMediaretentionpoliciesTooManyRequests

type DeleteRecordingMediaretentionpoliciesTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteRecordingMediaretentionpoliciesTooManyRequests

func NewDeleteRecordingMediaretentionpoliciesTooManyRequests() *DeleteRecordingMediaretentionpoliciesTooManyRequests

NewDeleteRecordingMediaretentionpoliciesTooManyRequests creates a DeleteRecordingMediaretentionpoliciesTooManyRequests with default headers values

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) Error

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) GetPayload

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies too many requests response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) IsCode

IsCode returns true when this delete recording mediaretentionpolicies too many requests response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies too many requests response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies too many requests response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies too many requests response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesTooManyRequests) String

type DeleteRecordingMediaretentionpoliciesUnauthorized

type DeleteRecordingMediaretentionpoliciesUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteRecordingMediaretentionpoliciesUnauthorized

func NewDeleteRecordingMediaretentionpoliciesUnauthorized() *DeleteRecordingMediaretentionpoliciesUnauthorized

NewDeleteRecordingMediaretentionpoliciesUnauthorized creates a DeleteRecordingMediaretentionpoliciesUnauthorized with default headers values

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) Error

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) GetPayload

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies unauthorized response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) IsCode

IsCode returns true when this delete recording mediaretentionpolicies unauthorized response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies unauthorized response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies unauthorized response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies unauthorized response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesUnauthorized) String

type DeleteRecordingMediaretentionpoliciesUnsupportedMediaType

type DeleteRecordingMediaretentionpoliciesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpoliciesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteRecordingMediaretentionpoliciesUnsupportedMediaType

func NewDeleteRecordingMediaretentionpoliciesUnsupportedMediaType() *DeleteRecordingMediaretentionpoliciesUnsupportedMediaType

NewDeleteRecordingMediaretentionpoliciesUnsupportedMediaType creates a DeleteRecordingMediaretentionpoliciesUnsupportedMediaType with default headers values

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) Error

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) GetPayload

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicies unsupported media type response has a 4xx status code

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) IsCode

IsCode returns true when this delete recording mediaretentionpolicies unsupported media type response a status code equal to that given

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicies unsupported media type response has a 3xx status code

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicies unsupported media type response has a 5xx status code

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicies unsupported media type response has a 2xx status code

func (*DeleteRecordingMediaretentionpoliciesUnsupportedMediaType) String

type DeleteRecordingMediaretentionpolicyBadRequest

type DeleteRecordingMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteRecordingMediaretentionpolicyBadRequest

func NewDeleteRecordingMediaretentionpolicyBadRequest() *DeleteRecordingMediaretentionpolicyBadRequest

NewDeleteRecordingMediaretentionpolicyBadRequest creates a DeleteRecordingMediaretentionpolicyBadRequest with default headers values

func (*DeleteRecordingMediaretentionpolicyBadRequest) Error

func (*DeleteRecordingMediaretentionpolicyBadRequest) GetPayload

func (*DeleteRecordingMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy bad request response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this delete recording mediaretentionpolicy bad request response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy bad request response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy bad request response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy bad request response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyBadRequest) String

type DeleteRecordingMediaretentionpolicyForbidden

type DeleteRecordingMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteRecordingMediaretentionpolicyForbidden

func NewDeleteRecordingMediaretentionpolicyForbidden() *DeleteRecordingMediaretentionpolicyForbidden

NewDeleteRecordingMediaretentionpolicyForbidden creates a DeleteRecordingMediaretentionpolicyForbidden with default headers values

func (*DeleteRecordingMediaretentionpolicyForbidden) Error

func (*DeleteRecordingMediaretentionpolicyForbidden) GetPayload

func (*DeleteRecordingMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy forbidden response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyForbidden) IsCode

IsCode returns true when this delete recording mediaretentionpolicy forbidden response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy forbidden response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy forbidden response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy forbidden response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyForbidden) String

type DeleteRecordingMediaretentionpolicyGatewayTimeout

type DeleteRecordingMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteRecordingMediaretentionpolicyGatewayTimeout

func NewDeleteRecordingMediaretentionpolicyGatewayTimeout() *DeleteRecordingMediaretentionpolicyGatewayTimeout

NewDeleteRecordingMediaretentionpolicyGatewayTimeout creates a DeleteRecordingMediaretentionpolicyGatewayTimeout with default headers values

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) Error

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) GetPayload

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy gateway timeout response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this delete recording mediaretentionpolicy gateway timeout response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy gateway timeout response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy gateway timeout response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy gateway timeout response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyGatewayTimeout) String

type DeleteRecordingMediaretentionpolicyInternalServerError

type DeleteRecordingMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteRecordingMediaretentionpolicyInternalServerError

func NewDeleteRecordingMediaretentionpolicyInternalServerError() *DeleteRecordingMediaretentionpolicyInternalServerError

NewDeleteRecordingMediaretentionpolicyInternalServerError creates a DeleteRecordingMediaretentionpolicyInternalServerError with default headers values

func (*DeleteRecordingMediaretentionpolicyInternalServerError) Error

func (*DeleteRecordingMediaretentionpolicyInternalServerError) GetPayload

func (*DeleteRecordingMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy internal server error response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this delete recording mediaretentionpolicy internal server error response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy internal server error response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy internal server error response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy internal server error response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyInternalServerError) String

type DeleteRecordingMediaretentionpolicyNotFound

type DeleteRecordingMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteRecordingMediaretentionpolicyNotFound

func NewDeleteRecordingMediaretentionpolicyNotFound() *DeleteRecordingMediaretentionpolicyNotFound

NewDeleteRecordingMediaretentionpolicyNotFound creates a DeleteRecordingMediaretentionpolicyNotFound with default headers values

func (*DeleteRecordingMediaretentionpolicyNotFound) Error

func (*DeleteRecordingMediaretentionpolicyNotFound) GetPayload

func (*DeleteRecordingMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy not found response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyNotFound) IsCode

IsCode returns true when this delete recording mediaretentionpolicy not found response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy not found response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy not found response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy not found response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyNotFound) String

type DeleteRecordingMediaretentionpolicyOK

type DeleteRecordingMediaretentionpolicyOK struct {
}

DeleteRecordingMediaretentionpolicyOK describes a response with status code 200, with default header values.

Operation was successful.

func NewDeleteRecordingMediaretentionpolicyOK

func NewDeleteRecordingMediaretentionpolicyOK() *DeleteRecordingMediaretentionpolicyOK

NewDeleteRecordingMediaretentionpolicyOK creates a DeleteRecordingMediaretentionpolicyOK with default headers values

func (*DeleteRecordingMediaretentionpolicyOK) Error

func (*DeleteRecordingMediaretentionpolicyOK) IsClientError

func (o *DeleteRecordingMediaretentionpolicyOK) IsClientError() bool

IsClientError returns true when this delete recording mediaretentionpolicy o k response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyOK) IsCode

IsCode returns true when this delete recording mediaretentionpolicy o k response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyOK) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy o k response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyOK) IsServerError

func (o *DeleteRecordingMediaretentionpolicyOK) IsServerError() bool

IsServerError returns true when this delete recording mediaretentionpolicy o k response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy o k response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyOK) String

type DeleteRecordingMediaretentionpolicyParams

type DeleteRecordingMediaretentionpolicyParams struct {

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRecordingMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the delete recording mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewDeleteRecordingMediaretentionpolicyParams

func NewDeleteRecordingMediaretentionpolicyParams() *DeleteRecordingMediaretentionpolicyParams

NewDeleteRecordingMediaretentionpolicyParams creates a new DeleteRecordingMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRecordingMediaretentionpolicyParamsWithContext

func NewDeleteRecordingMediaretentionpolicyParamsWithContext(ctx context.Context) *DeleteRecordingMediaretentionpolicyParams

NewDeleteRecordingMediaretentionpolicyParamsWithContext creates a new DeleteRecordingMediaretentionpolicyParams object with the ability to set a context for a request.

func NewDeleteRecordingMediaretentionpolicyParamsWithHTTPClient

func NewDeleteRecordingMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *DeleteRecordingMediaretentionpolicyParams

NewDeleteRecordingMediaretentionpolicyParamsWithHTTPClient creates a new DeleteRecordingMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRecordingMediaretentionpolicyParamsWithTimeout

func NewDeleteRecordingMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *DeleteRecordingMediaretentionpolicyParams

NewDeleteRecordingMediaretentionpolicyParamsWithTimeout creates a new DeleteRecordingMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*DeleteRecordingMediaretentionpolicyParams) SetContext

SetContext adds the context to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) SetDefaults

SetDefaults hydrates default values in the delete recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingMediaretentionpolicyParams) SetHTTPClient

func (o *DeleteRecordingMediaretentionpolicyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) SetPolicyID

func (o *DeleteRecordingMediaretentionpolicyParams) SetPolicyID(policyID string)

SetPolicyID adds the policyId to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) SetTimeout

SetTimeout adds the timeout to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) WithContext

WithContext adds the context to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the delete recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRecordingMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the delete recording mediaretentionpolicy params

func (*DeleteRecordingMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRecordingMediaretentionpolicyReader

type DeleteRecordingMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

DeleteRecordingMediaretentionpolicyReader is a Reader for the DeleteRecordingMediaretentionpolicy structure.

func (*DeleteRecordingMediaretentionpolicyReader) ReadResponse

func (o *DeleteRecordingMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRecordingMediaretentionpolicyRequestEntityTooLarge

type DeleteRecordingMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteRecordingMediaretentionpolicyRequestEntityTooLarge

func NewDeleteRecordingMediaretentionpolicyRequestEntityTooLarge() *DeleteRecordingMediaretentionpolicyRequestEntityTooLarge

NewDeleteRecordingMediaretentionpolicyRequestEntityTooLarge creates a DeleteRecordingMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) Error

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy request entity too large response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this delete recording mediaretentionpolicy request entity too large response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy request entity too large response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy request entity too large response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy request entity too large response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyRequestEntityTooLarge) String

type DeleteRecordingMediaretentionpolicyRequestTimeout

type DeleteRecordingMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteRecordingMediaretentionpolicyRequestTimeout

func NewDeleteRecordingMediaretentionpolicyRequestTimeout() *DeleteRecordingMediaretentionpolicyRequestTimeout

NewDeleteRecordingMediaretentionpolicyRequestTimeout creates a DeleteRecordingMediaretentionpolicyRequestTimeout with default headers values

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) Error

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) GetPayload

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy request timeout response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this delete recording mediaretentionpolicy request timeout response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy request timeout response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy request timeout response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy request timeout response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyRequestTimeout) String

type DeleteRecordingMediaretentionpolicyServiceUnavailable

type DeleteRecordingMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteRecordingMediaretentionpolicyServiceUnavailable

func NewDeleteRecordingMediaretentionpolicyServiceUnavailable() *DeleteRecordingMediaretentionpolicyServiceUnavailable

NewDeleteRecordingMediaretentionpolicyServiceUnavailable creates a DeleteRecordingMediaretentionpolicyServiceUnavailable with default headers values

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) Error

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) GetPayload

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy service unavailable response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this delete recording mediaretentionpolicy service unavailable response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy service unavailable response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy service unavailable response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy service unavailable response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyServiceUnavailable) String

type DeleteRecordingMediaretentionpolicyTooManyRequests

type DeleteRecordingMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteRecordingMediaretentionpolicyTooManyRequests

func NewDeleteRecordingMediaretentionpolicyTooManyRequests() *DeleteRecordingMediaretentionpolicyTooManyRequests

NewDeleteRecordingMediaretentionpolicyTooManyRequests creates a DeleteRecordingMediaretentionpolicyTooManyRequests with default headers values

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) Error

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) GetPayload

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy too many requests response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this delete recording mediaretentionpolicy too many requests response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy too many requests response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy too many requests response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy too many requests response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyTooManyRequests) String

type DeleteRecordingMediaretentionpolicyUnauthorized

type DeleteRecordingMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteRecordingMediaretentionpolicyUnauthorized

func NewDeleteRecordingMediaretentionpolicyUnauthorized() *DeleteRecordingMediaretentionpolicyUnauthorized

NewDeleteRecordingMediaretentionpolicyUnauthorized creates a DeleteRecordingMediaretentionpolicyUnauthorized with default headers values

func (*DeleteRecordingMediaretentionpolicyUnauthorized) Error

func (*DeleteRecordingMediaretentionpolicyUnauthorized) GetPayload

func (*DeleteRecordingMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy unauthorized response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this delete recording mediaretentionpolicy unauthorized response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy unauthorized response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy unauthorized response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy unauthorized response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyUnauthorized) String

type DeleteRecordingMediaretentionpolicyUnsupportedMediaType

type DeleteRecordingMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteRecordingMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteRecordingMediaretentionpolicyUnsupportedMediaType

func NewDeleteRecordingMediaretentionpolicyUnsupportedMediaType() *DeleteRecordingMediaretentionpolicyUnsupportedMediaType

NewDeleteRecordingMediaretentionpolicyUnsupportedMediaType creates a DeleteRecordingMediaretentionpolicyUnsupportedMediaType with default headers values

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) Error

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this delete recording mediaretentionpolicy unsupported media type response has a 4xx status code

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this delete recording mediaretentionpolicy unsupported media type response a status code equal to that given

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete recording mediaretentionpolicy unsupported media type response has a 3xx status code

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this delete recording mediaretentionpolicy unsupported media type response has a 5xx status code

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete recording mediaretentionpolicy unsupported media type response has a 2xx status code

func (*DeleteRecordingMediaretentionpolicyUnsupportedMediaType) String

type GetConversationRecordingAccepted

type GetConversationRecordingAccepted struct {
	Payload *models.Recording
}

GetConversationRecordingAccepted describes a response with status code 202, with default header values.

Success - recording is transcoding

func NewGetConversationRecordingAccepted

func NewGetConversationRecordingAccepted() *GetConversationRecordingAccepted

NewGetConversationRecordingAccepted creates a GetConversationRecordingAccepted with default headers values

func (*GetConversationRecordingAccepted) Error

func (*GetConversationRecordingAccepted) GetPayload

func (*GetConversationRecordingAccepted) IsClientError

func (o *GetConversationRecordingAccepted) IsClientError() bool

IsClientError returns true when this get conversation recording accepted response has a 4xx status code

func (*GetConversationRecordingAccepted) IsCode

func (o *GetConversationRecordingAccepted) IsCode(code int) bool

IsCode returns true when this get conversation recording accepted response a status code equal to that given

func (*GetConversationRecordingAccepted) IsRedirect

func (o *GetConversationRecordingAccepted) IsRedirect() bool

IsRedirect returns true when this get conversation recording accepted response has a 3xx status code

func (*GetConversationRecordingAccepted) IsServerError

func (o *GetConversationRecordingAccepted) IsServerError() bool

IsServerError returns true when this get conversation recording accepted response has a 5xx status code

func (*GetConversationRecordingAccepted) IsSuccess

func (o *GetConversationRecordingAccepted) IsSuccess() bool

IsSuccess returns true when this get conversation recording accepted response has a 2xx status code

func (*GetConversationRecordingAccepted) String

type GetConversationRecordingAnnotationBadRequest

type GetConversationRecordingAnnotationBadRequest struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetConversationRecordingAnnotationBadRequest

func NewGetConversationRecordingAnnotationBadRequest() *GetConversationRecordingAnnotationBadRequest

NewGetConversationRecordingAnnotationBadRequest creates a GetConversationRecordingAnnotationBadRequest with default headers values

func (*GetConversationRecordingAnnotationBadRequest) Error

func (*GetConversationRecordingAnnotationBadRequest) GetPayload

func (*GetConversationRecordingAnnotationBadRequest) IsClientError

IsClientError returns true when this get conversation recording annotation bad request response has a 4xx status code

func (*GetConversationRecordingAnnotationBadRequest) IsCode

IsCode returns true when this get conversation recording annotation bad request response a status code equal to that given

func (*GetConversationRecordingAnnotationBadRequest) IsRedirect

IsRedirect returns true when this get conversation recording annotation bad request response has a 3xx status code

func (*GetConversationRecordingAnnotationBadRequest) IsServerError

IsServerError returns true when this get conversation recording annotation bad request response has a 5xx status code

func (*GetConversationRecordingAnnotationBadRequest) IsSuccess

IsSuccess returns true when this get conversation recording annotation bad request response has a 2xx status code

func (*GetConversationRecordingAnnotationBadRequest) String

type GetConversationRecordingAnnotationForbidden

type GetConversationRecordingAnnotationForbidden struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetConversationRecordingAnnotationForbidden

func NewGetConversationRecordingAnnotationForbidden() *GetConversationRecordingAnnotationForbidden

NewGetConversationRecordingAnnotationForbidden creates a GetConversationRecordingAnnotationForbidden with default headers values

func (*GetConversationRecordingAnnotationForbidden) Error

func (*GetConversationRecordingAnnotationForbidden) GetPayload

func (*GetConversationRecordingAnnotationForbidden) IsClientError

IsClientError returns true when this get conversation recording annotation forbidden response has a 4xx status code

func (*GetConversationRecordingAnnotationForbidden) IsCode

IsCode returns true when this get conversation recording annotation forbidden response a status code equal to that given

func (*GetConversationRecordingAnnotationForbidden) IsRedirect

IsRedirect returns true when this get conversation recording annotation forbidden response has a 3xx status code

func (*GetConversationRecordingAnnotationForbidden) IsServerError

IsServerError returns true when this get conversation recording annotation forbidden response has a 5xx status code

func (*GetConversationRecordingAnnotationForbidden) IsSuccess

IsSuccess returns true when this get conversation recording annotation forbidden response has a 2xx status code

func (*GetConversationRecordingAnnotationForbidden) String

type GetConversationRecordingAnnotationGatewayTimeout

type GetConversationRecordingAnnotationGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetConversationRecordingAnnotationGatewayTimeout

func NewGetConversationRecordingAnnotationGatewayTimeout() *GetConversationRecordingAnnotationGatewayTimeout

NewGetConversationRecordingAnnotationGatewayTimeout creates a GetConversationRecordingAnnotationGatewayTimeout with default headers values

func (*GetConversationRecordingAnnotationGatewayTimeout) Error

func (*GetConversationRecordingAnnotationGatewayTimeout) GetPayload

func (*GetConversationRecordingAnnotationGatewayTimeout) IsClientError

IsClientError returns true when this get conversation recording annotation gateway timeout response has a 4xx status code

func (*GetConversationRecordingAnnotationGatewayTimeout) IsCode

IsCode returns true when this get conversation recording annotation gateway timeout response a status code equal to that given

func (*GetConversationRecordingAnnotationGatewayTimeout) IsRedirect

IsRedirect returns true when this get conversation recording annotation gateway timeout response has a 3xx status code

func (*GetConversationRecordingAnnotationGatewayTimeout) IsServerError

IsServerError returns true when this get conversation recording annotation gateway timeout response has a 5xx status code

func (*GetConversationRecordingAnnotationGatewayTimeout) IsSuccess

IsSuccess returns true when this get conversation recording annotation gateway timeout response has a 2xx status code

func (*GetConversationRecordingAnnotationGatewayTimeout) String

type GetConversationRecordingAnnotationInternalServerError

type GetConversationRecordingAnnotationInternalServerError struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetConversationRecordingAnnotationInternalServerError

func NewGetConversationRecordingAnnotationInternalServerError() *GetConversationRecordingAnnotationInternalServerError

NewGetConversationRecordingAnnotationInternalServerError creates a GetConversationRecordingAnnotationInternalServerError with default headers values

func (*GetConversationRecordingAnnotationInternalServerError) Error

func (*GetConversationRecordingAnnotationInternalServerError) GetPayload

func (*GetConversationRecordingAnnotationInternalServerError) IsClientError

IsClientError returns true when this get conversation recording annotation internal server error response has a 4xx status code

func (*GetConversationRecordingAnnotationInternalServerError) IsCode

IsCode returns true when this get conversation recording annotation internal server error response a status code equal to that given

func (*GetConversationRecordingAnnotationInternalServerError) IsRedirect

IsRedirect returns true when this get conversation recording annotation internal server error response has a 3xx status code

func (*GetConversationRecordingAnnotationInternalServerError) IsServerError

IsServerError returns true when this get conversation recording annotation internal server error response has a 5xx status code

func (*GetConversationRecordingAnnotationInternalServerError) IsSuccess

IsSuccess returns true when this get conversation recording annotation internal server error response has a 2xx status code

func (*GetConversationRecordingAnnotationInternalServerError) String

type GetConversationRecordingAnnotationNotFound

type GetConversationRecordingAnnotationNotFound struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetConversationRecordingAnnotationNotFound

func NewGetConversationRecordingAnnotationNotFound() *GetConversationRecordingAnnotationNotFound

NewGetConversationRecordingAnnotationNotFound creates a GetConversationRecordingAnnotationNotFound with default headers values

func (*GetConversationRecordingAnnotationNotFound) Error

func (*GetConversationRecordingAnnotationNotFound) GetPayload

func (*GetConversationRecordingAnnotationNotFound) IsClientError

IsClientError returns true when this get conversation recording annotation not found response has a 4xx status code

func (*GetConversationRecordingAnnotationNotFound) IsCode

IsCode returns true when this get conversation recording annotation not found response a status code equal to that given

func (*GetConversationRecordingAnnotationNotFound) IsRedirect

IsRedirect returns true when this get conversation recording annotation not found response has a 3xx status code

func (*GetConversationRecordingAnnotationNotFound) IsServerError

IsServerError returns true when this get conversation recording annotation not found response has a 5xx status code

func (*GetConversationRecordingAnnotationNotFound) IsSuccess

IsSuccess returns true when this get conversation recording annotation not found response has a 2xx status code

func (*GetConversationRecordingAnnotationNotFound) String

type GetConversationRecordingAnnotationOK

type GetConversationRecordingAnnotationOK struct {
	Payload *models.Annotation
}

GetConversationRecordingAnnotationOK describes a response with status code 200, with default header values.

successful operation

func NewGetConversationRecordingAnnotationOK

func NewGetConversationRecordingAnnotationOK() *GetConversationRecordingAnnotationOK

NewGetConversationRecordingAnnotationOK creates a GetConversationRecordingAnnotationOK with default headers values

func (*GetConversationRecordingAnnotationOK) Error

func (*GetConversationRecordingAnnotationOK) GetPayload

func (*GetConversationRecordingAnnotationOK) IsClientError

func (o *GetConversationRecordingAnnotationOK) IsClientError() bool

IsClientError returns true when this get conversation recording annotation o k response has a 4xx status code

func (*GetConversationRecordingAnnotationOK) IsCode

IsCode returns true when this get conversation recording annotation o k response a status code equal to that given

func (*GetConversationRecordingAnnotationOK) IsRedirect

IsRedirect returns true when this get conversation recording annotation o k response has a 3xx status code

func (*GetConversationRecordingAnnotationOK) IsServerError

func (o *GetConversationRecordingAnnotationOK) IsServerError() bool

IsServerError returns true when this get conversation recording annotation o k response has a 5xx status code

func (*GetConversationRecordingAnnotationOK) IsSuccess

IsSuccess returns true when this get conversation recording annotation o k response has a 2xx status code

func (*GetConversationRecordingAnnotationOK) String

type GetConversationRecordingAnnotationParams

type GetConversationRecordingAnnotationParams struct {

	/* AnnotationID.

	   Annotation ID
	*/
	AnnotationID string

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetConversationRecordingAnnotationParams contains all the parameters to send to the API endpoint

for the get conversation recording annotation operation.

Typically these are written to a http.Request.

func NewGetConversationRecordingAnnotationParams

func NewGetConversationRecordingAnnotationParams() *GetConversationRecordingAnnotationParams

NewGetConversationRecordingAnnotationParams creates a new GetConversationRecordingAnnotationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConversationRecordingAnnotationParamsWithContext

func NewGetConversationRecordingAnnotationParamsWithContext(ctx context.Context) *GetConversationRecordingAnnotationParams

NewGetConversationRecordingAnnotationParamsWithContext creates a new GetConversationRecordingAnnotationParams object with the ability to set a context for a request.

func NewGetConversationRecordingAnnotationParamsWithHTTPClient

func NewGetConversationRecordingAnnotationParamsWithHTTPClient(client *http.Client) *GetConversationRecordingAnnotationParams

NewGetConversationRecordingAnnotationParamsWithHTTPClient creates a new GetConversationRecordingAnnotationParams object with the ability to set a custom HTTPClient for a request.

func NewGetConversationRecordingAnnotationParamsWithTimeout

func NewGetConversationRecordingAnnotationParamsWithTimeout(timeout time.Duration) *GetConversationRecordingAnnotationParams

NewGetConversationRecordingAnnotationParamsWithTimeout creates a new GetConversationRecordingAnnotationParams object with the ability to set a timeout on a request.

func (*GetConversationRecordingAnnotationParams) SetAnnotationID

func (o *GetConversationRecordingAnnotationParams) SetAnnotationID(annotationID string)

SetAnnotationID adds the annotationId to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) SetContext

SetContext adds the context to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) SetConversationID

func (o *GetConversationRecordingAnnotationParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) SetDefaults

SetDefaults hydrates default values in the get conversation recording annotation params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingAnnotationParams) SetHTTPClient

func (o *GetConversationRecordingAnnotationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) SetRecordingID

func (o *GetConversationRecordingAnnotationParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) SetTimeout

SetTimeout adds the timeout to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WithAnnotationID

WithAnnotationID adds the annotationID to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WithContext

WithContext adds the context to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WithConversationID

WithConversationID adds the conversationID to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WithDefaults

WithDefaults hydrates default values in the get conversation recording annotation params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingAnnotationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WithRecordingID

WithRecordingID adds the recordingID to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WithTimeout

WithTimeout adds the timeout to the get conversation recording annotation params

func (*GetConversationRecordingAnnotationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConversationRecordingAnnotationReader

type GetConversationRecordingAnnotationReader struct {
	// contains filtered or unexported fields
}

GetConversationRecordingAnnotationReader is a Reader for the GetConversationRecordingAnnotation structure.

func (*GetConversationRecordingAnnotationReader) ReadResponse

func (o *GetConversationRecordingAnnotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConversationRecordingAnnotationRequestEntityTooLarge

type GetConversationRecordingAnnotationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetConversationRecordingAnnotationRequestEntityTooLarge

func NewGetConversationRecordingAnnotationRequestEntityTooLarge() *GetConversationRecordingAnnotationRequestEntityTooLarge

NewGetConversationRecordingAnnotationRequestEntityTooLarge creates a GetConversationRecordingAnnotationRequestEntityTooLarge with default headers values

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) Error

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) GetPayload

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) IsClientError

IsClientError returns true when this get conversation recording annotation request entity too large response has a 4xx status code

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) IsCode

IsCode returns true when this get conversation recording annotation request entity too large response a status code equal to that given

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get conversation recording annotation request entity too large response has a 3xx status code

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) IsServerError

IsServerError returns true when this get conversation recording annotation request entity too large response has a 5xx status code

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get conversation recording annotation request entity too large response has a 2xx status code

func (*GetConversationRecordingAnnotationRequestEntityTooLarge) String

type GetConversationRecordingAnnotationRequestTimeout

type GetConversationRecordingAnnotationRequestTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetConversationRecordingAnnotationRequestTimeout

func NewGetConversationRecordingAnnotationRequestTimeout() *GetConversationRecordingAnnotationRequestTimeout

NewGetConversationRecordingAnnotationRequestTimeout creates a GetConversationRecordingAnnotationRequestTimeout with default headers values

func (*GetConversationRecordingAnnotationRequestTimeout) Error

func (*GetConversationRecordingAnnotationRequestTimeout) GetPayload

func (*GetConversationRecordingAnnotationRequestTimeout) IsClientError

IsClientError returns true when this get conversation recording annotation request timeout response has a 4xx status code

func (*GetConversationRecordingAnnotationRequestTimeout) IsCode

IsCode returns true when this get conversation recording annotation request timeout response a status code equal to that given

func (*GetConversationRecordingAnnotationRequestTimeout) IsRedirect

IsRedirect returns true when this get conversation recording annotation request timeout response has a 3xx status code

func (*GetConversationRecordingAnnotationRequestTimeout) IsServerError

IsServerError returns true when this get conversation recording annotation request timeout response has a 5xx status code

func (*GetConversationRecordingAnnotationRequestTimeout) IsSuccess

IsSuccess returns true when this get conversation recording annotation request timeout response has a 2xx status code

func (*GetConversationRecordingAnnotationRequestTimeout) String

type GetConversationRecordingAnnotationServiceUnavailable

type GetConversationRecordingAnnotationServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetConversationRecordingAnnotationServiceUnavailable

func NewGetConversationRecordingAnnotationServiceUnavailable() *GetConversationRecordingAnnotationServiceUnavailable

NewGetConversationRecordingAnnotationServiceUnavailable creates a GetConversationRecordingAnnotationServiceUnavailable with default headers values

func (*GetConversationRecordingAnnotationServiceUnavailable) Error

func (*GetConversationRecordingAnnotationServiceUnavailable) GetPayload

func (*GetConversationRecordingAnnotationServiceUnavailable) IsClientError

IsClientError returns true when this get conversation recording annotation service unavailable response has a 4xx status code

func (*GetConversationRecordingAnnotationServiceUnavailable) IsCode

IsCode returns true when this get conversation recording annotation service unavailable response a status code equal to that given

func (*GetConversationRecordingAnnotationServiceUnavailable) IsRedirect

IsRedirect returns true when this get conversation recording annotation service unavailable response has a 3xx status code

func (*GetConversationRecordingAnnotationServiceUnavailable) IsServerError

IsServerError returns true when this get conversation recording annotation service unavailable response has a 5xx status code

func (*GetConversationRecordingAnnotationServiceUnavailable) IsSuccess

IsSuccess returns true when this get conversation recording annotation service unavailable response has a 2xx status code

func (*GetConversationRecordingAnnotationServiceUnavailable) String

type GetConversationRecordingAnnotationTooManyRequests

type GetConversationRecordingAnnotationTooManyRequests struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetConversationRecordingAnnotationTooManyRequests

func NewGetConversationRecordingAnnotationTooManyRequests() *GetConversationRecordingAnnotationTooManyRequests

NewGetConversationRecordingAnnotationTooManyRequests creates a GetConversationRecordingAnnotationTooManyRequests with default headers values

func (*GetConversationRecordingAnnotationTooManyRequests) Error

func (*GetConversationRecordingAnnotationTooManyRequests) GetPayload

func (*GetConversationRecordingAnnotationTooManyRequests) IsClientError

IsClientError returns true when this get conversation recording annotation too many requests response has a 4xx status code

func (*GetConversationRecordingAnnotationTooManyRequests) IsCode

IsCode returns true when this get conversation recording annotation too many requests response a status code equal to that given

func (*GetConversationRecordingAnnotationTooManyRequests) IsRedirect

IsRedirect returns true when this get conversation recording annotation too many requests response has a 3xx status code

func (*GetConversationRecordingAnnotationTooManyRequests) IsServerError

IsServerError returns true when this get conversation recording annotation too many requests response has a 5xx status code

func (*GetConversationRecordingAnnotationTooManyRequests) IsSuccess

IsSuccess returns true when this get conversation recording annotation too many requests response has a 2xx status code

func (*GetConversationRecordingAnnotationTooManyRequests) String

type GetConversationRecordingAnnotationUnauthorized

type GetConversationRecordingAnnotationUnauthorized struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetConversationRecordingAnnotationUnauthorized

func NewGetConversationRecordingAnnotationUnauthorized() *GetConversationRecordingAnnotationUnauthorized

NewGetConversationRecordingAnnotationUnauthorized creates a GetConversationRecordingAnnotationUnauthorized with default headers values

func (*GetConversationRecordingAnnotationUnauthorized) Error

func (*GetConversationRecordingAnnotationUnauthorized) GetPayload

func (*GetConversationRecordingAnnotationUnauthorized) IsClientError

IsClientError returns true when this get conversation recording annotation unauthorized response has a 4xx status code

func (*GetConversationRecordingAnnotationUnauthorized) IsCode

IsCode returns true when this get conversation recording annotation unauthorized response a status code equal to that given

func (*GetConversationRecordingAnnotationUnauthorized) IsRedirect

IsRedirect returns true when this get conversation recording annotation unauthorized response has a 3xx status code

func (*GetConversationRecordingAnnotationUnauthorized) IsServerError

IsServerError returns true when this get conversation recording annotation unauthorized response has a 5xx status code

func (*GetConversationRecordingAnnotationUnauthorized) IsSuccess

IsSuccess returns true when this get conversation recording annotation unauthorized response has a 2xx status code

func (*GetConversationRecordingAnnotationUnauthorized) String

type GetConversationRecordingAnnotationUnsupportedMediaType

type GetConversationRecordingAnnotationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetConversationRecordingAnnotationUnsupportedMediaType

func NewGetConversationRecordingAnnotationUnsupportedMediaType() *GetConversationRecordingAnnotationUnsupportedMediaType

NewGetConversationRecordingAnnotationUnsupportedMediaType creates a GetConversationRecordingAnnotationUnsupportedMediaType with default headers values

func (*GetConversationRecordingAnnotationUnsupportedMediaType) Error

func (*GetConversationRecordingAnnotationUnsupportedMediaType) GetPayload

func (*GetConversationRecordingAnnotationUnsupportedMediaType) IsClientError

IsClientError returns true when this get conversation recording annotation unsupported media type response has a 4xx status code

func (*GetConversationRecordingAnnotationUnsupportedMediaType) IsCode

IsCode returns true when this get conversation recording annotation unsupported media type response a status code equal to that given

func (*GetConversationRecordingAnnotationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get conversation recording annotation unsupported media type response has a 3xx status code

func (*GetConversationRecordingAnnotationUnsupportedMediaType) IsServerError

IsServerError returns true when this get conversation recording annotation unsupported media type response has a 5xx status code

func (*GetConversationRecordingAnnotationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get conversation recording annotation unsupported media type response has a 2xx status code

func (*GetConversationRecordingAnnotationUnsupportedMediaType) String

type GetConversationRecordingAnnotationsBadRequest

type GetConversationRecordingAnnotationsBadRequest struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetConversationRecordingAnnotationsBadRequest

func NewGetConversationRecordingAnnotationsBadRequest() *GetConversationRecordingAnnotationsBadRequest

NewGetConversationRecordingAnnotationsBadRequest creates a GetConversationRecordingAnnotationsBadRequest with default headers values

func (*GetConversationRecordingAnnotationsBadRequest) Error

func (*GetConversationRecordingAnnotationsBadRequest) GetPayload

func (*GetConversationRecordingAnnotationsBadRequest) IsClientError

IsClientError returns true when this get conversation recording annotations bad request response has a 4xx status code

func (*GetConversationRecordingAnnotationsBadRequest) IsCode

IsCode returns true when this get conversation recording annotations bad request response a status code equal to that given

func (*GetConversationRecordingAnnotationsBadRequest) IsRedirect

IsRedirect returns true when this get conversation recording annotations bad request response has a 3xx status code

func (*GetConversationRecordingAnnotationsBadRequest) IsServerError

IsServerError returns true when this get conversation recording annotations bad request response has a 5xx status code

func (*GetConversationRecordingAnnotationsBadRequest) IsSuccess

IsSuccess returns true when this get conversation recording annotations bad request response has a 2xx status code

func (*GetConversationRecordingAnnotationsBadRequest) String

type GetConversationRecordingAnnotationsForbidden

type GetConversationRecordingAnnotationsForbidden struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetConversationRecordingAnnotationsForbidden

func NewGetConversationRecordingAnnotationsForbidden() *GetConversationRecordingAnnotationsForbidden

NewGetConversationRecordingAnnotationsForbidden creates a GetConversationRecordingAnnotationsForbidden with default headers values

func (*GetConversationRecordingAnnotationsForbidden) Error

func (*GetConversationRecordingAnnotationsForbidden) GetPayload

func (*GetConversationRecordingAnnotationsForbidden) IsClientError

IsClientError returns true when this get conversation recording annotations forbidden response has a 4xx status code

func (*GetConversationRecordingAnnotationsForbidden) IsCode

IsCode returns true when this get conversation recording annotations forbidden response a status code equal to that given

func (*GetConversationRecordingAnnotationsForbidden) IsRedirect

IsRedirect returns true when this get conversation recording annotations forbidden response has a 3xx status code

func (*GetConversationRecordingAnnotationsForbidden) IsServerError

IsServerError returns true when this get conversation recording annotations forbidden response has a 5xx status code

func (*GetConversationRecordingAnnotationsForbidden) IsSuccess

IsSuccess returns true when this get conversation recording annotations forbidden response has a 2xx status code

func (*GetConversationRecordingAnnotationsForbidden) String

type GetConversationRecordingAnnotationsGatewayTimeout

type GetConversationRecordingAnnotationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetConversationRecordingAnnotationsGatewayTimeout

func NewGetConversationRecordingAnnotationsGatewayTimeout() *GetConversationRecordingAnnotationsGatewayTimeout

NewGetConversationRecordingAnnotationsGatewayTimeout creates a GetConversationRecordingAnnotationsGatewayTimeout with default headers values

func (*GetConversationRecordingAnnotationsGatewayTimeout) Error

func (*GetConversationRecordingAnnotationsGatewayTimeout) GetPayload

func (*GetConversationRecordingAnnotationsGatewayTimeout) IsClientError

IsClientError returns true when this get conversation recording annotations gateway timeout response has a 4xx status code

func (*GetConversationRecordingAnnotationsGatewayTimeout) IsCode

IsCode returns true when this get conversation recording annotations gateway timeout response a status code equal to that given

func (*GetConversationRecordingAnnotationsGatewayTimeout) IsRedirect

IsRedirect returns true when this get conversation recording annotations gateway timeout response has a 3xx status code

func (*GetConversationRecordingAnnotationsGatewayTimeout) IsServerError

IsServerError returns true when this get conversation recording annotations gateway timeout response has a 5xx status code

func (*GetConversationRecordingAnnotationsGatewayTimeout) IsSuccess

IsSuccess returns true when this get conversation recording annotations gateway timeout response has a 2xx status code

func (*GetConversationRecordingAnnotationsGatewayTimeout) String

type GetConversationRecordingAnnotationsInternalServerError

type GetConversationRecordingAnnotationsInternalServerError struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetConversationRecordingAnnotationsInternalServerError

func NewGetConversationRecordingAnnotationsInternalServerError() *GetConversationRecordingAnnotationsInternalServerError

NewGetConversationRecordingAnnotationsInternalServerError creates a GetConversationRecordingAnnotationsInternalServerError with default headers values

func (*GetConversationRecordingAnnotationsInternalServerError) Error

func (*GetConversationRecordingAnnotationsInternalServerError) GetPayload

func (*GetConversationRecordingAnnotationsInternalServerError) IsClientError

IsClientError returns true when this get conversation recording annotations internal server error response has a 4xx status code

func (*GetConversationRecordingAnnotationsInternalServerError) IsCode

IsCode returns true when this get conversation recording annotations internal server error response a status code equal to that given

func (*GetConversationRecordingAnnotationsInternalServerError) IsRedirect

IsRedirect returns true when this get conversation recording annotations internal server error response has a 3xx status code

func (*GetConversationRecordingAnnotationsInternalServerError) IsServerError

IsServerError returns true when this get conversation recording annotations internal server error response has a 5xx status code

func (*GetConversationRecordingAnnotationsInternalServerError) IsSuccess

IsSuccess returns true when this get conversation recording annotations internal server error response has a 2xx status code

func (*GetConversationRecordingAnnotationsInternalServerError) String

type GetConversationRecordingAnnotationsNotFound

type GetConversationRecordingAnnotationsNotFound struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetConversationRecordingAnnotationsNotFound

func NewGetConversationRecordingAnnotationsNotFound() *GetConversationRecordingAnnotationsNotFound

NewGetConversationRecordingAnnotationsNotFound creates a GetConversationRecordingAnnotationsNotFound with default headers values

func (*GetConversationRecordingAnnotationsNotFound) Error

func (*GetConversationRecordingAnnotationsNotFound) GetPayload

func (*GetConversationRecordingAnnotationsNotFound) IsClientError

IsClientError returns true when this get conversation recording annotations not found response has a 4xx status code

func (*GetConversationRecordingAnnotationsNotFound) IsCode

IsCode returns true when this get conversation recording annotations not found response a status code equal to that given

func (*GetConversationRecordingAnnotationsNotFound) IsRedirect

IsRedirect returns true when this get conversation recording annotations not found response has a 3xx status code

func (*GetConversationRecordingAnnotationsNotFound) IsServerError

IsServerError returns true when this get conversation recording annotations not found response has a 5xx status code

func (*GetConversationRecordingAnnotationsNotFound) IsSuccess

IsSuccess returns true when this get conversation recording annotations not found response has a 2xx status code

func (*GetConversationRecordingAnnotationsNotFound) String

type GetConversationRecordingAnnotationsOK

type GetConversationRecordingAnnotationsOK struct {
	Payload []*models.Annotation
}

GetConversationRecordingAnnotationsOK describes a response with status code 200, with default header values.

successful operation

func NewGetConversationRecordingAnnotationsOK

func NewGetConversationRecordingAnnotationsOK() *GetConversationRecordingAnnotationsOK

NewGetConversationRecordingAnnotationsOK creates a GetConversationRecordingAnnotationsOK with default headers values

func (*GetConversationRecordingAnnotationsOK) Error

func (*GetConversationRecordingAnnotationsOK) GetPayload

func (*GetConversationRecordingAnnotationsOK) IsClientError

func (o *GetConversationRecordingAnnotationsOK) IsClientError() bool

IsClientError returns true when this get conversation recording annotations o k response has a 4xx status code

func (*GetConversationRecordingAnnotationsOK) IsCode

IsCode returns true when this get conversation recording annotations o k response a status code equal to that given

func (*GetConversationRecordingAnnotationsOK) IsRedirect

IsRedirect returns true when this get conversation recording annotations o k response has a 3xx status code

func (*GetConversationRecordingAnnotationsOK) IsServerError

func (o *GetConversationRecordingAnnotationsOK) IsServerError() bool

IsServerError returns true when this get conversation recording annotations o k response has a 5xx status code

func (*GetConversationRecordingAnnotationsOK) IsSuccess

IsSuccess returns true when this get conversation recording annotations o k response has a 2xx status code

func (*GetConversationRecordingAnnotationsOK) String

type GetConversationRecordingAnnotationsParams

type GetConversationRecordingAnnotationsParams struct {

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetConversationRecordingAnnotationsParams contains all the parameters to send to the API endpoint

for the get conversation recording annotations operation.

Typically these are written to a http.Request.

func NewGetConversationRecordingAnnotationsParams

func NewGetConversationRecordingAnnotationsParams() *GetConversationRecordingAnnotationsParams

NewGetConversationRecordingAnnotationsParams creates a new GetConversationRecordingAnnotationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConversationRecordingAnnotationsParamsWithContext

func NewGetConversationRecordingAnnotationsParamsWithContext(ctx context.Context) *GetConversationRecordingAnnotationsParams

NewGetConversationRecordingAnnotationsParamsWithContext creates a new GetConversationRecordingAnnotationsParams object with the ability to set a context for a request.

func NewGetConversationRecordingAnnotationsParamsWithHTTPClient

func NewGetConversationRecordingAnnotationsParamsWithHTTPClient(client *http.Client) *GetConversationRecordingAnnotationsParams

NewGetConversationRecordingAnnotationsParamsWithHTTPClient creates a new GetConversationRecordingAnnotationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetConversationRecordingAnnotationsParamsWithTimeout

func NewGetConversationRecordingAnnotationsParamsWithTimeout(timeout time.Duration) *GetConversationRecordingAnnotationsParams

NewGetConversationRecordingAnnotationsParamsWithTimeout creates a new GetConversationRecordingAnnotationsParams object with the ability to set a timeout on a request.

func (*GetConversationRecordingAnnotationsParams) SetContext

SetContext adds the context to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) SetConversationID

func (o *GetConversationRecordingAnnotationsParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) SetDefaults

SetDefaults hydrates default values in the get conversation recording annotations params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingAnnotationsParams) SetHTTPClient

func (o *GetConversationRecordingAnnotationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) SetRecordingID

func (o *GetConversationRecordingAnnotationsParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) SetTimeout

SetTimeout adds the timeout to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) WithContext

WithContext adds the context to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) WithConversationID

WithConversationID adds the conversationID to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) WithDefaults

WithDefaults hydrates default values in the get conversation recording annotations params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingAnnotationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) WithRecordingID

WithRecordingID adds the recordingID to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) WithTimeout

WithTimeout adds the timeout to the get conversation recording annotations params

func (*GetConversationRecordingAnnotationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConversationRecordingAnnotationsReader

type GetConversationRecordingAnnotationsReader struct {
	// contains filtered or unexported fields
}

GetConversationRecordingAnnotationsReader is a Reader for the GetConversationRecordingAnnotations structure.

func (*GetConversationRecordingAnnotationsReader) ReadResponse

func (o *GetConversationRecordingAnnotationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConversationRecordingAnnotationsRequestEntityTooLarge

type GetConversationRecordingAnnotationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetConversationRecordingAnnotationsRequestEntityTooLarge

func NewGetConversationRecordingAnnotationsRequestEntityTooLarge() *GetConversationRecordingAnnotationsRequestEntityTooLarge

NewGetConversationRecordingAnnotationsRequestEntityTooLarge creates a GetConversationRecordingAnnotationsRequestEntityTooLarge with default headers values

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) Error

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) GetPayload

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get conversation recording annotations request entity too large response has a 4xx status code

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) IsCode

IsCode returns true when this get conversation recording annotations request entity too large response a status code equal to that given

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get conversation recording annotations request entity too large response has a 3xx status code

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get conversation recording annotations request entity too large response has a 5xx status code

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get conversation recording annotations request entity too large response has a 2xx status code

func (*GetConversationRecordingAnnotationsRequestEntityTooLarge) String

type GetConversationRecordingAnnotationsRequestTimeout

type GetConversationRecordingAnnotationsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetConversationRecordingAnnotationsRequestTimeout

func NewGetConversationRecordingAnnotationsRequestTimeout() *GetConversationRecordingAnnotationsRequestTimeout

NewGetConversationRecordingAnnotationsRequestTimeout creates a GetConversationRecordingAnnotationsRequestTimeout with default headers values

func (*GetConversationRecordingAnnotationsRequestTimeout) Error

func (*GetConversationRecordingAnnotationsRequestTimeout) GetPayload

func (*GetConversationRecordingAnnotationsRequestTimeout) IsClientError

IsClientError returns true when this get conversation recording annotations request timeout response has a 4xx status code

func (*GetConversationRecordingAnnotationsRequestTimeout) IsCode

IsCode returns true when this get conversation recording annotations request timeout response a status code equal to that given

func (*GetConversationRecordingAnnotationsRequestTimeout) IsRedirect

IsRedirect returns true when this get conversation recording annotations request timeout response has a 3xx status code

func (*GetConversationRecordingAnnotationsRequestTimeout) IsServerError

IsServerError returns true when this get conversation recording annotations request timeout response has a 5xx status code

func (*GetConversationRecordingAnnotationsRequestTimeout) IsSuccess

IsSuccess returns true when this get conversation recording annotations request timeout response has a 2xx status code

func (*GetConversationRecordingAnnotationsRequestTimeout) String

type GetConversationRecordingAnnotationsServiceUnavailable

type GetConversationRecordingAnnotationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetConversationRecordingAnnotationsServiceUnavailable

func NewGetConversationRecordingAnnotationsServiceUnavailable() *GetConversationRecordingAnnotationsServiceUnavailable

NewGetConversationRecordingAnnotationsServiceUnavailable creates a GetConversationRecordingAnnotationsServiceUnavailable with default headers values

func (*GetConversationRecordingAnnotationsServiceUnavailable) Error

func (*GetConversationRecordingAnnotationsServiceUnavailable) GetPayload

func (*GetConversationRecordingAnnotationsServiceUnavailable) IsClientError

IsClientError returns true when this get conversation recording annotations service unavailable response has a 4xx status code

func (*GetConversationRecordingAnnotationsServiceUnavailable) IsCode

IsCode returns true when this get conversation recording annotations service unavailable response a status code equal to that given

func (*GetConversationRecordingAnnotationsServiceUnavailable) IsRedirect

IsRedirect returns true when this get conversation recording annotations service unavailable response has a 3xx status code

func (*GetConversationRecordingAnnotationsServiceUnavailable) IsServerError

IsServerError returns true when this get conversation recording annotations service unavailable response has a 5xx status code

func (*GetConversationRecordingAnnotationsServiceUnavailable) IsSuccess

IsSuccess returns true when this get conversation recording annotations service unavailable response has a 2xx status code

func (*GetConversationRecordingAnnotationsServiceUnavailable) String

type GetConversationRecordingAnnotationsTooManyRequests

type GetConversationRecordingAnnotationsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetConversationRecordingAnnotationsTooManyRequests

func NewGetConversationRecordingAnnotationsTooManyRequests() *GetConversationRecordingAnnotationsTooManyRequests

NewGetConversationRecordingAnnotationsTooManyRequests creates a GetConversationRecordingAnnotationsTooManyRequests with default headers values

func (*GetConversationRecordingAnnotationsTooManyRequests) Error

func (*GetConversationRecordingAnnotationsTooManyRequests) GetPayload

func (*GetConversationRecordingAnnotationsTooManyRequests) IsClientError

IsClientError returns true when this get conversation recording annotations too many requests response has a 4xx status code

func (*GetConversationRecordingAnnotationsTooManyRequests) IsCode

IsCode returns true when this get conversation recording annotations too many requests response a status code equal to that given

func (*GetConversationRecordingAnnotationsTooManyRequests) IsRedirect

IsRedirect returns true when this get conversation recording annotations too many requests response has a 3xx status code

func (*GetConversationRecordingAnnotationsTooManyRequests) IsServerError

IsServerError returns true when this get conversation recording annotations too many requests response has a 5xx status code

func (*GetConversationRecordingAnnotationsTooManyRequests) IsSuccess

IsSuccess returns true when this get conversation recording annotations too many requests response has a 2xx status code

func (*GetConversationRecordingAnnotationsTooManyRequests) String

type GetConversationRecordingAnnotationsUnauthorized

type GetConversationRecordingAnnotationsUnauthorized struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetConversationRecordingAnnotationsUnauthorized

func NewGetConversationRecordingAnnotationsUnauthorized() *GetConversationRecordingAnnotationsUnauthorized

NewGetConversationRecordingAnnotationsUnauthorized creates a GetConversationRecordingAnnotationsUnauthorized with default headers values

func (*GetConversationRecordingAnnotationsUnauthorized) Error

func (*GetConversationRecordingAnnotationsUnauthorized) GetPayload

func (*GetConversationRecordingAnnotationsUnauthorized) IsClientError

IsClientError returns true when this get conversation recording annotations unauthorized response has a 4xx status code

func (*GetConversationRecordingAnnotationsUnauthorized) IsCode

IsCode returns true when this get conversation recording annotations unauthorized response a status code equal to that given

func (*GetConversationRecordingAnnotationsUnauthorized) IsRedirect

IsRedirect returns true when this get conversation recording annotations unauthorized response has a 3xx status code

func (*GetConversationRecordingAnnotationsUnauthorized) IsServerError

IsServerError returns true when this get conversation recording annotations unauthorized response has a 5xx status code

func (*GetConversationRecordingAnnotationsUnauthorized) IsSuccess

IsSuccess returns true when this get conversation recording annotations unauthorized response has a 2xx status code

func (*GetConversationRecordingAnnotationsUnauthorized) String

type GetConversationRecordingAnnotationsUnsupportedMediaType

type GetConversationRecordingAnnotationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetConversationRecordingAnnotationsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetConversationRecordingAnnotationsUnsupportedMediaType

func NewGetConversationRecordingAnnotationsUnsupportedMediaType() *GetConversationRecordingAnnotationsUnsupportedMediaType

NewGetConversationRecordingAnnotationsUnsupportedMediaType creates a GetConversationRecordingAnnotationsUnsupportedMediaType with default headers values

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) Error

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) GetPayload

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) IsClientError

IsClientError returns true when this get conversation recording annotations unsupported media type response has a 4xx status code

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) IsCode

IsCode returns true when this get conversation recording annotations unsupported media type response a status code equal to that given

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get conversation recording annotations unsupported media type response has a 3xx status code

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) IsServerError

IsServerError returns true when this get conversation recording annotations unsupported media type response has a 5xx status code

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get conversation recording annotations unsupported media type response has a 2xx status code

func (*GetConversationRecordingAnnotationsUnsupportedMediaType) String

type GetConversationRecordingBadRequest

type GetConversationRecordingBadRequest struct {
	Payload *models.ErrorBody
}

GetConversationRecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetConversationRecordingBadRequest

func NewGetConversationRecordingBadRequest() *GetConversationRecordingBadRequest

NewGetConversationRecordingBadRequest creates a GetConversationRecordingBadRequest with default headers values

func (*GetConversationRecordingBadRequest) Error

func (*GetConversationRecordingBadRequest) GetPayload

func (*GetConversationRecordingBadRequest) IsClientError

func (o *GetConversationRecordingBadRequest) IsClientError() bool

IsClientError returns true when this get conversation recording bad request response has a 4xx status code

func (*GetConversationRecordingBadRequest) IsCode

IsCode returns true when this get conversation recording bad request response a status code equal to that given

func (*GetConversationRecordingBadRequest) IsRedirect

func (o *GetConversationRecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this get conversation recording bad request response has a 3xx status code

func (*GetConversationRecordingBadRequest) IsServerError

func (o *GetConversationRecordingBadRequest) IsServerError() bool

IsServerError returns true when this get conversation recording bad request response has a 5xx status code

func (*GetConversationRecordingBadRequest) IsSuccess

IsSuccess returns true when this get conversation recording bad request response has a 2xx status code

func (*GetConversationRecordingBadRequest) String

type GetConversationRecordingForbidden

type GetConversationRecordingForbidden struct {
	Payload *models.ErrorBody
}

GetConversationRecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetConversationRecordingForbidden

func NewGetConversationRecordingForbidden() *GetConversationRecordingForbidden

NewGetConversationRecordingForbidden creates a GetConversationRecordingForbidden with default headers values

func (*GetConversationRecordingForbidden) Error

func (*GetConversationRecordingForbidden) GetPayload

func (*GetConversationRecordingForbidden) IsClientError

func (o *GetConversationRecordingForbidden) IsClientError() bool

IsClientError returns true when this get conversation recording forbidden response has a 4xx status code

func (*GetConversationRecordingForbidden) IsCode

func (o *GetConversationRecordingForbidden) IsCode(code int) bool

IsCode returns true when this get conversation recording forbidden response a status code equal to that given

func (*GetConversationRecordingForbidden) IsRedirect

func (o *GetConversationRecordingForbidden) IsRedirect() bool

IsRedirect returns true when this get conversation recording forbidden response has a 3xx status code

func (*GetConversationRecordingForbidden) IsServerError

func (o *GetConversationRecordingForbidden) IsServerError() bool

IsServerError returns true when this get conversation recording forbidden response has a 5xx status code

func (*GetConversationRecordingForbidden) IsSuccess

func (o *GetConversationRecordingForbidden) IsSuccess() bool

IsSuccess returns true when this get conversation recording forbidden response has a 2xx status code

func (*GetConversationRecordingForbidden) String

type GetConversationRecordingGatewayTimeout

type GetConversationRecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetConversationRecordingGatewayTimeout

func NewGetConversationRecordingGatewayTimeout() *GetConversationRecordingGatewayTimeout

NewGetConversationRecordingGatewayTimeout creates a GetConversationRecordingGatewayTimeout with default headers values

func (*GetConversationRecordingGatewayTimeout) Error

func (*GetConversationRecordingGatewayTimeout) GetPayload

func (*GetConversationRecordingGatewayTimeout) IsClientError

func (o *GetConversationRecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this get conversation recording gateway timeout response has a 4xx status code

func (*GetConversationRecordingGatewayTimeout) IsCode

IsCode returns true when this get conversation recording gateway timeout response a status code equal to that given

func (*GetConversationRecordingGatewayTimeout) IsRedirect

IsRedirect returns true when this get conversation recording gateway timeout response has a 3xx status code

func (*GetConversationRecordingGatewayTimeout) IsServerError

func (o *GetConversationRecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this get conversation recording gateway timeout response has a 5xx status code

func (*GetConversationRecordingGatewayTimeout) IsSuccess

IsSuccess returns true when this get conversation recording gateway timeout response has a 2xx status code

func (*GetConversationRecordingGatewayTimeout) String

type GetConversationRecordingInternalServerError

type GetConversationRecordingInternalServerError struct {
	Payload *models.ErrorBody
}

GetConversationRecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetConversationRecordingInternalServerError

func NewGetConversationRecordingInternalServerError() *GetConversationRecordingInternalServerError

NewGetConversationRecordingInternalServerError creates a GetConversationRecordingInternalServerError with default headers values

func (*GetConversationRecordingInternalServerError) Error

func (*GetConversationRecordingInternalServerError) GetPayload

func (*GetConversationRecordingInternalServerError) IsClientError

IsClientError returns true when this get conversation recording internal server error response has a 4xx status code

func (*GetConversationRecordingInternalServerError) IsCode

IsCode returns true when this get conversation recording internal server error response a status code equal to that given

func (*GetConversationRecordingInternalServerError) IsRedirect

IsRedirect returns true when this get conversation recording internal server error response has a 3xx status code

func (*GetConversationRecordingInternalServerError) IsServerError

IsServerError returns true when this get conversation recording internal server error response has a 5xx status code

func (*GetConversationRecordingInternalServerError) IsSuccess

IsSuccess returns true when this get conversation recording internal server error response has a 2xx status code

func (*GetConversationRecordingInternalServerError) String

type GetConversationRecordingNotFound

type GetConversationRecordingNotFound struct {
	Payload *models.ErrorBody
}

GetConversationRecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetConversationRecordingNotFound

func NewGetConversationRecordingNotFound() *GetConversationRecordingNotFound

NewGetConversationRecordingNotFound creates a GetConversationRecordingNotFound with default headers values

func (*GetConversationRecordingNotFound) Error

func (*GetConversationRecordingNotFound) GetPayload

func (*GetConversationRecordingNotFound) IsClientError

func (o *GetConversationRecordingNotFound) IsClientError() bool

IsClientError returns true when this get conversation recording not found response has a 4xx status code

func (*GetConversationRecordingNotFound) IsCode

func (o *GetConversationRecordingNotFound) IsCode(code int) bool

IsCode returns true when this get conversation recording not found response a status code equal to that given

func (*GetConversationRecordingNotFound) IsRedirect

func (o *GetConversationRecordingNotFound) IsRedirect() bool

IsRedirect returns true when this get conversation recording not found response has a 3xx status code

func (*GetConversationRecordingNotFound) IsServerError

func (o *GetConversationRecordingNotFound) IsServerError() bool

IsServerError returns true when this get conversation recording not found response has a 5xx status code

func (*GetConversationRecordingNotFound) IsSuccess

func (o *GetConversationRecordingNotFound) IsSuccess() bool

IsSuccess returns true when this get conversation recording not found response has a 2xx status code

func (*GetConversationRecordingNotFound) String

type GetConversationRecordingParams

type GetConversationRecordingParams struct {

	/* ChatFormatID.

	   The desired media format when downloading a chat recording. Valid values:ZIP,NONE

	   Default: "ZIP"
	*/
	ChatFormatID *string

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* Download.

	   requesting a download format of the recording. Valid values:true,false
	*/
	Download *bool

	/* EmailFormatID.

	   The desired media format when downloading an email recording. Valid values:EML,NONE

	   Default: "EML"
	*/
	EmailFormatID *string

	/* FileName.

	   the name of the downloaded fileName
	*/
	FileName *string

	/* FormatID.

	   The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE

	   Default: "WEBM"
	*/
	FormatID *string

	/* Locale.

	   The locale for the requested file when downloading, as an ISO 639-1 code
	*/
	Locale *string

	/* MediaFormats.

	   All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3
	*/
	MediaFormats []string

	/* MessageFormatID.

	   The desired media format when downloading a message recording. Valid values:ZIP,NONE

	   Default: "ZIP"
	*/
	MessageFormatID *string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetConversationRecordingParams contains all the parameters to send to the API endpoint

for the get conversation recording operation.

Typically these are written to a http.Request.

func NewGetConversationRecordingParams

func NewGetConversationRecordingParams() *GetConversationRecordingParams

NewGetConversationRecordingParams creates a new GetConversationRecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConversationRecordingParamsWithContext

func NewGetConversationRecordingParamsWithContext(ctx context.Context) *GetConversationRecordingParams

NewGetConversationRecordingParamsWithContext creates a new GetConversationRecordingParams object with the ability to set a context for a request.

func NewGetConversationRecordingParamsWithHTTPClient

func NewGetConversationRecordingParamsWithHTTPClient(client *http.Client) *GetConversationRecordingParams

NewGetConversationRecordingParamsWithHTTPClient creates a new GetConversationRecordingParams object with the ability to set a custom HTTPClient for a request.

func NewGetConversationRecordingParamsWithTimeout

func NewGetConversationRecordingParamsWithTimeout(timeout time.Duration) *GetConversationRecordingParams

NewGetConversationRecordingParamsWithTimeout creates a new GetConversationRecordingParams object with the ability to set a timeout on a request.

func (*GetConversationRecordingParams) SetChatFormatID

func (o *GetConversationRecordingParams) SetChatFormatID(chatFormatID *string)

SetChatFormatID adds the chatFormatId to the get conversation recording params

func (*GetConversationRecordingParams) SetContext

func (o *GetConversationRecordingParams) SetContext(ctx context.Context)

SetContext adds the context to the get conversation recording params

func (*GetConversationRecordingParams) SetConversationID

func (o *GetConversationRecordingParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get conversation recording params

func (*GetConversationRecordingParams) SetDefaults

func (o *GetConversationRecordingParams) SetDefaults()

SetDefaults hydrates default values in the get conversation recording params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingParams) SetDownload

func (o *GetConversationRecordingParams) SetDownload(download *bool)

SetDownload adds the download to the get conversation recording params

func (*GetConversationRecordingParams) SetEmailFormatID

func (o *GetConversationRecordingParams) SetEmailFormatID(emailFormatID *string)

SetEmailFormatID adds the emailFormatId to the get conversation recording params

func (*GetConversationRecordingParams) SetFileName

func (o *GetConversationRecordingParams) SetFileName(fileName *string)

SetFileName adds the fileName to the get conversation recording params

func (*GetConversationRecordingParams) SetFormatID

func (o *GetConversationRecordingParams) SetFormatID(formatID *string)

SetFormatID adds the formatId to the get conversation recording params

func (*GetConversationRecordingParams) SetHTTPClient

func (o *GetConversationRecordingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get conversation recording params

func (*GetConversationRecordingParams) SetLocale

func (o *GetConversationRecordingParams) SetLocale(locale *string)

SetLocale adds the locale to the get conversation recording params

func (*GetConversationRecordingParams) SetMediaFormats

func (o *GetConversationRecordingParams) SetMediaFormats(mediaFormats []string)

SetMediaFormats adds the mediaFormats to the get conversation recording params

func (*GetConversationRecordingParams) SetMessageFormatID

func (o *GetConversationRecordingParams) SetMessageFormatID(messageFormatID *string)

SetMessageFormatID adds the messageFormatId to the get conversation recording params

func (*GetConversationRecordingParams) SetRecordingID

func (o *GetConversationRecordingParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the get conversation recording params

func (*GetConversationRecordingParams) SetTimeout

func (o *GetConversationRecordingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get conversation recording params

func (*GetConversationRecordingParams) WithChatFormatID

func (o *GetConversationRecordingParams) WithChatFormatID(chatFormatID *string) *GetConversationRecordingParams

WithChatFormatID adds the chatFormatID to the get conversation recording params

func (*GetConversationRecordingParams) WithContext

WithContext adds the context to the get conversation recording params

func (*GetConversationRecordingParams) WithConversationID

func (o *GetConversationRecordingParams) WithConversationID(conversationID string) *GetConversationRecordingParams

WithConversationID adds the conversationID to the get conversation recording params

func (*GetConversationRecordingParams) WithDefaults

WithDefaults hydrates default values in the get conversation recording params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingParams) WithDownload

WithDownload adds the download to the get conversation recording params

func (*GetConversationRecordingParams) WithEmailFormatID

func (o *GetConversationRecordingParams) WithEmailFormatID(emailFormatID *string) *GetConversationRecordingParams

WithEmailFormatID adds the emailFormatID to the get conversation recording params

func (*GetConversationRecordingParams) WithFileName

WithFileName adds the fileName to the get conversation recording params

func (*GetConversationRecordingParams) WithFormatID

WithFormatID adds the formatID to the get conversation recording params

func (*GetConversationRecordingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get conversation recording params

func (*GetConversationRecordingParams) WithLocale

WithLocale adds the locale to the get conversation recording params

func (*GetConversationRecordingParams) WithMediaFormats

func (o *GetConversationRecordingParams) WithMediaFormats(mediaFormats []string) *GetConversationRecordingParams

WithMediaFormats adds the mediaFormats to the get conversation recording params

func (*GetConversationRecordingParams) WithMessageFormatID

func (o *GetConversationRecordingParams) WithMessageFormatID(messageFormatID *string) *GetConversationRecordingParams

WithMessageFormatID adds the messageFormatID to the get conversation recording params

func (*GetConversationRecordingParams) WithRecordingID

func (o *GetConversationRecordingParams) WithRecordingID(recordingID string) *GetConversationRecordingParams

WithRecordingID adds the recordingID to the get conversation recording params

func (*GetConversationRecordingParams) WithTimeout

WithTimeout adds the timeout to the get conversation recording params

func (*GetConversationRecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConversationRecordingReader

type GetConversationRecordingReader struct {
	// contains filtered or unexported fields
}

GetConversationRecordingReader is a Reader for the GetConversationRecording structure.

func (*GetConversationRecordingReader) ReadResponse

func (o *GetConversationRecordingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConversationRecordingRequestEntityTooLarge

type GetConversationRecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetConversationRecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetConversationRecordingRequestEntityTooLarge

func NewGetConversationRecordingRequestEntityTooLarge() *GetConversationRecordingRequestEntityTooLarge

NewGetConversationRecordingRequestEntityTooLarge creates a GetConversationRecordingRequestEntityTooLarge with default headers values

func (*GetConversationRecordingRequestEntityTooLarge) Error

func (*GetConversationRecordingRequestEntityTooLarge) GetPayload

func (*GetConversationRecordingRequestEntityTooLarge) IsClientError

IsClientError returns true when this get conversation recording request entity too large response has a 4xx status code

func (*GetConversationRecordingRequestEntityTooLarge) IsCode

IsCode returns true when this get conversation recording request entity too large response a status code equal to that given

func (*GetConversationRecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get conversation recording request entity too large response has a 3xx status code

func (*GetConversationRecordingRequestEntityTooLarge) IsServerError

IsServerError returns true when this get conversation recording request entity too large response has a 5xx status code

func (*GetConversationRecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get conversation recording request entity too large response has a 2xx status code

func (*GetConversationRecordingRequestEntityTooLarge) String

type GetConversationRecordingRequestTimeout

type GetConversationRecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetConversationRecordingRequestTimeout

func NewGetConversationRecordingRequestTimeout() *GetConversationRecordingRequestTimeout

NewGetConversationRecordingRequestTimeout creates a GetConversationRecordingRequestTimeout with default headers values

func (*GetConversationRecordingRequestTimeout) Error

func (*GetConversationRecordingRequestTimeout) GetPayload

func (*GetConversationRecordingRequestTimeout) IsClientError

func (o *GetConversationRecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this get conversation recording request timeout response has a 4xx status code

func (*GetConversationRecordingRequestTimeout) IsCode

IsCode returns true when this get conversation recording request timeout response a status code equal to that given

func (*GetConversationRecordingRequestTimeout) IsRedirect

IsRedirect returns true when this get conversation recording request timeout response has a 3xx status code

func (*GetConversationRecordingRequestTimeout) IsServerError

func (o *GetConversationRecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this get conversation recording request timeout response has a 5xx status code

func (*GetConversationRecordingRequestTimeout) IsSuccess

IsSuccess returns true when this get conversation recording request timeout response has a 2xx status code

func (*GetConversationRecordingRequestTimeout) String

type GetConversationRecordingServiceUnavailable

type GetConversationRecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetConversationRecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetConversationRecordingServiceUnavailable

func NewGetConversationRecordingServiceUnavailable() *GetConversationRecordingServiceUnavailable

NewGetConversationRecordingServiceUnavailable creates a GetConversationRecordingServiceUnavailable with default headers values

func (*GetConversationRecordingServiceUnavailable) Error

func (*GetConversationRecordingServiceUnavailable) GetPayload

func (*GetConversationRecordingServiceUnavailable) IsClientError

IsClientError returns true when this get conversation recording service unavailable response has a 4xx status code

func (*GetConversationRecordingServiceUnavailable) IsCode

IsCode returns true when this get conversation recording service unavailable response a status code equal to that given

func (*GetConversationRecordingServiceUnavailable) IsRedirect

IsRedirect returns true when this get conversation recording service unavailable response has a 3xx status code

func (*GetConversationRecordingServiceUnavailable) IsServerError

IsServerError returns true when this get conversation recording service unavailable response has a 5xx status code

func (*GetConversationRecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this get conversation recording service unavailable response has a 2xx status code

func (*GetConversationRecordingServiceUnavailable) String

type GetConversationRecordingTooManyRequests

type GetConversationRecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

GetConversationRecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetConversationRecordingTooManyRequests

func NewGetConversationRecordingTooManyRequests() *GetConversationRecordingTooManyRequests

NewGetConversationRecordingTooManyRequests creates a GetConversationRecordingTooManyRequests with default headers values

func (*GetConversationRecordingTooManyRequests) Error

func (*GetConversationRecordingTooManyRequests) GetPayload

func (*GetConversationRecordingTooManyRequests) IsClientError

func (o *GetConversationRecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this get conversation recording too many requests response has a 4xx status code

func (*GetConversationRecordingTooManyRequests) IsCode

IsCode returns true when this get conversation recording too many requests response a status code equal to that given

func (*GetConversationRecordingTooManyRequests) IsRedirect

IsRedirect returns true when this get conversation recording too many requests response has a 3xx status code

func (*GetConversationRecordingTooManyRequests) IsServerError

func (o *GetConversationRecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this get conversation recording too many requests response has a 5xx status code

func (*GetConversationRecordingTooManyRequests) IsSuccess

IsSuccess returns true when this get conversation recording too many requests response has a 2xx status code

func (*GetConversationRecordingTooManyRequests) String

type GetConversationRecordingUnauthorized

type GetConversationRecordingUnauthorized struct {
	Payload *models.ErrorBody
}

GetConversationRecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetConversationRecordingUnauthorized

func NewGetConversationRecordingUnauthorized() *GetConversationRecordingUnauthorized

NewGetConversationRecordingUnauthorized creates a GetConversationRecordingUnauthorized with default headers values

func (*GetConversationRecordingUnauthorized) Error

func (*GetConversationRecordingUnauthorized) GetPayload

func (*GetConversationRecordingUnauthorized) IsClientError

func (o *GetConversationRecordingUnauthorized) IsClientError() bool

IsClientError returns true when this get conversation recording unauthorized response has a 4xx status code

func (*GetConversationRecordingUnauthorized) IsCode

IsCode returns true when this get conversation recording unauthorized response a status code equal to that given

func (*GetConversationRecordingUnauthorized) IsRedirect

IsRedirect returns true when this get conversation recording unauthorized response has a 3xx status code

func (*GetConversationRecordingUnauthorized) IsServerError

func (o *GetConversationRecordingUnauthorized) IsServerError() bool

IsServerError returns true when this get conversation recording unauthorized response has a 5xx status code

func (*GetConversationRecordingUnauthorized) IsSuccess

IsSuccess returns true when this get conversation recording unauthorized response has a 2xx status code

func (*GetConversationRecordingUnauthorized) String

type GetConversationRecordingUnsupportedMediaType

type GetConversationRecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetConversationRecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetConversationRecordingUnsupportedMediaType

func NewGetConversationRecordingUnsupportedMediaType() *GetConversationRecordingUnsupportedMediaType

NewGetConversationRecordingUnsupportedMediaType creates a GetConversationRecordingUnsupportedMediaType with default headers values

func (*GetConversationRecordingUnsupportedMediaType) Error

func (*GetConversationRecordingUnsupportedMediaType) GetPayload

func (*GetConversationRecordingUnsupportedMediaType) IsClientError

IsClientError returns true when this get conversation recording unsupported media type response has a 4xx status code

func (*GetConversationRecordingUnsupportedMediaType) IsCode

IsCode returns true when this get conversation recording unsupported media type response a status code equal to that given

func (*GetConversationRecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get conversation recording unsupported media type response has a 3xx status code

func (*GetConversationRecordingUnsupportedMediaType) IsServerError

IsServerError returns true when this get conversation recording unsupported media type response has a 5xx status code

func (*GetConversationRecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get conversation recording unsupported media type response has a 2xx status code

func (*GetConversationRecordingUnsupportedMediaType) String

type GetConversationRecordingmetadataBadRequest

type GetConversationRecordingmetadataBadRequest struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetConversationRecordingmetadataBadRequest

func NewGetConversationRecordingmetadataBadRequest() *GetConversationRecordingmetadataBadRequest

NewGetConversationRecordingmetadataBadRequest creates a GetConversationRecordingmetadataBadRequest with default headers values

func (*GetConversationRecordingmetadataBadRequest) Error

func (*GetConversationRecordingmetadataBadRequest) GetPayload

func (*GetConversationRecordingmetadataBadRequest) IsClientError

IsClientError returns true when this get conversation recordingmetadata bad request response has a 4xx status code

func (*GetConversationRecordingmetadataBadRequest) IsCode

IsCode returns true when this get conversation recordingmetadata bad request response a status code equal to that given

func (*GetConversationRecordingmetadataBadRequest) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata bad request response has a 3xx status code

func (*GetConversationRecordingmetadataBadRequest) IsServerError

IsServerError returns true when this get conversation recordingmetadata bad request response has a 5xx status code

func (*GetConversationRecordingmetadataBadRequest) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata bad request response has a 2xx status code

func (*GetConversationRecordingmetadataBadRequest) String

type GetConversationRecordingmetadataForbidden

type GetConversationRecordingmetadataForbidden struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetConversationRecordingmetadataForbidden

func NewGetConversationRecordingmetadataForbidden() *GetConversationRecordingmetadataForbidden

NewGetConversationRecordingmetadataForbidden creates a GetConversationRecordingmetadataForbidden with default headers values

func (*GetConversationRecordingmetadataForbidden) Error

func (*GetConversationRecordingmetadataForbidden) GetPayload

func (*GetConversationRecordingmetadataForbidden) IsClientError

IsClientError returns true when this get conversation recordingmetadata forbidden response has a 4xx status code

func (*GetConversationRecordingmetadataForbidden) IsCode

IsCode returns true when this get conversation recordingmetadata forbidden response a status code equal to that given

func (*GetConversationRecordingmetadataForbidden) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata forbidden response has a 3xx status code

func (*GetConversationRecordingmetadataForbidden) IsServerError

IsServerError returns true when this get conversation recordingmetadata forbidden response has a 5xx status code

func (*GetConversationRecordingmetadataForbidden) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata forbidden response has a 2xx status code

func (*GetConversationRecordingmetadataForbidden) String

type GetConversationRecordingmetadataGatewayTimeout

type GetConversationRecordingmetadataGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetConversationRecordingmetadataGatewayTimeout

func NewGetConversationRecordingmetadataGatewayTimeout() *GetConversationRecordingmetadataGatewayTimeout

NewGetConversationRecordingmetadataGatewayTimeout creates a GetConversationRecordingmetadataGatewayTimeout with default headers values

func (*GetConversationRecordingmetadataGatewayTimeout) Error

func (*GetConversationRecordingmetadataGatewayTimeout) GetPayload

func (*GetConversationRecordingmetadataGatewayTimeout) IsClientError

IsClientError returns true when this get conversation recordingmetadata gateway timeout response has a 4xx status code

func (*GetConversationRecordingmetadataGatewayTimeout) IsCode

IsCode returns true when this get conversation recordingmetadata gateway timeout response a status code equal to that given

func (*GetConversationRecordingmetadataGatewayTimeout) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata gateway timeout response has a 3xx status code

func (*GetConversationRecordingmetadataGatewayTimeout) IsServerError

IsServerError returns true when this get conversation recordingmetadata gateway timeout response has a 5xx status code

func (*GetConversationRecordingmetadataGatewayTimeout) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata gateway timeout response has a 2xx status code

func (*GetConversationRecordingmetadataGatewayTimeout) String

type GetConversationRecordingmetadataInternalServerError

type GetConversationRecordingmetadataInternalServerError struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetConversationRecordingmetadataInternalServerError

func NewGetConversationRecordingmetadataInternalServerError() *GetConversationRecordingmetadataInternalServerError

NewGetConversationRecordingmetadataInternalServerError creates a GetConversationRecordingmetadataInternalServerError with default headers values

func (*GetConversationRecordingmetadataInternalServerError) Error

func (*GetConversationRecordingmetadataInternalServerError) GetPayload

func (*GetConversationRecordingmetadataInternalServerError) IsClientError

IsClientError returns true when this get conversation recordingmetadata internal server error response has a 4xx status code

func (*GetConversationRecordingmetadataInternalServerError) IsCode

IsCode returns true when this get conversation recordingmetadata internal server error response a status code equal to that given

func (*GetConversationRecordingmetadataInternalServerError) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata internal server error response has a 3xx status code

func (*GetConversationRecordingmetadataInternalServerError) IsServerError

IsServerError returns true when this get conversation recordingmetadata internal server error response has a 5xx status code

func (*GetConversationRecordingmetadataInternalServerError) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata internal server error response has a 2xx status code

func (*GetConversationRecordingmetadataInternalServerError) String

type GetConversationRecordingmetadataNotFound

type GetConversationRecordingmetadataNotFound struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetConversationRecordingmetadataNotFound

func NewGetConversationRecordingmetadataNotFound() *GetConversationRecordingmetadataNotFound

NewGetConversationRecordingmetadataNotFound creates a GetConversationRecordingmetadataNotFound with default headers values

func (*GetConversationRecordingmetadataNotFound) Error

func (*GetConversationRecordingmetadataNotFound) GetPayload

func (*GetConversationRecordingmetadataNotFound) IsClientError

IsClientError returns true when this get conversation recordingmetadata not found response has a 4xx status code

func (*GetConversationRecordingmetadataNotFound) IsCode

IsCode returns true when this get conversation recordingmetadata not found response a status code equal to that given

func (*GetConversationRecordingmetadataNotFound) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata not found response has a 3xx status code

func (*GetConversationRecordingmetadataNotFound) IsServerError

IsServerError returns true when this get conversation recordingmetadata not found response has a 5xx status code

func (*GetConversationRecordingmetadataNotFound) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata not found response has a 2xx status code

func (*GetConversationRecordingmetadataNotFound) String

type GetConversationRecordingmetadataOK

type GetConversationRecordingmetadataOK struct {
	Payload []*models.RecordingMetadata
}

GetConversationRecordingmetadataOK describes a response with status code 200, with default header values.

successful operation

func NewGetConversationRecordingmetadataOK

func NewGetConversationRecordingmetadataOK() *GetConversationRecordingmetadataOK

NewGetConversationRecordingmetadataOK creates a GetConversationRecordingmetadataOK with default headers values

func (*GetConversationRecordingmetadataOK) Error

func (*GetConversationRecordingmetadataOK) GetPayload

func (*GetConversationRecordingmetadataOK) IsClientError

func (o *GetConversationRecordingmetadataOK) IsClientError() bool

IsClientError returns true when this get conversation recordingmetadata o k response has a 4xx status code

func (*GetConversationRecordingmetadataOK) IsCode

IsCode returns true when this get conversation recordingmetadata o k response a status code equal to that given

func (*GetConversationRecordingmetadataOK) IsRedirect

func (o *GetConversationRecordingmetadataOK) IsRedirect() bool

IsRedirect returns true when this get conversation recordingmetadata o k response has a 3xx status code

func (*GetConversationRecordingmetadataOK) IsServerError

func (o *GetConversationRecordingmetadataOK) IsServerError() bool

IsServerError returns true when this get conversation recordingmetadata o k response has a 5xx status code

func (*GetConversationRecordingmetadataOK) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata o k response has a 2xx status code

func (*GetConversationRecordingmetadataOK) String

type GetConversationRecordingmetadataParams

type GetConversationRecordingmetadataParams struct {

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetConversationRecordingmetadataParams contains all the parameters to send to the API endpoint

for the get conversation recordingmetadata operation.

Typically these are written to a http.Request.

func NewGetConversationRecordingmetadataParams

func NewGetConversationRecordingmetadataParams() *GetConversationRecordingmetadataParams

NewGetConversationRecordingmetadataParams creates a new GetConversationRecordingmetadataParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConversationRecordingmetadataParamsWithContext

func NewGetConversationRecordingmetadataParamsWithContext(ctx context.Context) *GetConversationRecordingmetadataParams

NewGetConversationRecordingmetadataParamsWithContext creates a new GetConversationRecordingmetadataParams object with the ability to set a context for a request.

func NewGetConversationRecordingmetadataParamsWithHTTPClient

func NewGetConversationRecordingmetadataParamsWithHTTPClient(client *http.Client) *GetConversationRecordingmetadataParams

NewGetConversationRecordingmetadataParamsWithHTTPClient creates a new GetConversationRecordingmetadataParams object with the ability to set a custom HTTPClient for a request.

func NewGetConversationRecordingmetadataParamsWithTimeout

func NewGetConversationRecordingmetadataParamsWithTimeout(timeout time.Duration) *GetConversationRecordingmetadataParams

NewGetConversationRecordingmetadataParamsWithTimeout creates a new GetConversationRecordingmetadataParams object with the ability to set a timeout on a request.

func (*GetConversationRecordingmetadataParams) SetContext

SetContext adds the context to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) SetConversationID

func (o *GetConversationRecordingmetadataParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) SetDefaults

func (o *GetConversationRecordingmetadataParams) SetDefaults()

SetDefaults hydrates default values in the get conversation recordingmetadata params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingmetadataParams) SetHTTPClient

func (o *GetConversationRecordingmetadataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) SetTimeout

func (o *GetConversationRecordingmetadataParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) WithContext

WithContext adds the context to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) WithConversationID

WithConversationID adds the conversationID to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) WithDefaults

WithDefaults hydrates default values in the get conversation recordingmetadata params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingmetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) WithTimeout

WithTimeout adds the timeout to the get conversation recordingmetadata params

func (*GetConversationRecordingmetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConversationRecordingmetadataReader

type GetConversationRecordingmetadataReader struct {
	// contains filtered or unexported fields
}

GetConversationRecordingmetadataReader is a Reader for the GetConversationRecordingmetadata structure.

func (*GetConversationRecordingmetadataReader) ReadResponse

func (o *GetConversationRecordingmetadataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConversationRecordingmetadataRecordingIDBadRequest

type GetConversationRecordingmetadataRecordingIDBadRequest struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetConversationRecordingmetadataRecordingIDBadRequest

func NewGetConversationRecordingmetadataRecordingIDBadRequest() *GetConversationRecordingmetadataRecordingIDBadRequest

NewGetConversationRecordingmetadataRecordingIDBadRequest creates a GetConversationRecordingmetadataRecordingIDBadRequest with default headers values

func (*GetConversationRecordingmetadataRecordingIDBadRequest) Error

func (*GetConversationRecordingmetadataRecordingIDBadRequest) GetPayload

func (*GetConversationRecordingmetadataRecordingIDBadRequest) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id bad request response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDBadRequest) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id bad request response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDBadRequest) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id bad request response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDBadRequest) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id bad request response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDBadRequest) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id bad request response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDBadRequest) String

type GetConversationRecordingmetadataRecordingIDForbidden

type GetConversationRecordingmetadataRecordingIDForbidden struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetConversationRecordingmetadataRecordingIDForbidden

func NewGetConversationRecordingmetadataRecordingIDForbidden() *GetConversationRecordingmetadataRecordingIDForbidden

NewGetConversationRecordingmetadataRecordingIDForbidden creates a GetConversationRecordingmetadataRecordingIDForbidden with default headers values

func (*GetConversationRecordingmetadataRecordingIDForbidden) Error

func (*GetConversationRecordingmetadataRecordingIDForbidden) GetPayload

func (*GetConversationRecordingmetadataRecordingIDForbidden) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id forbidden response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDForbidden) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id forbidden response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDForbidden) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id forbidden response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDForbidden) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id forbidden response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDForbidden) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id forbidden response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDForbidden) String

type GetConversationRecordingmetadataRecordingIDGatewayTimeout

type GetConversationRecordingmetadataRecordingIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetConversationRecordingmetadataRecordingIDGatewayTimeout

func NewGetConversationRecordingmetadataRecordingIDGatewayTimeout() *GetConversationRecordingmetadataRecordingIDGatewayTimeout

NewGetConversationRecordingmetadataRecordingIDGatewayTimeout creates a GetConversationRecordingmetadataRecordingIDGatewayTimeout with default headers values

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) Error

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) GetPayload

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id gateway timeout response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id gateway timeout response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id gateway timeout response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id gateway timeout response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id gateway timeout response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDGatewayTimeout) String

type GetConversationRecordingmetadataRecordingIDInternalServerError

type GetConversationRecordingmetadataRecordingIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetConversationRecordingmetadataRecordingIDInternalServerError

func NewGetConversationRecordingmetadataRecordingIDInternalServerError() *GetConversationRecordingmetadataRecordingIDInternalServerError

NewGetConversationRecordingmetadataRecordingIDInternalServerError creates a GetConversationRecordingmetadataRecordingIDInternalServerError with default headers values

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) Error

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) GetPayload

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id internal server error response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id internal server error response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id internal server error response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id internal server error response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id internal server error response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDInternalServerError) String

type GetConversationRecordingmetadataRecordingIDNotFound

type GetConversationRecordingmetadataRecordingIDNotFound struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetConversationRecordingmetadataRecordingIDNotFound

func NewGetConversationRecordingmetadataRecordingIDNotFound() *GetConversationRecordingmetadataRecordingIDNotFound

NewGetConversationRecordingmetadataRecordingIDNotFound creates a GetConversationRecordingmetadataRecordingIDNotFound with default headers values

func (*GetConversationRecordingmetadataRecordingIDNotFound) Error

func (*GetConversationRecordingmetadataRecordingIDNotFound) GetPayload

func (*GetConversationRecordingmetadataRecordingIDNotFound) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id not found response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDNotFound) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id not found response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDNotFound) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id not found response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDNotFound) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id not found response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDNotFound) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id not found response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDNotFound) String

type GetConversationRecordingmetadataRecordingIDOK

type GetConversationRecordingmetadataRecordingIDOK struct {
	Payload *models.RecordingMetadata
}

GetConversationRecordingmetadataRecordingIDOK describes a response with status code 200, with default header values.

successful operation

func NewGetConversationRecordingmetadataRecordingIDOK

func NewGetConversationRecordingmetadataRecordingIDOK() *GetConversationRecordingmetadataRecordingIDOK

NewGetConversationRecordingmetadataRecordingIDOK creates a GetConversationRecordingmetadataRecordingIDOK with default headers values

func (*GetConversationRecordingmetadataRecordingIDOK) Error

func (*GetConversationRecordingmetadataRecordingIDOK) GetPayload

func (*GetConversationRecordingmetadataRecordingIDOK) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id o k response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDOK) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id o k response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDOK) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id o k response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDOK) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id o k response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDOK) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id o k response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDOK) String

type GetConversationRecordingmetadataRecordingIDParams

type GetConversationRecordingmetadataRecordingIDParams struct {

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetConversationRecordingmetadataRecordingIDParams contains all the parameters to send to the API endpoint

for the get conversation recordingmetadata recording Id operation.

Typically these are written to a http.Request.

func NewGetConversationRecordingmetadataRecordingIDParams

func NewGetConversationRecordingmetadataRecordingIDParams() *GetConversationRecordingmetadataRecordingIDParams

NewGetConversationRecordingmetadataRecordingIDParams creates a new GetConversationRecordingmetadataRecordingIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConversationRecordingmetadataRecordingIDParamsWithContext

func NewGetConversationRecordingmetadataRecordingIDParamsWithContext(ctx context.Context) *GetConversationRecordingmetadataRecordingIDParams

NewGetConversationRecordingmetadataRecordingIDParamsWithContext creates a new GetConversationRecordingmetadataRecordingIDParams object with the ability to set a context for a request.

func NewGetConversationRecordingmetadataRecordingIDParamsWithHTTPClient

func NewGetConversationRecordingmetadataRecordingIDParamsWithHTTPClient(client *http.Client) *GetConversationRecordingmetadataRecordingIDParams

NewGetConversationRecordingmetadataRecordingIDParamsWithHTTPClient creates a new GetConversationRecordingmetadataRecordingIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetConversationRecordingmetadataRecordingIDParamsWithTimeout

func NewGetConversationRecordingmetadataRecordingIDParamsWithTimeout(timeout time.Duration) *GetConversationRecordingmetadataRecordingIDParams

NewGetConversationRecordingmetadataRecordingIDParamsWithTimeout creates a new GetConversationRecordingmetadataRecordingIDParams object with the ability to set a timeout on a request.

func (*GetConversationRecordingmetadataRecordingIDParams) SetContext

SetContext adds the context to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) SetConversationID

func (o *GetConversationRecordingmetadataRecordingIDParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) SetDefaults

SetDefaults hydrates default values in the get conversation recordingmetadata recording Id params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingmetadataRecordingIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) SetRecordingID

func (o *GetConversationRecordingmetadataRecordingIDParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) SetTimeout

SetTimeout adds the timeout to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) WithContext

WithContext adds the context to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) WithConversationID

WithConversationID adds the conversationID to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) WithDefaults

WithDefaults hydrates default values in the get conversation recordingmetadata recording Id params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingmetadataRecordingIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) WithRecordingID

WithRecordingID adds the recordingID to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) WithTimeout

WithTimeout adds the timeout to the get conversation recordingmetadata recording Id params

func (*GetConversationRecordingmetadataRecordingIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConversationRecordingmetadataRecordingIDReader

type GetConversationRecordingmetadataRecordingIDReader struct {
	// contains filtered or unexported fields
}

GetConversationRecordingmetadataRecordingIDReader is a Reader for the GetConversationRecordingmetadataRecordingID structure.

func (*GetConversationRecordingmetadataRecordingIDReader) ReadResponse

func (o *GetConversationRecordingmetadataRecordingIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge

type GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetConversationRecordingmetadataRecordingIDRequestEntityTooLarge

func NewGetConversationRecordingmetadataRecordingIDRequestEntityTooLarge() *GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge

NewGetConversationRecordingmetadataRecordingIDRequestEntityTooLarge creates a GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge with default headers values

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) Error

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) GetPayload

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id request entity too large response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id request entity too large response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id request entity too large response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id request entity too large response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id request entity too large response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestEntityTooLarge) String

type GetConversationRecordingmetadataRecordingIDRequestTimeout

type GetConversationRecordingmetadataRecordingIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetConversationRecordingmetadataRecordingIDRequestTimeout

func NewGetConversationRecordingmetadataRecordingIDRequestTimeout() *GetConversationRecordingmetadataRecordingIDRequestTimeout

NewGetConversationRecordingmetadataRecordingIDRequestTimeout creates a GetConversationRecordingmetadataRecordingIDRequestTimeout with default headers values

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) Error

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) GetPayload

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id request timeout response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id request timeout response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id request timeout response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id request timeout response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id request timeout response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDRequestTimeout) String

type GetConversationRecordingmetadataRecordingIDServiceUnavailable

type GetConversationRecordingmetadataRecordingIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetConversationRecordingmetadataRecordingIDServiceUnavailable

func NewGetConversationRecordingmetadataRecordingIDServiceUnavailable() *GetConversationRecordingmetadataRecordingIDServiceUnavailable

NewGetConversationRecordingmetadataRecordingIDServiceUnavailable creates a GetConversationRecordingmetadataRecordingIDServiceUnavailable with default headers values

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) Error

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) GetPayload

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id service unavailable response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id service unavailable response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id service unavailable response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id service unavailable response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id service unavailable response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDServiceUnavailable) String

type GetConversationRecordingmetadataRecordingIDTooManyRequests

type GetConversationRecordingmetadataRecordingIDTooManyRequests struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetConversationRecordingmetadataRecordingIDTooManyRequests

func NewGetConversationRecordingmetadataRecordingIDTooManyRequests() *GetConversationRecordingmetadataRecordingIDTooManyRequests

NewGetConversationRecordingmetadataRecordingIDTooManyRequests creates a GetConversationRecordingmetadataRecordingIDTooManyRequests with default headers values

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) Error

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) GetPayload

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id too many requests response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id too many requests response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id too many requests response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id too many requests response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id too many requests response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDTooManyRequests) String

type GetConversationRecordingmetadataRecordingIDUnauthorized

type GetConversationRecordingmetadataRecordingIDUnauthorized struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetConversationRecordingmetadataRecordingIDUnauthorized

func NewGetConversationRecordingmetadataRecordingIDUnauthorized() *GetConversationRecordingmetadataRecordingIDUnauthorized

NewGetConversationRecordingmetadataRecordingIDUnauthorized creates a GetConversationRecordingmetadataRecordingIDUnauthorized with default headers values

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) Error

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) GetPayload

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id unauthorized response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id unauthorized response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id unauthorized response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id unauthorized response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id unauthorized response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDUnauthorized) String

type GetConversationRecordingmetadataRecordingIDUnsupportedMediaType

type GetConversationRecordingmetadataRecordingIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRecordingIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetConversationRecordingmetadataRecordingIDUnsupportedMediaType

func NewGetConversationRecordingmetadataRecordingIDUnsupportedMediaType() *GetConversationRecordingmetadataRecordingIDUnsupportedMediaType

NewGetConversationRecordingmetadataRecordingIDUnsupportedMediaType creates a GetConversationRecordingmetadataRecordingIDUnsupportedMediaType with default headers values

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) Error

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) GetPayload

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get conversation recordingmetadata recording Id unsupported media type response has a 4xx status code

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) IsCode

IsCode returns true when this get conversation recordingmetadata recording Id unsupported media type response a status code equal to that given

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata recording Id unsupported media type response has a 3xx status code

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get conversation recordingmetadata recording Id unsupported media type response has a 5xx status code

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata recording Id unsupported media type response has a 2xx status code

func (*GetConversationRecordingmetadataRecordingIDUnsupportedMediaType) String

type GetConversationRecordingmetadataRequestEntityTooLarge

type GetConversationRecordingmetadataRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetConversationRecordingmetadataRequestEntityTooLarge

func NewGetConversationRecordingmetadataRequestEntityTooLarge() *GetConversationRecordingmetadataRequestEntityTooLarge

NewGetConversationRecordingmetadataRequestEntityTooLarge creates a GetConversationRecordingmetadataRequestEntityTooLarge with default headers values

func (*GetConversationRecordingmetadataRequestEntityTooLarge) Error

func (*GetConversationRecordingmetadataRequestEntityTooLarge) GetPayload

func (*GetConversationRecordingmetadataRequestEntityTooLarge) IsClientError

IsClientError returns true when this get conversation recordingmetadata request entity too large response has a 4xx status code

func (*GetConversationRecordingmetadataRequestEntityTooLarge) IsCode

IsCode returns true when this get conversation recordingmetadata request entity too large response a status code equal to that given

func (*GetConversationRecordingmetadataRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata request entity too large response has a 3xx status code

func (*GetConversationRecordingmetadataRequestEntityTooLarge) IsServerError

IsServerError returns true when this get conversation recordingmetadata request entity too large response has a 5xx status code

func (*GetConversationRecordingmetadataRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata request entity too large response has a 2xx status code

func (*GetConversationRecordingmetadataRequestEntityTooLarge) String

type GetConversationRecordingmetadataRequestTimeout

type GetConversationRecordingmetadataRequestTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetConversationRecordingmetadataRequestTimeout

func NewGetConversationRecordingmetadataRequestTimeout() *GetConversationRecordingmetadataRequestTimeout

NewGetConversationRecordingmetadataRequestTimeout creates a GetConversationRecordingmetadataRequestTimeout with default headers values

func (*GetConversationRecordingmetadataRequestTimeout) Error

func (*GetConversationRecordingmetadataRequestTimeout) GetPayload

func (*GetConversationRecordingmetadataRequestTimeout) IsClientError

IsClientError returns true when this get conversation recordingmetadata request timeout response has a 4xx status code

func (*GetConversationRecordingmetadataRequestTimeout) IsCode

IsCode returns true when this get conversation recordingmetadata request timeout response a status code equal to that given

func (*GetConversationRecordingmetadataRequestTimeout) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata request timeout response has a 3xx status code

func (*GetConversationRecordingmetadataRequestTimeout) IsServerError

IsServerError returns true when this get conversation recordingmetadata request timeout response has a 5xx status code

func (*GetConversationRecordingmetadataRequestTimeout) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata request timeout response has a 2xx status code

func (*GetConversationRecordingmetadataRequestTimeout) String

type GetConversationRecordingmetadataServiceUnavailable

type GetConversationRecordingmetadataServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetConversationRecordingmetadataServiceUnavailable

func NewGetConversationRecordingmetadataServiceUnavailable() *GetConversationRecordingmetadataServiceUnavailable

NewGetConversationRecordingmetadataServiceUnavailable creates a GetConversationRecordingmetadataServiceUnavailable with default headers values

func (*GetConversationRecordingmetadataServiceUnavailable) Error

func (*GetConversationRecordingmetadataServiceUnavailable) GetPayload

func (*GetConversationRecordingmetadataServiceUnavailable) IsClientError

IsClientError returns true when this get conversation recordingmetadata service unavailable response has a 4xx status code

func (*GetConversationRecordingmetadataServiceUnavailable) IsCode

IsCode returns true when this get conversation recordingmetadata service unavailable response a status code equal to that given

func (*GetConversationRecordingmetadataServiceUnavailable) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata service unavailable response has a 3xx status code

func (*GetConversationRecordingmetadataServiceUnavailable) IsServerError

IsServerError returns true when this get conversation recordingmetadata service unavailable response has a 5xx status code

func (*GetConversationRecordingmetadataServiceUnavailable) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata service unavailable response has a 2xx status code

func (*GetConversationRecordingmetadataServiceUnavailable) String

type GetConversationRecordingmetadataTooManyRequests

type GetConversationRecordingmetadataTooManyRequests struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetConversationRecordingmetadataTooManyRequests

func NewGetConversationRecordingmetadataTooManyRequests() *GetConversationRecordingmetadataTooManyRequests

NewGetConversationRecordingmetadataTooManyRequests creates a GetConversationRecordingmetadataTooManyRequests with default headers values

func (*GetConversationRecordingmetadataTooManyRequests) Error

func (*GetConversationRecordingmetadataTooManyRequests) GetPayload

func (*GetConversationRecordingmetadataTooManyRequests) IsClientError

IsClientError returns true when this get conversation recordingmetadata too many requests response has a 4xx status code

func (*GetConversationRecordingmetadataTooManyRequests) IsCode

IsCode returns true when this get conversation recordingmetadata too many requests response a status code equal to that given

func (*GetConversationRecordingmetadataTooManyRequests) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata too many requests response has a 3xx status code

func (*GetConversationRecordingmetadataTooManyRequests) IsServerError

IsServerError returns true when this get conversation recordingmetadata too many requests response has a 5xx status code

func (*GetConversationRecordingmetadataTooManyRequests) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata too many requests response has a 2xx status code

func (*GetConversationRecordingmetadataTooManyRequests) String

type GetConversationRecordingmetadataUnauthorized

type GetConversationRecordingmetadataUnauthorized struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetConversationRecordingmetadataUnauthorized

func NewGetConversationRecordingmetadataUnauthorized() *GetConversationRecordingmetadataUnauthorized

NewGetConversationRecordingmetadataUnauthorized creates a GetConversationRecordingmetadataUnauthorized with default headers values

func (*GetConversationRecordingmetadataUnauthorized) Error

func (*GetConversationRecordingmetadataUnauthorized) GetPayload

func (*GetConversationRecordingmetadataUnauthorized) IsClientError

IsClientError returns true when this get conversation recordingmetadata unauthorized response has a 4xx status code

func (*GetConversationRecordingmetadataUnauthorized) IsCode

IsCode returns true when this get conversation recordingmetadata unauthorized response a status code equal to that given

func (*GetConversationRecordingmetadataUnauthorized) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata unauthorized response has a 3xx status code

func (*GetConversationRecordingmetadataUnauthorized) IsServerError

IsServerError returns true when this get conversation recordingmetadata unauthorized response has a 5xx status code

func (*GetConversationRecordingmetadataUnauthorized) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata unauthorized response has a 2xx status code

func (*GetConversationRecordingmetadataUnauthorized) String

type GetConversationRecordingmetadataUnsupportedMediaType

type GetConversationRecordingmetadataUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetConversationRecordingmetadataUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetConversationRecordingmetadataUnsupportedMediaType

func NewGetConversationRecordingmetadataUnsupportedMediaType() *GetConversationRecordingmetadataUnsupportedMediaType

NewGetConversationRecordingmetadataUnsupportedMediaType creates a GetConversationRecordingmetadataUnsupportedMediaType with default headers values

func (*GetConversationRecordingmetadataUnsupportedMediaType) Error

func (*GetConversationRecordingmetadataUnsupportedMediaType) GetPayload

func (*GetConversationRecordingmetadataUnsupportedMediaType) IsClientError

IsClientError returns true when this get conversation recordingmetadata unsupported media type response has a 4xx status code

func (*GetConversationRecordingmetadataUnsupportedMediaType) IsCode

IsCode returns true when this get conversation recordingmetadata unsupported media type response a status code equal to that given

func (*GetConversationRecordingmetadataUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get conversation recordingmetadata unsupported media type response has a 3xx status code

func (*GetConversationRecordingmetadataUnsupportedMediaType) IsServerError

IsServerError returns true when this get conversation recordingmetadata unsupported media type response has a 5xx status code

func (*GetConversationRecordingmetadataUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get conversation recordingmetadata unsupported media type response has a 2xx status code

func (*GetConversationRecordingmetadataUnsupportedMediaType) String

type GetConversationRecordingsAccepted

type GetConversationRecordingsAccepted struct {
}

GetConversationRecordingsAccepted describes a response with status code 202, with default header values.

Success - recording is transcoding

func NewGetConversationRecordingsAccepted

func NewGetConversationRecordingsAccepted() *GetConversationRecordingsAccepted

NewGetConversationRecordingsAccepted creates a GetConversationRecordingsAccepted with default headers values

func (*GetConversationRecordingsAccepted) Error

func (*GetConversationRecordingsAccepted) IsClientError

func (o *GetConversationRecordingsAccepted) IsClientError() bool

IsClientError returns true when this get conversation recordings accepted response has a 4xx status code

func (*GetConversationRecordingsAccepted) IsCode

func (o *GetConversationRecordingsAccepted) IsCode(code int) bool

IsCode returns true when this get conversation recordings accepted response a status code equal to that given

func (*GetConversationRecordingsAccepted) IsRedirect

func (o *GetConversationRecordingsAccepted) IsRedirect() bool

IsRedirect returns true when this get conversation recordings accepted response has a 3xx status code

func (*GetConversationRecordingsAccepted) IsServerError

func (o *GetConversationRecordingsAccepted) IsServerError() bool

IsServerError returns true when this get conversation recordings accepted response has a 5xx status code

func (*GetConversationRecordingsAccepted) IsSuccess

func (o *GetConversationRecordingsAccepted) IsSuccess() bool

IsSuccess returns true when this get conversation recordings accepted response has a 2xx status code

func (*GetConversationRecordingsAccepted) String

type GetConversationRecordingsBadRequest

type GetConversationRecordingsBadRequest struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetConversationRecordingsBadRequest

func NewGetConversationRecordingsBadRequest() *GetConversationRecordingsBadRequest

NewGetConversationRecordingsBadRequest creates a GetConversationRecordingsBadRequest with default headers values

func (*GetConversationRecordingsBadRequest) Error

func (*GetConversationRecordingsBadRequest) GetPayload

func (*GetConversationRecordingsBadRequest) IsClientError

func (o *GetConversationRecordingsBadRequest) IsClientError() bool

IsClientError returns true when this get conversation recordings bad request response has a 4xx status code

func (*GetConversationRecordingsBadRequest) IsCode

IsCode returns true when this get conversation recordings bad request response a status code equal to that given

func (*GetConversationRecordingsBadRequest) IsRedirect

func (o *GetConversationRecordingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get conversation recordings bad request response has a 3xx status code

func (*GetConversationRecordingsBadRequest) IsServerError

func (o *GetConversationRecordingsBadRequest) IsServerError() bool

IsServerError returns true when this get conversation recordings bad request response has a 5xx status code

func (*GetConversationRecordingsBadRequest) IsSuccess

IsSuccess returns true when this get conversation recordings bad request response has a 2xx status code

func (*GetConversationRecordingsBadRequest) String

type GetConversationRecordingsForbidden

type GetConversationRecordingsForbidden struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetConversationRecordingsForbidden

func NewGetConversationRecordingsForbidden() *GetConversationRecordingsForbidden

NewGetConversationRecordingsForbidden creates a GetConversationRecordingsForbidden with default headers values

func (*GetConversationRecordingsForbidden) Error

func (*GetConversationRecordingsForbidden) GetPayload

func (*GetConversationRecordingsForbidden) IsClientError

func (o *GetConversationRecordingsForbidden) IsClientError() bool

IsClientError returns true when this get conversation recordings forbidden response has a 4xx status code

func (*GetConversationRecordingsForbidden) IsCode

IsCode returns true when this get conversation recordings forbidden response a status code equal to that given

func (*GetConversationRecordingsForbidden) IsRedirect

func (o *GetConversationRecordingsForbidden) IsRedirect() bool

IsRedirect returns true when this get conversation recordings forbidden response has a 3xx status code

func (*GetConversationRecordingsForbidden) IsServerError

func (o *GetConversationRecordingsForbidden) IsServerError() bool

IsServerError returns true when this get conversation recordings forbidden response has a 5xx status code

func (*GetConversationRecordingsForbidden) IsSuccess

IsSuccess returns true when this get conversation recordings forbidden response has a 2xx status code

func (*GetConversationRecordingsForbidden) String

type GetConversationRecordingsGatewayTimeout

type GetConversationRecordingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetConversationRecordingsGatewayTimeout

func NewGetConversationRecordingsGatewayTimeout() *GetConversationRecordingsGatewayTimeout

NewGetConversationRecordingsGatewayTimeout creates a GetConversationRecordingsGatewayTimeout with default headers values

func (*GetConversationRecordingsGatewayTimeout) Error

func (*GetConversationRecordingsGatewayTimeout) GetPayload

func (*GetConversationRecordingsGatewayTimeout) IsClientError

func (o *GetConversationRecordingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get conversation recordings gateway timeout response has a 4xx status code

func (*GetConversationRecordingsGatewayTimeout) IsCode

IsCode returns true when this get conversation recordings gateway timeout response a status code equal to that given

func (*GetConversationRecordingsGatewayTimeout) IsRedirect

IsRedirect returns true when this get conversation recordings gateway timeout response has a 3xx status code

func (*GetConversationRecordingsGatewayTimeout) IsServerError

func (o *GetConversationRecordingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get conversation recordings gateway timeout response has a 5xx status code

func (*GetConversationRecordingsGatewayTimeout) IsSuccess

IsSuccess returns true when this get conversation recordings gateway timeout response has a 2xx status code

func (*GetConversationRecordingsGatewayTimeout) String

type GetConversationRecordingsInternalServerError

type GetConversationRecordingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetConversationRecordingsInternalServerError

func NewGetConversationRecordingsInternalServerError() *GetConversationRecordingsInternalServerError

NewGetConversationRecordingsInternalServerError creates a GetConversationRecordingsInternalServerError with default headers values

func (*GetConversationRecordingsInternalServerError) Error

func (*GetConversationRecordingsInternalServerError) GetPayload

func (*GetConversationRecordingsInternalServerError) IsClientError

IsClientError returns true when this get conversation recordings internal server error response has a 4xx status code

func (*GetConversationRecordingsInternalServerError) IsCode

IsCode returns true when this get conversation recordings internal server error response a status code equal to that given

func (*GetConversationRecordingsInternalServerError) IsRedirect

IsRedirect returns true when this get conversation recordings internal server error response has a 3xx status code

func (*GetConversationRecordingsInternalServerError) IsServerError

IsServerError returns true when this get conversation recordings internal server error response has a 5xx status code

func (*GetConversationRecordingsInternalServerError) IsSuccess

IsSuccess returns true when this get conversation recordings internal server error response has a 2xx status code

func (*GetConversationRecordingsInternalServerError) String

type GetConversationRecordingsNotFound

type GetConversationRecordingsNotFound struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetConversationRecordingsNotFound

func NewGetConversationRecordingsNotFound() *GetConversationRecordingsNotFound

NewGetConversationRecordingsNotFound creates a GetConversationRecordingsNotFound with default headers values

func (*GetConversationRecordingsNotFound) Error

func (*GetConversationRecordingsNotFound) GetPayload

func (*GetConversationRecordingsNotFound) IsClientError

func (o *GetConversationRecordingsNotFound) IsClientError() bool

IsClientError returns true when this get conversation recordings not found response has a 4xx status code

func (*GetConversationRecordingsNotFound) IsCode

func (o *GetConversationRecordingsNotFound) IsCode(code int) bool

IsCode returns true when this get conversation recordings not found response a status code equal to that given

func (*GetConversationRecordingsNotFound) IsRedirect

func (o *GetConversationRecordingsNotFound) IsRedirect() bool

IsRedirect returns true when this get conversation recordings not found response has a 3xx status code

func (*GetConversationRecordingsNotFound) IsServerError

func (o *GetConversationRecordingsNotFound) IsServerError() bool

IsServerError returns true when this get conversation recordings not found response has a 5xx status code

func (*GetConversationRecordingsNotFound) IsSuccess

func (o *GetConversationRecordingsNotFound) IsSuccess() bool

IsSuccess returns true when this get conversation recordings not found response has a 2xx status code

func (*GetConversationRecordingsNotFound) String

type GetConversationRecordingsOK

type GetConversationRecordingsOK struct {
	Payload []*models.Recording
}

GetConversationRecordingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetConversationRecordingsOK

func NewGetConversationRecordingsOK() *GetConversationRecordingsOK

NewGetConversationRecordingsOK creates a GetConversationRecordingsOK with default headers values

func (*GetConversationRecordingsOK) Error

func (*GetConversationRecordingsOK) GetPayload

func (o *GetConversationRecordingsOK) GetPayload() []*models.Recording

func (*GetConversationRecordingsOK) IsClientError

func (o *GetConversationRecordingsOK) IsClientError() bool

IsClientError returns true when this get conversation recordings o k response has a 4xx status code

func (*GetConversationRecordingsOK) IsCode

func (o *GetConversationRecordingsOK) IsCode(code int) bool

IsCode returns true when this get conversation recordings o k response a status code equal to that given

func (*GetConversationRecordingsOK) IsRedirect

func (o *GetConversationRecordingsOK) IsRedirect() bool

IsRedirect returns true when this get conversation recordings o k response has a 3xx status code

func (*GetConversationRecordingsOK) IsServerError

func (o *GetConversationRecordingsOK) IsServerError() bool

IsServerError returns true when this get conversation recordings o k response has a 5xx status code

func (*GetConversationRecordingsOK) IsSuccess

func (o *GetConversationRecordingsOK) IsSuccess() bool

IsSuccess returns true when this get conversation recordings o k response has a 2xx status code

func (*GetConversationRecordingsOK) String

func (o *GetConversationRecordingsOK) String() string

type GetConversationRecordingsParams

type GetConversationRecordingsParams struct {

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* FormatID.

	   The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE.

	   Default: "WEBM"
	*/
	FormatID *string

	/* MaxWaitMs.

	   The maximum number of milliseconds to wait for the recording to be ready. Must be a positive value.

	   Format: int32
	   Default: 5000
	*/
	MaxWaitMs *int32

	/* MediaFormats.

	   All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3.
	*/
	MediaFormats []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetConversationRecordingsParams contains all the parameters to send to the API endpoint

for the get conversation recordings operation.

Typically these are written to a http.Request.

func NewGetConversationRecordingsParams

func NewGetConversationRecordingsParams() *GetConversationRecordingsParams

NewGetConversationRecordingsParams creates a new GetConversationRecordingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConversationRecordingsParamsWithContext

func NewGetConversationRecordingsParamsWithContext(ctx context.Context) *GetConversationRecordingsParams

NewGetConversationRecordingsParamsWithContext creates a new GetConversationRecordingsParams object with the ability to set a context for a request.

func NewGetConversationRecordingsParamsWithHTTPClient

func NewGetConversationRecordingsParamsWithHTTPClient(client *http.Client) *GetConversationRecordingsParams

NewGetConversationRecordingsParamsWithHTTPClient creates a new GetConversationRecordingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetConversationRecordingsParamsWithTimeout

func NewGetConversationRecordingsParamsWithTimeout(timeout time.Duration) *GetConversationRecordingsParams

NewGetConversationRecordingsParamsWithTimeout creates a new GetConversationRecordingsParams object with the ability to set a timeout on a request.

func (*GetConversationRecordingsParams) SetContext

func (o *GetConversationRecordingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get conversation recordings params

func (*GetConversationRecordingsParams) SetConversationID

func (o *GetConversationRecordingsParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the get conversation recordings params

func (*GetConversationRecordingsParams) SetDefaults

func (o *GetConversationRecordingsParams) SetDefaults()

SetDefaults hydrates default values in the get conversation recordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingsParams) SetFormatID

func (o *GetConversationRecordingsParams) SetFormatID(formatID *string)

SetFormatID adds the formatId to the get conversation recordings params

func (*GetConversationRecordingsParams) SetHTTPClient

func (o *GetConversationRecordingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get conversation recordings params

func (*GetConversationRecordingsParams) SetMaxWaitMs

func (o *GetConversationRecordingsParams) SetMaxWaitMs(maxWaitMs *int32)

SetMaxWaitMs adds the maxWaitMs to the get conversation recordings params

func (*GetConversationRecordingsParams) SetMediaFormats

func (o *GetConversationRecordingsParams) SetMediaFormats(mediaFormats []string)

SetMediaFormats adds the mediaFormats to the get conversation recordings params

func (*GetConversationRecordingsParams) SetTimeout

func (o *GetConversationRecordingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get conversation recordings params

func (*GetConversationRecordingsParams) WithContext

WithContext adds the context to the get conversation recordings params

func (*GetConversationRecordingsParams) WithConversationID

func (o *GetConversationRecordingsParams) WithConversationID(conversationID string) *GetConversationRecordingsParams

WithConversationID adds the conversationID to the get conversation recordings params

func (*GetConversationRecordingsParams) WithDefaults

WithDefaults hydrates default values in the get conversation recordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetConversationRecordingsParams) WithFormatID

WithFormatID adds the formatID to the get conversation recordings params

func (*GetConversationRecordingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get conversation recordings params

func (*GetConversationRecordingsParams) WithMaxWaitMs

WithMaxWaitMs adds the maxWaitMs to the get conversation recordings params

func (*GetConversationRecordingsParams) WithMediaFormats

func (o *GetConversationRecordingsParams) WithMediaFormats(mediaFormats []string) *GetConversationRecordingsParams

WithMediaFormats adds the mediaFormats to the get conversation recordings params

func (*GetConversationRecordingsParams) WithTimeout

WithTimeout adds the timeout to the get conversation recordings params

func (*GetConversationRecordingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConversationRecordingsReader

type GetConversationRecordingsReader struct {
	// contains filtered or unexported fields
}

GetConversationRecordingsReader is a Reader for the GetConversationRecordings structure.

func (*GetConversationRecordingsReader) ReadResponse

func (o *GetConversationRecordingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConversationRecordingsRequestEntityTooLarge

type GetConversationRecordingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetConversationRecordingsRequestEntityTooLarge

func NewGetConversationRecordingsRequestEntityTooLarge() *GetConversationRecordingsRequestEntityTooLarge

NewGetConversationRecordingsRequestEntityTooLarge creates a GetConversationRecordingsRequestEntityTooLarge with default headers values

func (*GetConversationRecordingsRequestEntityTooLarge) Error

func (*GetConversationRecordingsRequestEntityTooLarge) GetPayload

func (*GetConversationRecordingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get conversation recordings request entity too large response has a 4xx status code

func (*GetConversationRecordingsRequestEntityTooLarge) IsCode

IsCode returns true when this get conversation recordings request entity too large response a status code equal to that given

func (*GetConversationRecordingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get conversation recordings request entity too large response has a 3xx status code

func (*GetConversationRecordingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get conversation recordings request entity too large response has a 5xx status code

func (*GetConversationRecordingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get conversation recordings request entity too large response has a 2xx status code

func (*GetConversationRecordingsRequestEntityTooLarge) String

type GetConversationRecordingsRequestTimeout

type GetConversationRecordingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetConversationRecordingsRequestTimeout

func NewGetConversationRecordingsRequestTimeout() *GetConversationRecordingsRequestTimeout

NewGetConversationRecordingsRequestTimeout creates a GetConversationRecordingsRequestTimeout with default headers values

func (*GetConversationRecordingsRequestTimeout) Error

func (*GetConversationRecordingsRequestTimeout) GetPayload

func (*GetConversationRecordingsRequestTimeout) IsClientError

func (o *GetConversationRecordingsRequestTimeout) IsClientError() bool

IsClientError returns true when this get conversation recordings request timeout response has a 4xx status code

func (*GetConversationRecordingsRequestTimeout) IsCode

IsCode returns true when this get conversation recordings request timeout response a status code equal to that given

func (*GetConversationRecordingsRequestTimeout) IsRedirect

IsRedirect returns true when this get conversation recordings request timeout response has a 3xx status code

func (*GetConversationRecordingsRequestTimeout) IsServerError

func (o *GetConversationRecordingsRequestTimeout) IsServerError() bool

IsServerError returns true when this get conversation recordings request timeout response has a 5xx status code

func (*GetConversationRecordingsRequestTimeout) IsSuccess

IsSuccess returns true when this get conversation recordings request timeout response has a 2xx status code

func (*GetConversationRecordingsRequestTimeout) String

type GetConversationRecordingsServiceUnavailable

type GetConversationRecordingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetConversationRecordingsServiceUnavailable

func NewGetConversationRecordingsServiceUnavailable() *GetConversationRecordingsServiceUnavailable

NewGetConversationRecordingsServiceUnavailable creates a GetConversationRecordingsServiceUnavailable with default headers values

func (*GetConversationRecordingsServiceUnavailable) Error

func (*GetConversationRecordingsServiceUnavailable) GetPayload

func (*GetConversationRecordingsServiceUnavailable) IsClientError

IsClientError returns true when this get conversation recordings service unavailable response has a 4xx status code

func (*GetConversationRecordingsServiceUnavailable) IsCode

IsCode returns true when this get conversation recordings service unavailable response a status code equal to that given

func (*GetConversationRecordingsServiceUnavailable) IsRedirect

IsRedirect returns true when this get conversation recordings service unavailable response has a 3xx status code

func (*GetConversationRecordingsServiceUnavailable) IsServerError

IsServerError returns true when this get conversation recordings service unavailable response has a 5xx status code

func (*GetConversationRecordingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get conversation recordings service unavailable response has a 2xx status code

func (*GetConversationRecordingsServiceUnavailable) String

type GetConversationRecordingsTooManyRequests

type GetConversationRecordingsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetConversationRecordingsTooManyRequests

func NewGetConversationRecordingsTooManyRequests() *GetConversationRecordingsTooManyRequests

NewGetConversationRecordingsTooManyRequests creates a GetConversationRecordingsTooManyRequests with default headers values

func (*GetConversationRecordingsTooManyRequests) Error

func (*GetConversationRecordingsTooManyRequests) GetPayload

func (*GetConversationRecordingsTooManyRequests) IsClientError

IsClientError returns true when this get conversation recordings too many requests response has a 4xx status code

func (*GetConversationRecordingsTooManyRequests) IsCode

IsCode returns true when this get conversation recordings too many requests response a status code equal to that given

func (*GetConversationRecordingsTooManyRequests) IsRedirect

IsRedirect returns true when this get conversation recordings too many requests response has a 3xx status code

func (*GetConversationRecordingsTooManyRequests) IsServerError

IsServerError returns true when this get conversation recordings too many requests response has a 5xx status code

func (*GetConversationRecordingsTooManyRequests) IsSuccess

IsSuccess returns true when this get conversation recordings too many requests response has a 2xx status code

func (*GetConversationRecordingsTooManyRequests) String

type GetConversationRecordingsUnauthorized

type GetConversationRecordingsUnauthorized struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetConversationRecordingsUnauthorized

func NewGetConversationRecordingsUnauthorized() *GetConversationRecordingsUnauthorized

NewGetConversationRecordingsUnauthorized creates a GetConversationRecordingsUnauthorized with default headers values

func (*GetConversationRecordingsUnauthorized) Error

func (*GetConversationRecordingsUnauthorized) GetPayload

func (*GetConversationRecordingsUnauthorized) IsClientError

func (o *GetConversationRecordingsUnauthorized) IsClientError() bool

IsClientError returns true when this get conversation recordings unauthorized response has a 4xx status code

func (*GetConversationRecordingsUnauthorized) IsCode

IsCode returns true when this get conversation recordings unauthorized response a status code equal to that given

func (*GetConversationRecordingsUnauthorized) IsRedirect

IsRedirect returns true when this get conversation recordings unauthorized response has a 3xx status code

func (*GetConversationRecordingsUnauthorized) IsServerError

func (o *GetConversationRecordingsUnauthorized) IsServerError() bool

IsServerError returns true when this get conversation recordings unauthorized response has a 5xx status code

func (*GetConversationRecordingsUnauthorized) IsSuccess

IsSuccess returns true when this get conversation recordings unauthorized response has a 2xx status code

func (*GetConversationRecordingsUnauthorized) String

type GetConversationRecordingsUnsupportedMediaType

type GetConversationRecordingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetConversationRecordingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetConversationRecordingsUnsupportedMediaType

func NewGetConversationRecordingsUnsupportedMediaType() *GetConversationRecordingsUnsupportedMediaType

NewGetConversationRecordingsUnsupportedMediaType creates a GetConversationRecordingsUnsupportedMediaType with default headers values

func (*GetConversationRecordingsUnsupportedMediaType) Error

func (*GetConversationRecordingsUnsupportedMediaType) GetPayload

func (*GetConversationRecordingsUnsupportedMediaType) IsClientError

IsClientError returns true when this get conversation recordings unsupported media type response has a 4xx status code

func (*GetConversationRecordingsUnsupportedMediaType) IsCode

IsCode returns true when this get conversation recordings unsupported media type response a status code equal to that given

func (*GetConversationRecordingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get conversation recordings unsupported media type response has a 3xx status code

func (*GetConversationRecordingsUnsupportedMediaType) IsServerError

IsServerError returns true when this get conversation recordings unsupported media type response has a 5xx status code

func (*GetConversationRecordingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get conversation recordings unsupported media type response has a 2xx status code

func (*GetConversationRecordingsUnsupportedMediaType) String

type GetOrphanrecordingBadRequest

type GetOrphanrecordingBadRequest struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetOrphanrecordingBadRequest

func NewGetOrphanrecordingBadRequest() *GetOrphanrecordingBadRequest

NewGetOrphanrecordingBadRequest creates a GetOrphanrecordingBadRequest with default headers values

func (*GetOrphanrecordingBadRequest) Error

func (*GetOrphanrecordingBadRequest) GetPayload

func (*GetOrphanrecordingBadRequest) IsClientError

func (o *GetOrphanrecordingBadRequest) IsClientError() bool

IsClientError returns true when this get orphanrecording bad request response has a 4xx status code

func (*GetOrphanrecordingBadRequest) IsCode

func (o *GetOrphanrecordingBadRequest) IsCode(code int) bool

IsCode returns true when this get orphanrecording bad request response a status code equal to that given

func (*GetOrphanrecordingBadRequest) IsRedirect

func (o *GetOrphanrecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this get orphanrecording bad request response has a 3xx status code

func (*GetOrphanrecordingBadRequest) IsServerError

func (o *GetOrphanrecordingBadRequest) IsServerError() bool

IsServerError returns true when this get orphanrecording bad request response has a 5xx status code

func (*GetOrphanrecordingBadRequest) IsSuccess

func (o *GetOrphanrecordingBadRequest) IsSuccess() bool

IsSuccess returns true when this get orphanrecording bad request response has a 2xx status code

func (*GetOrphanrecordingBadRequest) String

type GetOrphanrecordingForbidden

type GetOrphanrecordingForbidden struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrphanrecordingForbidden

func NewGetOrphanrecordingForbidden() *GetOrphanrecordingForbidden

NewGetOrphanrecordingForbidden creates a GetOrphanrecordingForbidden with default headers values

func (*GetOrphanrecordingForbidden) Error

func (*GetOrphanrecordingForbidden) GetPayload

func (o *GetOrphanrecordingForbidden) GetPayload() *models.ErrorBody

func (*GetOrphanrecordingForbidden) IsClientError

func (o *GetOrphanrecordingForbidden) IsClientError() bool

IsClientError returns true when this get orphanrecording forbidden response has a 4xx status code

func (*GetOrphanrecordingForbidden) IsCode

func (o *GetOrphanrecordingForbidden) IsCode(code int) bool

IsCode returns true when this get orphanrecording forbidden response a status code equal to that given

func (*GetOrphanrecordingForbidden) IsRedirect

func (o *GetOrphanrecordingForbidden) IsRedirect() bool

IsRedirect returns true when this get orphanrecording forbidden response has a 3xx status code

func (*GetOrphanrecordingForbidden) IsServerError

func (o *GetOrphanrecordingForbidden) IsServerError() bool

IsServerError returns true when this get orphanrecording forbidden response has a 5xx status code

func (*GetOrphanrecordingForbidden) IsSuccess

func (o *GetOrphanrecordingForbidden) IsSuccess() bool

IsSuccess returns true when this get orphanrecording forbidden response has a 2xx status code

func (*GetOrphanrecordingForbidden) String

func (o *GetOrphanrecordingForbidden) String() string

type GetOrphanrecordingGatewayTimeout

type GetOrphanrecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrphanrecordingGatewayTimeout

func NewGetOrphanrecordingGatewayTimeout() *GetOrphanrecordingGatewayTimeout

NewGetOrphanrecordingGatewayTimeout creates a GetOrphanrecordingGatewayTimeout with default headers values

func (*GetOrphanrecordingGatewayTimeout) Error

func (*GetOrphanrecordingGatewayTimeout) GetPayload

func (*GetOrphanrecordingGatewayTimeout) IsClientError

func (o *GetOrphanrecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this get orphanrecording gateway timeout response has a 4xx status code

func (*GetOrphanrecordingGatewayTimeout) IsCode

func (o *GetOrphanrecordingGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get orphanrecording gateway timeout response a status code equal to that given

func (*GetOrphanrecordingGatewayTimeout) IsRedirect

func (o *GetOrphanrecordingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get orphanrecording gateway timeout response has a 3xx status code

func (*GetOrphanrecordingGatewayTimeout) IsServerError

func (o *GetOrphanrecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this get orphanrecording gateway timeout response has a 5xx status code

func (*GetOrphanrecordingGatewayTimeout) IsSuccess

func (o *GetOrphanrecordingGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get orphanrecording gateway timeout response has a 2xx status code

func (*GetOrphanrecordingGatewayTimeout) String

type GetOrphanrecordingInternalServerError

type GetOrphanrecordingInternalServerError struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrphanrecordingInternalServerError

func NewGetOrphanrecordingInternalServerError() *GetOrphanrecordingInternalServerError

NewGetOrphanrecordingInternalServerError creates a GetOrphanrecordingInternalServerError with default headers values

func (*GetOrphanrecordingInternalServerError) Error

func (*GetOrphanrecordingInternalServerError) GetPayload

func (*GetOrphanrecordingInternalServerError) IsClientError

func (o *GetOrphanrecordingInternalServerError) IsClientError() bool

IsClientError returns true when this get orphanrecording internal server error response has a 4xx status code

func (*GetOrphanrecordingInternalServerError) IsCode

IsCode returns true when this get orphanrecording internal server error response a status code equal to that given

func (*GetOrphanrecordingInternalServerError) IsRedirect

IsRedirect returns true when this get orphanrecording internal server error response has a 3xx status code

func (*GetOrphanrecordingInternalServerError) IsServerError

func (o *GetOrphanrecordingInternalServerError) IsServerError() bool

IsServerError returns true when this get orphanrecording internal server error response has a 5xx status code

func (*GetOrphanrecordingInternalServerError) IsSuccess

IsSuccess returns true when this get orphanrecording internal server error response has a 2xx status code

func (*GetOrphanrecordingInternalServerError) String

type GetOrphanrecordingMediaAccepted

type GetOrphanrecordingMediaAccepted struct {
}

GetOrphanrecordingMediaAccepted describes a response with status code 202, with default header values.

Accepted - Transcoding orphan media

func NewGetOrphanrecordingMediaAccepted

func NewGetOrphanrecordingMediaAccepted() *GetOrphanrecordingMediaAccepted

NewGetOrphanrecordingMediaAccepted creates a GetOrphanrecordingMediaAccepted with default headers values

func (*GetOrphanrecordingMediaAccepted) Error

func (*GetOrphanrecordingMediaAccepted) IsClientError

func (o *GetOrphanrecordingMediaAccepted) IsClientError() bool

IsClientError returns true when this get orphanrecording media accepted response has a 4xx status code

func (*GetOrphanrecordingMediaAccepted) IsCode

func (o *GetOrphanrecordingMediaAccepted) IsCode(code int) bool

IsCode returns true when this get orphanrecording media accepted response a status code equal to that given

func (*GetOrphanrecordingMediaAccepted) IsRedirect

func (o *GetOrphanrecordingMediaAccepted) IsRedirect() bool

IsRedirect returns true when this get orphanrecording media accepted response has a 3xx status code

func (*GetOrphanrecordingMediaAccepted) IsServerError

func (o *GetOrphanrecordingMediaAccepted) IsServerError() bool

IsServerError returns true when this get orphanrecording media accepted response has a 5xx status code

func (*GetOrphanrecordingMediaAccepted) IsSuccess

func (o *GetOrphanrecordingMediaAccepted) IsSuccess() bool

IsSuccess returns true when this get orphanrecording media accepted response has a 2xx status code

func (*GetOrphanrecordingMediaAccepted) String

type GetOrphanrecordingMediaBadRequest

type GetOrphanrecordingMediaBadRequest struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetOrphanrecordingMediaBadRequest

func NewGetOrphanrecordingMediaBadRequest() *GetOrphanrecordingMediaBadRequest

NewGetOrphanrecordingMediaBadRequest creates a GetOrphanrecordingMediaBadRequest with default headers values

func (*GetOrphanrecordingMediaBadRequest) Error

func (*GetOrphanrecordingMediaBadRequest) GetPayload

func (*GetOrphanrecordingMediaBadRequest) IsClientError

func (o *GetOrphanrecordingMediaBadRequest) IsClientError() bool

IsClientError returns true when this get orphanrecording media bad request response has a 4xx status code

func (*GetOrphanrecordingMediaBadRequest) IsCode

func (o *GetOrphanrecordingMediaBadRequest) IsCode(code int) bool

IsCode returns true when this get orphanrecording media bad request response a status code equal to that given

func (*GetOrphanrecordingMediaBadRequest) IsRedirect

func (o *GetOrphanrecordingMediaBadRequest) IsRedirect() bool

IsRedirect returns true when this get orphanrecording media bad request response has a 3xx status code

func (*GetOrphanrecordingMediaBadRequest) IsServerError

func (o *GetOrphanrecordingMediaBadRequest) IsServerError() bool

IsServerError returns true when this get orphanrecording media bad request response has a 5xx status code

func (*GetOrphanrecordingMediaBadRequest) IsSuccess

func (o *GetOrphanrecordingMediaBadRequest) IsSuccess() bool

IsSuccess returns true when this get orphanrecording media bad request response has a 2xx status code

func (*GetOrphanrecordingMediaBadRequest) String

type GetOrphanrecordingMediaForbidden

type GetOrphanrecordingMediaForbidden struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrphanrecordingMediaForbidden

func NewGetOrphanrecordingMediaForbidden() *GetOrphanrecordingMediaForbidden

NewGetOrphanrecordingMediaForbidden creates a GetOrphanrecordingMediaForbidden with default headers values

func (*GetOrphanrecordingMediaForbidden) Error

func (*GetOrphanrecordingMediaForbidden) GetPayload

func (*GetOrphanrecordingMediaForbidden) IsClientError

func (o *GetOrphanrecordingMediaForbidden) IsClientError() bool

IsClientError returns true when this get orphanrecording media forbidden response has a 4xx status code

func (*GetOrphanrecordingMediaForbidden) IsCode

func (o *GetOrphanrecordingMediaForbidden) IsCode(code int) bool

IsCode returns true when this get orphanrecording media forbidden response a status code equal to that given

func (*GetOrphanrecordingMediaForbidden) IsRedirect

func (o *GetOrphanrecordingMediaForbidden) IsRedirect() bool

IsRedirect returns true when this get orphanrecording media forbidden response has a 3xx status code

func (*GetOrphanrecordingMediaForbidden) IsServerError

func (o *GetOrphanrecordingMediaForbidden) IsServerError() bool

IsServerError returns true when this get orphanrecording media forbidden response has a 5xx status code

func (*GetOrphanrecordingMediaForbidden) IsSuccess

func (o *GetOrphanrecordingMediaForbidden) IsSuccess() bool

IsSuccess returns true when this get orphanrecording media forbidden response has a 2xx status code

func (*GetOrphanrecordingMediaForbidden) String

type GetOrphanrecordingMediaGatewayTimeout

type GetOrphanrecordingMediaGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrphanrecordingMediaGatewayTimeout

func NewGetOrphanrecordingMediaGatewayTimeout() *GetOrphanrecordingMediaGatewayTimeout

NewGetOrphanrecordingMediaGatewayTimeout creates a GetOrphanrecordingMediaGatewayTimeout with default headers values

func (*GetOrphanrecordingMediaGatewayTimeout) Error

func (*GetOrphanrecordingMediaGatewayTimeout) GetPayload

func (*GetOrphanrecordingMediaGatewayTimeout) IsClientError

func (o *GetOrphanrecordingMediaGatewayTimeout) IsClientError() bool

IsClientError returns true when this get orphanrecording media gateway timeout response has a 4xx status code

func (*GetOrphanrecordingMediaGatewayTimeout) IsCode

IsCode returns true when this get orphanrecording media gateway timeout response a status code equal to that given

func (*GetOrphanrecordingMediaGatewayTimeout) IsRedirect

IsRedirect returns true when this get orphanrecording media gateway timeout response has a 3xx status code

func (*GetOrphanrecordingMediaGatewayTimeout) IsServerError

func (o *GetOrphanrecordingMediaGatewayTimeout) IsServerError() bool

IsServerError returns true when this get orphanrecording media gateway timeout response has a 5xx status code

func (*GetOrphanrecordingMediaGatewayTimeout) IsSuccess

IsSuccess returns true when this get orphanrecording media gateway timeout response has a 2xx status code

func (*GetOrphanrecordingMediaGatewayTimeout) String

type GetOrphanrecordingMediaInternalServerError

type GetOrphanrecordingMediaInternalServerError struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrphanrecordingMediaInternalServerError

func NewGetOrphanrecordingMediaInternalServerError() *GetOrphanrecordingMediaInternalServerError

NewGetOrphanrecordingMediaInternalServerError creates a GetOrphanrecordingMediaInternalServerError with default headers values

func (*GetOrphanrecordingMediaInternalServerError) Error

func (*GetOrphanrecordingMediaInternalServerError) GetPayload

func (*GetOrphanrecordingMediaInternalServerError) IsClientError

IsClientError returns true when this get orphanrecording media internal server error response has a 4xx status code

func (*GetOrphanrecordingMediaInternalServerError) IsCode

IsCode returns true when this get orphanrecording media internal server error response a status code equal to that given

func (*GetOrphanrecordingMediaInternalServerError) IsRedirect

IsRedirect returns true when this get orphanrecording media internal server error response has a 3xx status code

func (*GetOrphanrecordingMediaInternalServerError) IsServerError

IsServerError returns true when this get orphanrecording media internal server error response has a 5xx status code

func (*GetOrphanrecordingMediaInternalServerError) IsSuccess

IsSuccess returns true when this get orphanrecording media internal server error response has a 2xx status code

func (*GetOrphanrecordingMediaInternalServerError) String

type GetOrphanrecordingMediaNotFound

type GetOrphanrecordingMediaNotFound struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetOrphanrecordingMediaNotFound

func NewGetOrphanrecordingMediaNotFound() *GetOrphanrecordingMediaNotFound

NewGetOrphanrecordingMediaNotFound creates a GetOrphanrecordingMediaNotFound with default headers values

func (*GetOrphanrecordingMediaNotFound) Error

func (*GetOrphanrecordingMediaNotFound) GetPayload

func (*GetOrphanrecordingMediaNotFound) IsClientError

func (o *GetOrphanrecordingMediaNotFound) IsClientError() bool

IsClientError returns true when this get orphanrecording media not found response has a 4xx status code

func (*GetOrphanrecordingMediaNotFound) IsCode

func (o *GetOrphanrecordingMediaNotFound) IsCode(code int) bool

IsCode returns true when this get orphanrecording media not found response a status code equal to that given

func (*GetOrphanrecordingMediaNotFound) IsRedirect

func (o *GetOrphanrecordingMediaNotFound) IsRedirect() bool

IsRedirect returns true when this get orphanrecording media not found response has a 3xx status code

func (*GetOrphanrecordingMediaNotFound) IsServerError

func (o *GetOrphanrecordingMediaNotFound) IsServerError() bool

IsServerError returns true when this get orphanrecording media not found response has a 5xx status code

func (*GetOrphanrecordingMediaNotFound) IsSuccess

func (o *GetOrphanrecordingMediaNotFound) IsSuccess() bool

IsSuccess returns true when this get orphanrecording media not found response has a 2xx status code

func (*GetOrphanrecordingMediaNotFound) String

type GetOrphanrecordingMediaOK

type GetOrphanrecordingMediaOK struct {
	Payload *models.Recording
}

GetOrphanrecordingMediaOK describes a response with status code 200, with default header values.

successful operation

func NewGetOrphanrecordingMediaOK

func NewGetOrphanrecordingMediaOK() *GetOrphanrecordingMediaOK

NewGetOrphanrecordingMediaOK creates a GetOrphanrecordingMediaOK with default headers values

func (*GetOrphanrecordingMediaOK) Error

func (o *GetOrphanrecordingMediaOK) Error() string

func (*GetOrphanrecordingMediaOK) GetPayload

func (o *GetOrphanrecordingMediaOK) GetPayload() *models.Recording

func (*GetOrphanrecordingMediaOK) IsClientError

func (o *GetOrphanrecordingMediaOK) IsClientError() bool

IsClientError returns true when this get orphanrecording media o k response has a 4xx status code

func (*GetOrphanrecordingMediaOK) IsCode

func (o *GetOrphanrecordingMediaOK) IsCode(code int) bool

IsCode returns true when this get orphanrecording media o k response a status code equal to that given

func (*GetOrphanrecordingMediaOK) IsRedirect

func (o *GetOrphanrecordingMediaOK) IsRedirect() bool

IsRedirect returns true when this get orphanrecording media o k response has a 3xx status code

func (*GetOrphanrecordingMediaOK) IsServerError

func (o *GetOrphanrecordingMediaOK) IsServerError() bool

IsServerError returns true when this get orphanrecording media o k response has a 5xx status code

func (*GetOrphanrecordingMediaOK) IsSuccess

func (o *GetOrphanrecordingMediaOK) IsSuccess() bool

IsSuccess returns true when this get orphanrecording media o k response has a 2xx status code

func (*GetOrphanrecordingMediaOK) String

func (o *GetOrphanrecordingMediaOK) String() string

type GetOrphanrecordingMediaParams

type GetOrphanrecordingMediaParams struct {

	/* ChatFormatID.

	   The desired media format when downloading a chat recording.

	   Default: "ZIP"
	*/
	ChatFormatID *string

	/* Download.

	   requesting a download format of the recording
	*/
	Download *bool

	/* EmailFormatID.

	   The desired media format when downloading an email recording.

	   Default: "EML"
	*/
	EmailFormatID *string

	/* FileName.

	   the name of the downloaded fileName
	*/
	FileName *string

	/* FormatID.

	   The desired media format.

	   Default: "WEBM"
	*/
	FormatID *string

	/* Locale.

	   The locale for the requested file when downloading, as an ISO 639-1 code
	*/
	Locale *string

	/* MediaFormats.

	   All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3
	*/
	MediaFormats []string

	/* MessageFormatID.

	   The desired media format when downloading a message recording.

	   Default: "ZIP"
	*/
	MessageFormatID *string

	/* OrphanID.

	   Orphan ID
	*/
	OrphanID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrphanrecordingMediaParams contains all the parameters to send to the API endpoint

for the get orphanrecording media operation.

Typically these are written to a http.Request.

func NewGetOrphanrecordingMediaParams

func NewGetOrphanrecordingMediaParams() *GetOrphanrecordingMediaParams

NewGetOrphanrecordingMediaParams creates a new GetOrphanrecordingMediaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrphanrecordingMediaParamsWithContext

func NewGetOrphanrecordingMediaParamsWithContext(ctx context.Context) *GetOrphanrecordingMediaParams

NewGetOrphanrecordingMediaParamsWithContext creates a new GetOrphanrecordingMediaParams object with the ability to set a context for a request.

func NewGetOrphanrecordingMediaParamsWithHTTPClient

func NewGetOrphanrecordingMediaParamsWithHTTPClient(client *http.Client) *GetOrphanrecordingMediaParams

NewGetOrphanrecordingMediaParamsWithHTTPClient creates a new GetOrphanrecordingMediaParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrphanrecordingMediaParamsWithTimeout

func NewGetOrphanrecordingMediaParamsWithTimeout(timeout time.Duration) *GetOrphanrecordingMediaParams

NewGetOrphanrecordingMediaParamsWithTimeout creates a new GetOrphanrecordingMediaParams object with the ability to set a timeout on a request.

func (*GetOrphanrecordingMediaParams) SetChatFormatID

func (o *GetOrphanrecordingMediaParams) SetChatFormatID(chatFormatID *string)

SetChatFormatID adds the chatFormatId to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetContext

func (o *GetOrphanrecordingMediaParams) SetContext(ctx context.Context)

SetContext adds the context to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetDefaults

func (o *GetOrphanrecordingMediaParams) SetDefaults()

SetDefaults hydrates default values in the get orphanrecording media params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrphanrecordingMediaParams) SetDownload

func (o *GetOrphanrecordingMediaParams) SetDownload(download *bool)

SetDownload adds the download to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetEmailFormatID

func (o *GetOrphanrecordingMediaParams) SetEmailFormatID(emailFormatID *string)

SetEmailFormatID adds the emailFormatId to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetFileName

func (o *GetOrphanrecordingMediaParams) SetFileName(fileName *string)

SetFileName adds the fileName to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetFormatID

func (o *GetOrphanrecordingMediaParams) SetFormatID(formatID *string)

SetFormatID adds the formatId to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetHTTPClient

func (o *GetOrphanrecordingMediaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetLocale

func (o *GetOrphanrecordingMediaParams) SetLocale(locale *string)

SetLocale adds the locale to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetMediaFormats

func (o *GetOrphanrecordingMediaParams) SetMediaFormats(mediaFormats []string)

SetMediaFormats adds the mediaFormats to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetMessageFormatID

func (o *GetOrphanrecordingMediaParams) SetMessageFormatID(messageFormatID *string)

SetMessageFormatID adds the messageFormatId to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetOrphanID

func (o *GetOrphanrecordingMediaParams) SetOrphanID(orphanID string)

SetOrphanID adds the orphanId to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) SetTimeout

func (o *GetOrphanrecordingMediaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithChatFormatID

func (o *GetOrphanrecordingMediaParams) WithChatFormatID(chatFormatID *string) *GetOrphanrecordingMediaParams

WithChatFormatID adds the chatFormatID to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithContext

WithContext adds the context to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithDefaults

WithDefaults hydrates default values in the get orphanrecording media params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrphanrecordingMediaParams) WithDownload

WithDownload adds the download to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithEmailFormatID

func (o *GetOrphanrecordingMediaParams) WithEmailFormatID(emailFormatID *string) *GetOrphanrecordingMediaParams

WithEmailFormatID adds the emailFormatID to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithFileName

WithFileName adds the fileName to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithFormatID

WithFormatID adds the formatID to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithLocale

WithLocale adds the locale to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithMediaFormats

func (o *GetOrphanrecordingMediaParams) WithMediaFormats(mediaFormats []string) *GetOrphanrecordingMediaParams

WithMediaFormats adds the mediaFormats to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithMessageFormatID

func (o *GetOrphanrecordingMediaParams) WithMessageFormatID(messageFormatID *string) *GetOrphanrecordingMediaParams

WithMessageFormatID adds the messageFormatID to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithOrphanID

WithOrphanID adds the orphanID to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WithTimeout

WithTimeout adds the timeout to the get orphanrecording media params

func (*GetOrphanrecordingMediaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrphanrecordingMediaReader

type GetOrphanrecordingMediaReader struct {
	// contains filtered or unexported fields
}

GetOrphanrecordingMediaReader is a Reader for the GetOrphanrecordingMedia structure.

func (*GetOrphanrecordingMediaReader) ReadResponse

func (o *GetOrphanrecordingMediaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrphanrecordingMediaRequestEntityTooLarge

type GetOrphanrecordingMediaRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrphanrecordingMediaRequestEntityTooLarge

func NewGetOrphanrecordingMediaRequestEntityTooLarge() *GetOrphanrecordingMediaRequestEntityTooLarge

NewGetOrphanrecordingMediaRequestEntityTooLarge creates a GetOrphanrecordingMediaRequestEntityTooLarge with default headers values

func (*GetOrphanrecordingMediaRequestEntityTooLarge) Error

func (*GetOrphanrecordingMediaRequestEntityTooLarge) GetPayload

func (*GetOrphanrecordingMediaRequestEntityTooLarge) IsClientError

IsClientError returns true when this get orphanrecording media request entity too large response has a 4xx status code

func (*GetOrphanrecordingMediaRequestEntityTooLarge) IsCode

IsCode returns true when this get orphanrecording media request entity too large response a status code equal to that given

func (*GetOrphanrecordingMediaRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get orphanrecording media request entity too large response has a 3xx status code

func (*GetOrphanrecordingMediaRequestEntityTooLarge) IsServerError

IsServerError returns true when this get orphanrecording media request entity too large response has a 5xx status code

func (*GetOrphanrecordingMediaRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get orphanrecording media request entity too large response has a 2xx status code

func (*GetOrphanrecordingMediaRequestEntityTooLarge) String

type GetOrphanrecordingMediaRequestTimeout

type GetOrphanrecordingMediaRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrphanrecordingMediaRequestTimeout

func NewGetOrphanrecordingMediaRequestTimeout() *GetOrphanrecordingMediaRequestTimeout

NewGetOrphanrecordingMediaRequestTimeout creates a GetOrphanrecordingMediaRequestTimeout with default headers values

func (*GetOrphanrecordingMediaRequestTimeout) Error

func (*GetOrphanrecordingMediaRequestTimeout) GetPayload

func (*GetOrphanrecordingMediaRequestTimeout) IsClientError

func (o *GetOrphanrecordingMediaRequestTimeout) IsClientError() bool

IsClientError returns true when this get orphanrecording media request timeout response has a 4xx status code

func (*GetOrphanrecordingMediaRequestTimeout) IsCode

IsCode returns true when this get orphanrecording media request timeout response a status code equal to that given

func (*GetOrphanrecordingMediaRequestTimeout) IsRedirect

IsRedirect returns true when this get orphanrecording media request timeout response has a 3xx status code

func (*GetOrphanrecordingMediaRequestTimeout) IsServerError

func (o *GetOrphanrecordingMediaRequestTimeout) IsServerError() bool

IsServerError returns true when this get orphanrecording media request timeout response has a 5xx status code

func (*GetOrphanrecordingMediaRequestTimeout) IsSuccess

IsSuccess returns true when this get orphanrecording media request timeout response has a 2xx status code

func (*GetOrphanrecordingMediaRequestTimeout) String

type GetOrphanrecordingMediaServiceUnavailable

type GetOrphanrecordingMediaServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrphanrecordingMediaServiceUnavailable

func NewGetOrphanrecordingMediaServiceUnavailable() *GetOrphanrecordingMediaServiceUnavailable

NewGetOrphanrecordingMediaServiceUnavailable creates a GetOrphanrecordingMediaServiceUnavailable with default headers values

func (*GetOrphanrecordingMediaServiceUnavailable) Error

func (*GetOrphanrecordingMediaServiceUnavailable) GetPayload

func (*GetOrphanrecordingMediaServiceUnavailable) IsClientError

IsClientError returns true when this get orphanrecording media service unavailable response has a 4xx status code

func (*GetOrphanrecordingMediaServiceUnavailable) IsCode

IsCode returns true when this get orphanrecording media service unavailable response a status code equal to that given

func (*GetOrphanrecordingMediaServiceUnavailable) IsRedirect

IsRedirect returns true when this get orphanrecording media service unavailable response has a 3xx status code

func (*GetOrphanrecordingMediaServiceUnavailable) IsServerError

IsServerError returns true when this get orphanrecording media service unavailable response has a 5xx status code

func (*GetOrphanrecordingMediaServiceUnavailable) IsSuccess

IsSuccess returns true when this get orphanrecording media service unavailable response has a 2xx status code

func (*GetOrphanrecordingMediaServiceUnavailable) String

type GetOrphanrecordingMediaTooManyRequests

type GetOrphanrecordingMediaTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrphanrecordingMediaTooManyRequests

func NewGetOrphanrecordingMediaTooManyRequests() *GetOrphanrecordingMediaTooManyRequests

NewGetOrphanrecordingMediaTooManyRequests creates a GetOrphanrecordingMediaTooManyRequests with default headers values

func (*GetOrphanrecordingMediaTooManyRequests) Error

func (*GetOrphanrecordingMediaTooManyRequests) GetPayload

func (*GetOrphanrecordingMediaTooManyRequests) IsClientError

func (o *GetOrphanrecordingMediaTooManyRequests) IsClientError() bool

IsClientError returns true when this get orphanrecording media too many requests response has a 4xx status code

func (*GetOrphanrecordingMediaTooManyRequests) IsCode

IsCode returns true when this get orphanrecording media too many requests response a status code equal to that given

func (*GetOrphanrecordingMediaTooManyRequests) IsRedirect

IsRedirect returns true when this get orphanrecording media too many requests response has a 3xx status code

func (*GetOrphanrecordingMediaTooManyRequests) IsServerError

func (o *GetOrphanrecordingMediaTooManyRequests) IsServerError() bool

IsServerError returns true when this get orphanrecording media too many requests response has a 5xx status code

func (*GetOrphanrecordingMediaTooManyRequests) IsSuccess

IsSuccess returns true when this get orphanrecording media too many requests response has a 2xx status code

func (*GetOrphanrecordingMediaTooManyRequests) String

type GetOrphanrecordingMediaUnauthorized

type GetOrphanrecordingMediaUnauthorized struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetOrphanrecordingMediaUnauthorized

func NewGetOrphanrecordingMediaUnauthorized() *GetOrphanrecordingMediaUnauthorized

NewGetOrphanrecordingMediaUnauthorized creates a GetOrphanrecordingMediaUnauthorized with default headers values

func (*GetOrphanrecordingMediaUnauthorized) Error

func (*GetOrphanrecordingMediaUnauthorized) GetPayload

func (*GetOrphanrecordingMediaUnauthorized) IsClientError

func (o *GetOrphanrecordingMediaUnauthorized) IsClientError() bool

IsClientError returns true when this get orphanrecording media unauthorized response has a 4xx status code

func (*GetOrphanrecordingMediaUnauthorized) IsCode

IsCode returns true when this get orphanrecording media unauthorized response a status code equal to that given

func (*GetOrphanrecordingMediaUnauthorized) IsRedirect

func (o *GetOrphanrecordingMediaUnauthorized) IsRedirect() bool

IsRedirect returns true when this get orphanrecording media unauthorized response has a 3xx status code

func (*GetOrphanrecordingMediaUnauthorized) IsServerError

func (o *GetOrphanrecordingMediaUnauthorized) IsServerError() bool

IsServerError returns true when this get orphanrecording media unauthorized response has a 5xx status code

func (*GetOrphanrecordingMediaUnauthorized) IsSuccess

IsSuccess returns true when this get orphanrecording media unauthorized response has a 2xx status code

func (*GetOrphanrecordingMediaUnauthorized) String

type GetOrphanrecordingMediaUnsupportedMediaType

type GetOrphanrecordingMediaUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingMediaUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrphanrecordingMediaUnsupportedMediaType

func NewGetOrphanrecordingMediaUnsupportedMediaType() *GetOrphanrecordingMediaUnsupportedMediaType

NewGetOrphanrecordingMediaUnsupportedMediaType creates a GetOrphanrecordingMediaUnsupportedMediaType with default headers values

func (*GetOrphanrecordingMediaUnsupportedMediaType) Error

func (*GetOrphanrecordingMediaUnsupportedMediaType) GetPayload

func (*GetOrphanrecordingMediaUnsupportedMediaType) IsClientError

IsClientError returns true when this get orphanrecording media unsupported media type response has a 4xx status code

func (*GetOrphanrecordingMediaUnsupportedMediaType) IsCode

IsCode returns true when this get orphanrecording media unsupported media type response a status code equal to that given

func (*GetOrphanrecordingMediaUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get orphanrecording media unsupported media type response has a 3xx status code

func (*GetOrphanrecordingMediaUnsupportedMediaType) IsServerError

IsServerError returns true when this get orphanrecording media unsupported media type response has a 5xx status code

func (*GetOrphanrecordingMediaUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get orphanrecording media unsupported media type response has a 2xx status code

func (*GetOrphanrecordingMediaUnsupportedMediaType) String

type GetOrphanrecordingNotFound

type GetOrphanrecordingNotFound struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetOrphanrecordingNotFound

func NewGetOrphanrecordingNotFound() *GetOrphanrecordingNotFound

NewGetOrphanrecordingNotFound creates a GetOrphanrecordingNotFound with default headers values

func (*GetOrphanrecordingNotFound) Error

func (*GetOrphanrecordingNotFound) GetPayload

func (o *GetOrphanrecordingNotFound) GetPayload() *models.ErrorBody

func (*GetOrphanrecordingNotFound) IsClientError

func (o *GetOrphanrecordingNotFound) IsClientError() bool

IsClientError returns true when this get orphanrecording not found response has a 4xx status code

func (*GetOrphanrecordingNotFound) IsCode

func (o *GetOrphanrecordingNotFound) IsCode(code int) bool

IsCode returns true when this get orphanrecording not found response a status code equal to that given

func (*GetOrphanrecordingNotFound) IsRedirect

func (o *GetOrphanrecordingNotFound) IsRedirect() bool

IsRedirect returns true when this get orphanrecording not found response has a 3xx status code

func (*GetOrphanrecordingNotFound) IsServerError

func (o *GetOrphanrecordingNotFound) IsServerError() bool

IsServerError returns true when this get orphanrecording not found response has a 5xx status code

func (*GetOrphanrecordingNotFound) IsSuccess

func (o *GetOrphanrecordingNotFound) IsSuccess() bool

IsSuccess returns true when this get orphanrecording not found response has a 2xx status code

func (*GetOrphanrecordingNotFound) String

func (o *GetOrphanrecordingNotFound) String() string

type GetOrphanrecordingOK

type GetOrphanrecordingOK struct {
	Payload *models.OrphanRecording
}

GetOrphanrecordingOK describes a response with status code 200, with default header values.

successful operation

func NewGetOrphanrecordingOK

func NewGetOrphanrecordingOK() *GetOrphanrecordingOK

NewGetOrphanrecordingOK creates a GetOrphanrecordingOK with default headers values

func (*GetOrphanrecordingOK) Error

func (o *GetOrphanrecordingOK) Error() string

func (*GetOrphanrecordingOK) GetPayload

func (o *GetOrphanrecordingOK) GetPayload() *models.OrphanRecording

func (*GetOrphanrecordingOK) IsClientError

func (o *GetOrphanrecordingOK) IsClientError() bool

IsClientError returns true when this get orphanrecording o k response has a 4xx status code

func (*GetOrphanrecordingOK) IsCode

func (o *GetOrphanrecordingOK) IsCode(code int) bool

IsCode returns true when this get orphanrecording o k response a status code equal to that given

func (*GetOrphanrecordingOK) IsRedirect

func (o *GetOrphanrecordingOK) IsRedirect() bool

IsRedirect returns true when this get orphanrecording o k response has a 3xx status code

func (*GetOrphanrecordingOK) IsServerError

func (o *GetOrphanrecordingOK) IsServerError() bool

IsServerError returns true when this get orphanrecording o k response has a 5xx status code

func (*GetOrphanrecordingOK) IsSuccess

func (o *GetOrphanrecordingOK) IsSuccess() bool

IsSuccess returns true when this get orphanrecording o k response has a 2xx status code

func (*GetOrphanrecordingOK) String

func (o *GetOrphanrecordingOK) String() string

type GetOrphanrecordingParams

type GetOrphanrecordingParams struct {

	/* OrphanID.

	   Orphan ID
	*/
	OrphanID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrphanrecordingParams contains all the parameters to send to the API endpoint

for the get orphanrecording operation.

Typically these are written to a http.Request.

func NewGetOrphanrecordingParams

func NewGetOrphanrecordingParams() *GetOrphanrecordingParams

NewGetOrphanrecordingParams creates a new GetOrphanrecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrphanrecordingParamsWithContext

func NewGetOrphanrecordingParamsWithContext(ctx context.Context) *GetOrphanrecordingParams

NewGetOrphanrecordingParamsWithContext creates a new GetOrphanrecordingParams object with the ability to set a context for a request.

func NewGetOrphanrecordingParamsWithHTTPClient

func NewGetOrphanrecordingParamsWithHTTPClient(client *http.Client) *GetOrphanrecordingParams

NewGetOrphanrecordingParamsWithHTTPClient creates a new GetOrphanrecordingParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrphanrecordingParamsWithTimeout

func NewGetOrphanrecordingParamsWithTimeout(timeout time.Duration) *GetOrphanrecordingParams

NewGetOrphanrecordingParamsWithTimeout creates a new GetOrphanrecordingParams object with the ability to set a timeout on a request.

func (*GetOrphanrecordingParams) SetContext

func (o *GetOrphanrecordingParams) SetContext(ctx context.Context)

SetContext adds the context to the get orphanrecording params

func (*GetOrphanrecordingParams) SetDefaults

func (o *GetOrphanrecordingParams) SetDefaults()

SetDefaults hydrates default values in the get orphanrecording params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrphanrecordingParams) SetHTTPClient

func (o *GetOrphanrecordingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get orphanrecording params

func (*GetOrphanrecordingParams) SetOrphanID

func (o *GetOrphanrecordingParams) SetOrphanID(orphanID string)

SetOrphanID adds the orphanId to the get orphanrecording params

func (*GetOrphanrecordingParams) SetTimeout

func (o *GetOrphanrecordingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get orphanrecording params

func (*GetOrphanrecordingParams) WithContext

WithContext adds the context to the get orphanrecording params

func (*GetOrphanrecordingParams) WithDefaults

WithDefaults hydrates default values in the get orphanrecording params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrphanrecordingParams) WithHTTPClient

func (o *GetOrphanrecordingParams) WithHTTPClient(client *http.Client) *GetOrphanrecordingParams

WithHTTPClient adds the HTTPClient to the get orphanrecording params

func (*GetOrphanrecordingParams) WithOrphanID

func (o *GetOrphanrecordingParams) WithOrphanID(orphanID string) *GetOrphanrecordingParams

WithOrphanID adds the orphanID to the get orphanrecording params

func (*GetOrphanrecordingParams) WithTimeout

WithTimeout adds the timeout to the get orphanrecording params

func (*GetOrphanrecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrphanrecordingReader

type GetOrphanrecordingReader struct {
	// contains filtered or unexported fields
}

GetOrphanrecordingReader is a Reader for the GetOrphanrecording structure.

func (*GetOrphanrecordingReader) ReadResponse

func (o *GetOrphanrecordingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrphanrecordingRequestEntityTooLarge

type GetOrphanrecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrphanrecordingRequestEntityTooLarge

func NewGetOrphanrecordingRequestEntityTooLarge() *GetOrphanrecordingRequestEntityTooLarge

NewGetOrphanrecordingRequestEntityTooLarge creates a GetOrphanrecordingRequestEntityTooLarge with default headers values

func (*GetOrphanrecordingRequestEntityTooLarge) Error

func (*GetOrphanrecordingRequestEntityTooLarge) GetPayload

func (*GetOrphanrecordingRequestEntityTooLarge) IsClientError

func (o *GetOrphanrecordingRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get orphanrecording request entity too large response has a 4xx status code

func (*GetOrphanrecordingRequestEntityTooLarge) IsCode

IsCode returns true when this get orphanrecording request entity too large response a status code equal to that given

func (*GetOrphanrecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get orphanrecording request entity too large response has a 3xx status code

func (*GetOrphanrecordingRequestEntityTooLarge) IsServerError

func (o *GetOrphanrecordingRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get orphanrecording request entity too large response has a 5xx status code

func (*GetOrphanrecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get orphanrecording request entity too large response has a 2xx status code

func (*GetOrphanrecordingRequestEntityTooLarge) String

type GetOrphanrecordingRequestTimeout

type GetOrphanrecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrphanrecordingRequestTimeout

func NewGetOrphanrecordingRequestTimeout() *GetOrphanrecordingRequestTimeout

NewGetOrphanrecordingRequestTimeout creates a GetOrphanrecordingRequestTimeout with default headers values

func (*GetOrphanrecordingRequestTimeout) Error

func (*GetOrphanrecordingRequestTimeout) GetPayload

func (*GetOrphanrecordingRequestTimeout) IsClientError

func (o *GetOrphanrecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this get orphanrecording request timeout response has a 4xx status code

func (*GetOrphanrecordingRequestTimeout) IsCode

func (o *GetOrphanrecordingRequestTimeout) IsCode(code int) bool

IsCode returns true when this get orphanrecording request timeout response a status code equal to that given

func (*GetOrphanrecordingRequestTimeout) IsRedirect

func (o *GetOrphanrecordingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get orphanrecording request timeout response has a 3xx status code

func (*GetOrphanrecordingRequestTimeout) IsServerError

func (o *GetOrphanrecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this get orphanrecording request timeout response has a 5xx status code

func (*GetOrphanrecordingRequestTimeout) IsSuccess

func (o *GetOrphanrecordingRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get orphanrecording request timeout response has a 2xx status code

func (*GetOrphanrecordingRequestTimeout) String

type GetOrphanrecordingServiceUnavailable

type GetOrphanrecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrphanrecordingServiceUnavailable

func NewGetOrphanrecordingServiceUnavailable() *GetOrphanrecordingServiceUnavailable

NewGetOrphanrecordingServiceUnavailable creates a GetOrphanrecordingServiceUnavailable with default headers values

func (*GetOrphanrecordingServiceUnavailable) Error

func (*GetOrphanrecordingServiceUnavailable) GetPayload

func (*GetOrphanrecordingServiceUnavailable) IsClientError

func (o *GetOrphanrecordingServiceUnavailable) IsClientError() bool

IsClientError returns true when this get orphanrecording service unavailable response has a 4xx status code

func (*GetOrphanrecordingServiceUnavailable) IsCode

IsCode returns true when this get orphanrecording service unavailable response a status code equal to that given

func (*GetOrphanrecordingServiceUnavailable) IsRedirect

IsRedirect returns true when this get orphanrecording service unavailable response has a 3xx status code

func (*GetOrphanrecordingServiceUnavailable) IsServerError

func (o *GetOrphanrecordingServiceUnavailable) IsServerError() bool

IsServerError returns true when this get orphanrecording service unavailable response has a 5xx status code

func (*GetOrphanrecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this get orphanrecording service unavailable response has a 2xx status code

func (*GetOrphanrecordingServiceUnavailable) String

type GetOrphanrecordingTooManyRequests

type GetOrphanrecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrphanrecordingTooManyRequests

func NewGetOrphanrecordingTooManyRequests() *GetOrphanrecordingTooManyRequests

NewGetOrphanrecordingTooManyRequests creates a GetOrphanrecordingTooManyRequests with default headers values

func (*GetOrphanrecordingTooManyRequests) Error

func (*GetOrphanrecordingTooManyRequests) GetPayload

func (*GetOrphanrecordingTooManyRequests) IsClientError

func (o *GetOrphanrecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this get orphanrecording too many requests response has a 4xx status code

func (*GetOrphanrecordingTooManyRequests) IsCode

func (o *GetOrphanrecordingTooManyRequests) IsCode(code int) bool

IsCode returns true when this get orphanrecording too many requests response a status code equal to that given

func (*GetOrphanrecordingTooManyRequests) IsRedirect

func (o *GetOrphanrecordingTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get orphanrecording too many requests response has a 3xx status code

func (*GetOrphanrecordingTooManyRequests) IsServerError

func (o *GetOrphanrecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this get orphanrecording too many requests response has a 5xx status code

func (*GetOrphanrecordingTooManyRequests) IsSuccess

func (o *GetOrphanrecordingTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get orphanrecording too many requests response has a 2xx status code

func (*GetOrphanrecordingTooManyRequests) String

type GetOrphanrecordingUnauthorized

type GetOrphanrecordingUnauthorized struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetOrphanrecordingUnauthorized

func NewGetOrphanrecordingUnauthorized() *GetOrphanrecordingUnauthorized

NewGetOrphanrecordingUnauthorized creates a GetOrphanrecordingUnauthorized with default headers values

func (*GetOrphanrecordingUnauthorized) Error

func (*GetOrphanrecordingUnauthorized) GetPayload

func (*GetOrphanrecordingUnauthorized) IsClientError

func (o *GetOrphanrecordingUnauthorized) IsClientError() bool

IsClientError returns true when this get orphanrecording unauthorized response has a 4xx status code

func (*GetOrphanrecordingUnauthorized) IsCode

func (o *GetOrphanrecordingUnauthorized) IsCode(code int) bool

IsCode returns true when this get orphanrecording unauthorized response a status code equal to that given

func (*GetOrphanrecordingUnauthorized) IsRedirect

func (o *GetOrphanrecordingUnauthorized) IsRedirect() bool

IsRedirect returns true when this get orphanrecording unauthorized response has a 3xx status code

func (*GetOrphanrecordingUnauthorized) IsServerError

func (o *GetOrphanrecordingUnauthorized) IsServerError() bool

IsServerError returns true when this get orphanrecording unauthorized response has a 5xx status code

func (*GetOrphanrecordingUnauthorized) IsSuccess

func (o *GetOrphanrecordingUnauthorized) IsSuccess() bool

IsSuccess returns true when this get orphanrecording unauthorized response has a 2xx status code

func (*GetOrphanrecordingUnauthorized) String

type GetOrphanrecordingUnsupportedMediaType

type GetOrphanrecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrphanrecordingUnsupportedMediaType

func NewGetOrphanrecordingUnsupportedMediaType() *GetOrphanrecordingUnsupportedMediaType

NewGetOrphanrecordingUnsupportedMediaType creates a GetOrphanrecordingUnsupportedMediaType with default headers values

func (*GetOrphanrecordingUnsupportedMediaType) Error

func (*GetOrphanrecordingUnsupportedMediaType) GetPayload

func (*GetOrphanrecordingUnsupportedMediaType) IsClientError

func (o *GetOrphanrecordingUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get orphanrecording unsupported media type response has a 4xx status code

func (*GetOrphanrecordingUnsupportedMediaType) IsCode

IsCode returns true when this get orphanrecording unsupported media type response a status code equal to that given

func (*GetOrphanrecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get orphanrecording unsupported media type response has a 3xx status code

func (*GetOrphanrecordingUnsupportedMediaType) IsServerError

func (o *GetOrphanrecordingUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get orphanrecording unsupported media type response has a 5xx status code

func (*GetOrphanrecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get orphanrecording unsupported media type response has a 2xx status code

func (*GetOrphanrecordingUnsupportedMediaType) String

type GetOrphanrecordingsBadRequest

type GetOrphanrecordingsBadRequest struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetOrphanrecordingsBadRequest

func NewGetOrphanrecordingsBadRequest() *GetOrphanrecordingsBadRequest

NewGetOrphanrecordingsBadRequest creates a GetOrphanrecordingsBadRequest with default headers values

func (*GetOrphanrecordingsBadRequest) Error

func (*GetOrphanrecordingsBadRequest) GetPayload

func (*GetOrphanrecordingsBadRequest) IsClientError

func (o *GetOrphanrecordingsBadRequest) IsClientError() bool

IsClientError returns true when this get orphanrecordings bad request response has a 4xx status code

func (*GetOrphanrecordingsBadRequest) IsCode

func (o *GetOrphanrecordingsBadRequest) IsCode(code int) bool

IsCode returns true when this get orphanrecordings bad request response a status code equal to that given

func (*GetOrphanrecordingsBadRequest) IsRedirect

func (o *GetOrphanrecordingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings bad request response has a 3xx status code

func (*GetOrphanrecordingsBadRequest) IsServerError

func (o *GetOrphanrecordingsBadRequest) IsServerError() bool

IsServerError returns true when this get orphanrecordings bad request response has a 5xx status code

func (*GetOrphanrecordingsBadRequest) IsSuccess

func (o *GetOrphanrecordingsBadRequest) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings bad request response has a 2xx status code

func (*GetOrphanrecordingsBadRequest) String

type GetOrphanrecordingsForbidden

type GetOrphanrecordingsForbidden struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetOrphanrecordingsForbidden

func NewGetOrphanrecordingsForbidden() *GetOrphanrecordingsForbidden

NewGetOrphanrecordingsForbidden creates a GetOrphanrecordingsForbidden with default headers values

func (*GetOrphanrecordingsForbidden) Error

func (*GetOrphanrecordingsForbidden) GetPayload

func (*GetOrphanrecordingsForbidden) IsClientError

func (o *GetOrphanrecordingsForbidden) IsClientError() bool

IsClientError returns true when this get orphanrecordings forbidden response has a 4xx status code

func (*GetOrphanrecordingsForbidden) IsCode

func (o *GetOrphanrecordingsForbidden) IsCode(code int) bool

IsCode returns true when this get orphanrecordings forbidden response a status code equal to that given

func (*GetOrphanrecordingsForbidden) IsRedirect

func (o *GetOrphanrecordingsForbidden) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings forbidden response has a 3xx status code

func (*GetOrphanrecordingsForbidden) IsServerError

func (o *GetOrphanrecordingsForbidden) IsServerError() bool

IsServerError returns true when this get orphanrecordings forbidden response has a 5xx status code

func (*GetOrphanrecordingsForbidden) IsSuccess

func (o *GetOrphanrecordingsForbidden) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings forbidden response has a 2xx status code

func (*GetOrphanrecordingsForbidden) String

type GetOrphanrecordingsGatewayTimeout

type GetOrphanrecordingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetOrphanrecordingsGatewayTimeout

func NewGetOrphanrecordingsGatewayTimeout() *GetOrphanrecordingsGatewayTimeout

NewGetOrphanrecordingsGatewayTimeout creates a GetOrphanrecordingsGatewayTimeout with default headers values

func (*GetOrphanrecordingsGatewayTimeout) Error

func (*GetOrphanrecordingsGatewayTimeout) GetPayload

func (*GetOrphanrecordingsGatewayTimeout) IsClientError

func (o *GetOrphanrecordingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get orphanrecordings gateway timeout response has a 4xx status code

func (*GetOrphanrecordingsGatewayTimeout) IsCode

func (o *GetOrphanrecordingsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get orphanrecordings gateway timeout response a status code equal to that given

func (*GetOrphanrecordingsGatewayTimeout) IsRedirect

func (o *GetOrphanrecordingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings gateway timeout response has a 3xx status code

func (*GetOrphanrecordingsGatewayTimeout) IsServerError

func (o *GetOrphanrecordingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get orphanrecordings gateway timeout response has a 5xx status code

func (*GetOrphanrecordingsGatewayTimeout) IsSuccess

func (o *GetOrphanrecordingsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings gateway timeout response has a 2xx status code

func (*GetOrphanrecordingsGatewayTimeout) String

type GetOrphanrecordingsInternalServerError

type GetOrphanrecordingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetOrphanrecordingsInternalServerError

func NewGetOrphanrecordingsInternalServerError() *GetOrphanrecordingsInternalServerError

NewGetOrphanrecordingsInternalServerError creates a GetOrphanrecordingsInternalServerError with default headers values

func (*GetOrphanrecordingsInternalServerError) Error

func (*GetOrphanrecordingsInternalServerError) GetPayload

func (*GetOrphanrecordingsInternalServerError) IsClientError

func (o *GetOrphanrecordingsInternalServerError) IsClientError() bool

IsClientError returns true when this get orphanrecordings internal server error response has a 4xx status code

func (*GetOrphanrecordingsInternalServerError) IsCode

IsCode returns true when this get orphanrecordings internal server error response a status code equal to that given

func (*GetOrphanrecordingsInternalServerError) IsRedirect

IsRedirect returns true when this get orphanrecordings internal server error response has a 3xx status code

func (*GetOrphanrecordingsInternalServerError) IsServerError

func (o *GetOrphanrecordingsInternalServerError) IsServerError() bool

IsServerError returns true when this get orphanrecordings internal server error response has a 5xx status code

func (*GetOrphanrecordingsInternalServerError) IsSuccess

IsSuccess returns true when this get orphanrecordings internal server error response has a 2xx status code

func (*GetOrphanrecordingsInternalServerError) String

type GetOrphanrecordingsNotFound

type GetOrphanrecordingsNotFound struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetOrphanrecordingsNotFound

func NewGetOrphanrecordingsNotFound() *GetOrphanrecordingsNotFound

NewGetOrphanrecordingsNotFound creates a GetOrphanrecordingsNotFound with default headers values

func (*GetOrphanrecordingsNotFound) Error

func (*GetOrphanrecordingsNotFound) GetPayload

func (o *GetOrphanrecordingsNotFound) GetPayload() *models.ErrorBody

func (*GetOrphanrecordingsNotFound) IsClientError

func (o *GetOrphanrecordingsNotFound) IsClientError() bool

IsClientError returns true when this get orphanrecordings not found response has a 4xx status code

func (*GetOrphanrecordingsNotFound) IsCode

func (o *GetOrphanrecordingsNotFound) IsCode(code int) bool

IsCode returns true when this get orphanrecordings not found response a status code equal to that given

func (*GetOrphanrecordingsNotFound) IsRedirect

func (o *GetOrphanrecordingsNotFound) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings not found response has a 3xx status code

func (*GetOrphanrecordingsNotFound) IsServerError

func (o *GetOrphanrecordingsNotFound) IsServerError() bool

IsServerError returns true when this get orphanrecordings not found response has a 5xx status code

func (*GetOrphanrecordingsNotFound) IsSuccess

func (o *GetOrphanrecordingsNotFound) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings not found response has a 2xx status code

func (*GetOrphanrecordingsNotFound) String

func (o *GetOrphanrecordingsNotFound) String() string

type GetOrphanrecordingsOK

type GetOrphanrecordingsOK struct {
	Payload *models.OrphanRecordingListing
}

GetOrphanrecordingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetOrphanrecordingsOK

func NewGetOrphanrecordingsOK() *GetOrphanrecordingsOK

NewGetOrphanrecordingsOK creates a GetOrphanrecordingsOK with default headers values

func (*GetOrphanrecordingsOK) Error

func (o *GetOrphanrecordingsOK) Error() string

func (*GetOrphanrecordingsOK) GetPayload

func (*GetOrphanrecordingsOK) IsClientError

func (o *GetOrphanrecordingsOK) IsClientError() bool

IsClientError returns true when this get orphanrecordings o k response has a 4xx status code

func (*GetOrphanrecordingsOK) IsCode

func (o *GetOrphanrecordingsOK) IsCode(code int) bool

IsCode returns true when this get orphanrecordings o k response a status code equal to that given

func (*GetOrphanrecordingsOK) IsRedirect

func (o *GetOrphanrecordingsOK) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings o k response has a 3xx status code

func (*GetOrphanrecordingsOK) IsServerError

func (o *GetOrphanrecordingsOK) IsServerError() bool

IsServerError returns true when this get orphanrecordings o k response has a 5xx status code

func (*GetOrphanrecordingsOK) IsSuccess

func (o *GetOrphanrecordingsOK) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings o k response has a 2xx status code

func (*GetOrphanrecordingsOK) String

func (o *GetOrphanrecordingsOK) String() string

type GetOrphanrecordingsParams

type GetOrphanrecordingsParams struct {

	/* Expand.

	   variable name requested by expand list
	*/
	Expand []string

	/* HasConversation.

	   Filter resulting orphans by whether the conversation is known. False returns all orphans for the organization.
	*/
	HasConversation *bool

	/* Media.

	   Filter resulting orphans based on their media type
	*/
	Media *string

	/* NextPage.

	   next page token
	*/
	NextPage *string

	/* PageNumber.

	   The page number requested

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The total page size requested

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* PreviousPage.

	   Previous page token
	*/
	PreviousPage *string

	/* SortBy.

	   variable name requested to sort by
	*/
	SortBy *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrphanrecordingsParams contains all the parameters to send to the API endpoint

for the get orphanrecordings operation.

Typically these are written to a http.Request.

func NewGetOrphanrecordingsParams

func NewGetOrphanrecordingsParams() *GetOrphanrecordingsParams

NewGetOrphanrecordingsParams creates a new GetOrphanrecordingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOrphanrecordingsParamsWithContext

func NewGetOrphanrecordingsParamsWithContext(ctx context.Context) *GetOrphanrecordingsParams

NewGetOrphanrecordingsParamsWithContext creates a new GetOrphanrecordingsParams object with the ability to set a context for a request.

func NewGetOrphanrecordingsParamsWithHTTPClient

func NewGetOrphanrecordingsParamsWithHTTPClient(client *http.Client) *GetOrphanrecordingsParams

NewGetOrphanrecordingsParamsWithHTTPClient creates a new GetOrphanrecordingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrphanrecordingsParamsWithTimeout

func NewGetOrphanrecordingsParamsWithTimeout(timeout time.Duration) *GetOrphanrecordingsParams

NewGetOrphanrecordingsParamsWithTimeout creates a new GetOrphanrecordingsParams object with the ability to set a timeout on a request.

func (*GetOrphanrecordingsParams) SetContext

func (o *GetOrphanrecordingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetDefaults

func (o *GetOrphanrecordingsParams) SetDefaults()

SetDefaults hydrates default values in the get orphanrecordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrphanrecordingsParams) SetExpand

func (o *GetOrphanrecordingsParams) SetExpand(expand []string)

SetExpand adds the expand to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetHTTPClient

func (o *GetOrphanrecordingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetHasConversation

func (o *GetOrphanrecordingsParams) SetHasConversation(hasConversation *bool)

SetHasConversation adds the hasConversation to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetMedia

func (o *GetOrphanrecordingsParams) SetMedia(media *string)

SetMedia adds the media to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetNextPage

func (o *GetOrphanrecordingsParams) SetNextPage(nextPage *string)

SetNextPage adds the nextPage to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetPageNumber

func (o *GetOrphanrecordingsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetPageSize

func (o *GetOrphanrecordingsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetPreviousPage

func (o *GetOrphanrecordingsParams) SetPreviousPage(previousPage *string)

SetPreviousPage adds the previousPage to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetSortBy

func (o *GetOrphanrecordingsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get orphanrecordings params

func (*GetOrphanrecordingsParams) SetTimeout

func (o *GetOrphanrecordingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithContext

WithContext adds the context to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithDefaults

WithDefaults hydrates default values in the get orphanrecordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetOrphanrecordingsParams) WithExpand

WithExpand adds the expand to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithHTTPClient

func (o *GetOrphanrecordingsParams) WithHTTPClient(client *http.Client) *GetOrphanrecordingsParams

WithHTTPClient adds the HTTPClient to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithHasConversation

func (o *GetOrphanrecordingsParams) WithHasConversation(hasConversation *bool) *GetOrphanrecordingsParams

WithHasConversation adds the hasConversation to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithMedia

WithMedia adds the media to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithNextPage

func (o *GetOrphanrecordingsParams) WithNextPage(nextPage *string) *GetOrphanrecordingsParams

WithNextPage adds the nextPage to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithPageNumber

func (o *GetOrphanrecordingsParams) WithPageNumber(pageNumber *int32) *GetOrphanrecordingsParams

WithPageNumber adds the pageNumber to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithPageSize

func (o *GetOrphanrecordingsParams) WithPageSize(pageSize *int32) *GetOrphanrecordingsParams

WithPageSize adds the pageSize to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithPreviousPage

func (o *GetOrphanrecordingsParams) WithPreviousPage(previousPage *string) *GetOrphanrecordingsParams

WithPreviousPage adds the previousPage to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithSortBy

WithSortBy adds the sortBy to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WithTimeout

WithTimeout adds the timeout to the get orphanrecordings params

func (*GetOrphanrecordingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrphanrecordingsReader

type GetOrphanrecordingsReader struct {
	// contains filtered or unexported fields
}

GetOrphanrecordingsReader is a Reader for the GetOrphanrecordings structure.

func (*GetOrphanrecordingsReader) ReadResponse

func (o *GetOrphanrecordingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrphanrecordingsRequestEntityTooLarge

type GetOrphanrecordingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetOrphanrecordingsRequestEntityTooLarge

func NewGetOrphanrecordingsRequestEntityTooLarge() *GetOrphanrecordingsRequestEntityTooLarge

NewGetOrphanrecordingsRequestEntityTooLarge creates a GetOrphanrecordingsRequestEntityTooLarge with default headers values

func (*GetOrphanrecordingsRequestEntityTooLarge) Error

func (*GetOrphanrecordingsRequestEntityTooLarge) GetPayload

func (*GetOrphanrecordingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get orphanrecordings request entity too large response has a 4xx status code

func (*GetOrphanrecordingsRequestEntityTooLarge) IsCode

IsCode returns true when this get orphanrecordings request entity too large response a status code equal to that given

func (*GetOrphanrecordingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get orphanrecordings request entity too large response has a 3xx status code

func (*GetOrphanrecordingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get orphanrecordings request entity too large response has a 5xx status code

func (*GetOrphanrecordingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get orphanrecordings request entity too large response has a 2xx status code

func (*GetOrphanrecordingsRequestEntityTooLarge) String

type GetOrphanrecordingsRequestTimeout

type GetOrphanrecordingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetOrphanrecordingsRequestTimeout

func NewGetOrphanrecordingsRequestTimeout() *GetOrphanrecordingsRequestTimeout

NewGetOrphanrecordingsRequestTimeout creates a GetOrphanrecordingsRequestTimeout with default headers values

func (*GetOrphanrecordingsRequestTimeout) Error

func (*GetOrphanrecordingsRequestTimeout) GetPayload

func (*GetOrphanrecordingsRequestTimeout) IsClientError

func (o *GetOrphanrecordingsRequestTimeout) IsClientError() bool

IsClientError returns true when this get orphanrecordings request timeout response has a 4xx status code

func (*GetOrphanrecordingsRequestTimeout) IsCode

func (o *GetOrphanrecordingsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get orphanrecordings request timeout response a status code equal to that given

func (*GetOrphanrecordingsRequestTimeout) IsRedirect

func (o *GetOrphanrecordingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings request timeout response has a 3xx status code

func (*GetOrphanrecordingsRequestTimeout) IsServerError

func (o *GetOrphanrecordingsRequestTimeout) IsServerError() bool

IsServerError returns true when this get orphanrecordings request timeout response has a 5xx status code

func (*GetOrphanrecordingsRequestTimeout) IsSuccess

func (o *GetOrphanrecordingsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings request timeout response has a 2xx status code

func (*GetOrphanrecordingsRequestTimeout) String

type GetOrphanrecordingsServiceUnavailable

type GetOrphanrecordingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetOrphanrecordingsServiceUnavailable

func NewGetOrphanrecordingsServiceUnavailable() *GetOrphanrecordingsServiceUnavailable

NewGetOrphanrecordingsServiceUnavailable creates a GetOrphanrecordingsServiceUnavailable with default headers values

func (*GetOrphanrecordingsServiceUnavailable) Error

func (*GetOrphanrecordingsServiceUnavailable) GetPayload

func (*GetOrphanrecordingsServiceUnavailable) IsClientError

func (o *GetOrphanrecordingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get orphanrecordings service unavailable response has a 4xx status code

func (*GetOrphanrecordingsServiceUnavailable) IsCode

IsCode returns true when this get orphanrecordings service unavailable response a status code equal to that given

func (*GetOrphanrecordingsServiceUnavailable) IsRedirect

IsRedirect returns true when this get orphanrecordings service unavailable response has a 3xx status code

func (*GetOrphanrecordingsServiceUnavailable) IsServerError

func (o *GetOrphanrecordingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get orphanrecordings service unavailable response has a 5xx status code

func (*GetOrphanrecordingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get orphanrecordings service unavailable response has a 2xx status code

func (*GetOrphanrecordingsServiceUnavailable) String

type GetOrphanrecordingsTooManyRequests

type GetOrphanrecordingsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetOrphanrecordingsTooManyRequests

func NewGetOrphanrecordingsTooManyRequests() *GetOrphanrecordingsTooManyRequests

NewGetOrphanrecordingsTooManyRequests creates a GetOrphanrecordingsTooManyRequests with default headers values

func (*GetOrphanrecordingsTooManyRequests) Error

func (*GetOrphanrecordingsTooManyRequests) GetPayload

func (*GetOrphanrecordingsTooManyRequests) IsClientError

func (o *GetOrphanrecordingsTooManyRequests) IsClientError() bool

IsClientError returns true when this get orphanrecordings too many requests response has a 4xx status code

func (*GetOrphanrecordingsTooManyRequests) IsCode

IsCode returns true when this get orphanrecordings too many requests response a status code equal to that given

func (*GetOrphanrecordingsTooManyRequests) IsRedirect

func (o *GetOrphanrecordingsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings too many requests response has a 3xx status code

func (*GetOrphanrecordingsTooManyRequests) IsServerError

func (o *GetOrphanrecordingsTooManyRequests) IsServerError() bool

IsServerError returns true when this get orphanrecordings too many requests response has a 5xx status code

func (*GetOrphanrecordingsTooManyRequests) IsSuccess

IsSuccess returns true when this get orphanrecordings too many requests response has a 2xx status code

func (*GetOrphanrecordingsTooManyRequests) String

type GetOrphanrecordingsUnauthorized

type GetOrphanrecordingsUnauthorized struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetOrphanrecordingsUnauthorized

func NewGetOrphanrecordingsUnauthorized() *GetOrphanrecordingsUnauthorized

NewGetOrphanrecordingsUnauthorized creates a GetOrphanrecordingsUnauthorized with default headers values

func (*GetOrphanrecordingsUnauthorized) Error

func (*GetOrphanrecordingsUnauthorized) GetPayload

func (*GetOrphanrecordingsUnauthorized) IsClientError

func (o *GetOrphanrecordingsUnauthorized) IsClientError() bool

IsClientError returns true when this get orphanrecordings unauthorized response has a 4xx status code

func (*GetOrphanrecordingsUnauthorized) IsCode

func (o *GetOrphanrecordingsUnauthorized) IsCode(code int) bool

IsCode returns true when this get orphanrecordings unauthorized response a status code equal to that given

func (*GetOrphanrecordingsUnauthorized) IsRedirect

func (o *GetOrphanrecordingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get orphanrecordings unauthorized response has a 3xx status code

func (*GetOrphanrecordingsUnauthorized) IsServerError

func (o *GetOrphanrecordingsUnauthorized) IsServerError() bool

IsServerError returns true when this get orphanrecordings unauthorized response has a 5xx status code

func (*GetOrphanrecordingsUnauthorized) IsSuccess

func (o *GetOrphanrecordingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get orphanrecordings unauthorized response has a 2xx status code

func (*GetOrphanrecordingsUnauthorized) String

type GetOrphanrecordingsUnsupportedMediaType

type GetOrphanrecordingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetOrphanrecordingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetOrphanrecordingsUnsupportedMediaType

func NewGetOrphanrecordingsUnsupportedMediaType() *GetOrphanrecordingsUnsupportedMediaType

NewGetOrphanrecordingsUnsupportedMediaType creates a GetOrphanrecordingsUnsupportedMediaType with default headers values

func (*GetOrphanrecordingsUnsupportedMediaType) Error

func (*GetOrphanrecordingsUnsupportedMediaType) GetPayload

func (*GetOrphanrecordingsUnsupportedMediaType) IsClientError

func (o *GetOrphanrecordingsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get orphanrecordings unsupported media type response has a 4xx status code

func (*GetOrphanrecordingsUnsupportedMediaType) IsCode

IsCode returns true when this get orphanrecordings unsupported media type response a status code equal to that given

func (*GetOrphanrecordingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get orphanrecordings unsupported media type response has a 3xx status code

func (*GetOrphanrecordingsUnsupportedMediaType) IsServerError

func (o *GetOrphanrecordingsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get orphanrecordings unsupported media type response has a 5xx status code

func (*GetOrphanrecordingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get orphanrecordings unsupported media type response has a 2xx status code

func (*GetOrphanrecordingsUnsupportedMediaType) String

type GetRecordingBatchrequestBadRequest

type GetRecordingBatchrequestBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingBatchrequestBadRequest

func NewGetRecordingBatchrequestBadRequest() *GetRecordingBatchrequestBadRequest

NewGetRecordingBatchrequestBadRequest creates a GetRecordingBatchrequestBadRequest with default headers values

func (*GetRecordingBatchrequestBadRequest) Error

func (*GetRecordingBatchrequestBadRequest) GetPayload

func (*GetRecordingBatchrequestBadRequest) IsClientError

func (o *GetRecordingBatchrequestBadRequest) IsClientError() bool

IsClientError returns true when this get recording batchrequest bad request response has a 4xx status code

func (*GetRecordingBatchrequestBadRequest) IsCode

IsCode returns true when this get recording batchrequest bad request response a status code equal to that given

func (*GetRecordingBatchrequestBadRequest) IsRedirect

func (o *GetRecordingBatchrequestBadRequest) IsRedirect() bool

IsRedirect returns true when this get recording batchrequest bad request response has a 3xx status code

func (*GetRecordingBatchrequestBadRequest) IsServerError

func (o *GetRecordingBatchrequestBadRequest) IsServerError() bool

IsServerError returns true when this get recording batchrequest bad request response has a 5xx status code

func (*GetRecordingBatchrequestBadRequest) IsSuccess

IsSuccess returns true when this get recording batchrequest bad request response has a 2xx status code

func (*GetRecordingBatchrequestBadRequest) String

type GetRecordingBatchrequestForbidden

type GetRecordingBatchrequestForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingBatchrequestForbidden

func NewGetRecordingBatchrequestForbidden() *GetRecordingBatchrequestForbidden

NewGetRecordingBatchrequestForbidden creates a GetRecordingBatchrequestForbidden with default headers values

func (*GetRecordingBatchrequestForbidden) Error

func (*GetRecordingBatchrequestForbidden) GetPayload

func (*GetRecordingBatchrequestForbidden) IsClientError

func (o *GetRecordingBatchrequestForbidden) IsClientError() bool

IsClientError returns true when this get recording batchrequest forbidden response has a 4xx status code

func (*GetRecordingBatchrequestForbidden) IsCode

func (o *GetRecordingBatchrequestForbidden) IsCode(code int) bool

IsCode returns true when this get recording batchrequest forbidden response a status code equal to that given

func (*GetRecordingBatchrequestForbidden) IsRedirect

func (o *GetRecordingBatchrequestForbidden) IsRedirect() bool

IsRedirect returns true when this get recording batchrequest forbidden response has a 3xx status code

func (*GetRecordingBatchrequestForbidden) IsServerError

func (o *GetRecordingBatchrequestForbidden) IsServerError() bool

IsServerError returns true when this get recording batchrequest forbidden response has a 5xx status code

func (*GetRecordingBatchrequestForbidden) IsSuccess

func (o *GetRecordingBatchrequestForbidden) IsSuccess() bool

IsSuccess returns true when this get recording batchrequest forbidden response has a 2xx status code

func (*GetRecordingBatchrequestForbidden) String

type GetRecordingBatchrequestGatewayTimeout

type GetRecordingBatchrequestGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingBatchrequestGatewayTimeout

func NewGetRecordingBatchrequestGatewayTimeout() *GetRecordingBatchrequestGatewayTimeout

NewGetRecordingBatchrequestGatewayTimeout creates a GetRecordingBatchrequestGatewayTimeout with default headers values

func (*GetRecordingBatchrequestGatewayTimeout) Error

func (*GetRecordingBatchrequestGatewayTimeout) GetPayload

func (*GetRecordingBatchrequestGatewayTimeout) IsClientError

func (o *GetRecordingBatchrequestGatewayTimeout) IsClientError() bool

IsClientError returns true when this get recording batchrequest gateway timeout response has a 4xx status code

func (*GetRecordingBatchrequestGatewayTimeout) IsCode

IsCode returns true when this get recording batchrequest gateway timeout response a status code equal to that given

func (*GetRecordingBatchrequestGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording batchrequest gateway timeout response has a 3xx status code

func (*GetRecordingBatchrequestGatewayTimeout) IsServerError

func (o *GetRecordingBatchrequestGatewayTimeout) IsServerError() bool

IsServerError returns true when this get recording batchrequest gateway timeout response has a 5xx status code

func (*GetRecordingBatchrequestGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording batchrequest gateway timeout response has a 2xx status code

func (*GetRecordingBatchrequestGatewayTimeout) String

type GetRecordingBatchrequestInternalServerError

type GetRecordingBatchrequestInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingBatchrequestInternalServerError

func NewGetRecordingBatchrequestInternalServerError() *GetRecordingBatchrequestInternalServerError

NewGetRecordingBatchrequestInternalServerError creates a GetRecordingBatchrequestInternalServerError with default headers values

func (*GetRecordingBatchrequestInternalServerError) Error

func (*GetRecordingBatchrequestInternalServerError) GetPayload

func (*GetRecordingBatchrequestInternalServerError) IsClientError

IsClientError returns true when this get recording batchrequest internal server error response has a 4xx status code

func (*GetRecordingBatchrequestInternalServerError) IsCode

IsCode returns true when this get recording batchrequest internal server error response a status code equal to that given

func (*GetRecordingBatchrequestInternalServerError) IsRedirect

IsRedirect returns true when this get recording batchrequest internal server error response has a 3xx status code

func (*GetRecordingBatchrequestInternalServerError) IsServerError

IsServerError returns true when this get recording batchrequest internal server error response has a 5xx status code

func (*GetRecordingBatchrequestInternalServerError) IsSuccess

IsSuccess returns true when this get recording batchrequest internal server error response has a 2xx status code

func (*GetRecordingBatchrequestInternalServerError) String

type GetRecordingBatchrequestNotFound

type GetRecordingBatchrequestNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingBatchrequestNotFound

func NewGetRecordingBatchrequestNotFound() *GetRecordingBatchrequestNotFound

NewGetRecordingBatchrequestNotFound creates a GetRecordingBatchrequestNotFound with default headers values

func (*GetRecordingBatchrequestNotFound) Error

func (*GetRecordingBatchrequestNotFound) GetPayload

func (*GetRecordingBatchrequestNotFound) IsClientError

func (o *GetRecordingBatchrequestNotFound) IsClientError() bool

IsClientError returns true when this get recording batchrequest not found response has a 4xx status code

func (*GetRecordingBatchrequestNotFound) IsCode

func (o *GetRecordingBatchrequestNotFound) IsCode(code int) bool

IsCode returns true when this get recording batchrequest not found response a status code equal to that given

func (*GetRecordingBatchrequestNotFound) IsRedirect

func (o *GetRecordingBatchrequestNotFound) IsRedirect() bool

IsRedirect returns true when this get recording batchrequest not found response has a 3xx status code

func (*GetRecordingBatchrequestNotFound) IsServerError

func (o *GetRecordingBatchrequestNotFound) IsServerError() bool

IsServerError returns true when this get recording batchrequest not found response has a 5xx status code

func (*GetRecordingBatchrequestNotFound) IsSuccess

func (o *GetRecordingBatchrequestNotFound) IsSuccess() bool

IsSuccess returns true when this get recording batchrequest not found response has a 2xx status code

func (*GetRecordingBatchrequestNotFound) String

type GetRecordingBatchrequestOK

type GetRecordingBatchrequestOK struct {
	Payload *models.BatchDownloadJobStatusResult
}

GetRecordingBatchrequestOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingBatchrequestOK

func NewGetRecordingBatchrequestOK() *GetRecordingBatchrequestOK

NewGetRecordingBatchrequestOK creates a GetRecordingBatchrequestOK with default headers values

func (*GetRecordingBatchrequestOK) Error

func (*GetRecordingBatchrequestOK) GetPayload

func (*GetRecordingBatchrequestOK) IsClientError

func (o *GetRecordingBatchrequestOK) IsClientError() bool

IsClientError returns true when this get recording batchrequest o k response has a 4xx status code

func (*GetRecordingBatchrequestOK) IsCode

func (o *GetRecordingBatchrequestOK) IsCode(code int) bool

IsCode returns true when this get recording batchrequest o k response a status code equal to that given

func (*GetRecordingBatchrequestOK) IsRedirect

func (o *GetRecordingBatchrequestOK) IsRedirect() bool

IsRedirect returns true when this get recording batchrequest o k response has a 3xx status code

func (*GetRecordingBatchrequestOK) IsServerError

func (o *GetRecordingBatchrequestOK) IsServerError() bool

IsServerError returns true when this get recording batchrequest o k response has a 5xx status code

func (*GetRecordingBatchrequestOK) IsSuccess

func (o *GetRecordingBatchrequestOK) IsSuccess() bool

IsSuccess returns true when this get recording batchrequest o k response has a 2xx status code

func (*GetRecordingBatchrequestOK) String

func (o *GetRecordingBatchrequestOK) String() string

type GetRecordingBatchrequestParams

type GetRecordingBatchrequestParams struct {

	/* JobID.

	   jobId
	*/
	JobID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingBatchrequestParams contains all the parameters to send to the API endpoint

for the get recording batchrequest operation.

Typically these are written to a http.Request.

func NewGetRecordingBatchrequestParams

func NewGetRecordingBatchrequestParams() *GetRecordingBatchrequestParams

NewGetRecordingBatchrequestParams creates a new GetRecordingBatchrequestParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingBatchrequestParamsWithContext

func NewGetRecordingBatchrequestParamsWithContext(ctx context.Context) *GetRecordingBatchrequestParams

NewGetRecordingBatchrequestParamsWithContext creates a new GetRecordingBatchrequestParams object with the ability to set a context for a request.

func NewGetRecordingBatchrequestParamsWithHTTPClient

func NewGetRecordingBatchrequestParamsWithHTTPClient(client *http.Client) *GetRecordingBatchrequestParams

NewGetRecordingBatchrequestParamsWithHTTPClient creates a new GetRecordingBatchrequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingBatchrequestParamsWithTimeout

func NewGetRecordingBatchrequestParamsWithTimeout(timeout time.Duration) *GetRecordingBatchrequestParams

NewGetRecordingBatchrequestParamsWithTimeout creates a new GetRecordingBatchrequestParams object with the ability to set a timeout on a request.

func (*GetRecordingBatchrequestParams) SetContext

func (o *GetRecordingBatchrequestParams) SetContext(ctx context.Context)

SetContext adds the context to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) SetDefaults

func (o *GetRecordingBatchrequestParams) SetDefaults()

SetDefaults hydrates default values in the get recording batchrequest params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingBatchrequestParams) SetHTTPClient

func (o *GetRecordingBatchrequestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) SetJobID

func (o *GetRecordingBatchrequestParams) SetJobID(jobID string)

SetJobID adds the jobId to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) SetTimeout

func (o *GetRecordingBatchrequestParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) WithContext

WithContext adds the context to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) WithDefaults

WithDefaults hydrates default values in the get recording batchrequest params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingBatchrequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) WithJobID

WithJobID adds the jobID to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) WithTimeout

WithTimeout adds the timeout to the get recording batchrequest params

func (*GetRecordingBatchrequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingBatchrequestReader

type GetRecordingBatchrequestReader struct {
	// contains filtered or unexported fields
}

GetRecordingBatchrequestReader is a Reader for the GetRecordingBatchrequest structure.

func (*GetRecordingBatchrequestReader) ReadResponse

func (o *GetRecordingBatchrequestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingBatchrequestRequestEntityTooLarge

type GetRecordingBatchrequestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingBatchrequestRequestEntityTooLarge

func NewGetRecordingBatchrequestRequestEntityTooLarge() *GetRecordingBatchrequestRequestEntityTooLarge

NewGetRecordingBatchrequestRequestEntityTooLarge creates a GetRecordingBatchrequestRequestEntityTooLarge with default headers values

func (*GetRecordingBatchrequestRequestEntityTooLarge) Error

func (*GetRecordingBatchrequestRequestEntityTooLarge) GetPayload

func (*GetRecordingBatchrequestRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording batchrequest request entity too large response has a 4xx status code

func (*GetRecordingBatchrequestRequestEntityTooLarge) IsCode

IsCode returns true when this get recording batchrequest request entity too large response a status code equal to that given

func (*GetRecordingBatchrequestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording batchrequest request entity too large response has a 3xx status code

func (*GetRecordingBatchrequestRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording batchrequest request entity too large response has a 5xx status code

func (*GetRecordingBatchrequestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording batchrequest request entity too large response has a 2xx status code

func (*GetRecordingBatchrequestRequestEntityTooLarge) String

type GetRecordingBatchrequestRequestTimeout

type GetRecordingBatchrequestRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingBatchrequestRequestTimeout

func NewGetRecordingBatchrequestRequestTimeout() *GetRecordingBatchrequestRequestTimeout

NewGetRecordingBatchrequestRequestTimeout creates a GetRecordingBatchrequestRequestTimeout with default headers values

func (*GetRecordingBatchrequestRequestTimeout) Error

func (*GetRecordingBatchrequestRequestTimeout) GetPayload

func (*GetRecordingBatchrequestRequestTimeout) IsClientError

func (o *GetRecordingBatchrequestRequestTimeout) IsClientError() bool

IsClientError returns true when this get recording batchrequest request timeout response has a 4xx status code

func (*GetRecordingBatchrequestRequestTimeout) IsCode

IsCode returns true when this get recording batchrequest request timeout response a status code equal to that given

func (*GetRecordingBatchrequestRequestTimeout) IsRedirect

IsRedirect returns true when this get recording batchrequest request timeout response has a 3xx status code

func (*GetRecordingBatchrequestRequestTimeout) IsServerError

func (o *GetRecordingBatchrequestRequestTimeout) IsServerError() bool

IsServerError returns true when this get recording batchrequest request timeout response has a 5xx status code

func (*GetRecordingBatchrequestRequestTimeout) IsSuccess

IsSuccess returns true when this get recording batchrequest request timeout response has a 2xx status code

func (*GetRecordingBatchrequestRequestTimeout) String

type GetRecordingBatchrequestServiceUnavailable

type GetRecordingBatchrequestServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingBatchrequestServiceUnavailable

func NewGetRecordingBatchrequestServiceUnavailable() *GetRecordingBatchrequestServiceUnavailable

NewGetRecordingBatchrequestServiceUnavailable creates a GetRecordingBatchrequestServiceUnavailable with default headers values

func (*GetRecordingBatchrequestServiceUnavailable) Error

func (*GetRecordingBatchrequestServiceUnavailable) GetPayload

func (*GetRecordingBatchrequestServiceUnavailable) IsClientError

IsClientError returns true when this get recording batchrequest service unavailable response has a 4xx status code

func (*GetRecordingBatchrequestServiceUnavailable) IsCode

IsCode returns true when this get recording batchrequest service unavailable response a status code equal to that given

func (*GetRecordingBatchrequestServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording batchrequest service unavailable response has a 3xx status code

func (*GetRecordingBatchrequestServiceUnavailable) IsServerError

IsServerError returns true when this get recording batchrequest service unavailable response has a 5xx status code

func (*GetRecordingBatchrequestServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording batchrequest service unavailable response has a 2xx status code

func (*GetRecordingBatchrequestServiceUnavailable) String

type GetRecordingBatchrequestTooManyRequests

type GetRecordingBatchrequestTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingBatchrequestTooManyRequests

func NewGetRecordingBatchrequestTooManyRequests() *GetRecordingBatchrequestTooManyRequests

NewGetRecordingBatchrequestTooManyRequests creates a GetRecordingBatchrequestTooManyRequests with default headers values

func (*GetRecordingBatchrequestTooManyRequests) Error

func (*GetRecordingBatchrequestTooManyRequests) GetPayload

func (*GetRecordingBatchrequestTooManyRequests) IsClientError

func (o *GetRecordingBatchrequestTooManyRequests) IsClientError() bool

IsClientError returns true when this get recording batchrequest too many requests response has a 4xx status code

func (*GetRecordingBatchrequestTooManyRequests) IsCode

IsCode returns true when this get recording batchrequest too many requests response a status code equal to that given

func (*GetRecordingBatchrequestTooManyRequests) IsRedirect

IsRedirect returns true when this get recording batchrequest too many requests response has a 3xx status code

func (*GetRecordingBatchrequestTooManyRequests) IsServerError

func (o *GetRecordingBatchrequestTooManyRequests) IsServerError() bool

IsServerError returns true when this get recording batchrequest too many requests response has a 5xx status code

func (*GetRecordingBatchrequestTooManyRequests) IsSuccess

IsSuccess returns true when this get recording batchrequest too many requests response has a 2xx status code

func (*GetRecordingBatchrequestTooManyRequests) String

type GetRecordingBatchrequestUnauthorized

type GetRecordingBatchrequestUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingBatchrequestUnauthorized

func NewGetRecordingBatchrequestUnauthorized() *GetRecordingBatchrequestUnauthorized

NewGetRecordingBatchrequestUnauthorized creates a GetRecordingBatchrequestUnauthorized with default headers values

func (*GetRecordingBatchrequestUnauthorized) Error

func (*GetRecordingBatchrequestUnauthorized) GetPayload

func (*GetRecordingBatchrequestUnauthorized) IsClientError

func (o *GetRecordingBatchrequestUnauthorized) IsClientError() bool

IsClientError returns true when this get recording batchrequest unauthorized response has a 4xx status code

func (*GetRecordingBatchrequestUnauthorized) IsCode

IsCode returns true when this get recording batchrequest unauthorized response a status code equal to that given

func (*GetRecordingBatchrequestUnauthorized) IsRedirect

IsRedirect returns true when this get recording batchrequest unauthorized response has a 3xx status code

func (*GetRecordingBatchrequestUnauthorized) IsServerError

func (o *GetRecordingBatchrequestUnauthorized) IsServerError() bool

IsServerError returns true when this get recording batchrequest unauthorized response has a 5xx status code

func (*GetRecordingBatchrequestUnauthorized) IsSuccess

IsSuccess returns true when this get recording batchrequest unauthorized response has a 2xx status code

func (*GetRecordingBatchrequestUnauthorized) String

type GetRecordingBatchrequestUnsupportedMediaType

type GetRecordingBatchrequestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingBatchrequestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingBatchrequestUnsupportedMediaType

func NewGetRecordingBatchrequestUnsupportedMediaType() *GetRecordingBatchrequestUnsupportedMediaType

NewGetRecordingBatchrequestUnsupportedMediaType creates a GetRecordingBatchrequestUnsupportedMediaType with default headers values

func (*GetRecordingBatchrequestUnsupportedMediaType) Error

func (*GetRecordingBatchrequestUnsupportedMediaType) GetPayload

func (*GetRecordingBatchrequestUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording batchrequest unsupported media type response has a 4xx status code

func (*GetRecordingBatchrequestUnsupportedMediaType) IsCode

IsCode returns true when this get recording batchrequest unsupported media type response a status code equal to that given

func (*GetRecordingBatchrequestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording batchrequest unsupported media type response has a 3xx status code

func (*GetRecordingBatchrequestUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording batchrequest unsupported media type response has a 5xx status code

func (*GetRecordingBatchrequestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording batchrequest unsupported media type response has a 2xx status code

func (*GetRecordingBatchrequestUnsupportedMediaType) String

type GetRecordingCrossplatformMediaretentionpoliciesBadRequest

type GetRecordingCrossplatformMediaretentionpoliciesBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingCrossplatformMediaretentionpoliciesBadRequest

func NewGetRecordingCrossplatformMediaretentionpoliciesBadRequest() *GetRecordingCrossplatformMediaretentionpoliciesBadRequest

NewGetRecordingCrossplatformMediaretentionpoliciesBadRequest creates a GetRecordingCrossplatformMediaretentionpoliciesBadRequest with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies bad request response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies bad request response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies bad request response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies bad request response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies bad request response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesBadRequest) String

type GetRecordingCrossplatformMediaretentionpoliciesForbidden

type GetRecordingCrossplatformMediaretentionpoliciesForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingCrossplatformMediaretentionpoliciesForbidden

func NewGetRecordingCrossplatformMediaretentionpoliciesForbidden() *GetRecordingCrossplatformMediaretentionpoliciesForbidden

NewGetRecordingCrossplatformMediaretentionpoliciesForbidden creates a GetRecordingCrossplatformMediaretentionpoliciesForbidden with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies forbidden response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies forbidden response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies forbidden response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies forbidden response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies forbidden response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesForbidden) String

type GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

type GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

func NewGetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout() *GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

NewGetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout creates a GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies gateway timeout response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies gateway timeout response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies gateway timeout response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies gateway timeout response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies gateway timeout response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) String

type GetRecordingCrossplatformMediaretentionpoliciesInternalServerError

type GetRecordingCrossplatformMediaretentionpoliciesInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingCrossplatformMediaretentionpoliciesInternalServerError

func NewGetRecordingCrossplatformMediaretentionpoliciesInternalServerError() *GetRecordingCrossplatformMediaretentionpoliciesInternalServerError

NewGetRecordingCrossplatformMediaretentionpoliciesInternalServerError creates a GetRecordingCrossplatformMediaretentionpoliciesInternalServerError with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies internal server error response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies internal server error response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies internal server error response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies internal server error response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies internal server error response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesInternalServerError) String

type GetRecordingCrossplatformMediaretentionpoliciesNotFound

type GetRecordingCrossplatformMediaretentionpoliciesNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingCrossplatformMediaretentionpoliciesNotFound

func NewGetRecordingCrossplatformMediaretentionpoliciesNotFound() *GetRecordingCrossplatformMediaretentionpoliciesNotFound

NewGetRecordingCrossplatformMediaretentionpoliciesNotFound creates a GetRecordingCrossplatformMediaretentionpoliciesNotFound with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies not found response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies not found response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies not found response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies not found response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies not found response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesNotFound) String

type GetRecordingCrossplatformMediaretentionpoliciesOK

type GetRecordingCrossplatformMediaretentionpoliciesOK struct {
	Payload *models.PolicyEntityListing
}

GetRecordingCrossplatformMediaretentionpoliciesOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingCrossplatformMediaretentionpoliciesOK

func NewGetRecordingCrossplatformMediaretentionpoliciesOK() *GetRecordingCrossplatformMediaretentionpoliciesOK

NewGetRecordingCrossplatformMediaretentionpoliciesOK creates a GetRecordingCrossplatformMediaretentionpoliciesOK with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies o k response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies o k response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies o k response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies o k response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies o k response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesOK) String

type GetRecordingCrossplatformMediaretentionpoliciesParams

type GetRecordingCrossplatformMediaretentionpoliciesParams struct {

	/* DeleteDaysThreshold.

	   provides a way to fetch all policies with any actions having deleteDays exceeding the provided value

	   Format: int32
	*/
	DeleteDaysThreshold *int32

	/* Enabled.

	   checks to see if policy is enabled - use enabled = true or enabled = false
	*/
	Enabled *bool

	/* Expand.

	   variable name requested by expand list
	*/
	Expand []string

	/* HasErrors.

	   provides a way to fetch all policies with errors or policies that do not have errors
	*/
	HasErrors *bool

	/* Name.

	   the policy name - used for filtering results in searches.
	*/
	Name *string

	/* NextPage.

	   next page token
	*/
	NextPage *string

	/* PageNumber.

	   The page number requested

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The total page size requested

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* PreviousPage.

	   Previous page token
	*/
	PreviousPage *string

	/* SortBy.

	   variable name requested to sort by
	*/
	SortBy *string

	/* Summary.

	   provides a less verbose response of policy lists.
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingCrossplatformMediaretentionpoliciesParams contains all the parameters to send to the API endpoint

for the get recording crossplatform mediaretentionpolicies operation.

Typically these are written to a http.Request.

func NewGetRecordingCrossplatformMediaretentionpoliciesParams

func NewGetRecordingCrossplatformMediaretentionpoliciesParams() *GetRecordingCrossplatformMediaretentionpoliciesParams

NewGetRecordingCrossplatformMediaretentionpoliciesParams creates a new GetRecordingCrossplatformMediaretentionpoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithContext

func NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithContext(ctx context.Context) *GetRecordingCrossplatformMediaretentionpoliciesParams

NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithContext creates a new GetRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a context for a request.

func NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient

func NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient(client *http.Client) *GetRecordingCrossplatformMediaretentionpoliciesParams

NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient creates a new GetRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout

func NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout(timeout time.Duration) *GetRecordingCrossplatformMediaretentionpoliciesParams

NewGetRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout creates a new GetRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a timeout on a request.

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetContext

SetContext adds the context to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetDefaults

SetDefaults hydrates default values in the get recording crossplatform mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetDeleteDaysThreshold

func (o *GetRecordingCrossplatformMediaretentionpoliciesParams) SetDeleteDaysThreshold(deleteDaysThreshold *int32)

SetDeleteDaysThreshold adds the deleteDaysThreshold to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetEnabled

SetEnabled adds the enabled to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetExpand

SetExpand adds the expand to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetHasErrors

func (o *GetRecordingCrossplatformMediaretentionpoliciesParams) SetHasErrors(hasErrors *bool)

SetHasErrors adds the hasErrors to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetName

SetName adds the name to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetNextPage

SetNextPage adds the nextPage to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetPageNumber

func (o *GetRecordingCrossplatformMediaretentionpoliciesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetPageSize

SetPageSize adds the pageSize to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetPreviousPage

func (o *GetRecordingCrossplatformMediaretentionpoliciesParams) SetPreviousPage(previousPage *string)

SetPreviousPage adds the previousPage to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetSortBy

SetSortBy adds the sortBy to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetSummary

SetSummary adds the summary to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) SetTimeout

SetTimeout adds the timeout to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithContext

WithContext adds the context to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithDefaults

WithDefaults hydrates default values in the get recording crossplatform mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithDeleteDaysThreshold

WithDeleteDaysThreshold adds the deleteDaysThreshold to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithEnabled

WithEnabled adds the enabled to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithExpand

WithExpand adds the expand to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithHasErrors

WithHasErrors adds the hasErrors to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithName

WithName adds the name to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithNextPage

WithNextPage adds the nextPage to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithPageSize

WithPageSize adds the pageSize to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithPreviousPage

WithPreviousPage adds the previousPage to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithSortBy

WithSortBy adds the sortBy to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithSummary

WithSummary adds the summary to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WithTimeout

WithTimeout adds the timeout to the get recording crossplatform mediaretentionpolicies params

func (*GetRecordingCrossplatformMediaretentionpoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingCrossplatformMediaretentionpoliciesReader

type GetRecordingCrossplatformMediaretentionpoliciesReader struct {
	// contains filtered or unexported fields
}

GetRecordingCrossplatformMediaretentionpoliciesReader is a Reader for the GetRecordingCrossplatformMediaretentionpolicies structure.

func (*GetRecordingCrossplatformMediaretentionpoliciesReader) ReadResponse

func (o *GetRecordingCrossplatformMediaretentionpoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

type GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

func NewGetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge() *GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

NewGetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge creates a GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies request entity too large response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies request entity too large response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies request entity too large response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies request entity too large response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies request entity too large response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) String

type GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout

type GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingCrossplatformMediaretentionpoliciesRequestTimeout

func NewGetRecordingCrossplatformMediaretentionpoliciesRequestTimeout() *GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout

NewGetRecordingCrossplatformMediaretentionpoliciesRequestTimeout creates a GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies request timeout response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies request timeout response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies request timeout response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies request timeout response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies request timeout response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesRequestTimeout) String

type GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

type GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

func NewGetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable() *GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

NewGetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable creates a GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies service unavailable response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies service unavailable response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies service unavailable response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies service unavailable response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies service unavailable response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) String

type GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests

type GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingCrossplatformMediaretentionpoliciesTooManyRequests

func NewGetRecordingCrossplatformMediaretentionpoliciesTooManyRequests() *GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests

NewGetRecordingCrossplatformMediaretentionpoliciesTooManyRequests creates a GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies too many requests response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies too many requests response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies too many requests response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies too many requests response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies too many requests response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesTooManyRequests) String

type GetRecordingCrossplatformMediaretentionpoliciesUnauthorized

type GetRecordingCrossplatformMediaretentionpoliciesUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingCrossplatformMediaretentionpoliciesUnauthorized

func NewGetRecordingCrossplatformMediaretentionpoliciesUnauthorized() *GetRecordingCrossplatformMediaretentionpoliciesUnauthorized

NewGetRecordingCrossplatformMediaretentionpoliciesUnauthorized creates a GetRecordingCrossplatformMediaretentionpoliciesUnauthorized with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies unauthorized response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies unauthorized response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies unauthorized response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies unauthorized response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies unauthorized response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnauthorized) String

type GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

type GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

func NewGetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType() *GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

NewGetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType creates a GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType with default headers values

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) Error

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) GetPayload

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicies unsupported media type response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicies unsupported media type response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicies unsupported media type response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicies unsupported media type response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicies unsupported media type response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) String

type GetRecordingCrossplatformMediaretentionpolicyBadRequest

type GetRecordingCrossplatformMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingCrossplatformMediaretentionpolicyBadRequest

func NewGetRecordingCrossplatformMediaretentionpolicyBadRequest() *GetRecordingCrossplatformMediaretentionpolicyBadRequest

NewGetRecordingCrossplatformMediaretentionpolicyBadRequest creates a GetRecordingCrossplatformMediaretentionpolicyBadRequest with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) Error

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy bad request response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy bad request response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy bad request response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy bad request response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy bad request response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyBadRequest) String

type GetRecordingCrossplatformMediaretentionpolicyForbidden

type GetRecordingCrossplatformMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingCrossplatformMediaretentionpolicyForbidden

func NewGetRecordingCrossplatformMediaretentionpolicyForbidden() *GetRecordingCrossplatformMediaretentionpolicyForbidden

NewGetRecordingCrossplatformMediaretentionpolicyForbidden creates a GetRecordingCrossplatformMediaretentionpolicyForbidden with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) Error

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy forbidden response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy forbidden response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy forbidden response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy forbidden response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy forbidden response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyForbidden) String

type GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout

type GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingCrossplatformMediaretentionpolicyGatewayTimeout

func NewGetRecordingCrossplatformMediaretentionpolicyGatewayTimeout() *GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout

NewGetRecordingCrossplatformMediaretentionpolicyGatewayTimeout creates a GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) Error

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy gateway timeout response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy gateway timeout response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy gateway timeout response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy gateway timeout response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy gateway timeout response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyGatewayTimeout) String

type GetRecordingCrossplatformMediaretentionpolicyInternalServerError

type GetRecordingCrossplatformMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingCrossplatformMediaretentionpolicyInternalServerError

func NewGetRecordingCrossplatformMediaretentionpolicyInternalServerError() *GetRecordingCrossplatformMediaretentionpolicyInternalServerError

NewGetRecordingCrossplatformMediaretentionpolicyInternalServerError creates a GetRecordingCrossplatformMediaretentionpolicyInternalServerError with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) Error

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy internal server error response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy internal server error response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy internal server error response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy internal server error response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy internal server error response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyInternalServerError) String

type GetRecordingCrossplatformMediaretentionpolicyNotFound

type GetRecordingCrossplatformMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingCrossplatformMediaretentionpolicyNotFound

func NewGetRecordingCrossplatformMediaretentionpolicyNotFound() *GetRecordingCrossplatformMediaretentionpolicyNotFound

NewGetRecordingCrossplatformMediaretentionpolicyNotFound creates a GetRecordingCrossplatformMediaretentionpolicyNotFound with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) Error

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy not found response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy not found response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy not found response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy not found response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy not found response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyNotFound) String

type GetRecordingCrossplatformMediaretentionpolicyOK

type GetRecordingCrossplatformMediaretentionpolicyOK struct {
	Payload *models.CrossPlatformPolicy
}

GetRecordingCrossplatformMediaretentionpolicyOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingCrossplatformMediaretentionpolicyOK

func NewGetRecordingCrossplatformMediaretentionpolicyOK() *GetRecordingCrossplatformMediaretentionpolicyOK

NewGetRecordingCrossplatformMediaretentionpolicyOK creates a GetRecordingCrossplatformMediaretentionpolicyOK with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyOK) Error

func (*GetRecordingCrossplatformMediaretentionpolicyOK) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyOK) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy o k response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyOK) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy o k response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyOK) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy o k response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyOK) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy o k response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy o k response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyOK) String

type GetRecordingCrossplatformMediaretentionpolicyParams

type GetRecordingCrossplatformMediaretentionpolicyParams struct {

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingCrossplatformMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the get recording crossplatform mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewGetRecordingCrossplatformMediaretentionpolicyParams

func NewGetRecordingCrossplatformMediaretentionpolicyParams() *GetRecordingCrossplatformMediaretentionpolicyParams

NewGetRecordingCrossplatformMediaretentionpolicyParams creates a new GetRecordingCrossplatformMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingCrossplatformMediaretentionpolicyParamsWithContext

func NewGetRecordingCrossplatformMediaretentionpolicyParamsWithContext(ctx context.Context) *GetRecordingCrossplatformMediaretentionpolicyParams

NewGetRecordingCrossplatformMediaretentionpolicyParamsWithContext creates a new GetRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a context for a request.

func NewGetRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient

func NewGetRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *GetRecordingCrossplatformMediaretentionpolicyParams

NewGetRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient creates a new GetRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingCrossplatformMediaretentionpolicyParamsWithTimeout

func NewGetRecordingCrossplatformMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *GetRecordingCrossplatformMediaretentionpolicyParams

NewGetRecordingCrossplatformMediaretentionpolicyParamsWithTimeout creates a new GetRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*GetRecordingCrossplatformMediaretentionpolicyParams) SetContext

SetContext adds the context to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) SetDefaults

SetDefaults hydrates default values in the get recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingCrossplatformMediaretentionpolicyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) SetPolicyID

SetPolicyID adds the policyId to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) SetTimeout

SetTimeout adds the timeout to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) WithContext

WithContext adds the context to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the get recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingCrossplatformMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the get recording crossplatform mediaretentionpolicy params

func (*GetRecordingCrossplatformMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingCrossplatformMediaretentionpolicyReader

type GetRecordingCrossplatformMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

GetRecordingCrossplatformMediaretentionpolicyReader is a Reader for the GetRecordingCrossplatformMediaretentionpolicy structure.

func (*GetRecordingCrossplatformMediaretentionpolicyReader) ReadResponse

func (o *GetRecordingCrossplatformMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

type GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

func NewGetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge() *GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

NewGetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge creates a GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) Error

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy request entity too large response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy request entity too large response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy request entity too large response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy request entity too large response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy request entity too large response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) String

type GetRecordingCrossplatformMediaretentionpolicyRequestTimeout

type GetRecordingCrossplatformMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingCrossplatformMediaretentionpolicyRequestTimeout

func NewGetRecordingCrossplatformMediaretentionpolicyRequestTimeout() *GetRecordingCrossplatformMediaretentionpolicyRequestTimeout

NewGetRecordingCrossplatformMediaretentionpolicyRequestTimeout creates a GetRecordingCrossplatformMediaretentionpolicyRequestTimeout with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) Error

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy request timeout response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy request timeout response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy request timeout response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy request timeout response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy request timeout response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyRequestTimeout) String

type GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable

type GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingCrossplatformMediaretentionpolicyServiceUnavailable

func NewGetRecordingCrossplatformMediaretentionpolicyServiceUnavailable() *GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable

NewGetRecordingCrossplatformMediaretentionpolicyServiceUnavailable creates a GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) Error

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy service unavailable response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy service unavailable response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy service unavailable response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy service unavailable response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy service unavailable response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyServiceUnavailable) String

type GetRecordingCrossplatformMediaretentionpolicyTooManyRequests

type GetRecordingCrossplatformMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingCrossplatformMediaretentionpolicyTooManyRequests

func NewGetRecordingCrossplatformMediaretentionpolicyTooManyRequests() *GetRecordingCrossplatformMediaretentionpolicyTooManyRequests

NewGetRecordingCrossplatformMediaretentionpolicyTooManyRequests creates a GetRecordingCrossplatformMediaretentionpolicyTooManyRequests with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) Error

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy too many requests response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy too many requests response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy too many requests response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy too many requests response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy too many requests response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyTooManyRequests) String

type GetRecordingCrossplatformMediaretentionpolicyUnauthorized

type GetRecordingCrossplatformMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingCrossplatformMediaretentionpolicyUnauthorized

func NewGetRecordingCrossplatformMediaretentionpolicyUnauthorized() *GetRecordingCrossplatformMediaretentionpolicyUnauthorized

NewGetRecordingCrossplatformMediaretentionpolicyUnauthorized creates a GetRecordingCrossplatformMediaretentionpolicyUnauthorized with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) Error

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy unauthorized response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy unauthorized response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy unauthorized response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy unauthorized response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy unauthorized response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnauthorized) String

type GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

type GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

func NewGetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType() *GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

NewGetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType creates a GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType with default headers values

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) Error

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording crossplatform mediaretentionpolicy unsupported media type response has a 4xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this get recording crossplatform mediaretentionpolicy unsupported media type response a status code equal to that given

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording crossplatform mediaretentionpolicy unsupported media type response has a 3xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording crossplatform mediaretentionpolicy unsupported media type response has a 5xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording crossplatform mediaretentionpolicy unsupported media type response has a 2xx status code

func (*GetRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) String

type GetRecordingJobBadRequest

type GetRecordingJobBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingJobBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingJobBadRequest

func NewGetRecordingJobBadRequest() *GetRecordingJobBadRequest

NewGetRecordingJobBadRequest creates a GetRecordingJobBadRequest with default headers values

func (*GetRecordingJobBadRequest) Error

func (o *GetRecordingJobBadRequest) Error() string

func (*GetRecordingJobBadRequest) GetPayload

func (o *GetRecordingJobBadRequest) GetPayload() *models.ErrorBody

func (*GetRecordingJobBadRequest) IsClientError

func (o *GetRecordingJobBadRequest) IsClientError() bool

IsClientError returns true when this get recording job bad request response has a 4xx status code

func (*GetRecordingJobBadRequest) IsCode

func (o *GetRecordingJobBadRequest) IsCode(code int) bool

IsCode returns true when this get recording job bad request response a status code equal to that given

func (*GetRecordingJobBadRequest) IsRedirect

func (o *GetRecordingJobBadRequest) IsRedirect() bool

IsRedirect returns true when this get recording job bad request response has a 3xx status code

func (*GetRecordingJobBadRequest) IsServerError

func (o *GetRecordingJobBadRequest) IsServerError() bool

IsServerError returns true when this get recording job bad request response has a 5xx status code

func (*GetRecordingJobBadRequest) IsSuccess

func (o *GetRecordingJobBadRequest) IsSuccess() bool

IsSuccess returns true when this get recording job bad request response has a 2xx status code

func (*GetRecordingJobBadRequest) String

func (o *GetRecordingJobBadRequest) String() string

type GetRecordingJobFailedrecordingsBadRequest

type GetRecordingJobFailedrecordingsBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingJobFailedrecordingsBadRequest

func NewGetRecordingJobFailedrecordingsBadRequest() *GetRecordingJobFailedrecordingsBadRequest

NewGetRecordingJobFailedrecordingsBadRequest creates a GetRecordingJobFailedrecordingsBadRequest with default headers values

func (*GetRecordingJobFailedrecordingsBadRequest) Error

func (*GetRecordingJobFailedrecordingsBadRequest) GetPayload

func (*GetRecordingJobFailedrecordingsBadRequest) IsClientError

IsClientError returns true when this get recording job failedrecordings bad request response has a 4xx status code

func (*GetRecordingJobFailedrecordingsBadRequest) IsCode

IsCode returns true when this get recording job failedrecordings bad request response a status code equal to that given

func (*GetRecordingJobFailedrecordingsBadRequest) IsRedirect

IsRedirect returns true when this get recording job failedrecordings bad request response has a 3xx status code

func (*GetRecordingJobFailedrecordingsBadRequest) IsServerError

IsServerError returns true when this get recording job failedrecordings bad request response has a 5xx status code

func (*GetRecordingJobFailedrecordingsBadRequest) IsSuccess

IsSuccess returns true when this get recording job failedrecordings bad request response has a 2xx status code

func (*GetRecordingJobFailedrecordingsBadRequest) String

type GetRecordingJobFailedrecordingsForbidden

type GetRecordingJobFailedrecordingsForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingJobFailedrecordingsForbidden

func NewGetRecordingJobFailedrecordingsForbidden() *GetRecordingJobFailedrecordingsForbidden

NewGetRecordingJobFailedrecordingsForbidden creates a GetRecordingJobFailedrecordingsForbidden with default headers values

func (*GetRecordingJobFailedrecordingsForbidden) Error

func (*GetRecordingJobFailedrecordingsForbidden) GetPayload

func (*GetRecordingJobFailedrecordingsForbidden) IsClientError

IsClientError returns true when this get recording job failedrecordings forbidden response has a 4xx status code

func (*GetRecordingJobFailedrecordingsForbidden) IsCode

IsCode returns true when this get recording job failedrecordings forbidden response a status code equal to that given

func (*GetRecordingJobFailedrecordingsForbidden) IsRedirect

IsRedirect returns true when this get recording job failedrecordings forbidden response has a 3xx status code

func (*GetRecordingJobFailedrecordingsForbidden) IsServerError

IsServerError returns true when this get recording job failedrecordings forbidden response has a 5xx status code

func (*GetRecordingJobFailedrecordingsForbidden) IsSuccess

IsSuccess returns true when this get recording job failedrecordings forbidden response has a 2xx status code

func (*GetRecordingJobFailedrecordingsForbidden) String

type GetRecordingJobFailedrecordingsGatewayTimeout

type GetRecordingJobFailedrecordingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingJobFailedrecordingsGatewayTimeout

func NewGetRecordingJobFailedrecordingsGatewayTimeout() *GetRecordingJobFailedrecordingsGatewayTimeout

NewGetRecordingJobFailedrecordingsGatewayTimeout creates a GetRecordingJobFailedrecordingsGatewayTimeout with default headers values

func (*GetRecordingJobFailedrecordingsGatewayTimeout) Error

func (*GetRecordingJobFailedrecordingsGatewayTimeout) GetPayload

func (*GetRecordingJobFailedrecordingsGatewayTimeout) IsClientError

IsClientError returns true when this get recording job failedrecordings gateway timeout response has a 4xx status code

func (*GetRecordingJobFailedrecordingsGatewayTimeout) IsCode

IsCode returns true when this get recording job failedrecordings gateway timeout response a status code equal to that given

func (*GetRecordingJobFailedrecordingsGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording job failedrecordings gateway timeout response has a 3xx status code

func (*GetRecordingJobFailedrecordingsGatewayTimeout) IsServerError

IsServerError returns true when this get recording job failedrecordings gateway timeout response has a 5xx status code

func (*GetRecordingJobFailedrecordingsGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording job failedrecordings gateway timeout response has a 2xx status code

func (*GetRecordingJobFailedrecordingsGatewayTimeout) String

type GetRecordingJobFailedrecordingsInternalServerError

type GetRecordingJobFailedrecordingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingJobFailedrecordingsInternalServerError

func NewGetRecordingJobFailedrecordingsInternalServerError() *GetRecordingJobFailedrecordingsInternalServerError

NewGetRecordingJobFailedrecordingsInternalServerError creates a GetRecordingJobFailedrecordingsInternalServerError with default headers values

func (*GetRecordingJobFailedrecordingsInternalServerError) Error

func (*GetRecordingJobFailedrecordingsInternalServerError) GetPayload

func (*GetRecordingJobFailedrecordingsInternalServerError) IsClientError

IsClientError returns true when this get recording job failedrecordings internal server error response has a 4xx status code

func (*GetRecordingJobFailedrecordingsInternalServerError) IsCode

IsCode returns true when this get recording job failedrecordings internal server error response a status code equal to that given

func (*GetRecordingJobFailedrecordingsInternalServerError) IsRedirect

IsRedirect returns true when this get recording job failedrecordings internal server error response has a 3xx status code

func (*GetRecordingJobFailedrecordingsInternalServerError) IsServerError

IsServerError returns true when this get recording job failedrecordings internal server error response has a 5xx status code

func (*GetRecordingJobFailedrecordingsInternalServerError) IsSuccess

IsSuccess returns true when this get recording job failedrecordings internal server error response has a 2xx status code

func (*GetRecordingJobFailedrecordingsInternalServerError) String

type GetRecordingJobFailedrecordingsNotFound

type GetRecordingJobFailedrecordingsNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingJobFailedrecordingsNotFound

func NewGetRecordingJobFailedrecordingsNotFound() *GetRecordingJobFailedrecordingsNotFound

NewGetRecordingJobFailedrecordingsNotFound creates a GetRecordingJobFailedrecordingsNotFound with default headers values

func (*GetRecordingJobFailedrecordingsNotFound) Error

func (*GetRecordingJobFailedrecordingsNotFound) GetPayload

func (*GetRecordingJobFailedrecordingsNotFound) IsClientError

func (o *GetRecordingJobFailedrecordingsNotFound) IsClientError() bool

IsClientError returns true when this get recording job failedrecordings not found response has a 4xx status code

func (*GetRecordingJobFailedrecordingsNotFound) IsCode

IsCode returns true when this get recording job failedrecordings not found response a status code equal to that given

func (*GetRecordingJobFailedrecordingsNotFound) IsRedirect

IsRedirect returns true when this get recording job failedrecordings not found response has a 3xx status code

func (*GetRecordingJobFailedrecordingsNotFound) IsServerError

func (o *GetRecordingJobFailedrecordingsNotFound) IsServerError() bool

IsServerError returns true when this get recording job failedrecordings not found response has a 5xx status code

func (*GetRecordingJobFailedrecordingsNotFound) IsSuccess

IsSuccess returns true when this get recording job failedrecordings not found response has a 2xx status code

func (*GetRecordingJobFailedrecordingsNotFound) String

type GetRecordingJobFailedrecordingsOK

type GetRecordingJobFailedrecordingsOK struct {
	Payload *models.FailedRecordingEntityListing
}

GetRecordingJobFailedrecordingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingJobFailedrecordingsOK

func NewGetRecordingJobFailedrecordingsOK() *GetRecordingJobFailedrecordingsOK

NewGetRecordingJobFailedrecordingsOK creates a GetRecordingJobFailedrecordingsOK with default headers values

func (*GetRecordingJobFailedrecordingsOK) Error

func (*GetRecordingJobFailedrecordingsOK) GetPayload

func (*GetRecordingJobFailedrecordingsOK) IsClientError

func (o *GetRecordingJobFailedrecordingsOK) IsClientError() bool

IsClientError returns true when this get recording job failedrecordings o k response has a 4xx status code

func (*GetRecordingJobFailedrecordingsOK) IsCode

func (o *GetRecordingJobFailedrecordingsOK) IsCode(code int) bool

IsCode returns true when this get recording job failedrecordings o k response a status code equal to that given

func (*GetRecordingJobFailedrecordingsOK) IsRedirect

func (o *GetRecordingJobFailedrecordingsOK) IsRedirect() bool

IsRedirect returns true when this get recording job failedrecordings o k response has a 3xx status code

func (*GetRecordingJobFailedrecordingsOK) IsServerError

func (o *GetRecordingJobFailedrecordingsOK) IsServerError() bool

IsServerError returns true when this get recording job failedrecordings o k response has a 5xx status code

func (*GetRecordingJobFailedrecordingsOK) IsSuccess

func (o *GetRecordingJobFailedrecordingsOK) IsSuccess() bool

IsSuccess returns true when this get recording job failedrecordings o k response has a 2xx status code

func (*GetRecordingJobFailedrecordingsOK) String

type GetRecordingJobFailedrecordingsParams

type GetRecordingJobFailedrecordingsParams struct {

	/* Cursor.

	   Indicates where to resume query results (not required for first page)
	*/
	Cursor *string

	/* IncludeTotal.

	   If false, cursor will be used to locate the page instead of pageNumber.
	*/
	IncludeTotal *bool

	/* JobID.

	   jobId
	*/
	JobID string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size. Maximum is 100.

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingJobFailedrecordingsParams contains all the parameters to send to the API endpoint

for the get recording job failedrecordings operation.

Typically these are written to a http.Request.

func NewGetRecordingJobFailedrecordingsParams

func NewGetRecordingJobFailedrecordingsParams() *GetRecordingJobFailedrecordingsParams

NewGetRecordingJobFailedrecordingsParams creates a new GetRecordingJobFailedrecordingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingJobFailedrecordingsParamsWithContext

func NewGetRecordingJobFailedrecordingsParamsWithContext(ctx context.Context) *GetRecordingJobFailedrecordingsParams

NewGetRecordingJobFailedrecordingsParamsWithContext creates a new GetRecordingJobFailedrecordingsParams object with the ability to set a context for a request.

func NewGetRecordingJobFailedrecordingsParamsWithHTTPClient

func NewGetRecordingJobFailedrecordingsParamsWithHTTPClient(client *http.Client) *GetRecordingJobFailedrecordingsParams

NewGetRecordingJobFailedrecordingsParamsWithHTTPClient creates a new GetRecordingJobFailedrecordingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingJobFailedrecordingsParamsWithTimeout

func NewGetRecordingJobFailedrecordingsParamsWithTimeout(timeout time.Duration) *GetRecordingJobFailedrecordingsParams

NewGetRecordingJobFailedrecordingsParamsWithTimeout creates a new GetRecordingJobFailedrecordingsParams object with the ability to set a timeout on a request.

func (*GetRecordingJobFailedrecordingsParams) SetContext

SetContext adds the context to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetCursor

func (o *GetRecordingJobFailedrecordingsParams) SetCursor(cursor *string)

SetCursor adds the cursor to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetDefaults

func (o *GetRecordingJobFailedrecordingsParams) SetDefaults()

SetDefaults hydrates default values in the get recording job failedrecordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingJobFailedrecordingsParams) SetHTTPClient

func (o *GetRecordingJobFailedrecordingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetIncludeTotal

func (o *GetRecordingJobFailedrecordingsParams) SetIncludeTotal(includeTotal *bool)

SetIncludeTotal adds the includeTotal to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetJobID

func (o *GetRecordingJobFailedrecordingsParams) SetJobID(jobID string)

SetJobID adds the jobId to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetPageNumber

func (o *GetRecordingJobFailedrecordingsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetPageSize

func (o *GetRecordingJobFailedrecordingsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) SetTimeout

func (o *GetRecordingJobFailedrecordingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithContext

WithContext adds the context to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithCursor

WithCursor adds the cursor to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithDefaults

WithDefaults hydrates default values in the get recording job failedrecordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingJobFailedrecordingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithIncludeTotal

WithIncludeTotal adds the includeTotal to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithJobID

WithJobID adds the jobID to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithPageSize

WithPageSize adds the pageSize to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WithTimeout

WithTimeout adds the timeout to the get recording job failedrecordings params

func (*GetRecordingJobFailedrecordingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingJobFailedrecordingsReader

type GetRecordingJobFailedrecordingsReader struct {
	// contains filtered or unexported fields
}

GetRecordingJobFailedrecordingsReader is a Reader for the GetRecordingJobFailedrecordings structure.

func (*GetRecordingJobFailedrecordingsReader) ReadResponse

func (o *GetRecordingJobFailedrecordingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingJobFailedrecordingsRequestEntityTooLarge

type GetRecordingJobFailedrecordingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingJobFailedrecordingsRequestEntityTooLarge

func NewGetRecordingJobFailedrecordingsRequestEntityTooLarge() *GetRecordingJobFailedrecordingsRequestEntityTooLarge

NewGetRecordingJobFailedrecordingsRequestEntityTooLarge creates a GetRecordingJobFailedrecordingsRequestEntityTooLarge with default headers values

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) Error

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) GetPayload

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording job failedrecordings request entity too large response has a 4xx status code

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) IsCode

IsCode returns true when this get recording job failedrecordings request entity too large response a status code equal to that given

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording job failedrecordings request entity too large response has a 3xx status code

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording job failedrecordings request entity too large response has a 5xx status code

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording job failedrecordings request entity too large response has a 2xx status code

func (*GetRecordingJobFailedrecordingsRequestEntityTooLarge) String

type GetRecordingJobFailedrecordingsRequestTimeout

type GetRecordingJobFailedrecordingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingJobFailedrecordingsRequestTimeout

func NewGetRecordingJobFailedrecordingsRequestTimeout() *GetRecordingJobFailedrecordingsRequestTimeout

NewGetRecordingJobFailedrecordingsRequestTimeout creates a GetRecordingJobFailedrecordingsRequestTimeout with default headers values

func (*GetRecordingJobFailedrecordingsRequestTimeout) Error

func (*GetRecordingJobFailedrecordingsRequestTimeout) GetPayload

func (*GetRecordingJobFailedrecordingsRequestTimeout) IsClientError

IsClientError returns true when this get recording job failedrecordings request timeout response has a 4xx status code

func (*GetRecordingJobFailedrecordingsRequestTimeout) IsCode

IsCode returns true when this get recording job failedrecordings request timeout response a status code equal to that given

func (*GetRecordingJobFailedrecordingsRequestTimeout) IsRedirect

IsRedirect returns true when this get recording job failedrecordings request timeout response has a 3xx status code

func (*GetRecordingJobFailedrecordingsRequestTimeout) IsServerError

IsServerError returns true when this get recording job failedrecordings request timeout response has a 5xx status code

func (*GetRecordingJobFailedrecordingsRequestTimeout) IsSuccess

IsSuccess returns true when this get recording job failedrecordings request timeout response has a 2xx status code

func (*GetRecordingJobFailedrecordingsRequestTimeout) String

type GetRecordingJobFailedrecordingsServiceUnavailable

type GetRecordingJobFailedrecordingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingJobFailedrecordingsServiceUnavailable

func NewGetRecordingJobFailedrecordingsServiceUnavailable() *GetRecordingJobFailedrecordingsServiceUnavailable

NewGetRecordingJobFailedrecordingsServiceUnavailable creates a GetRecordingJobFailedrecordingsServiceUnavailable with default headers values

func (*GetRecordingJobFailedrecordingsServiceUnavailable) Error

func (*GetRecordingJobFailedrecordingsServiceUnavailable) GetPayload

func (*GetRecordingJobFailedrecordingsServiceUnavailable) IsClientError

IsClientError returns true when this get recording job failedrecordings service unavailable response has a 4xx status code

func (*GetRecordingJobFailedrecordingsServiceUnavailable) IsCode

IsCode returns true when this get recording job failedrecordings service unavailable response a status code equal to that given

func (*GetRecordingJobFailedrecordingsServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording job failedrecordings service unavailable response has a 3xx status code

func (*GetRecordingJobFailedrecordingsServiceUnavailable) IsServerError

IsServerError returns true when this get recording job failedrecordings service unavailable response has a 5xx status code

func (*GetRecordingJobFailedrecordingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording job failedrecordings service unavailable response has a 2xx status code

func (*GetRecordingJobFailedrecordingsServiceUnavailable) String

type GetRecordingJobFailedrecordingsTooManyRequests

type GetRecordingJobFailedrecordingsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingJobFailedrecordingsTooManyRequests

func NewGetRecordingJobFailedrecordingsTooManyRequests() *GetRecordingJobFailedrecordingsTooManyRequests

NewGetRecordingJobFailedrecordingsTooManyRequests creates a GetRecordingJobFailedrecordingsTooManyRequests with default headers values

func (*GetRecordingJobFailedrecordingsTooManyRequests) Error

func (*GetRecordingJobFailedrecordingsTooManyRequests) GetPayload

func (*GetRecordingJobFailedrecordingsTooManyRequests) IsClientError

IsClientError returns true when this get recording job failedrecordings too many requests response has a 4xx status code

func (*GetRecordingJobFailedrecordingsTooManyRequests) IsCode

IsCode returns true when this get recording job failedrecordings too many requests response a status code equal to that given

func (*GetRecordingJobFailedrecordingsTooManyRequests) IsRedirect

IsRedirect returns true when this get recording job failedrecordings too many requests response has a 3xx status code

func (*GetRecordingJobFailedrecordingsTooManyRequests) IsServerError

IsServerError returns true when this get recording job failedrecordings too many requests response has a 5xx status code

func (*GetRecordingJobFailedrecordingsTooManyRequests) IsSuccess

IsSuccess returns true when this get recording job failedrecordings too many requests response has a 2xx status code

func (*GetRecordingJobFailedrecordingsTooManyRequests) String

type GetRecordingJobFailedrecordingsUnauthorized

type GetRecordingJobFailedrecordingsUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingJobFailedrecordingsUnauthorized

func NewGetRecordingJobFailedrecordingsUnauthorized() *GetRecordingJobFailedrecordingsUnauthorized

NewGetRecordingJobFailedrecordingsUnauthorized creates a GetRecordingJobFailedrecordingsUnauthorized with default headers values

func (*GetRecordingJobFailedrecordingsUnauthorized) Error

func (*GetRecordingJobFailedrecordingsUnauthorized) GetPayload

func (*GetRecordingJobFailedrecordingsUnauthorized) IsClientError

IsClientError returns true when this get recording job failedrecordings unauthorized response has a 4xx status code

func (*GetRecordingJobFailedrecordingsUnauthorized) IsCode

IsCode returns true when this get recording job failedrecordings unauthorized response a status code equal to that given

func (*GetRecordingJobFailedrecordingsUnauthorized) IsRedirect

IsRedirect returns true when this get recording job failedrecordings unauthorized response has a 3xx status code

func (*GetRecordingJobFailedrecordingsUnauthorized) IsServerError

IsServerError returns true when this get recording job failedrecordings unauthorized response has a 5xx status code

func (*GetRecordingJobFailedrecordingsUnauthorized) IsSuccess

IsSuccess returns true when this get recording job failedrecordings unauthorized response has a 2xx status code

func (*GetRecordingJobFailedrecordingsUnauthorized) String

type GetRecordingJobFailedrecordingsUnsupportedMediaType

type GetRecordingJobFailedrecordingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingJobFailedrecordingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingJobFailedrecordingsUnsupportedMediaType

func NewGetRecordingJobFailedrecordingsUnsupportedMediaType() *GetRecordingJobFailedrecordingsUnsupportedMediaType

NewGetRecordingJobFailedrecordingsUnsupportedMediaType creates a GetRecordingJobFailedrecordingsUnsupportedMediaType with default headers values

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) Error

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) GetPayload

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording job failedrecordings unsupported media type response has a 4xx status code

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) IsCode

IsCode returns true when this get recording job failedrecordings unsupported media type response a status code equal to that given

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording job failedrecordings unsupported media type response has a 3xx status code

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording job failedrecordings unsupported media type response has a 5xx status code

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording job failedrecordings unsupported media type response has a 2xx status code

func (*GetRecordingJobFailedrecordingsUnsupportedMediaType) String

type GetRecordingJobForbidden

type GetRecordingJobForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingJobForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingJobForbidden

func NewGetRecordingJobForbidden() *GetRecordingJobForbidden

NewGetRecordingJobForbidden creates a GetRecordingJobForbidden with default headers values

func (*GetRecordingJobForbidden) Error

func (o *GetRecordingJobForbidden) Error() string

func (*GetRecordingJobForbidden) GetPayload

func (o *GetRecordingJobForbidden) GetPayload() *models.ErrorBody

func (*GetRecordingJobForbidden) IsClientError

func (o *GetRecordingJobForbidden) IsClientError() bool

IsClientError returns true when this get recording job forbidden response has a 4xx status code

func (*GetRecordingJobForbidden) IsCode

func (o *GetRecordingJobForbidden) IsCode(code int) bool

IsCode returns true when this get recording job forbidden response a status code equal to that given

func (*GetRecordingJobForbidden) IsRedirect

func (o *GetRecordingJobForbidden) IsRedirect() bool

IsRedirect returns true when this get recording job forbidden response has a 3xx status code

func (*GetRecordingJobForbidden) IsServerError

func (o *GetRecordingJobForbidden) IsServerError() bool

IsServerError returns true when this get recording job forbidden response has a 5xx status code

func (*GetRecordingJobForbidden) IsSuccess

func (o *GetRecordingJobForbidden) IsSuccess() bool

IsSuccess returns true when this get recording job forbidden response has a 2xx status code

func (*GetRecordingJobForbidden) String

func (o *GetRecordingJobForbidden) String() string

type GetRecordingJobGatewayTimeout

type GetRecordingJobGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingJobGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingJobGatewayTimeout

func NewGetRecordingJobGatewayTimeout() *GetRecordingJobGatewayTimeout

NewGetRecordingJobGatewayTimeout creates a GetRecordingJobGatewayTimeout with default headers values

func (*GetRecordingJobGatewayTimeout) Error

func (*GetRecordingJobGatewayTimeout) GetPayload

func (*GetRecordingJobGatewayTimeout) IsClientError

func (o *GetRecordingJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this get recording job gateway timeout response has a 4xx status code

func (*GetRecordingJobGatewayTimeout) IsCode

func (o *GetRecordingJobGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get recording job gateway timeout response a status code equal to that given

func (*GetRecordingJobGatewayTimeout) IsRedirect

func (o *GetRecordingJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get recording job gateway timeout response has a 3xx status code

func (*GetRecordingJobGatewayTimeout) IsServerError

func (o *GetRecordingJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this get recording job gateway timeout response has a 5xx status code

func (*GetRecordingJobGatewayTimeout) IsSuccess

func (o *GetRecordingJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get recording job gateway timeout response has a 2xx status code

func (*GetRecordingJobGatewayTimeout) String

type GetRecordingJobInternalServerError

type GetRecordingJobInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingJobInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingJobInternalServerError

func NewGetRecordingJobInternalServerError() *GetRecordingJobInternalServerError

NewGetRecordingJobInternalServerError creates a GetRecordingJobInternalServerError with default headers values

func (*GetRecordingJobInternalServerError) Error

func (*GetRecordingJobInternalServerError) GetPayload

func (*GetRecordingJobInternalServerError) IsClientError

func (o *GetRecordingJobInternalServerError) IsClientError() bool

IsClientError returns true when this get recording job internal server error response has a 4xx status code

func (*GetRecordingJobInternalServerError) IsCode

IsCode returns true when this get recording job internal server error response a status code equal to that given

func (*GetRecordingJobInternalServerError) IsRedirect

func (o *GetRecordingJobInternalServerError) IsRedirect() bool

IsRedirect returns true when this get recording job internal server error response has a 3xx status code

func (*GetRecordingJobInternalServerError) IsServerError

func (o *GetRecordingJobInternalServerError) IsServerError() bool

IsServerError returns true when this get recording job internal server error response has a 5xx status code

func (*GetRecordingJobInternalServerError) IsSuccess

IsSuccess returns true when this get recording job internal server error response has a 2xx status code

func (*GetRecordingJobInternalServerError) String

type GetRecordingJobNotFound

type GetRecordingJobNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingJobNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingJobNotFound

func NewGetRecordingJobNotFound() *GetRecordingJobNotFound

NewGetRecordingJobNotFound creates a GetRecordingJobNotFound with default headers values

func (*GetRecordingJobNotFound) Error

func (o *GetRecordingJobNotFound) Error() string

func (*GetRecordingJobNotFound) GetPayload

func (o *GetRecordingJobNotFound) GetPayload() *models.ErrorBody

func (*GetRecordingJobNotFound) IsClientError

func (o *GetRecordingJobNotFound) IsClientError() bool

IsClientError returns true when this get recording job not found response has a 4xx status code

func (*GetRecordingJobNotFound) IsCode

func (o *GetRecordingJobNotFound) IsCode(code int) bool

IsCode returns true when this get recording job not found response a status code equal to that given

func (*GetRecordingJobNotFound) IsRedirect

func (o *GetRecordingJobNotFound) IsRedirect() bool

IsRedirect returns true when this get recording job not found response has a 3xx status code

func (*GetRecordingJobNotFound) IsServerError

func (o *GetRecordingJobNotFound) IsServerError() bool

IsServerError returns true when this get recording job not found response has a 5xx status code

func (*GetRecordingJobNotFound) IsSuccess

func (o *GetRecordingJobNotFound) IsSuccess() bool

IsSuccess returns true when this get recording job not found response has a 2xx status code

func (*GetRecordingJobNotFound) String

func (o *GetRecordingJobNotFound) String() string

type GetRecordingJobOK

type GetRecordingJobOK struct {
	Payload *models.RecordingJob
}

GetRecordingJobOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingJobOK

func NewGetRecordingJobOK() *GetRecordingJobOK

NewGetRecordingJobOK creates a GetRecordingJobOK with default headers values

func (*GetRecordingJobOK) Error

func (o *GetRecordingJobOK) Error() string

func (*GetRecordingJobOK) GetPayload

func (o *GetRecordingJobOK) GetPayload() *models.RecordingJob

func (*GetRecordingJobOK) IsClientError

func (o *GetRecordingJobOK) IsClientError() bool

IsClientError returns true when this get recording job o k response has a 4xx status code

func (*GetRecordingJobOK) IsCode

func (o *GetRecordingJobOK) IsCode(code int) bool

IsCode returns true when this get recording job o k response a status code equal to that given

func (*GetRecordingJobOK) IsRedirect

func (o *GetRecordingJobOK) IsRedirect() bool

IsRedirect returns true when this get recording job o k response has a 3xx status code

func (*GetRecordingJobOK) IsServerError

func (o *GetRecordingJobOK) IsServerError() bool

IsServerError returns true when this get recording job o k response has a 5xx status code

func (*GetRecordingJobOK) IsSuccess

func (o *GetRecordingJobOK) IsSuccess() bool

IsSuccess returns true when this get recording job o k response has a 2xx status code

func (*GetRecordingJobOK) String

func (o *GetRecordingJobOK) String() string

type GetRecordingJobParams

type GetRecordingJobParams struct {

	/* JobID.

	   jobId
	*/
	JobID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingJobParams contains all the parameters to send to the API endpoint

for the get recording job operation.

Typically these are written to a http.Request.

func NewGetRecordingJobParams

func NewGetRecordingJobParams() *GetRecordingJobParams

NewGetRecordingJobParams creates a new GetRecordingJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingJobParamsWithContext

func NewGetRecordingJobParamsWithContext(ctx context.Context) *GetRecordingJobParams

NewGetRecordingJobParamsWithContext creates a new GetRecordingJobParams object with the ability to set a context for a request.

func NewGetRecordingJobParamsWithHTTPClient

func NewGetRecordingJobParamsWithHTTPClient(client *http.Client) *GetRecordingJobParams

NewGetRecordingJobParamsWithHTTPClient creates a new GetRecordingJobParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingJobParamsWithTimeout

func NewGetRecordingJobParamsWithTimeout(timeout time.Duration) *GetRecordingJobParams

NewGetRecordingJobParamsWithTimeout creates a new GetRecordingJobParams object with the ability to set a timeout on a request.

func (*GetRecordingJobParams) SetContext

func (o *GetRecordingJobParams) SetContext(ctx context.Context)

SetContext adds the context to the get recording job params

func (*GetRecordingJobParams) SetDefaults

func (o *GetRecordingJobParams) SetDefaults()

SetDefaults hydrates default values in the get recording job params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingJobParams) SetHTTPClient

func (o *GetRecordingJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording job params

func (*GetRecordingJobParams) SetJobID

func (o *GetRecordingJobParams) SetJobID(jobID string)

SetJobID adds the jobId to the get recording job params

func (*GetRecordingJobParams) SetTimeout

func (o *GetRecordingJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording job params

func (*GetRecordingJobParams) WithContext

WithContext adds the context to the get recording job params

func (*GetRecordingJobParams) WithDefaults

func (o *GetRecordingJobParams) WithDefaults() *GetRecordingJobParams

WithDefaults hydrates default values in the get recording job params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingJobParams) WithHTTPClient

func (o *GetRecordingJobParams) WithHTTPClient(client *http.Client) *GetRecordingJobParams

WithHTTPClient adds the HTTPClient to the get recording job params

func (*GetRecordingJobParams) WithJobID

func (o *GetRecordingJobParams) WithJobID(jobID string) *GetRecordingJobParams

WithJobID adds the jobID to the get recording job params

func (*GetRecordingJobParams) WithTimeout

func (o *GetRecordingJobParams) WithTimeout(timeout time.Duration) *GetRecordingJobParams

WithTimeout adds the timeout to the get recording job params

func (*GetRecordingJobParams) WriteToRequest

func (o *GetRecordingJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRecordingJobReader

type GetRecordingJobReader struct {
	// contains filtered or unexported fields
}

GetRecordingJobReader is a Reader for the GetRecordingJob structure.

func (*GetRecordingJobReader) ReadResponse

func (o *GetRecordingJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingJobRequestEntityTooLarge

type GetRecordingJobRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingJobRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingJobRequestEntityTooLarge

func NewGetRecordingJobRequestEntityTooLarge() *GetRecordingJobRequestEntityTooLarge

NewGetRecordingJobRequestEntityTooLarge creates a GetRecordingJobRequestEntityTooLarge with default headers values

func (*GetRecordingJobRequestEntityTooLarge) Error

func (*GetRecordingJobRequestEntityTooLarge) GetPayload

func (*GetRecordingJobRequestEntityTooLarge) IsClientError

func (o *GetRecordingJobRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get recording job request entity too large response has a 4xx status code

func (*GetRecordingJobRequestEntityTooLarge) IsCode

IsCode returns true when this get recording job request entity too large response a status code equal to that given

func (*GetRecordingJobRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording job request entity too large response has a 3xx status code

func (*GetRecordingJobRequestEntityTooLarge) IsServerError

func (o *GetRecordingJobRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get recording job request entity too large response has a 5xx status code

func (*GetRecordingJobRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording job request entity too large response has a 2xx status code

func (*GetRecordingJobRequestEntityTooLarge) String

type GetRecordingJobRequestTimeout

type GetRecordingJobRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingJobRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingJobRequestTimeout

func NewGetRecordingJobRequestTimeout() *GetRecordingJobRequestTimeout

NewGetRecordingJobRequestTimeout creates a GetRecordingJobRequestTimeout with default headers values

func (*GetRecordingJobRequestTimeout) Error

func (*GetRecordingJobRequestTimeout) GetPayload

func (*GetRecordingJobRequestTimeout) IsClientError

func (o *GetRecordingJobRequestTimeout) IsClientError() bool

IsClientError returns true when this get recording job request timeout response has a 4xx status code

func (*GetRecordingJobRequestTimeout) IsCode

func (o *GetRecordingJobRequestTimeout) IsCode(code int) bool

IsCode returns true when this get recording job request timeout response a status code equal to that given

func (*GetRecordingJobRequestTimeout) IsRedirect

func (o *GetRecordingJobRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get recording job request timeout response has a 3xx status code

func (*GetRecordingJobRequestTimeout) IsServerError

func (o *GetRecordingJobRequestTimeout) IsServerError() bool

IsServerError returns true when this get recording job request timeout response has a 5xx status code

func (*GetRecordingJobRequestTimeout) IsSuccess

func (o *GetRecordingJobRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get recording job request timeout response has a 2xx status code

func (*GetRecordingJobRequestTimeout) String

type GetRecordingJobServiceUnavailable

type GetRecordingJobServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingJobServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingJobServiceUnavailable

func NewGetRecordingJobServiceUnavailable() *GetRecordingJobServiceUnavailable

NewGetRecordingJobServiceUnavailable creates a GetRecordingJobServiceUnavailable with default headers values

func (*GetRecordingJobServiceUnavailable) Error

func (*GetRecordingJobServiceUnavailable) GetPayload

func (*GetRecordingJobServiceUnavailable) IsClientError

func (o *GetRecordingJobServiceUnavailable) IsClientError() bool

IsClientError returns true when this get recording job service unavailable response has a 4xx status code

func (*GetRecordingJobServiceUnavailable) IsCode

func (o *GetRecordingJobServiceUnavailable) IsCode(code int) bool

IsCode returns true when this get recording job service unavailable response a status code equal to that given

func (*GetRecordingJobServiceUnavailable) IsRedirect

func (o *GetRecordingJobServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get recording job service unavailable response has a 3xx status code

func (*GetRecordingJobServiceUnavailable) IsServerError

func (o *GetRecordingJobServiceUnavailable) IsServerError() bool

IsServerError returns true when this get recording job service unavailable response has a 5xx status code

func (*GetRecordingJobServiceUnavailable) IsSuccess

func (o *GetRecordingJobServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get recording job service unavailable response has a 2xx status code

func (*GetRecordingJobServiceUnavailable) String

type GetRecordingJobTooManyRequests

type GetRecordingJobTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingJobTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingJobTooManyRequests

func NewGetRecordingJobTooManyRequests() *GetRecordingJobTooManyRequests

NewGetRecordingJobTooManyRequests creates a GetRecordingJobTooManyRequests with default headers values

func (*GetRecordingJobTooManyRequests) Error

func (*GetRecordingJobTooManyRequests) GetPayload

func (*GetRecordingJobTooManyRequests) IsClientError

func (o *GetRecordingJobTooManyRequests) IsClientError() bool

IsClientError returns true when this get recording job too many requests response has a 4xx status code

func (*GetRecordingJobTooManyRequests) IsCode

func (o *GetRecordingJobTooManyRequests) IsCode(code int) bool

IsCode returns true when this get recording job too many requests response a status code equal to that given

func (*GetRecordingJobTooManyRequests) IsRedirect

func (o *GetRecordingJobTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get recording job too many requests response has a 3xx status code

func (*GetRecordingJobTooManyRequests) IsServerError

func (o *GetRecordingJobTooManyRequests) IsServerError() bool

IsServerError returns true when this get recording job too many requests response has a 5xx status code

func (*GetRecordingJobTooManyRequests) IsSuccess

func (o *GetRecordingJobTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get recording job too many requests response has a 2xx status code

func (*GetRecordingJobTooManyRequests) String

type GetRecordingJobUnauthorized

type GetRecordingJobUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingJobUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingJobUnauthorized

func NewGetRecordingJobUnauthorized() *GetRecordingJobUnauthorized

NewGetRecordingJobUnauthorized creates a GetRecordingJobUnauthorized with default headers values

func (*GetRecordingJobUnauthorized) Error

func (*GetRecordingJobUnauthorized) GetPayload

func (o *GetRecordingJobUnauthorized) GetPayload() *models.ErrorBody

func (*GetRecordingJobUnauthorized) IsClientError

func (o *GetRecordingJobUnauthorized) IsClientError() bool

IsClientError returns true when this get recording job unauthorized response has a 4xx status code

func (*GetRecordingJobUnauthorized) IsCode

func (o *GetRecordingJobUnauthorized) IsCode(code int) bool

IsCode returns true when this get recording job unauthorized response a status code equal to that given

func (*GetRecordingJobUnauthorized) IsRedirect

func (o *GetRecordingJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this get recording job unauthorized response has a 3xx status code

func (*GetRecordingJobUnauthorized) IsServerError

func (o *GetRecordingJobUnauthorized) IsServerError() bool

IsServerError returns true when this get recording job unauthorized response has a 5xx status code

func (*GetRecordingJobUnauthorized) IsSuccess

func (o *GetRecordingJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this get recording job unauthorized response has a 2xx status code

func (*GetRecordingJobUnauthorized) String

func (o *GetRecordingJobUnauthorized) String() string

type GetRecordingJobUnsupportedMediaType

type GetRecordingJobUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingJobUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingJobUnsupportedMediaType

func NewGetRecordingJobUnsupportedMediaType() *GetRecordingJobUnsupportedMediaType

NewGetRecordingJobUnsupportedMediaType creates a GetRecordingJobUnsupportedMediaType with default headers values

func (*GetRecordingJobUnsupportedMediaType) Error

func (*GetRecordingJobUnsupportedMediaType) GetPayload

func (*GetRecordingJobUnsupportedMediaType) IsClientError

func (o *GetRecordingJobUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get recording job unsupported media type response has a 4xx status code

func (*GetRecordingJobUnsupportedMediaType) IsCode

IsCode returns true when this get recording job unsupported media type response a status code equal to that given

func (*GetRecordingJobUnsupportedMediaType) IsRedirect

func (o *GetRecordingJobUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get recording job unsupported media type response has a 3xx status code

func (*GetRecordingJobUnsupportedMediaType) IsServerError

func (o *GetRecordingJobUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get recording job unsupported media type response has a 5xx status code

func (*GetRecordingJobUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording job unsupported media type response has a 2xx status code

func (*GetRecordingJobUnsupportedMediaType) String

type GetRecordingJobsBadRequest

type GetRecordingJobsBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingJobsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingJobsBadRequest

func NewGetRecordingJobsBadRequest() *GetRecordingJobsBadRequest

NewGetRecordingJobsBadRequest creates a GetRecordingJobsBadRequest with default headers values

func (*GetRecordingJobsBadRequest) Error

func (*GetRecordingJobsBadRequest) GetPayload

func (o *GetRecordingJobsBadRequest) GetPayload() *models.ErrorBody

func (*GetRecordingJobsBadRequest) IsClientError

func (o *GetRecordingJobsBadRequest) IsClientError() bool

IsClientError returns true when this get recording jobs bad request response has a 4xx status code

func (*GetRecordingJobsBadRequest) IsCode

func (o *GetRecordingJobsBadRequest) IsCode(code int) bool

IsCode returns true when this get recording jobs bad request response a status code equal to that given

func (*GetRecordingJobsBadRequest) IsRedirect

func (o *GetRecordingJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this get recording jobs bad request response has a 3xx status code

func (*GetRecordingJobsBadRequest) IsServerError

func (o *GetRecordingJobsBadRequest) IsServerError() bool

IsServerError returns true when this get recording jobs bad request response has a 5xx status code

func (*GetRecordingJobsBadRequest) IsSuccess

func (o *GetRecordingJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this get recording jobs bad request response has a 2xx status code

func (*GetRecordingJobsBadRequest) String

func (o *GetRecordingJobsBadRequest) String() string

type GetRecordingJobsForbidden

type GetRecordingJobsForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingJobsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingJobsForbidden

func NewGetRecordingJobsForbidden() *GetRecordingJobsForbidden

NewGetRecordingJobsForbidden creates a GetRecordingJobsForbidden with default headers values

func (*GetRecordingJobsForbidden) Error

func (o *GetRecordingJobsForbidden) Error() string

func (*GetRecordingJobsForbidden) GetPayload

func (o *GetRecordingJobsForbidden) GetPayload() *models.ErrorBody

func (*GetRecordingJobsForbidden) IsClientError

func (o *GetRecordingJobsForbidden) IsClientError() bool

IsClientError returns true when this get recording jobs forbidden response has a 4xx status code

func (*GetRecordingJobsForbidden) IsCode

func (o *GetRecordingJobsForbidden) IsCode(code int) bool

IsCode returns true when this get recording jobs forbidden response a status code equal to that given

func (*GetRecordingJobsForbidden) IsRedirect

func (o *GetRecordingJobsForbidden) IsRedirect() bool

IsRedirect returns true when this get recording jobs forbidden response has a 3xx status code

func (*GetRecordingJobsForbidden) IsServerError

func (o *GetRecordingJobsForbidden) IsServerError() bool

IsServerError returns true when this get recording jobs forbidden response has a 5xx status code

func (*GetRecordingJobsForbidden) IsSuccess

func (o *GetRecordingJobsForbidden) IsSuccess() bool

IsSuccess returns true when this get recording jobs forbidden response has a 2xx status code

func (*GetRecordingJobsForbidden) String

func (o *GetRecordingJobsForbidden) String() string

type GetRecordingJobsGatewayTimeout

type GetRecordingJobsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingJobsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingJobsGatewayTimeout

func NewGetRecordingJobsGatewayTimeout() *GetRecordingJobsGatewayTimeout

NewGetRecordingJobsGatewayTimeout creates a GetRecordingJobsGatewayTimeout with default headers values

func (*GetRecordingJobsGatewayTimeout) Error

func (*GetRecordingJobsGatewayTimeout) GetPayload

func (*GetRecordingJobsGatewayTimeout) IsClientError

func (o *GetRecordingJobsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get recording jobs gateway timeout response has a 4xx status code

func (*GetRecordingJobsGatewayTimeout) IsCode

func (o *GetRecordingJobsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get recording jobs gateway timeout response a status code equal to that given

func (*GetRecordingJobsGatewayTimeout) IsRedirect

func (o *GetRecordingJobsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get recording jobs gateway timeout response has a 3xx status code

func (*GetRecordingJobsGatewayTimeout) IsServerError

func (o *GetRecordingJobsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get recording jobs gateway timeout response has a 5xx status code

func (*GetRecordingJobsGatewayTimeout) IsSuccess

func (o *GetRecordingJobsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get recording jobs gateway timeout response has a 2xx status code

func (*GetRecordingJobsGatewayTimeout) String

type GetRecordingJobsInternalServerError

type GetRecordingJobsInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingJobsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingJobsInternalServerError

func NewGetRecordingJobsInternalServerError() *GetRecordingJobsInternalServerError

NewGetRecordingJobsInternalServerError creates a GetRecordingJobsInternalServerError with default headers values

func (*GetRecordingJobsInternalServerError) Error

func (*GetRecordingJobsInternalServerError) GetPayload

func (*GetRecordingJobsInternalServerError) IsClientError

func (o *GetRecordingJobsInternalServerError) IsClientError() bool

IsClientError returns true when this get recording jobs internal server error response has a 4xx status code

func (*GetRecordingJobsInternalServerError) IsCode

IsCode returns true when this get recording jobs internal server error response a status code equal to that given

func (*GetRecordingJobsInternalServerError) IsRedirect

func (o *GetRecordingJobsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get recording jobs internal server error response has a 3xx status code

func (*GetRecordingJobsInternalServerError) IsServerError

func (o *GetRecordingJobsInternalServerError) IsServerError() bool

IsServerError returns true when this get recording jobs internal server error response has a 5xx status code

func (*GetRecordingJobsInternalServerError) IsSuccess

IsSuccess returns true when this get recording jobs internal server error response has a 2xx status code

func (*GetRecordingJobsInternalServerError) String

type GetRecordingJobsNotFound

type GetRecordingJobsNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingJobsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingJobsNotFound

func NewGetRecordingJobsNotFound() *GetRecordingJobsNotFound

NewGetRecordingJobsNotFound creates a GetRecordingJobsNotFound with default headers values

func (*GetRecordingJobsNotFound) Error

func (o *GetRecordingJobsNotFound) Error() string

func (*GetRecordingJobsNotFound) GetPayload

func (o *GetRecordingJobsNotFound) GetPayload() *models.ErrorBody

func (*GetRecordingJobsNotFound) IsClientError

func (o *GetRecordingJobsNotFound) IsClientError() bool

IsClientError returns true when this get recording jobs not found response has a 4xx status code

func (*GetRecordingJobsNotFound) IsCode

func (o *GetRecordingJobsNotFound) IsCode(code int) bool

IsCode returns true when this get recording jobs not found response a status code equal to that given

func (*GetRecordingJobsNotFound) IsRedirect

func (o *GetRecordingJobsNotFound) IsRedirect() bool

IsRedirect returns true when this get recording jobs not found response has a 3xx status code

func (*GetRecordingJobsNotFound) IsServerError

func (o *GetRecordingJobsNotFound) IsServerError() bool

IsServerError returns true when this get recording jobs not found response has a 5xx status code

func (*GetRecordingJobsNotFound) IsSuccess

func (o *GetRecordingJobsNotFound) IsSuccess() bool

IsSuccess returns true when this get recording jobs not found response has a 2xx status code

func (*GetRecordingJobsNotFound) String

func (o *GetRecordingJobsNotFound) String() string

type GetRecordingJobsOK

type GetRecordingJobsOK struct {
	Payload *models.RecordingJobEntityListing
}

GetRecordingJobsOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingJobsOK

func NewGetRecordingJobsOK() *GetRecordingJobsOK

NewGetRecordingJobsOK creates a GetRecordingJobsOK with default headers values

func (*GetRecordingJobsOK) Error

func (o *GetRecordingJobsOK) Error() string

func (*GetRecordingJobsOK) GetPayload

func (*GetRecordingJobsOK) IsClientError

func (o *GetRecordingJobsOK) IsClientError() bool

IsClientError returns true when this get recording jobs o k response has a 4xx status code

func (*GetRecordingJobsOK) IsCode

func (o *GetRecordingJobsOK) IsCode(code int) bool

IsCode returns true when this get recording jobs o k response a status code equal to that given

func (*GetRecordingJobsOK) IsRedirect

func (o *GetRecordingJobsOK) IsRedirect() bool

IsRedirect returns true when this get recording jobs o k response has a 3xx status code

func (*GetRecordingJobsOK) IsServerError

func (o *GetRecordingJobsOK) IsServerError() bool

IsServerError returns true when this get recording jobs o k response has a 5xx status code

func (*GetRecordingJobsOK) IsSuccess

func (o *GetRecordingJobsOK) IsSuccess() bool

IsSuccess returns true when this get recording jobs o k response has a 2xx status code

func (*GetRecordingJobsOK) String

func (o *GetRecordingJobsOK) String() string

type GetRecordingJobsParams

type GetRecordingJobsParams struct {

	/* Cursor.

	   Indicates where to resume query results (not required for first page)
	*/
	Cursor *string

	/* IncludeTotal.

	   If false, cursor will be used to locate the page instead of pageNumber.
	*/
	IncludeTotal *bool

	/* JobType.

	   Job Type (Can be left empty for both)
	*/
	JobType *string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* ShowOnlyMyJobs.

	   Show only my jobs
	*/
	ShowOnlyMyJobs *bool

	/* SortBy.

	   Sort by

	   Default: "userId"
	*/
	SortBy *string

	/* State.

	   Filter by state
	*/
	State *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingJobsParams contains all the parameters to send to the API endpoint

for the get recording jobs operation.

Typically these are written to a http.Request.

func NewGetRecordingJobsParams

func NewGetRecordingJobsParams() *GetRecordingJobsParams

NewGetRecordingJobsParams creates a new GetRecordingJobsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingJobsParamsWithContext

func NewGetRecordingJobsParamsWithContext(ctx context.Context) *GetRecordingJobsParams

NewGetRecordingJobsParamsWithContext creates a new GetRecordingJobsParams object with the ability to set a context for a request.

func NewGetRecordingJobsParamsWithHTTPClient

func NewGetRecordingJobsParamsWithHTTPClient(client *http.Client) *GetRecordingJobsParams

NewGetRecordingJobsParamsWithHTTPClient creates a new GetRecordingJobsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingJobsParamsWithTimeout

func NewGetRecordingJobsParamsWithTimeout(timeout time.Duration) *GetRecordingJobsParams

NewGetRecordingJobsParamsWithTimeout creates a new GetRecordingJobsParams object with the ability to set a timeout on a request.

func (*GetRecordingJobsParams) SetContext

func (o *GetRecordingJobsParams) SetContext(ctx context.Context)

SetContext adds the context to the get recording jobs params

func (*GetRecordingJobsParams) SetCursor

func (o *GetRecordingJobsParams) SetCursor(cursor *string)

SetCursor adds the cursor to the get recording jobs params

func (*GetRecordingJobsParams) SetDefaults

func (o *GetRecordingJobsParams) SetDefaults()

SetDefaults hydrates default values in the get recording jobs params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingJobsParams) SetHTTPClient

func (o *GetRecordingJobsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording jobs params

func (*GetRecordingJobsParams) SetIncludeTotal

func (o *GetRecordingJobsParams) SetIncludeTotal(includeTotal *bool)

SetIncludeTotal adds the includeTotal to the get recording jobs params

func (*GetRecordingJobsParams) SetJobType

func (o *GetRecordingJobsParams) SetJobType(jobType *string)

SetJobType adds the jobType to the get recording jobs params

func (*GetRecordingJobsParams) SetPageNumber

func (o *GetRecordingJobsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get recording jobs params

func (*GetRecordingJobsParams) SetPageSize

func (o *GetRecordingJobsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get recording jobs params

func (*GetRecordingJobsParams) SetShowOnlyMyJobs

func (o *GetRecordingJobsParams) SetShowOnlyMyJobs(showOnlyMyJobs *bool)

SetShowOnlyMyJobs adds the showOnlyMyJobs to the get recording jobs params

func (*GetRecordingJobsParams) SetSortBy

func (o *GetRecordingJobsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get recording jobs params

func (*GetRecordingJobsParams) SetState

func (o *GetRecordingJobsParams) SetState(state *string)

SetState adds the state to the get recording jobs params

func (*GetRecordingJobsParams) SetTimeout

func (o *GetRecordingJobsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording jobs params

func (*GetRecordingJobsParams) WithContext

WithContext adds the context to the get recording jobs params

func (*GetRecordingJobsParams) WithCursor

func (o *GetRecordingJobsParams) WithCursor(cursor *string) *GetRecordingJobsParams

WithCursor adds the cursor to the get recording jobs params

func (*GetRecordingJobsParams) WithDefaults

WithDefaults hydrates default values in the get recording jobs params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingJobsParams) WithHTTPClient

func (o *GetRecordingJobsParams) WithHTTPClient(client *http.Client) *GetRecordingJobsParams

WithHTTPClient adds the HTTPClient to the get recording jobs params

func (*GetRecordingJobsParams) WithIncludeTotal

func (o *GetRecordingJobsParams) WithIncludeTotal(includeTotal *bool) *GetRecordingJobsParams

WithIncludeTotal adds the includeTotal to the get recording jobs params

func (*GetRecordingJobsParams) WithJobType

func (o *GetRecordingJobsParams) WithJobType(jobType *string) *GetRecordingJobsParams

WithJobType adds the jobType to the get recording jobs params

func (*GetRecordingJobsParams) WithPageNumber

func (o *GetRecordingJobsParams) WithPageNumber(pageNumber *int32) *GetRecordingJobsParams

WithPageNumber adds the pageNumber to the get recording jobs params

func (*GetRecordingJobsParams) WithPageSize

func (o *GetRecordingJobsParams) WithPageSize(pageSize *int32) *GetRecordingJobsParams

WithPageSize adds the pageSize to the get recording jobs params

func (*GetRecordingJobsParams) WithShowOnlyMyJobs

func (o *GetRecordingJobsParams) WithShowOnlyMyJobs(showOnlyMyJobs *bool) *GetRecordingJobsParams

WithShowOnlyMyJobs adds the showOnlyMyJobs to the get recording jobs params

func (*GetRecordingJobsParams) WithSortBy

func (o *GetRecordingJobsParams) WithSortBy(sortBy *string) *GetRecordingJobsParams

WithSortBy adds the sortBy to the get recording jobs params

func (*GetRecordingJobsParams) WithState

WithState adds the state to the get recording jobs params

func (*GetRecordingJobsParams) WithTimeout

WithTimeout adds the timeout to the get recording jobs params

func (*GetRecordingJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingJobsReader

type GetRecordingJobsReader struct {
	// contains filtered or unexported fields
}

GetRecordingJobsReader is a Reader for the GetRecordingJobs structure.

func (*GetRecordingJobsReader) ReadResponse

func (o *GetRecordingJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingJobsRequestEntityTooLarge

type GetRecordingJobsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingJobsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingJobsRequestEntityTooLarge

func NewGetRecordingJobsRequestEntityTooLarge() *GetRecordingJobsRequestEntityTooLarge

NewGetRecordingJobsRequestEntityTooLarge creates a GetRecordingJobsRequestEntityTooLarge with default headers values

func (*GetRecordingJobsRequestEntityTooLarge) Error

func (*GetRecordingJobsRequestEntityTooLarge) GetPayload

func (*GetRecordingJobsRequestEntityTooLarge) IsClientError

func (o *GetRecordingJobsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get recording jobs request entity too large response has a 4xx status code

func (*GetRecordingJobsRequestEntityTooLarge) IsCode

IsCode returns true when this get recording jobs request entity too large response a status code equal to that given

func (*GetRecordingJobsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording jobs request entity too large response has a 3xx status code

func (*GetRecordingJobsRequestEntityTooLarge) IsServerError

func (o *GetRecordingJobsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get recording jobs request entity too large response has a 5xx status code

func (*GetRecordingJobsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording jobs request entity too large response has a 2xx status code

func (*GetRecordingJobsRequestEntityTooLarge) String

type GetRecordingJobsRequestTimeout

type GetRecordingJobsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingJobsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingJobsRequestTimeout

func NewGetRecordingJobsRequestTimeout() *GetRecordingJobsRequestTimeout

NewGetRecordingJobsRequestTimeout creates a GetRecordingJobsRequestTimeout with default headers values

func (*GetRecordingJobsRequestTimeout) Error

func (*GetRecordingJobsRequestTimeout) GetPayload

func (*GetRecordingJobsRequestTimeout) IsClientError

func (o *GetRecordingJobsRequestTimeout) IsClientError() bool

IsClientError returns true when this get recording jobs request timeout response has a 4xx status code

func (*GetRecordingJobsRequestTimeout) IsCode

func (o *GetRecordingJobsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get recording jobs request timeout response a status code equal to that given

func (*GetRecordingJobsRequestTimeout) IsRedirect

func (o *GetRecordingJobsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get recording jobs request timeout response has a 3xx status code

func (*GetRecordingJobsRequestTimeout) IsServerError

func (o *GetRecordingJobsRequestTimeout) IsServerError() bool

IsServerError returns true when this get recording jobs request timeout response has a 5xx status code

func (*GetRecordingJobsRequestTimeout) IsSuccess

func (o *GetRecordingJobsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get recording jobs request timeout response has a 2xx status code

func (*GetRecordingJobsRequestTimeout) String

type GetRecordingJobsServiceUnavailable

type GetRecordingJobsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingJobsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingJobsServiceUnavailable

func NewGetRecordingJobsServiceUnavailable() *GetRecordingJobsServiceUnavailable

NewGetRecordingJobsServiceUnavailable creates a GetRecordingJobsServiceUnavailable with default headers values

func (*GetRecordingJobsServiceUnavailable) Error

func (*GetRecordingJobsServiceUnavailable) GetPayload

func (*GetRecordingJobsServiceUnavailable) IsClientError

func (o *GetRecordingJobsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get recording jobs service unavailable response has a 4xx status code

func (*GetRecordingJobsServiceUnavailable) IsCode

IsCode returns true when this get recording jobs service unavailable response a status code equal to that given

func (*GetRecordingJobsServiceUnavailable) IsRedirect

func (o *GetRecordingJobsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get recording jobs service unavailable response has a 3xx status code

func (*GetRecordingJobsServiceUnavailable) IsServerError

func (o *GetRecordingJobsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get recording jobs service unavailable response has a 5xx status code

func (*GetRecordingJobsServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording jobs service unavailable response has a 2xx status code

func (*GetRecordingJobsServiceUnavailable) String

type GetRecordingJobsTooManyRequests

type GetRecordingJobsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingJobsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingJobsTooManyRequests

func NewGetRecordingJobsTooManyRequests() *GetRecordingJobsTooManyRequests

NewGetRecordingJobsTooManyRequests creates a GetRecordingJobsTooManyRequests with default headers values

func (*GetRecordingJobsTooManyRequests) Error

func (*GetRecordingJobsTooManyRequests) GetPayload

func (*GetRecordingJobsTooManyRequests) IsClientError

func (o *GetRecordingJobsTooManyRequests) IsClientError() bool

IsClientError returns true when this get recording jobs too many requests response has a 4xx status code

func (*GetRecordingJobsTooManyRequests) IsCode

func (o *GetRecordingJobsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get recording jobs too many requests response a status code equal to that given

func (*GetRecordingJobsTooManyRequests) IsRedirect

func (o *GetRecordingJobsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get recording jobs too many requests response has a 3xx status code

func (*GetRecordingJobsTooManyRequests) IsServerError

func (o *GetRecordingJobsTooManyRequests) IsServerError() bool

IsServerError returns true when this get recording jobs too many requests response has a 5xx status code

func (*GetRecordingJobsTooManyRequests) IsSuccess

func (o *GetRecordingJobsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get recording jobs too many requests response has a 2xx status code

func (*GetRecordingJobsTooManyRequests) String

type GetRecordingJobsUnauthorized

type GetRecordingJobsUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingJobsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingJobsUnauthorized

func NewGetRecordingJobsUnauthorized() *GetRecordingJobsUnauthorized

NewGetRecordingJobsUnauthorized creates a GetRecordingJobsUnauthorized with default headers values

func (*GetRecordingJobsUnauthorized) Error

func (*GetRecordingJobsUnauthorized) GetPayload

func (*GetRecordingJobsUnauthorized) IsClientError

func (o *GetRecordingJobsUnauthorized) IsClientError() bool

IsClientError returns true when this get recording jobs unauthorized response has a 4xx status code

func (*GetRecordingJobsUnauthorized) IsCode

func (o *GetRecordingJobsUnauthorized) IsCode(code int) bool

IsCode returns true when this get recording jobs unauthorized response a status code equal to that given

func (*GetRecordingJobsUnauthorized) IsRedirect

func (o *GetRecordingJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get recording jobs unauthorized response has a 3xx status code

func (*GetRecordingJobsUnauthorized) IsServerError

func (o *GetRecordingJobsUnauthorized) IsServerError() bool

IsServerError returns true when this get recording jobs unauthorized response has a 5xx status code

func (*GetRecordingJobsUnauthorized) IsSuccess

func (o *GetRecordingJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get recording jobs unauthorized response has a 2xx status code

func (*GetRecordingJobsUnauthorized) String

type GetRecordingJobsUnsupportedMediaType

type GetRecordingJobsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingJobsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingJobsUnsupportedMediaType

func NewGetRecordingJobsUnsupportedMediaType() *GetRecordingJobsUnsupportedMediaType

NewGetRecordingJobsUnsupportedMediaType creates a GetRecordingJobsUnsupportedMediaType with default headers values

func (*GetRecordingJobsUnsupportedMediaType) Error

func (*GetRecordingJobsUnsupportedMediaType) GetPayload

func (*GetRecordingJobsUnsupportedMediaType) IsClientError

func (o *GetRecordingJobsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get recording jobs unsupported media type response has a 4xx status code

func (*GetRecordingJobsUnsupportedMediaType) IsCode

IsCode returns true when this get recording jobs unsupported media type response a status code equal to that given

func (*GetRecordingJobsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording jobs unsupported media type response has a 3xx status code

func (*GetRecordingJobsUnsupportedMediaType) IsServerError

func (o *GetRecordingJobsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get recording jobs unsupported media type response has a 5xx status code

func (*GetRecordingJobsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording jobs unsupported media type response has a 2xx status code

func (*GetRecordingJobsUnsupportedMediaType) String

type GetRecordingKeyconfigurationBadRequest

type GetRecordingKeyconfigurationBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingKeyconfigurationBadRequest

func NewGetRecordingKeyconfigurationBadRequest() *GetRecordingKeyconfigurationBadRequest

NewGetRecordingKeyconfigurationBadRequest creates a GetRecordingKeyconfigurationBadRequest with default headers values

func (*GetRecordingKeyconfigurationBadRequest) Error

func (*GetRecordingKeyconfigurationBadRequest) GetPayload

func (*GetRecordingKeyconfigurationBadRequest) IsClientError

func (o *GetRecordingKeyconfigurationBadRequest) IsClientError() bool

IsClientError returns true when this get recording keyconfiguration bad request response has a 4xx status code

func (*GetRecordingKeyconfigurationBadRequest) IsCode

IsCode returns true when this get recording keyconfiguration bad request response a status code equal to that given

func (*GetRecordingKeyconfigurationBadRequest) IsRedirect

IsRedirect returns true when this get recording keyconfiguration bad request response has a 3xx status code

func (*GetRecordingKeyconfigurationBadRequest) IsServerError

func (o *GetRecordingKeyconfigurationBadRequest) IsServerError() bool

IsServerError returns true when this get recording keyconfiguration bad request response has a 5xx status code

func (*GetRecordingKeyconfigurationBadRequest) IsSuccess

IsSuccess returns true when this get recording keyconfiguration bad request response has a 2xx status code

func (*GetRecordingKeyconfigurationBadRequest) String

type GetRecordingKeyconfigurationForbidden

type GetRecordingKeyconfigurationForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingKeyconfigurationForbidden

func NewGetRecordingKeyconfigurationForbidden() *GetRecordingKeyconfigurationForbidden

NewGetRecordingKeyconfigurationForbidden creates a GetRecordingKeyconfigurationForbidden with default headers values

func (*GetRecordingKeyconfigurationForbidden) Error

func (*GetRecordingKeyconfigurationForbidden) GetPayload

func (*GetRecordingKeyconfigurationForbidden) IsClientError

func (o *GetRecordingKeyconfigurationForbidden) IsClientError() bool

IsClientError returns true when this get recording keyconfiguration forbidden response has a 4xx status code

func (*GetRecordingKeyconfigurationForbidden) IsCode

IsCode returns true when this get recording keyconfiguration forbidden response a status code equal to that given

func (*GetRecordingKeyconfigurationForbidden) IsRedirect

IsRedirect returns true when this get recording keyconfiguration forbidden response has a 3xx status code

func (*GetRecordingKeyconfigurationForbidden) IsServerError

func (o *GetRecordingKeyconfigurationForbidden) IsServerError() bool

IsServerError returns true when this get recording keyconfiguration forbidden response has a 5xx status code

func (*GetRecordingKeyconfigurationForbidden) IsSuccess

IsSuccess returns true when this get recording keyconfiguration forbidden response has a 2xx status code

func (*GetRecordingKeyconfigurationForbidden) String

type GetRecordingKeyconfigurationGatewayTimeout

type GetRecordingKeyconfigurationGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingKeyconfigurationGatewayTimeout

func NewGetRecordingKeyconfigurationGatewayTimeout() *GetRecordingKeyconfigurationGatewayTimeout

NewGetRecordingKeyconfigurationGatewayTimeout creates a GetRecordingKeyconfigurationGatewayTimeout with default headers values

func (*GetRecordingKeyconfigurationGatewayTimeout) Error

func (*GetRecordingKeyconfigurationGatewayTimeout) GetPayload

func (*GetRecordingKeyconfigurationGatewayTimeout) IsClientError

IsClientError returns true when this get recording keyconfiguration gateway timeout response has a 4xx status code

func (*GetRecordingKeyconfigurationGatewayTimeout) IsCode

IsCode returns true when this get recording keyconfiguration gateway timeout response a status code equal to that given

func (*GetRecordingKeyconfigurationGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording keyconfiguration gateway timeout response has a 3xx status code

func (*GetRecordingKeyconfigurationGatewayTimeout) IsServerError

IsServerError returns true when this get recording keyconfiguration gateway timeout response has a 5xx status code

func (*GetRecordingKeyconfigurationGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording keyconfiguration gateway timeout response has a 2xx status code

func (*GetRecordingKeyconfigurationGatewayTimeout) String

type GetRecordingKeyconfigurationInternalServerError

type GetRecordingKeyconfigurationInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingKeyconfigurationInternalServerError

func NewGetRecordingKeyconfigurationInternalServerError() *GetRecordingKeyconfigurationInternalServerError

NewGetRecordingKeyconfigurationInternalServerError creates a GetRecordingKeyconfigurationInternalServerError with default headers values

func (*GetRecordingKeyconfigurationInternalServerError) Error

func (*GetRecordingKeyconfigurationInternalServerError) GetPayload

func (*GetRecordingKeyconfigurationInternalServerError) IsClientError

IsClientError returns true when this get recording keyconfiguration internal server error response has a 4xx status code

func (*GetRecordingKeyconfigurationInternalServerError) IsCode

IsCode returns true when this get recording keyconfiguration internal server error response a status code equal to that given

func (*GetRecordingKeyconfigurationInternalServerError) IsRedirect

IsRedirect returns true when this get recording keyconfiguration internal server error response has a 3xx status code

func (*GetRecordingKeyconfigurationInternalServerError) IsServerError

IsServerError returns true when this get recording keyconfiguration internal server error response has a 5xx status code

func (*GetRecordingKeyconfigurationInternalServerError) IsSuccess

IsSuccess returns true when this get recording keyconfiguration internal server error response has a 2xx status code

func (*GetRecordingKeyconfigurationInternalServerError) String

type GetRecordingKeyconfigurationNotFound

type GetRecordingKeyconfigurationNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingKeyconfigurationNotFound

func NewGetRecordingKeyconfigurationNotFound() *GetRecordingKeyconfigurationNotFound

NewGetRecordingKeyconfigurationNotFound creates a GetRecordingKeyconfigurationNotFound with default headers values

func (*GetRecordingKeyconfigurationNotFound) Error

func (*GetRecordingKeyconfigurationNotFound) GetPayload

func (*GetRecordingKeyconfigurationNotFound) IsClientError

func (o *GetRecordingKeyconfigurationNotFound) IsClientError() bool

IsClientError returns true when this get recording keyconfiguration not found response has a 4xx status code

func (*GetRecordingKeyconfigurationNotFound) IsCode

IsCode returns true when this get recording keyconfiguration not found response a status code equal to that given

func (*GetRecordingKeyconfigurationNotFound) IsRedirect

IsRedirect returns true when this get recording keyconfiguration not found response has a 3xx status code

func (*GetRecordingKeyconfigurationNotFound) IsServerError

func (o *GetRecordingKeyconfigurationNotFound) IsServerError() bool

IsServerError returns true when this get recording keyconfiguration not found response has a 5xx status code

func (*GetRecordingKeyconfigurationNotFound) IsSuccess

IsSuccess returns true when this get recording keyconfiguration not found response has a 2xx status code

func (*GetRecordingKeyconfigurationNotFound) String

type GetRecordingKeyconfigurationOK

type GetRecordingKeyconfigurationOK struct {
	Payload *models.RecordingEncryptionConfiguration
}

GetRecordingKeyconfigurationOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingKeyconfigurationOK

func NewGetRecordingKeyconfigurationOK() *GetRecordingKeyconfigurationOK

NewGetRecordingKeyconfigurationOK creates a GetRecordingKeyconfigurationOK with default headers values

func (*GetRecordingKeyconfigurationOK) Error

func (*GetRecordingKeyconfigurationOK) GetPayload

func (*GetRecordingKeyconfigurationOK) IsClientError

func (o *GetRecordingKeyconfigurationOK) IsClientError() bool

IsClientError returns true when this get recording keyconfiguration o k response has a 4xx status code

func (*GetRecordingKeyconfigurationOK) IsCode

func (o *GetRecordingKeyconfigurationOK) IsCode(code int) bool

IsCode returns true when this get recording keyconfiguration o k response a status code equal to that given

func (*GetRecordingKeyconfigurationOK) IsRedirect

func (o *GetRecordingKeyconfigurationOK) IsRedirect() bool

IsRedirect returns true when this get recording keyconfiguration o k response has a 3xx status code

func (*GetRecordingKeyconfigurationOK) IsServerError

func (o *GetRecordingKeyconfigurationOK) IsServerError() bool

IsServerError returns true when this get recording keyconfiguration o k response has a 5xx status code

func (*GetRecordingKeyconfigurationOK) IsSuccess

func (o *GetRecordingKeyconfigurationOK) IsSuccess() bool

IsSuccess returns true when this get recording keyconfiguration o k response has a 2xx status code

func (*GetRecordingKeyconfigurationOK) String

type GetRecordingKeyconfigurationParams

type GetRecordingKeyconfigurationParams struct {

	/* KeyConfigurationID.

	   Key Configurations Id
	*/
	KeyConfigurationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingKeyconfigurationParams contains all the parameters to send to the API endpoint

for the get recording keyconfiguration operation.

Typically these are written to a http.Request.

func NewGetRecordingKeyconfigurationParams

func NewGetRecordingKeyconfigurationParams() *GetRecordingKeyconfigurationParams

NewGetRecordingKeyconfigurationParams creates a new GetRecordingKeyconfigurationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingKeyconfigurationParamsWithContext

func NewGetRecordingKeyconfigurationParamsWithContext(ctx context.Context) *GetRecordingKeyconfigurationParams

NewGetRecordingKeyconfigurationParamsWithContext creates a new GetRecordingKeyconfigurationParams object with the ability to set a context for a request.

func NewGetRecordingKeyconfigurationParamsWithHTTPClient

func NewGetRecordingKeyconfigurationParamsWithHTTPClient(client *http.Client) *GetRecordingKeyconfigurationParams

NewGetRecordingKeyconfigurationParamsWithHTTPClient creates a new GetRecordingKeyconfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingKeyconfigurationParamsWithTimeout

func NewGetRecordingKeyconfigurationParamsWithTimeout(timeout time.Duration) *GetRecordingKeyconfigurationParams

NewGetRecordingKeyconfigurationParamsWithTimeout creates a new GetRecordingKeyconfigurationParams object with the ability to set a timeout on a request.

func (*GetRecordingKeyconfigurationParams) SetContext

SetContext adds the context to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) SetDefaults

func (o *GetRecordingKeyconfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get recording keyconfiguration params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingKeyconfigurationParams) SetHTTPClient

func (o *GetRecordingKeyconfigurationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) SetKeyConfigurationID

func (o *GetRecordingKeyconfigurationParams) SetKeyConfigurationID(keyConfigurationID string)

SetKeyConfigurationID adds the keyConfigurationId to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) SetTimeout

func (o *GetRecordingKeyconfigurationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) WithContext

WithContext adds the context to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) WithDefaults

WithDefaults hydrates default values in the get recording keyconfiguration params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingKeyconfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) WithKeyConfigurationID

func (o *GetRecordingKeyconfigurationParams) WithKeyConfigurationID(keyConfigurationID string) *GetRecordingKeyconfigurationParams

WithKeyConfigurationID adds the keyConfigurationID to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) WithTimeout

WithTimeout adds the timeout to the get recording keyconfiguration params

func (*GetRecordingKeyconfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingKeyconfigurationReader

type GetRecordingKeyconfigurationReader struct {
	// contains filtered or unexported fields
}

GetRecordingKeyconfigurationReader is a Reader for the GetRecordingKeyconfiguration structure.

func (*GetRecordingKeyconfigurationReader) ReadResponse

func (o *GetRecordingKeyconfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingKeyconfigurationRequestEntityTooLarge

type GetRecordingKeyconfigurationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingKeyconfigurationRequestEntityTooLarge

func NewGetRecordingKeyconfigurationRequestEntityTooLarge() *GetRecordingKeyconfigurationRequestEntityTooLarge

NewGetRecordingKeyconfigurationRequestEntityTooLarge creates a GetRecordingKeyconfigurationRequestEntityTooLarge with default headers values

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) Error

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) GetPayload

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording keyconfiguration request entity too large response has a 4xx status code

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) IsCode

IsCode returns true when this get recording keyconfiguration request entity too large response a status code equal to that given

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording keyconfiguration request entity too large response has a 3xx status code

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording keyconfiguration request entity too large response has a 5xx status code

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording keyconfiguration request entity too large response has a 2xx status code

func (*GetRecordingKeyconfigurationRequestEntityTooLarge) String

type GetRecordingKeyconfigurationRequestTimeout

type GetRecordingKeyconfigurationRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingKeyconfigurationRequestTimeout

func NewGetRecordingKeyconfigurationRequestTimeout() *GetRecordingKeyconfigurationRequestTimeout

NewGetRecordingKeyconfigurationRequestTimeout creates a GetRecordingKeyconfigurationRequestTimeout with default headers values

func (*GetRecordingKeyconfigurationRequestTimeout) Error

func (*GetRecordingKeyconfigurationRequestTimeout) GetPayload

func (*GetRecordingKeyconfigurationRequestTimeout) IsClientError

IsClientError returns true when this get recording keyconfiguration request timeout response has a 4xx status code

func (*GetRecordingKeyconfigurationRequestTimeout) IsCode

IsCode returns true when this get recording keyconfiguration request timeout response a status code equal to that given

func (*GetRecordingKeyconfigurationRequestTimeout) IsRedirect

IsRedirect returns true when this get recording keyconfiguration request timeout response has a 3xx status code

func (*GetRecordingKeyconfigurationRequestTimeout) IsServerError

IsServerError returns true when this get recording keyconfiguration request timeout response has a 5xx status code

func (*GetRecordingKeyconfigurationRequestTimeout) IsSuccess

IsSuccess returns true when this get recording keyconfiguration request timeout response has a 2xx status code

func (*GetRecordingKeyconfigurationRequestTimeout) String

type GetRecordingKeyconfigurationServiceUnavailable

type GetRecordingKeyconfigurationServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingKeyconfigurationServiceUnavailable

func NewGetRecordingKeyconfigurationServiceUnavailable() *GetRecordingKeyconfigurationServiceUnavailable

NewGetRecordingKeyconfigurationServiceUnavailable creates a GetRecordingKeyconfigurationServiceUnavailable with default headers values

func (*GetRecordingKeyconfigurationServiceUnavailable) Error

func (*GetRecordingKeyconfigurationServiceUnavailable) GetPayload

func (*GetRecordingKeyconfigurationServiceUnavailable) IsClientError

IsClientError returns true when this get recording keyconfiguration service unavailable response has a 4xx status code

func (*GetRecordingKeyconfigurationServiceUnavailable) IsCode

IsCode returns true when this get recording keyconfiguration service unavailable response a status code equal to that given

func (*GetRecordingKeyconfigurationServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording keyconfiguration service unavailable response has a 3xx status code

func (*GetRecordingKeyconfigurationServiceUnavailable) IsServerError

IsServerError returns true when this get recording keyconfiguration service unavailable response has a 5xx status code

func (*GetRecordingKeyconfigurationServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording keyconfiguration service unavailable response has a 2xx status code

func (*GetRecordingKeyconfigurationServiceUnavailable) String

type GetRecordingKeyconfigurationTooManyRequests

type GetRecordingKeyconfigurationTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingKeyconfigurationTooManyRequests

func NewGetRecordingKeyconfigurationTooManyRequests() *GetRecordingKeyconfigurationTooManyRequests

NewGetRecordingKeyconfigurationTooManyRequests creates a GetRecordingKeyconfigurationTooManyRequests with default headers values

func (*GetRecordingKeyconfigurationTooManyRequests) Error

func (*GetRecordingKeyconfigurationTooManyRequests) GetPayload

func (*GetRecordingKeyconfigurationTooManyRequests) IsClientError

IsClientError returns true when this get recording keyconfiguration too many requests response has a 4xx status code

func (*GetRecordingKeyconfigurationTooManyRequests) IsCode

IsCode returns true when this get recording keyconfiguration too many requests response a status code equal to that given

func (*GetRecordingKeyconfigurationTooManyRequests) IsRedirect

IsRedirect returns true when this get recording keyconfiguration too many requests response has a 3xx status code

func (*GetRecordingKeyconfigurationTooManyRequests) IsServerError

IsServerError returns true when this get recording keyconfiguration too many requests response has a 5xx status code

func (*GetRecordingKeyconfigurationTooManyRequests) IsSuccess

IsSuccess returns true when this get recording keyconfiguration too many requests response has a 2xx status code

func (*GetRecordingKeyconfigurationTooManyRequests) String

type GetRecordingKeyconfigurationUnauthorized

type GetRecordingKeyconfigurationUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingKeyconfigurationUnauthorized

func NewGetRecordingKeyconfigurationUnauthorized() *GetRecordingKeyconfigurationUnauthorized

NewGetRecordingKeyconfigurationUnauthorized creates a GetRecordingKeyconfigurationUnauthorized with default headers values

func (*GetRecordingKeyconfigurationUnauthorized) Error

func (*GetRecordingKeyconfigurationUnauthorized) GetPayload

func (*GetRecordingKeyconfigurationUnauthorized) IsClientError

IsClientError returns true when this get recording keyconfiguration unauthorized response has a 4xx status code

func (*GetRecordingKeyconfigurationUnauthorized) IsCode

IsCode returns true when this get recording keyconfiguration unauthorized response a status code equal to that given

func (*GetRecordingKeyconfigurationUnauthorized) IsRedirect

IsRedirect returns true when this get recording keyconfiguration unauthorized response has a 3xx status code

func (*GetRecordingKeyconfigurationUnauthorized) IsServerError

IsServerError returns true when this get recording keyconfiguration unauthorized response has a 5xx status code

func (*GetRecordingKeyconfigurationUnauthorized) IsSuccess

IsSuccess returns true when this get recording keyconfiguration unauthorized response has a 2xx status code

func (*GetRecordingKeyconfigurationUnauthorized) String

type GetRecordingKeyconfigurationUnsupportedMediaType

type GetRecordingKeyconfigurationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingKeyconfigurationUnsupportedMediaType

func NewGetRecordingKeyconfigurationUnsupportedMediaType() *GetRecordingKeyconfigurationUnsupportedMediaType

NewGetRecordingKeyconfigurationUnsupportedMediaType creates a GetRecordingKeyconfigurationUnsupportedMediaType with default headers values

func (*GetRecordingKeyconfigurationUnsupportedMediaType) Error

func (*GetRecordingKeyconfigurationUnsupportedMediaType) GetPayload

func (*GetRecordingKeyconfigurationUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording keyconfiguration unsupported media type response has a 4xx status code

func (*GetRecordingKeyconfigurationUnsupportedMediaType) IsCode

IsCode returns true when this get recording keyconfiguration unsupported media type response a status code equal to that given

func (*GetRecordingKeyconfigurationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording keyconfiguration unsupported media type response has a 3xx status code

func (*GetRecordingKeyconfigurationUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording keyconfiguration unsupported media type response has a 5xx status code

func (*GetRecordingKeyconfigurationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording keyconfiguration unsupported media type response has a 2xx status code

func (*GetRecordingKeyconfigurationUnsupportedMediaType) String

type GetRecordingKeyconfigurationsBadRequest

type GetRecordingKeyconfigurationsBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingKeyconfigurationsBadRequest

func NewGetRecordingKeyconfigurationsBadRequest() *GetRecordingKeyconfigurationsBadRequest

NewGetRecordingKeyconfigurationsBadRequest creates a GetRecordingKeyconfigurationsBadRequest with default headers values

func (*GetRecordingKeyconfigurationsBadRequest) Error

func (*GetRecordingKeyconfigurationsBadRequest) GetPayload

func (*GetRecordingKeyconfigurationsBadRequest) IsClientError

func (o *GetRecordingKeyconfigurationsBadRequest) IsClientError() bool

IsClientError returns true when this get recording keyconfigurations bad request response has a 4xx status code

func (*GetRecordingKeyconfigurationsBadRequest) IsCode

IsCode returns true when this get recording keyconfigurations bad request response a status code equal to that given

func (*GetRecordingKeyconfigurationsBadRequest) IsRedirect

IsRedirect returns true when this get recording keyconfigurations bad request response has a 3xx status code

func (*GetRecordingKeyconfigurationsBadRequest) IsServerError

func (o *GetRecordingKeyconfigurationsBadRequest) IsServerError() bool

IsServerError returns true when this get recording keyconfigurations bad request response has a 5xx status code

func (*GetRecordingKeyconfigurationsBadRequest) IsSuccess

IsSuccess returns true when this get recording keyconfigurations bad request response has a 2xx status code

func (*GetRecordingKeyconfigurationsBadRequest) String

type GetRecordingKeyconfigurationsForbidden

type GetRecordingKeyconfigurationsForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingKeyconfigurationsForbidden

func NewGetRecordingKeyconfigurationsForbidden() *GetRecordingKeyconfigurationsForbidden

NewGetRecordingKeyconfigurationsForbidden creates a GetRecordingKeyconfigurationsForbidden with default headers values

func (*GetRecordingKeyconfigurationsForbidden) Error

func (*GetRecordingKeyconfigurationsForbidden) GetPayload

func (*GetRecordingKeyconfigurationsForbidden) IsClientError

func (o *GetRecordingKeyconfigurationsForbidden) IsClientError() bool

IsClientError returns true when this get recording keyconfigurations forbidden response has a 4xx status code

func (*GetRecordingKeyconfigurationsForbidden) IsCode

IsCode returns true when this get recording keyconfigurations forbidden response a status code equal to that given

func (*GetRecordingKeyconfigurationsForbidden) IsRedirect

IsRedirect returns true when this get recording keyconfigurations forbidden response has a 3xx status code

func (*GetRecordingKeyconfigurationsForbidden) IsServerError

func (o *GetRecordingKeyconfigurationsForbidden) IsServerError() bool

IsServerError returns true when this get recording keyconfigurations forbidden response has a 5xx status code

func (*GetRecordingKeyconfigurationsForbidden) IsSuccess

IsSuccess returns true when this get recording keyconfigurations forbidden response has a 2xx status code

func (*GetRecordingKeyconfigurationsForbidden) String

type GetRecordingKeyconfigurationsGatewayTimeout

type GetRecordingKeyconfigurationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingKeyconfigurationsGatewayTimeout

func NewGetRecordingKeyconfigurationsGatewayTimeout() *GetRecordingKeyconfigurationsGatewayTimeout

NewGetRecordingKeyconfigurationsGatewayTimeout creates a GetRecordingKeyconfigurationsGatewayTimeout with default headers values

func (*GetRecordingKeyconfigurationsGatewayTimeout) Error

func (*GetRecordingKeyconfigurationsGatewayTimeout) GetPayload

func (*GetRecordingKeyconfigurationsGatewayTimeout) IsClientError

IsClientError returns true when this get recording keyconfigurations gateway timeout response has a 4xx status code

func (*GetRecordingKeyconfigurationsGatewayTimeout) IsCode

IsCode returns true when this get recording keyconfigurations gateway timeout response a status code equal to that given

func (*GetRecordingKeyconfigurationsGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording keyconfigurations gateway timeout response has a 3xx status code

func (*GetRecordingKeyconfigurationsGatewayTimeout) IsServerError

IsServerError returns true when this get recording keyconfigurations gateway timeout response has a 5xx status code

func (*GetRecordingKeyconfigurationsGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording keyconfigurations gateway timeout response has a 2xx status code

func (*GetRecordingKeyconfigurationsGatewayTimeout) String

type GetRecordingKeyconfigurationsInternalServerError

type GetRecordingKeyconfigurationsInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingKeyconfigurationsInternalServerError

func NewGetRecordingKeyconfigurationsInternalServerError() *GetRecordingKeyconfigurationsInternalServerError

NewGetRecordingKeyconfigurationsInternalServerError creates a GetRecordingKeyconfigurationsInternalServerError with default headers values

func (*GetRecordingKeyconfigurationsInternalServerError) Error

func (*GetRecordingKeyconfigurationsInternalServerError) GetPayload

func (*GetRecordingKeyconfigurationsInternalServerError) IsClientError

IsClientError returns true when this get recording keyconfigurations internal server error response has a 4xx status code

func (*GetRecordingKeyconfigurationsInternalServerError) IsCode

IsCode returns true when this get recording keyconfigurations internal server error response a status code equal to that given

func (*GetRecordingKeyconfigurationsInternalServerError) IsRedirect

IsRedirect returns true when this get recording keyconfigurations internal server error response has a 3xx status code

func (*GetRecordingKeyconfigurationsInternalServerError) IsServerError

IsServerError returns true when this get recording keyconfigurations internal server error response has a 5xx status code

func (*GetRecordingKeyconfigurationsInternalServerError) IsSuccess

IsSuccess returns true when this get recording keyconfigurations internal server error response has a 2xx status code

func (*GetRecordingKeyconfigurationsInternalServerError) String

type GetRecordingKeyconfigurationsNotFound

type GetRecordingKeyconfigurationsNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingKeyconfigurationsNotFound

func NewGetRecordingKeyconfigurationsNotFound() *GetRecordingKeyconfigurationsNotFound

NewGetRecordingKeyconfigurationsNotFound creates a GetRecordingKeyconfigurationsNotFound with default headers values

func (*GetRecordingKeyconfigurationsNotFound) Error

func (*GetRecordingKeyconfigurationsNotFound) GetPayload

func (*GetRecordingKeyconfigurationsNotFound) IsClientError

func (o *GetRecordingKeyconfigurationsNotFound) IsClientError() bool

IsClientError returns true when this get recording keyconfigurations not found response has a 4xx status code

func (*GetRecordingKeyconfigurationsNotFound) IsCode

IsCode returns true when this get recording keyconfigurations not found response a status code equal to that given

func (*GetRecordingKeyconfigurationsNotFound) IsRedirect

IsRedirect returns true when this get recording keyconfigurations not found response has a 3xx status code

func (*GetRecordingKeyconfigurationsNotFound) IsServerError

func (o *GetRecordingKeyconfigurationsNotFound) IsServerError() bool

IsServerError returns true when this get recording keyconfigurations not found response has a 5xx status code

func (*GetRecordingKeyconfigurationsNotFound) IsSuccess

IsSuccess returns true when this get recording keyconfigurations not found response has a 2xx status code

func (*GetRecordingKeyconfigurationsNotFound) String

type GetRecordingKeyconfigurationsOK

type GetRecordingKeyconfigurationsOK struct {
	Payload *models.RecordingEncryptionConfigurationListing
}

GetRecordingKeyconfigurationsOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingKeyconfigurationsOK

func NewGetRecordingKeyconfigurationsOK() *GetRecordingKeyconfigurationsOK

NewGetRecordingKeyconfigurationsOK creates a GetRecordingKeyconfigurationsOK with default headers values

func (*GetRecordingKeyconfigurationsOK) Error

func (*GetRecordingKeyconfigurationsOK) GetPayload

func (*GetRecordingKeyconfigurationsOK) IsClientError

func (o *GetRecordingKeyconfigurationsOK) IsClientError() bool

IsClientError returns true when this get recording keyconfigurations o k response has a 4xx status code

func (*GetRecordingKeyconfigurationsOK) IsCode

func (o *GetRecordingKeyconfigurationsOK) IsCode(code int) bool

IsCode returns true when this get recording keyconfigurations o k response a status code equal to that given

func (*GetRecordingKeyconfigurationsOK) IsRedirect

func (o *GetRecordingKeyconfigurationsOK) IsRedirect() bool

IsRedirect returns true when this get recording keyconfigurations o k response has a 3xx status code

func (*GetRecordingKeyconfigurationsOK) IsServerError

func (o *GetRecordingKeyconfigurationsOK) IsServerError() bool

IsServerError returns true when this get recording keyconfigurations o k response has a 5xx status code

func (*GetRecordingKeyconfigurationsOK) IsSuccess

func (o *GetRecordingKeyconfigurationsOK) IsSuccess() bool

IsSuccess returns true when this get recording keyconfigurations o k response has a 2xx status code

func (*GetRecordingKeyconfigurationsOK) String

type GetRecordingKeyconfigurationsParams

type GetRecordingKeyconfigurationsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingKeyconfigurationsParams contains all the parameters to send to the API endpoint

for the get recording keyconfigurations operation.

Typically these are written to a http.Request.

func NewGetRecordingKeyconfigurationsParams

func NewGetRecordingKeyconfigurationsParams() *GetRecordingKeyconfigurationsParams

NewGetRecordingKeyconfigurationsParams creates a new GetRecordingKeyconfigurationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingKeyconfigurationsParamsWithContext

func NewGetRecordingKeyconfigurationsParamsWithContext(ctx context.Context) *GetRecordingKeyconfigurationsParams

NewGetRecordingKeyconfigurationsParamsWithContext creates a new GetRecordingKeyconfigurationsParams object with the ability to set a context for a request.

func NewGetRecordingKeyconfigurationsParamsWithHTTPClient

func NewGetRecordingKeyconfigurationsParamsWithHTTPClient(client *http.Client) *GetRecordingKeyconfigurationsParams

NewGetRecordingKeyconfigurationsParamsWithHTTPClient creates a new GetRecordingKeyconfigurationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingKeyconfigurationsParamsWithTimeout

func NewGetRecordingKeyconfigurationsParamsWithTimeout(timeout time.Duration) *GetRecordingKeyconfigurationsParams

NewGetRecordingKeyconfigurationsParamsWithTimeout creates a new GetRecordingKeyconfigurationsParams object with the ability to set a timeout on a request.

func (*GetRecordingKeyconfigurationsParams) SetContext

SetContext adds the context to the get recording keyconfigurations params

func (*GetRecordingKeyconfigurationsParams) SetDefaults

func (o *GetRecordingKeyconfigurationsParams) SetDefaults()

SetDefaults hydrates default values in the get recording keyconfigurations params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingKeyconfigurationsParams) SetHTTPClient

func (o *GetRecordingKeyconfigurationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording keyconfigurations params

func (*GetRecordingKeyconfigurationsParams) SetTimeout

func (o *GetRecordingKeyconfigurationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording keyconfigurations params

func (*GetRecordingKeyconfigurationsParams) WithContext

WithContext adds the context to the get recording keyconfigurations params

func (*GetRecordingKeyconfigurationsParams) WithDefaults

WithDefaults hydrates default values in the get recording keyconfigurations params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingKeyconfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording keyconfigurations params

func (*GetRecordingKeyconfigurationsParams) WithTimeout

WithTimeout adds the timeout to the get recording keyconfigurations params

func (*GetRecordingKeyconfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingKeyconfigurationsReader

type GetRecordingKeyconfigurationsReader struct {
	// contains filtered or unexported fields
}

GetRecordingKeyconfigurationsReader is a Reader for the GetRecordingKeyconfigurations structure.

func (*GetRecordingKeyconfigurationsReader) ReadResponse

func (o *GetRecordingKeyconfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingKeyconfigurationsRequestEntityTooLarge

type GetRecordingKeyconfigurationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingKeyconfigurationsRequestEntityTooLarge

func NewGetRecordingKeyconfigurationsRequestEntityTooLarge() *GetRecordingKeyconfigurationsRequestEntityTooLarge

NewGetRecordingKeyconfigurationsRequestEntityTooLarge creates a GetRecordingKeyconfigurationsRequestEntityTooLarge with default headers values

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) Error

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) GetPayload

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording keyconfigurations request entity too large response has a 4xx status code

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) IsCode

IsCode returns true when this get recording keyconfigurations request entity too large response a status code equal to that given

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording keyconfigurations request entity too large response has a 3xx status code

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording keyconfigurations request entity too large response has a 5xx status code

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording keyconfigurations request entity too large response has a 2xx status code

func (*GetRecordingKeyconfigurationsRequestEntityTooLarge) String

type GetRecordingKeyconfigurationsRequestTimeout

type GetRecordingKeyconfigurationsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingKeyconfigurationsRequestTimeout

func NewGetRecordingKeyconfigurationsRequestTimeout() *GetRecordingKeyconfigurationsRequestTimeout

NewGetRecordingKeyconfigurationsRequestTimeout creates a GetRecordingKeyconfigurationsRequestTimeout with default headers values

func (*GetRecordingKeyconfigurationsRequestTimeout) Error

func (*GetRecordingKeyconfigurationsRequestTimeout) GetPayload

func (*GetRecordingKeyconfigurationsRequestTimeout) IsClientError

IsClientError returns true when this get recording keyconfigurations request timeout response has a 4xx status code

func (*GetRecordingKeyconfigurationsRequestTimeout) IsCode

IsCode returns true when this get recording keyconfigurations request timeout response a status code equal to that given

func (*GetRecordingKeyconfigurationsRequestTimeout) IsRedirect

IsRedirect returns true when this get recording keyconfigurations request timeout response has a 3xx status code

func (*GetRecordingKeyconfigurationsRequestTimeout) IsServerError

IsServerError returns true when this get recording keyconfigurations request timeout response has a 5xx status code

func (*GetRecordingKeyconfigurationsRequestTimeout) IsSuccess

IsSuccess returns true when this get recording keyconfigurations request timeout response has a 2xx status code

func (*GetRecordingKeyconfigurationsRequestTimeout) String

type GetRecordingKeyconfigurationsServiceUnavailable

type GetRecordingKeyconfigurationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingKeyconfigurationsServiceUnavailable

func NewGetRecordingKeyconfigurationsServiceUnavailable() *GetRecordingKeyconfigurationsServiceUnavailable

NewGetRecordingKeyconfigurationsServiceUnavailable creates a GetRecordingKeyconfigurationsServiceUnavailable with default headers values

func (*GetRecordingKeyconfigurationsServiceUnavailable) Error

func (*GetRecordingKeyconfigurationsServiceUnavailable) GetPayload

func (*GetRecordingKeyconfigurationsServiceUnavailable) IsClientError

IsClientError returns true when this get recording keyconfigurations service unavailable response has a 4xx status code

func (*GetRecordingKeyconfigurationsServiceUnavailable) IsCode

IsCode returns true when this get recording keyconfigurations service unavailable response a status code equal to that given

func (*GetRecordingKeyconfigurationsServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording keyconfigurations service unavailable response has a 3xx status code

func (*GetRecordingKeyconfigurationsServiceUnavailable) IsServerError

IsServerError returns true when this get recording keyconfigurations service unavailable response has a 5xx status code

func (*GetRecordingKeyconfigurationsServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording keyconfigurations service unavailable response has a 2xx status code

func (*GetRecordingKeyconfigurationsServiceUnavailable) String

type GetRecordingKeyconfigurationsTooManyRequests

type GetRecordingKeyconfigurationsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingKeyconfigurationsTooManyRequests

func NewGetRecordingKeyconfigurationsTooManyRequests() *GetRecordingKeyconfigurationsTooManyRequests

NewGetRecordingKeyconfigurationsTooManyRequests creates a GetRecordingKeyconfigurationsTooManyRequests with default headers values

func (*GetRecordingKeyconfigurationsTooManyRequests) Error

func (*GetRecordingKeyconfigurationsTooManyRequests) GetPayload

func (*GetRecordingKeyconfigurationsTooManyRequests) IsClientError

IsClientError returns true when this get recording keyconfigurations too many requests response has a 4xx status code

func (*GetRecordingKeyconfigurationsTooManyRequests) IsCode

IsCode returns true when this get recording keyconfigurations too many requests response a status code equal to that given

func (*GetRecordingKeyconfigurationsTooManyRequests) IsRedirect

IsRedirect returns true when this get recording keyconfigurations too many requests response has a 3xx status code

func (*GetRecordingKeyconfigurationsTooManyRequests) IsServerError

IsServerError returns true when this get recording keyconfigurations too many requests response has a 5xx status code

func (*GetRecordingKeyconfigurationsTooManyRequests) IsSuccess

IsSuccess returns true when this get recording keyconfigurations too many requests response has a 2xx status code

func (*GetRecordingKeyconfigurationsTooManyRequests) String

type GetRecordingKeyconfigurationsUnauthorized

type GetRecordingKeyconfigurationsUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingKeyconfigurationsUnauthorized

func NewGetRecordingKeyconfigurationsUnauthorized() *GetRecordingKeyconfigurationsUnauthorized

NewGetRecordingKeyconfigurationsUnauthorized creates a GetRecordingKeyconfigurationsUnauthorized with default headers values

func (*GetRecordingKeyconfigurationsUnauthorized) Error

func (*GetRecordingKeyconfigurationsUnauthorized) GetPayload

func (*GetRecordingKeyconfigurationsUnauthorized) IsClientError

IsClientError returns true when this get recording keyconfigurations unauthorized response has a 4xx status code

func (*GetRecordingKeyconfigurationsUnauthorized) IsCode

IsCode returns true when this get recording keyconfigurations unauthorized response a status code equal to that given

func (*GetRecordingKeyconfigurationsUnauthorized) IsRedirect

IsRedirect returns true when this get recording keyconfigurations unauthorized response has a 3xx status code

func (*GetRecordingKeyconfigurationsUnauthorized) IsServerError

IsServerError returns true when this get recording keyconfigurations unauthorized response has a 5xx status code

func (*GetRecordingKeyconfigurationsUnauthorized) IsSuccess

IsSuccess returns true when this get recording keyconfigurations unauthorized response has a 2xx status code

func (*GetRecordingKeyconfigurationsUnauthorized) String

type GetRecordingKeyconfigurationsUnsupportedMediaType

type GetRecordingKeyconfigurationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingKeyconfigurationsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingKeyconfigurationsUnsupportedMediaType

func NewGetRecordingKeyconfigurationsUnsupportedMediaType() *GetRecordingKeyconfigurationsUnsupportedMediaType

NewGetRecordingKeyconfigurationsUnsupportedMediaType creates a GetRecordingKeyconfigurationsUnsupportedMediaType with default headers values

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) Error

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) GetPayload

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording keyconfigurations unsupported media type response has a 4xx status code

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) IsCode

IsCode returns true when this get recording keyconfigurations unsupported media type response a status code equal to that given

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording keyconfigurations unsupported media type response has a 3xx status code

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording keyconfigurations unsupported media type response has a 5xx status code

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording keyconfigurations unsupported media type response has a 2xx status code

func (*GetRecordingKeyconfigurationsUnsupportedMediaType) String

type GetRecordingMediaretentionpoliciesBadRequest

type GetRecordingMediaretentionpoliciesBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingMediaretentionpoliciesBadRequest

func NewGetRecordingMediaretentionpoliciesBadRequest() *GetRecordingMediaretentionpoliciesBadRequest

NewGetRecordingMediaretentionpoliciesBadRequest creates a GetRecordingMediaretentionpoliciesBadRequest with default headers values

func (*GetRecordingMediaretentionpoliciesBadRequest) Error

func (*GetRecordingMediaretentionpoliciesBadRequest) GetPayload

func (*GetRecordingMediaretentionpoliciesBadRequest) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies bad request response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesBadRequest) IsCode

IsCode returns true when this get recording mediaretentionpolicies bad request response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesBadRequest) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies bad request response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesBadRequest) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies bad request response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesBadRequest) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies bad request response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesBadRequest) String

type GetRecordingMediaretentionpoliciesForbidden

type GetRecordingMediaretentionpoliciesForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingMediaretentionpoliciesForbidden

func NewGetRecordingMediaretentionpoliciesForbidden() *GetRecordingMediaretentionpoliciesForbidden

NewGetRecordingMediaretentionpoliciesForbidden creates a GetRecordingMediaretentionpoliciesForbidden with default headers values

func (*GetRecordingMediaretentionpoliciesForbidden) Error

func (*GetRecordingMediaretentionpoliciesForbidden) GetPayload

func (*GetRecordingMediaretentionpoliciesForbidden) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies forbidden response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesForbidden) IsCode

IsCode returns true when this get recording mediaretentionpolicies forbidden response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesForbidden) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies forbidden response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesForbidden) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies forbidden response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesForbidden) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies forbidden response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesForbidden) String

type GetRecordingMediaretentionpoliciesGatewayTimeout

type GetRecordingMediaretentionpoliciesGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingMediaretentionpoliciesGatewayTimeout

func NewGetRecordingMediaretentionpoliciesGatewayTimeout() *GetRecordingMediaretentionpoliciesGatewayTimeout

NewGetRecordingMediaretentionpoliciesGatewayTimeout creates a GetRecordingMediaretentionpoliciesGatewayTimeout with default headers values

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) Error

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) GetPayload

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies gateway timeout response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) IsCode

IsCode returns true when this get recording mediaretentionpolicies gateway timeout response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies gateway timeout response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies gateway timeout response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies gateway timeout response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesGatewayTimeout) String

type GetRecordingMediaretentionpoliciesInternalServerError

type GetRecordingMediaretentionpoliciesInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingMediaretentionpoliciesInternalServerError

func NewGetRecordingMediaretentionpoliciesInternalServerError() *GetRecordingMediaretentionpoliciesInternalServerError

NewGetRecordingMediaretentionpoliciesInternalServerError creates a GetRecordingMediaretentionpoliciesInternalServerError with default headers values

func (*GetRecordingMediaretentionpoliciesInternalServerError) Error

func (*GetRecordingMediaretentionpoliciesInternalServerError) GetPayload

func (*GetRecordingMediaretentionpoliciesInternalServerError) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies internal server error response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesInternalServerError) IsCode

IsCode returns true when this get recording mediaretentionpolicies internal server error response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesInternalServerError) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies internal server error response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesInternalServerError) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies internal server error response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesInternalServerError) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies internal server error response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesInternalServerError) String

type GetRecordingMediaretentionpoliciesNotFound

type GetRecordingMediaretentionpoliciesNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingMediaretentionpoliciesNotFound

func NewGetRecordingMediaretentionpoliciesNotFound() *GetRecordingMediaretentionpoliciesNotFound

NewGetRecordingMediaretentionpoliciesNotFound creates a GetRecordingMediaretentionpoliciesNotFound with default headers values

func (*GetRecordingMediaretentionpoliciesNotFound) Error

func (*GetRecordingMediaretentionpoliciesNotFound) GetPayload

func (*GetRecordingMediaretentionpoliciesNotFound) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies not found response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesNotFound) IsCode

IsCode returns true when this get recording mediaretentionpolicies not found response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesNotFound) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies not found response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesNotFound) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies not found response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesNotFound) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies not found response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesNotFound) String

type GetRecordingMediaretentionpoliciesOK

type GetRecordingMediaretentionpoliciesOK struct {
	Payload *models.PolicyEntityListing
}

GetRecordingMediaretentionpoliciesOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingMediaretentionpoliciesOK

func NewGetRecordingMediaretentionpoliciesOK() *GetRecordingMediaretentionpoliciesOK

NewGetRecordingMediaretentionpoliciesOK creates a GetRecordingMediaretentionpoliciesOK with default headers values

func (*GetRecordingMediaretentionpoliciesOK) Error

func (*GetRecordingMediaretentionpoliciesOK) GetPayload

func (*GetRecordingMediaretentionpoliciesOK) IsClientError

func (o *GetRecordingMediaretentionpoliciesOK) IsClientError() bool

IsClientError returns true when this get recording mediaretentionpolicies o k response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesOK) IsCode

IsCode returns true when this get recording mediaretentionpolicies o k response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesOK) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies o k response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesOK) IsServerError

func (o *GetRecordingMediaretentionpoliciesOK) IsServerError() bool

IsServerError returns true when this get recording mediaretentionpolicies o k response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesOK) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies o k response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesOK) String

type GetRecordingMediaretentionpoliciesParams

type GetRecordingMediaretentionpoliciesParams struct {

	/* DeleteDaysThreshold.

	   provides a way to fetch all policies with any actions having deleteDays exceeding the provided value

	   Format: int32
	*/
	DeleteDaysThreshold *int32

	/* Enabled.

	   checks to see if policy is enabled - use enabled = true or enabled = false
	*/
	Enabled *bool

	/* Expand.

	   variable name requested by expand list
	*/
	Expand []string

	/* HasErrors.

	   provides a way to fetch all policies with errors or policies that do not have errors
	*/
	HasErrors *bool

	/* Name.

	   the policy name - used for filtering results in searches.
	*/
	Name *string

	/* NextPage.

	   next page token
	*/
	NextPage *string

	/* PageNumber.

	   The page number requested

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   The total page size requested

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* PreviousPage.

	   Previous page token
	*/
	PreviousPage *string

	/* SortBy.

	   variable name requested to sort by
	*/
	SortBy *string

	/* Summary.

	   provides a less verbose response of policy lists.
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingMediaretentionpoliciesParams contains all the parameters to send to the API endpoint

for the get recording mediaretentionpolicies operation.

Typically these are written to a http.Request.

func NewGetRecordingMediaretentionpoliciesParams

func NewGetRecordingMediaretentionpoliciesParams() *GetRecordingMediaretentionpoliciesParams

NewGetRecordingMediaretentionpoliciesParams creates a new GetRecordingMediaretentionpoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingMediaretentionpoliciesParamsWithContext

func NewGetRecordingMediaretentionpoliciesParamsWithContext(ctx context.Context) *GetRecordingMediaretentionpoliciesParams

NewGetRecordingMediaretentionpoliciesParamsWithContext creates a new GetRecordingMediaretentionpoliciesParams object with the ability to set a context for a request.

func NewGetRecordingMediaretentionpoliciesParamsWithHTTPClient

func NewGetRecordingMediaretentionpoliciesParamsWithHTTPClient(client *http.Client) *GetRecordingMediaretentionpoliciesParams

NewGetRecordingMediaretentionpoliciesParamsWithHTTPClient creates a new GetRecordingMediaretentionpoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingMediaretentionpoliciesParamsWithTimeout

func NewGetRecordingMediaretentionpoliciesParamsWithTimeout(timeout time.Duration) *GetRecordingMediaretentionpoliciesParams

NewGetRecordingMediaretentionpoliciesParamsWithTimeout creates a new GetRecordingMediaretentionpoliciesParams object with the ability to set a timeout on a request.

func (*GetRecordingMediaretentionpoliciesParams) SetContext

SetContext adds the context to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetDefaults

SetDefaults hydrates default values in the get recording mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingMediaretentionpoliciesParams) SetDeleteDaysThreshold

func (o *GetRecordingMediaretentionpoliciesParams) SetDeleteDaysThreshold(deleteDaysThreshold *int32)

SetDeleteDaysThreshold adds the deleteDaysThreshold to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetEnabled

func (o *GetRecordingMediaretentionpoliciesParams) SetEnabled(enabled *bool)

SetEnabled adds the enabled to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetExpand

func (o *GetRecordingMediaretentionpoliciesParams) SetExpand(expand []string)

SetExpand adds the expand to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetHTTPClient

func (o *GetRecordingMediaretentionpoliciesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetHasErrors

func (o *GetRecordingMediaretentionpoliciesParams) SetHasErrors(hasErrors *bool)

SetHasErrors adds the hasErrors to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetName

SetName adds the name to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetNextPage

func (o *GetRecordingMediaretentionpoliciesParams) SetNextPage(nextPage *string)

SetNextPage adds the nextPage to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetPageNumber

func (o *GetRecordingMediaretentionpoliciesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetPageSize

func (o *GetRecordingMediaretentionpoliciesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetPreviousPage

func (o *GetRecordingMediaretentionpoliciesParams) SetPreviousPage(previousPage *string)

SetPreviousPage adds the previousPage to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetSortBy

func (o *GetRecordingMediaretentionpoliciesParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetSummary

func (o *GetRecordingMediaretentionpoliciesParams) SetSummary(summary *bool)

SetSummary adds the summary to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) SetTimeout

SetTimeout adds the timeout to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithContext

WithContext adds the context to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithDefaults

WithDefaults hydrates default values in the get recording mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingMediaretentionpoliciesParams) WithDeleteDaysThreshold

func (o *GetRecordingMediaretentionpoliciesParams) WithDeleteDaysThreshold(deleteDaysThreshold *int32) *GetRecordingMediaretentionpoliciesParams

WithDeleteDaysThreshold adds the deleteDaysThreshold to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithEnabled

WithEnabled adds the enabled to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithExpand

WithExpand adds the expand to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithHasErrors

WithHasErrors adds the hasErrors to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithName

WithName adds the name to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithNextPage

WithNextPage adds the nextPage to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithPageNumber

WithPageNumber adds the pageNumber to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithPageSize

WithPageSize adds the pageSize to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithPreviousPage

WithPreviousPage adds the previousPage to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithSortBy

WithSortBy adds the sortBy to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithSummary

WithSummary adds the summary to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WithTimeout

WithTimeout adds the timeout to the get recording mediaretentionpolicies params

func (*GetRecordingMediaretentionpoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingMediaretentionpoliciesReader

type GetRecordingMediaretentionpoliciesReader struct {
	// contains filtered or unexported fields
}

GetRecordingMediaretentionpoliciesReader is a Reader for the GetRecordingMediaretentionpolicies structure.

func (*GetRecordingMediaretentionpoliciesReader) ReadResponse

func (o *GetRecordingMediaretentionpoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingMediaretentionpoliciesRequestEntityTooLarge

type GetRecordingMediaretentionpoliciesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingMediaretentionpoliciesRequestEntityTooLarge

func NewGetRecordingMediaretentionpoliciesRequestEntityTooLarge() *GetRecordingMediaretentionpoliciesRequestEntityTooLarge

NewGetRecordingMediaretentionpoliciesRequestEntityTooLarge creates a GetRecordingMediaretentionpoliciesRequestEntityTooLarge with default headers values

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) Error

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) GetPayload

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies request entity too large response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) IsCode

IsCode returns true when this get recording mediaretentionpolicies request entity too large response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies request entity too large response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies request entity too large response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies request entity too large response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesRequestEntityTooLarge) String

type GetRecordingMediaretentionpoliciesRequestTimeout

type GetRecordingMediaretentionpoliciesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingMediaretentionpoliciesRequestTimeout

func NewGetRecordingMediaretentionpoliciesRequestTimeout() *GetRecordingMediaretentionpoliciesRequestTimeout

NewGetRecordingMediaretentionpoliciesRequestTimeout creates a GetRecordingMediaretentionpoliciesRequestTimeout with default headers values

func (*GetRecordingMediaretentionpoliciesRequestTimeout) Error

func (*GetRecordingMediaretentionpoliciesRequestTimeout) GetPayload

func (*GetRecordingMediaretentionpoliciesRequestTimeout) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies request timeout response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesRequestTimeout) IsCode

IsCode returns true when this get recording mediaretentionpolicies request timeout response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesRequestTimeout) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies request timeout response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesRequestTimeout) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies request timeout response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesRequestTimeout) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies request timeout response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesRequestTimeout) String

type GetRecordingMediaretentionpoliciesServiceUnavailable

type GetRecordingMediaretentionpoliciesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingMediaretentionpoliciesServiceUnavailable

func NewGetRecordingMediaretentionpoliciesServiceUnavailable() *GetRecordingMediaretentionpoliciesServiceUnavailable

NewGetRecordingMediaretentionpoliciesServiceUnavailable creates a GetRecordingMediaretentionpoliciesServiceUnavailable with default headers values

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) Error

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) GetPayload

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies service unavailable response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) IsCode

IsCode returns true when this get recording mediaretentionpolicies service unavailable response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies service unavailable response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies service unavailable response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies service unavailable response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesServiceUnavailable) String

type GetRecordingMediaretentionpoliciesTooManyRequests

type GetRecordingMediaretentionpoliciesTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingMediaretentionpoliciesTooManyRequests

func NewGetRecordingMediaretentionpoliciesTooManyRequests() *GetRecordingMediaretentionpoliciesTooManyRequests

NewGetRecordingMediaretentionpoliciesTooManyRequests creates a GetRecordingMediaretentionpoliciesTooManyRequests with default headers values

func (*GetRecordingMediaretentionpoliciesTooManyRequests) Error

func (*GetRecordingMediaretentionpoliciesTooManyRequests) GetPayload

func (*GetRecordingMediaretentionpoliciesTooManyRequests) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies too many requests response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesTooManyRequests) IsCode

IsCode returns true when this get recording mediaretentionpolicies too many requests response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies too many requests response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesTooManyRequests) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies too many requests response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies too many requests response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesTooManyRequests) String

type GetRecordingMediaretentionpoliciesUnauthorized

type GetRecordingMediaretentionpoliciesUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingMediaretentionpoliciesUnauthorized

func NewGetRecordingMediaretentionpoliciesUnauthorized() *GetRecordingMediaretentionpoliciesUnauthorized

NewGetRecordingMediaretentionpoliciesUnauthorized creates a GetRecordingMediaretentionpoliciesUnauthorized with default headers values

func (*GetRecordingMediaretentionpoliciesUnauthorized) Error

func (*GetRecordingMediaretentionpoliciesUnauthorized) GetPayload

func (*GetRecordingMediaretentionpoliciesUnauthorized) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies unauthorized response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesUnauthorized) IsCode

IsCode returns true when this get recording mediaretentionpolicies unauthorized response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesUnauthorized) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies unauthorized response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesUnauthorized) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies unauthorized response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesUnauthorized) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies unauthorized response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesUnauthorized) String

type GetRecordingMediaretentionpoliciesUnsupportedMediaType

type GetRecordingMediaretentionpoliciesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpoliciesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingMediaretentionpoliciesUnsupportedMediaType

func NewGetRecordingMediaretentionpoliciesUnsupportedMediaType() *GetRecordingMediaretentionpoliciesUnsupportedMediaType

NewGetRecordingMediaretentionpoliciesUnsupportedMediaType creates a GetRecordingMediaretentionpoliciesUnsupportedMediaType with default headers values

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) Error

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) GetPayload

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording mediaretentionpolicies unsupported media type response has a 4xx status code

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) IsCode

IsCode returns true when this get recording mediaretentionpolicies unsupported media type response a status code equal to that given

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicies unsupported media type response has a 3xx status code

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording mediaretentionpolicies unsupported media type response has a 5xx status code

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicies unsupported media type response has a 2xx status code

func (*GetRecordingMediaretentionpoliciesUnsupportedMediaType) String

type GetRecordingMediaretentionpolicyBadRequest

type GetRecordingMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingMediaretentionpolicyBadRequest

func NewGetRecordingMediaretentionpolicyBadRequest() *GetRecordingMediaretentionpolicyBadRequest

NewGetRecordingMediaretentionpolicyBadRequest creates a GetRecordingMediaretentionpolicyBadRequest with default headers values

func (*GetRecordingMediaretentionpolicyBadRequest) Error

func (*GetRecordingMediaretentionpolicyBadRequest) GetPayload

func (*GetRecordingMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy bad request response has a 4xx status code

func (*GetRecordingMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this get recording mediaretentionpolicy bad request response a status code equal to that given

func (*GetRecordingMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy bad request response has a 3xx status code

func (*GetRecordingMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy bad request response has a 5xx status code

func (*GetRecordingMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy bad request response has a 2xx status code

func (*GetRecordingMediaretentionpolicyBadRequest) String

type GetRecordingMediaretentionpolicyForbidden

type GetRecordingMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingMediaretentionpolicyForbidden

func NewGetRecordingMediaretentionpolicyForbidden() *GetRecordingMediaretentionpolicyForbidden

NewGetRecordingMediaretentionpolicyForbidden creates a GetRecordingMediaretentionpolicyForbidden with default headers values

func (*GetRecordingMediaretentionpolicyForbidden) Error

func (*GetRecordingMediaretentionpolicyForbidden) GetPayload

func (*GetRecordingMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy forbidden response has a 4xx status code

func (*GetRecordingMediaretentionpolicyForbidden) IsCode

IsCode returns true when this get recording mediaretentionpolicy forbidden response a status code equal to that given

func (*GetRecordingMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy forbidden response has a 3xx status code

func (*GetRecordingMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy forbidden response has a 5xx status code

func (*GetRecordingMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy forbidden response has a 2xx status code

func (*GetRecordingMediaretentionpolicyForbidden) String

type GetRecordingMediaretentionpolicyGatewayTimeout

type GetRecordingMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingMediaretentionpolicyGatewayTimeout

func NewGetRecordingMediaretentionpolicyGatewayTimeout() *GetRecordingMediaretentionpolicyGatewayTimeout

NewGetRecordingMediaretentionpolicyGatewayTimeout creates a GetRecordingMediaretentionpolicyGatewayTimeout with default headers values

func (*GetRecordingMediaretentionpolicyGatewayTimeout) Error

func (*GetRecordingMediaretentionpolicyGatewayTimeout) GetPayload

func (*GetRecordingMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy gateway timeout response has a 4xx status code

func (*GetRecordingMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this get recording mediaretentionpolicy gateway timeout response a status code equal to that given

func (*GetRecordingMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy gateway timeout response has a 3xx status code

func (*GetRecordingMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy gateway timeout response has a 5xx status code

func (*GetRecordingMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy gateway timeout response has a 2xx status code

func (*GetRecordingMediaretentionpolicyGatewayTimeout) String

type GetRecordingMediaretentionpolicyInternalServerError

type GetRecordingMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingMediaretentionpolicyInternalServerError

func NewGetRecordingMediaretentionpolicyInternalServerError() *GetRecordingMediaretentionpolicyInternalServerError

NewGetRecordingMediaretentionpolicyInternalServerError creates a GetRecordingMediaretentionpolicyInternalServerError with default headers values

func (*GetRecordingMediaretentionpolicyInternalServerError) Error

func (*GetRecordingMediaretentionpolicyInternalServerError) GetPayload

func (*GetRecordingMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy internal server error response has a 4xx status code

func (*GetRecordingMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this get recording mediaretentionpolicy internal server error response a status code equal to that given

func (*GetRecordingMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy internal server error response has a 3xx status code

func (*GetRecordingMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy internal server error response has a 5xx status code

func (*GetRecordingMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy internal server error response has a 2xx status code

func (*GetRecordingMediaretentionpolicyInternalServerError) String

type GetRecordingMediaretentionpolicyNotFound

type GetRecordingMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingMediaretentionpolicyNotFound

func NewGetRecordingMediaretentionpolicyNotFound() *GetRecordingMediaretentionpolicyNotFound

NewGetRecordingMediaretentionpolicyNotFound creates a GetRecordingMediaretentionpolicyNotFound with default headers values

func (*GetRecordingMediaretentionpolicyNotFound) Error

func (*GetRecordingMediaretentionpolicyNotFound) GetPayload

func (*GetRecordingMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy not found response has a 4xx status code

func (*GetRecordingMediaretentionpolicyNotFound) IsCode

IsCode returns true when this get recording mediaretentionpolicy not found response a status code equal to that given

func (*GetRecordingMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy not found response has a 3xx status code

func (*GetRecordingMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy not found response has a 5xx status code

func (*GetRecordingMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy not found response has a 2xx status code

func (*GetRecordingMediaretentionpolicyNotFound) String

type GetRecordingMediaretentionpolicyOK

type GetRecordingMediaretentionpolicyOK struct {
	Payload *models.Policy
}

GetRecordingMediaretentionpolicyOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingMediaretentionpolicyOK

func NewGetRecordingMediaretentionpolicyOK() *GetRecordingMediaretentionpolicyOK

NewGetRecordingMediaretentionpolicyOK creates a GetRecordingMediaretentionpolicyOK with default headers values

func (*GetRecordingMediaretentionpolicyOK) Error

func (*GetRecordingMediaretentionpolicyOK) GetPayload

func (*GetRecordingMediaretentionpolicyOK) IsClientError

func (o *GetRecordingMediaretentionpolicyOK) IsClientError() bool

IsClientError returns true when this get recording mediaretentionpolicy o k response has a 4xx status code

func (*GetRecordingMediaretentionpolicyOK) IsCode

IsCode returns true when this get recording mediaretentionpolicy o k response a status code equal to that given

func (*GetRecordingMediaretentionpolicyOK) IsRedirect

func (o *GetRecordingMediaretentionpolicyOK) IsRedirect() bool

IsRedirect returns true when this get recording mediaretentionpolicy o k response has a 3xx status code

func (*GetRecordingMediaretentionpolicyOK) IsServerError

func (o *GetRecordingMediaretentionpolicyOK) IsServerError() bool

IsServerError returns true when this get recording mediaretentionpolicy o k response has a 5xx status code

func (*GetRecordingMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy o k response has a 2xx status code

func (*GetRecordingMediaretentionpolicyOK) String

type GetRecordingMediaretentionpolicyParams

type GetRecordingMediaretentionpolicyParams struct {

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the get recording mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewGetRecordingMediaretentionpolicyParams

func NewGetRecordingMediaretentionpolicyParams() *GetRecordingMediaretentionpolicyParams

NewGetRecordingMediaretentionpolicyParams creates a new GetRecordingMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingMediaretentionpolicyParamsWithContext

func NewGetRecordingMediaretentionpolicyParamsWithContext(ctx context.Context) *GetRecordingMediaretentionpolicyParams

NewGetRecordingMediaretentionpolicyParamsWithContext creates a new GetRecordingMediaretentionpolicyParams object with the ability to set a context for a request.

func NewGetRecordingMediaretentionpolicyParamsWithHTTPClient

func NewGetRecordingMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *GetRecordingMediaretentionpolicyParams

NewGetRecordingMediaretentionpolicyParamsWithHTTPClient creates a new GetRecordingMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingMediaretentionpolicyParamsWithTimeout

func NewGetRecordingMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *GetRecordingMediaretentionpolicyParams

NewGetRecordingMediaretentionpolicyParamsWithTimeout creates a new GetRecordingMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*GetRecordingMediaretentionpolicyParams) SetContext

SetContext adds the context to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) SetDefaults

func (o *GetRecordingMediaretentionpolicyParams) SetDefaults()

SetDefaults hydrates default values in the get recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingMediaretentionpolicyParams) SetHTTPClient

func (o *GetRecordingMediaretentionpolicyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) SetPolicyID

func (o *GetRecordingMediaretentionpolicyParams) SetPolicyID(policyID string)

SetPolicyID adds the policyId to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) SetTimeout

func (o *GetRecordingMediaretentionpolicyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) WithContext

WithContext adds the context to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the get recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the get recording mediaretentionpolicy params

func (*GetRecordingMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingMediaretentionpolicyReader

type GetRecordingMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

GetRecordingMediaretentionpolicyReader is a Reader for the GetRecordingMediaretentionpolicy structure.

func (*GetRecordingMediaretentionpolicyReader) ReadResponse

func (o *GetRecordingMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingMediaretentionpolicyRequestEntityTooLarge

type GetRecordingMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingMediaretentionpolicyRequestEntityTooLarge

func NewGetRecordingMediaretentionpolicyRequestEntityTooLarge() *GetRecordingMediaretentionpolicyRequestEntityTooLarge

NewGetRecordingMediaretentionpolicyRequestEntityTooLarge creates a GetRecordingMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) Error

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy request entity too large response has a 4xx status code

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this get recording mediaretentionpolicy request entity too large response a status code equal to that given

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy request entity too large response has a 3xx status code

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy request entity too large response has a 5xx status code

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy request entity too large response has a 2xx status code

func (*GetRecordingMediaretentionpolicyRequestEntityTooLarge) String

type GetRecordingMediaretentionpolicyRequestTimeout

type GetRecordingMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingMediaretentionpolicyRequestTimeout

func NewGetRecordingMediaretentionpolicyRequestTimeout() *GetRecordingMediaretentionpolicyRequestTimeout

NewGetRecordingMediaretentionpolicyRequestTimeout creates a GetRecordingMediaretentionpolicyRequestTimeout with default headers values

func (*GetRecordingMediaretentionpolicyRequestTimeout) Error

func (*GetRecordingMediaretentionpolicyRequestTimeout) GetPayload

func (*GetRecordingMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy request timeout response has a 4xx status code

func (*GetRecordingMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this get recording mediaretentionpolicy request timeout response a status code equal to that given

func (*GetRecordingMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy request timeout response has a 3xx status code

func (*GetRecordingMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy request timeout response has a 5xx status code

func (*GetRecordingMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy request timeout response has a 2xx status code

func (*GetRecordingMediaretentionpolicyRequestTimeout) String

type GetRecordingMediaretentionpolicyServiceUnavailable

type GetRecordingMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingMediaretentionpolicyServiceUnavailable

func NewGetRecordingMediaretentionpolicyServiceUnavailable() *GetRecordingMediaretentionpolicyServiceUnavailable

NewGetRecordingMediaretentionpolicyServiceUnavailable creates a GetRecordingMediaretentionpolicyServiceUnavailable with default headers values

func (*GetRecordingMediaretentionpolicyServiceUnavailable) Error

func (*GetRecordingMediaretentionpolicyServiceUnavailable) GetPayload

func (*GetRecordingMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy service unavailable response has a 4xx status code

func (*GetRecordingMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this get recording mediaretentionpolicy service unavailable response a status code equal to that given

func (*GetRecordingMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy service unavailable response has a 3xx status code

func (*GetRecordingMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy service unavailable response has a 5xx status code

func (*GetRecordingMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy service unavailable response has a 2xx status code

func (*GetRecordingMediaretentionpolicyServiceUnavailable) String

type GetRecordingMediaretentionpolicyTooManyRequests

type GetRecordingMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingMediaretentionpolicyTooManyRequests

func NewGetRecordingMediaretentionpolicyTooManyRequests() *GetRecordingMediaretentionpolicyTooManyRequests

NewGetRecordingMediaretentionpolicyTooManyRequests creates a GetRecordingMediaretentionpolicyTooManyRequests with default headers values

func (*GetRecordingMediaretentionpolicyTooManyRequests) Error

func (*GetRecordingMediaretentionpolicyTooManyRequests) GetPayload

func (*GetRecordingMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy too many requests response has a 4xx status code

func (*GetRecordingMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this get recording mediaretentionpolicy too many requests response a status code equal to that given

func (*GetRecordingMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy too many requests response has a 3xx status code

func (*GetRecordingMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy too many requests response has a 5xx status code

func (*GetRecordingMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy too many requests response has a 2xx status code

func (*GetRecordingMediaretentionpolicyTooManyRequests) String

type GetRecordingMediaretentionpolicyUnauthorized

type GetRecordingMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingMediaretentionpolicyUnauthorized

func NewGetRecordingMediaretentionpolicyUnauthorized() *GetRecordingMediaretentionpolicyUnauthorized

NewGetRecordingMediaretentionpolicyUnauthorized creates a GetRecordingMediaretentionpolicyUnauthorized with default headers values

func (*GetRecordingMediaretentionpolicyUnauthorized) Error

func (*GetRecordingMediaretentionpolicyUnauthorized) GetPayload

func (*GetRecordingMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy unauthorized response has a 4xx status code

func (*GetRecordingMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this get recording mediaretentionpolicy unauthorized response a status code equal to that given

func (*GetRecordingMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy unauthorized response has a 3xx status code

func (*GetRecordingMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy unauthorized response has a 5xx status code

func (*GetRecordingMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy unauthorized response has a 2xx status code

func (*GetRecordingMediaretentionpolicyUnauthorized) String

type GetRecordingMediaretentionpolicyUnsupportedMediaType

type GetRecordingMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingMediaretentionpolicyUnsupportedMediaType

func NewGetRecordingMediaretentionpolicyUnsupportedMediaType() *GetRecordingMediaretentionpolicyUnsupportedMediaType

NewGetRecordingMediaretentionpolicyUnsupportedMediaType creates a GetRecordingMediaretentionpolicyUnsupportedMediaType with default headers values

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) Error

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording mediaretentionpolicy unsupported media type response has a 4xx status code

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this get recording mediaretentionpolicy unsupported media type response a status code equal to that given

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording mediaretentionpolicy unsupported media type response has a 3xx status code

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording mediaretentionpolicy unsupported media type response has a 5xx status code

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording mediaretentionpolicy unsupported media type response has a 2xx status code

func (*GetRecordingMediaretentionpolicyUnsupportedMediaType) String

type GetRecordingRecordingkeysBadRequest

type GetRecordingRecordingkeysBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingRecordingkeysBadRequest

func NewGetRecordingRecordingkeysBadRequest() *GetRecordingRecordingkeysBadRequest

NewGetRecordingRecordingkeysBadRequest creates a GetRecordingRecordingkeysBadRequest with default headers values

func (*GetRecordingRecordingkeysBadRequest) Error

func (*GetRecordingRecordingkeysBadRequest) GetPayload

func (*GetRecordingRecordingkeysBadRequest) IsClientError

func (o *GetRecordingRecordingkeysBadRequest) IsClientError() bool

IsClientError returns true when this get recording recordingkeys bad request response has a 4xx status code

func (*GetRecordingRecordingkeysBadRequest) IsCode

IsCode returns true when this get recording recordingkeys bad request response a status code equal to that given

func (*GetRecordingRecordingkeysBadRequest) IsRedirect

func (o *GetRecordingRecordingkeysBadRequest) IsRedirect() bool

IsRedirect returns true when this get recording recordingkeys bad request response has a 3xx status code

func (*GetRecordingRecordingkeysBadRequest) IsServerError

func (o *GetRecordingRecordingkeysBadRequest) IsServerError() bool

IsServerError returns true when this get recording recordingkeys bad request response has a 5xx status code

func (*GetRecordingRecordingkeysBadRequest) IsSuccess

IsSuccess returns true when this get recording recordingkeys bad request response has a 2xx status code

func (*GetRecordingRecordingkeysBadRequest) String

type GetRecordingRecordingkeysForbidden

type GetRecordingRecordingkeysForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingRecordingkeysForbidden

func NewGetRecordingRecordingkeysForbidden() *GetRecordingRecordingkeysForbidden

NewGetRecordingRecordingkeysForbidden creates a GetRecordingRecordingkeysForbidden with default headers values

func (*GetRecordingRecordingkeysForbidden) Error

func (*GetRecordingRecordingkeysForbidden) GetPayload

func (*GetRecordingRecordingkeysForbidden) IsClientError

func (o *GetRecordingRecordingkeysForbidden) IsClientError() bool

IsClientError returns true when this get recording recordingkeys forbidden response has a 4xx status code

func (*GetRecordingRecordingkeysForbidden) IsCode

IsCode returns true when this get recording recordingkeys forbidden response a status code equal to that given

func (*GetRecordingRecordingkeysForbidden) IsRedirect

func (o *GetRecordingRecordingkeysForbidden) IsRedirect() bool

IsRedirect returns true when this get recording recordingkeys forbidden response has a 3xx status code

func (*GetRecordingRecordingkeysForbidden) IsServerError

func (o *GetRecordingRecordingkeysForbidden) IsServerError() bool

IsServerError returns true when this get recording recordingkeys forbidden response has a 5xx status code

func (*GetRecordingRecordingkeysForbidden) IsSuccess

IsSuccess returns true when this get recording recordingkeys forbidden response has a 2xx status code

func (*GetRecordingRecordingkeysForbidden) String

type GetRecordingRecordingkeysGatewayTimeout

type GetRecordingRecordingkeysGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingRecordingkeysGatewayTimeout

func NewGetRecordingRecordingkeysGatewayTimeout() *GetRecordingRecordingkeysGatewayTimeout

NewGetRecordingRecordingkeysGatewayTimeout creates a GetRecordingRecordingkeysGatewayTimeout with default headers values

func (*GetRecordingRecordingkeysGatewayTimeout) Error

func (*GetRecordingRecordingkeysGatewayTimeout) GetPayload

func (*GetRecordingRecordingkeysGatewayTimeout) IsClientError

func (o *GetRecordingRecordingkeysGatewayTimeout) IsClientError() bool

IsClientError returns true when this get recording recordingkeys gateway timeout response has a 4xx status code

func (*GetRecordingRecordingkeysGatewayTimeout) IsCode

IsCode returns true when this get recording recordingkeys gateway timeout response a status code equal to that given

func (*GetRecordingRecordingkeysGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording recordingkeys gateway timeout response has a 3xx status code

func (*GetRecordingRecordingkeysGatewayTimeout) IsServerError

func (o *GetRecordingRecordingkeysGatewayTimeout) IsServerError() bool

IsServerError returns true when this get recording recordingkeys gateway timeout response has a 5xx status code

func (*GetRecordingRecordingkeysGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording recordingkeys gateway timeout response has a 2xx status code

func (*GetRecordingRecordingkeysGatewayTimeout) String

type GetRecordingRecordingkeysInternalServerError

type GetRecordingRecordingkeysInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingRecordingkeysInternalServerError

func NewGetRecordingRecordingkeysInternalServerError() *GetRecordingRecordingkeysInternalServerError

NewGetRecordingRecordingkeysInternalServerError creates a GetRecordingRecordingkeysInternalServerError with default headers values

func (*GetRecordingRecordingkeysInternalServerError) Error

func (*GetRecordingRecordingkeysInternalServerError) GetPayload

func (*GetRecordingRecordingkeysInternalServerError) IsClientError

IsClientError returns true when this get recording recordingkeys internal server error response has a 4xx status code

func (*GetRecordingRecordingkeysInternalServerError) IsCode

IsCode returns true when this get recording recordingkeys internal server error response a status code equal to that given

func (*GetRecordingRecordingkeysInternalServerError) IsRedirect

IsRedirect returns true when this get recording recordingkeys internal server error response has a 3xx status code

func (*GetRecordingRecordingkeysInternalServerError) IsServerError

IsServerError returns true when this get recording recordingkeys internal server error response has a 5xx status code

func (*GetRecordingRecordingkeysInternalServerError) IsSuccess

IsSuccess returns true when this get recording recordingkeys internal server error response has a 2xx status code

func (*GetRecordingRecordingkeysInternalServerError) String

type GetRecordingRecordingkeysNotFound

type GetRecordingRecordingkeysNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingRecordingkeysNotFound

func NewGetRecordingRecordingkeysNotFound() *GetRecordingRecordingkeysNotFound

NewGetRecordingRecordingkeysNotFound creates a GetRecordingRecordingkeysNotFound with default headers values

func (*GetRecordingRecordingkeysNotFound) Error

func (*GetRecordingRecordingkeysNotFound) GetPayload

func (*GetRecordingRecordingkeysNotFound) IsClientError

func (o *GetRecordingRecordingkeysNotFound) IsClientError() bool

IsClientError returns true when this get recording recordingkeys not found response has a 4xx status code

func (*GetRecordingRecordingkeysNotFound) IsCode

func (o *GetRecordingRecordingkeysNotFound) IsCode(code int) bool

IsCode returns true when this get recording recordingkeys not found response a status code equal to that given

func (*GetRecordingRecordingkeysNotFound) IsRedirect

func (o *GetRecordingRecordingkeysNotFound) IsRedirect() bool

IsRedirect returns true when this get recording recordingkeys not found response has a 3xx status code

func (*GetRecordingRecordingkeysNotFound) IsServerError

func (o *GetRecordingRecordingkeysNotFound) IsServerError() bool

IsServerError returns true when this get recording recordingkeys not found response has a 5xx status code

func (*GetRecordingRecordingkeysNotFound) IsSuccess

func (o *GetRecordingRecordingkeysNotFound) IsSuccess() bool

IsSuccess returns true when this get recording recordingkeys not found response has a 2xx status code

func (*GetRecordingRecordingkeysNotFound) String

type GetRecordingRecordingkeysOK

type GetRecordingRecordingkeysOK struct {
	Payload *models.EncryptionKeyEntityListing
}

GetRecordingRecordingkeysOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingRecordingkeysOK

func NewGetRecordingRecordingkeysOK() *GetRecordingRecordingkeysOK

NewGetRecordingRecordingkeysOK creates a GetRecordingRecordingkeysOK with default headers values

func (*GetRecordingRecordingkeysOK) Error

func (*GetRecordingRecordingkeysOK) GetPayload

func (*GetRecordingRecordingkeysOK) IsClientError

func (o *GetRecordingRecordingkeysOK) IsClientError() bool

IsClientError returns true when this get recording recordingkeys o k response has a 4xx status code

func (*GetRecordingRecordingkeysOK) IsCode

func (o *GetRecordingRecordingkeysOK) IsCode(code int) bool

IsCode returns true when this get recording recordingkeys o k response a status code equal to that given

func (*GetRecordingRecordingkeysOK) IsRedirect

func (o *GetRecordingRecordingkeysOK) IsRedirect() bool

IsRedirect returns true when this get recording recordingkeys o k response has a 3xx status code

func (*GetRecordingRecordingkeysOK) IsServerError

func (o *GetRecordingRecordingkeysOK) IsServerError() bool

IsServerError returns true when this get recording recordingkeys o k response has a 5xx status code

func (*GetRecordingRecordingkeysOK) IsSuccess

func (o *GetRecordingRecordingkeysOK) IsSuccess() bool

IsSuccess returns true when this get recording recordingkeys o k response has a 2xx status code

func (*GetRecordingRecordingkeysOK) String

func (o *GetRecordingRecordingkeysOK) String() string

type GetRecordingRecordingkeysParams

type GetRecordingRecordingkeysParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingRecordingkeysParams contains all the parameters to send to the API endpoint

for the get recording recordingkeys operation.

Typically these are written to a http.Request.

func NewGetRecordingRecordingkeysParams

func NewGetRecordingRecordingkeysParams() *GetRecordingRecordingkeysParams

NewGetRecordingRecordingkeysParams creates a new GetRecordingRecordingkeysParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingRecordingkeysParamsWithContext

func NewGetRecordingRecordingkeysParamsWithContext(ctx context.Context) *GetRecordingRecordingkeysParams

NewGetRecordingRecordingkeysParamsWithContext creates a new GetRecordingRecordingkeysParams object with the ability to set a context for a request.

func NewGetRecordingRecordingkeysParamsWithHTTPClient

func NewGetRecordingRecordingkeysParamsWithHTTPClient(client *http.Client) *GetRecordingRecordingkeysParams

NewGetRecordingRecordingkeysParamsWithHTTPClient creates a new GetRecordingRecordingkeysParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingRecordingkeysParamsWithTimeout

func NewGetRecordingRecordingkeysParamsWithTimeout(timeout time.Duration) *GetRecordingRecordingkeysParams

NewGetRecordingRecordingkeysParamsWithTimeout creates a new GetRecordingRecordingkeysParams object with the ability to set a timeout on a request.

func (*GetRecordingRecordingkeysParams) SetContext

func (o *GetRecordingRecordingkeysParams) SetContext(ctx context.Context)

SetContext adds the context to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) SetDefaults

func (o *GetRecordingRecordingkeysParams) SetDefaults()

SetDefaults hydrates default values in the get recording recordingkeys params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingRecordingkeysParams) SetHTTPClient

func (o *GetRecordingRecordingkeysParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) SetPageNumber

func (o *GetRecordingRecordingkeysParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) SetPageSize

func (o *GetRecordingRecordingkeysParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) SetTimeout

func (o *GetRecordingRecordingkeysParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) WithContext

WithContext adds the context to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) WithDefaults

WithDefaults hydrates default values in the get recording recordingkeys params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingRecordingkeysParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) WithPageNumber

WithPageNumber adds the pageNumber to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) WithPageSize

WithPageSize adds the pageSize to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) WithTimeout

WithTimeout adds the timeout to the get recording recordingkeys params

func (*GetRecordingRecordingkeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingRecordingkeysReader

type GetRecordingRecordingkeysReader struct {
	// contains filtered or unexported fields
}

GetRecordingRecordingkeysReader is a Reader for the GetRecordingRecordingkeys structure.

func (*GetRecordingRecordingkeysReader) ReadResponse

func (o *GetRecordingRecordingkeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingRecordingkeysRequestEntityTooLarge

type GetRecordingRecordingkeysRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingRecordingkeysRequestEntityTooLarge

func NewGetRecordingRecordingkeysRequestEntityTooLarge() *GetRecordingRecordingkeysRequestEntityTooLarge

NewGetRecordingRecordingkeysRequestEntityTooLarge creates a GetRecordingRecordingkeysRequestEntityTooLarge with default headers values

func (*GetRecordingRecordingkeysRequestEntityTooLarge) Error

func (*GetRecordingRecordingkeysRequestEntityTooLarge) GetPayload

func (*GetRecordingRecordingkeysRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording recordingkeys request entity too large response has a 4xx status code

func (*GetRecordingRecordingkeysRequestEntityTooLarge) IsCode

IsCode returns true when this get recording recordingkeys request entity too large response a status code equal to that given

func (*GetRecordingRecordingkeysRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording recordingkeys request entity too large response has a 3xx status code

func (*GetRecordingRecordingkeysRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording recordingkeys request entity too large response has a 5xx status code

func (*GetRecordingRecordingkeysRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording recordingkeys request entity too large response has a 2xx status code

func (*GetRecordingRecordingkeysRequestEntityTooLarge) String

type GetRecordingRecordingkeysRequestTimeout

type GetRecordingRecordingkeysRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingRecordingkeysRequestTimeout

func NewGetRecordingRecordingkeysRequestTimeout() *GetRecordingRecordingkeysRequestTimeout

NewGetRecordingRecordingkeysRequestTimeout creates a GetRecordingRecordingkeysRequestTimeout with default headers values

func (*GetRecordingRecordingkeysRequestTimeout) Error

func (*GetRecordingRecordingkeysRequestTimeout) GetPayload

func (*GetRecordingRecordingkeysRequestTimeout) IsClientError

func (o *GetRecordingRecordingkeysRequestTimeout) IsClientError() bool

IsClientError returns true when this get recording recordingkeys request timeout response has a 4xx status code

func (*GetRecordingRecordingkeysRequestTimeout) IsCode

IsCode returns true when this get recording recordingkeys request timeout response a status code equal to that given

func (*GetRecordingRecordingkeysRequestTimeout) IsRedirect

IsRedirect returns true when this get recording recordingkeys request timeout response has a 3xx status code

func (*GetRecordingRecordingkeysRequestTimeout) IsServerError

func (o *GetRecordingRecordingkeysRequestTimeout) IsServerError() bool

IsServerError returns true when this get recording recordingkeys request timeout response has a 5xx status code

func (*GetRecordingRecordingkeysRequestTimeout) IsSuccess

IsSuccess returns true when this get recording recordingkeys request timeout response has a 2xx status code

func (*GetRecordingRecordingkeysRequestTimeout) String

type GetRecordingRecordingkeysRotationscheduleBadRequest

type GetRecordingRecordingkeysRotationscheduleBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingRecordingkeysRotationscheduleBadRequest

func NewGetRecordingRecordingkeysRotationscheduleBadRequest() *GetRecordingRecordingkeysRotationscheduleBadRequest

NewGetRecordingRecordingkeysRotationscheduleBadRequest creates a GetRecordingRecordingkeysRotationscheduleBadRequest with default headers values

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) Error

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule bad request response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule bad request response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule bad request response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule bad request response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule bad request response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleBadRequest) String

type GetRecordingRecordingkeysRotationscheduleForbidden

type GetRecordingRecordingkeysRotationscheduleForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingRecordingkeysRotationscheduleForbidden

func NewGetRecordingRecordingkeysRotationscheduleForbidden() *GetRecordingRecordingkeysRotationscheduleForbidden

NewGetRecordingRecordingkeysRotationscheduleForbidden creates a GetRecordingRecordingkeysRotationscheduleForbidden with default headers values

func (*GetRecordingRecordingkeysRotationscheduleForbidden) Error

func (*GetRecordingRecordingkeysRotationscheduleForbidden) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleForbidden) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule forbidden response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleForbidden) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule forbidden response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleForbidden) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule forbidden response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleForbidden) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule forbidden response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleForbidden) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule forbidden response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleForbidden) String

type GetRecordingRecordingkeysRotationscheduleGatewayTimeout

type GetRecordingRecordingkeysRotationscheduleGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingRecordingkeysRotationscheduleGatewayTimeout

func NewGetRecordingRecordingkeysRotationscheduleGatewayTimeout() *GetRecordingRecordingkeysRotationscheduleGatewayTimeout

NewGetRecordingRecordingkeysRotationscheduleGatewayTimeout creates a GetRecordingRecordingkeysRotationscheduleGatewayTimeout with default headers values

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) Error

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule gateway timeout response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule gateway timeout response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule gateway timeout response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule gateway timeout response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule gateway timeout response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleGatewayTimeout) String

type GetRecordingRecordingkeysRotationscheduleInternalServerError

type GetRecordingRecordingkeysRotationscheduleInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingRecordingkeysRotationscheduleInternalServerError

func NewGetRecordingRecordingkeysRotationscheduleInternalServerError() *GetRecordingRecordingkeysRotationscheduleInternalServerError

NewGetRecordingRecordingkeysRotationscheduleInternalServerError creates a GetRecordingRecordingkeysRotationscheduleInternalServerError with default headers values

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) Error

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule internal server error response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule internal server error response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule internal server error response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule internal server error response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule internal server error response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleInternalServerError) String

type GetRecordingRecordingkeysRotationscheduleNotFound

type GetRecordingRecordingkeysRotationscheduleNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingRecordingkeysRotationscheduleNotFound

func NewGetRecordingRecordingkeysRotationscheduleNotFound() *GetRecordingRecordingkeysRotationscheduleNotFound

NewGetRecordingRecordingkeysRotationscheduleNotFound creates a GetRecordingRecordingkeysRotationscheduleNotFound with default headers values

func (*GetRecordingRecordingkeysRotationscheduleNotFound) Error

func (*GetRecordingRecordingkeysRotationscheduleNotFound) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleNotFound) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule not found response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleNotFound) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule not found response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleNotFound) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule not found response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleNotFound) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule not found response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleNotFound) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule not found response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleNotFound) String

type GetRecordingRecordingkeysRotationscheduleOK

type GetRecordingRecordingkeysRotationscheduleOK struct {
	Payload *models.KeyRotationSchedule
}

GetRecordingRecordingkeysRotationscheduleOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingRecordingkeysRotationscheduleOK

func NewGetRecordingRecordingkeysRotationscheduleOK() *GetRecordingRecordingkeysRotationscheduleOK

NewGetRecordingRecordingkeysRotationscheduleOK creates a GetRecordingRecordingkeysRotationscheduleOK with default headers values

func (*GetRecordingRecordingkeysRotationscheduleOK) Error

func (*GetRecordingRecordingkeysRotationscheduleOK) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleOK) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule o k response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleOK) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule o k response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleOK) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule o k response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleOK) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule o k response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleOK) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule o k response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleOK) String

type GetRecordingRecordingkeysRotationscheduleParams

type GetRecordingRecordingkeysRotationscheduleParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingRecordingkeysRotationscheduleParams contains all the parameters to send to the API endpoint

for the get recording recordingkeys rotationschedule operation.

Typically these are written to a http.Request.

func NewGetRecordingRecordingkeysRotationscheduleParams

func NewGetRecordingRecordingkeysRotationscheduleParams() *GetRecordingRecordingkeysRotationscheduleParams

NewGetRecordingRecordingkeysRotationscheduleParams creates a new GetRecordingRecordingkeysRotationscheduleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingRecordingkeysRotationscheduleParamsWithContext

func NewGetRecordingRecordingkeysRotationscheduleParamsWithContext(ctx context.Context) *GetRecordingRecordingkeysRotationscheduleParams

NewGetRecordingRecordingkeysRotationscheduleParamsWithContext creates a new GetRecordingRecordingkeysRotationscheduleParams object with the ability to set a context for a request.

func NewGetRecordingRecordingkeysRotationscheduleParamsWithHTTPClient

func NewGetRecordingRecordingkeysRotationscheduleParamsWithHTTPClient(client *http.Client) *GetRecordingRecordingkeysRotationscheduleParams

NewGetRecordingRecordingkeysRotationscheduleParamsWithHTTPClient creates a new GetRecordingRecordingkeysRotationscheduleParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingRecordingkeysRotationscheduleParamsWithTimeout

func NewGetRecordingRecordingkeysRotationscheduleParamsWithTimeout(timeout time.Duration) *GetRecordingRecordingkeysRotationscheduleParams

NewGetRecordingRecordingkeysRotationscheduleParamsWithTimeout creates a new GetRecordingRecordingkeysRotationscheduleParams object with the ability to set a timeout on a request.

func (*GetRecordingRecordingkeysRotationscheduleParams) SetContext

SetContext adds the context to the get recording recordingkeys rotationschedule params

func (*GetRecordingRecordingkeysRotationscheduleParams) SetDefaults

SetDefaults hydrates default values in the get recording recordingkeys rotationschedule params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingRecordingkeysRotationscheduleParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get recording recordingkeys rotationschedule params

func (*GetRecordingRecordingkeysRotationscheduleParams) SetTimeout

SetTimeout adds the timeout to the get recording recordingkeys rotationschedule params

func (*GetRecordingRecordingkeysRotationscheduleParams) WithContext

WithContext adds the context to the get recording recordingkeys rotationschedule params

func (*GetRecordingRecordingkeysRotationscheduleParams) WithDefaults

WithDefaults hydrates default values in the get recording recordingkeys rotationschedule params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingRecordingkeysRotationscheduleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording recordingkeys rotationschedule params

func (*GetRecordingRecordingkeysRotationscheduleParams) WithTimeout

WithTimeout adds the timeout to the get recording recordingkeys rotationschedule params

func (*GetRecordingRecordingkeysRotationscheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingRecordingkeysRotationscheduleReader

type GetRecordingRecordingkeysRotationscheduleReader struct {
	// contains filtered or unexported fields
}

GetRecordingRecordingkeysRotationscheduleReader is a Reader for the GetRecordingRecordingkeysRotationschedule structure.

func (*GetRecordingRecordingkeysRotationscheduleReader) ReadResponse

func (o *GetRecordingRecordingkeysRotationscheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge

type GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge

func NewGetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge() *GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge

NewGetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge creates a GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge with default headers values

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) Error

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule request entity too large response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule request entity too large response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule request entity too large response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule request entity too large response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule request entity too large response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) String

type GetRecordingRecordingkeysRotationscheduleRequestTimeout

type GetRecordingRecordingkeysRotationscheduleRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingRecordingkeysRotationscheduleRequestTimeout

func NewGetRecordingRecordingkeysRotationscheduleRequestTimeout() *GetRecordingRecordingkeysRotationscheduleRequestTimeout

NewGetRecordingRecordingkeysRotationscheduleRequestTimeout creates a GetRecordingRecordingkeysRotationscheduleRequestTimeout with default headers values

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) Error

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule request timeout response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule request timeout response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule request timeout response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule request timeout response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule request timeout response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleRequestTimeout) String

type GetRecordingRecordingkeysRotationscheduleServiceUnavailable

type GetRecordingRecordingkeysRotationscheduleServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingRecordingkeysRotationscheduleServiceUnavailable

func NewGetRecordingRecordingkeysRotationscheduleServiceUnavailable() *GetRecordingRecordingkeysRotationscheduleServiceUnavailable

NewGetRecordingRecordingkeysRotationscheduleServiceUnavailable creates a GetRecordingRecordingkeysRotationscheduleServiceUnavailable with default headers values

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) Error

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule service unavailable response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule service unavailable response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule service unavailable response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule service unavailable response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule service unavailable response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleServiceUnavailable) String

type GetRecordingRecordingkeysRotationscheduleTooManyRequests

type GetRecordingRecordingkeysRotationscheduleTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingRecordingkeysRotationscheduleTooManyRequests

func NewGetRecordingRecordingkeysRotationscheduleTooManyRequests() *GetRecordingRecordingkeysRotationscheduleTooManyRequests

NewGetRecordingRecordingkeysRotationscheduleTooManyRequests creates a GetRecordingRecordingkeysRotationscheduleTooManyRequests with default headers values

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) Error

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule too many requests response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule too many requests response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule too many requests response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule too many requests response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule too many requests response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleTooManyRequests) String

type GetRecordingRecordingkeysRotationscheduleUnauthorized

type GetRecordingRecordingkeysRotationscheduleUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingRecordingkeysRotationscheduleUnauthorized

func NewGetRecordingRecordingkeysRotationscheduleUnauthorized() *GetRecordingRecordingkeysRotationscheduleUnauthorized

NewGetRecordingRecordingkeysRotationscheduleUnauthorized creates a GetRecordingRecordingkeysRotationscheduleUnauthorized with default headers values

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) Error

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule unauthorized response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule unauthorized response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule unauthorized response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule unauthorized response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule unauthorized response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnauthorized) String

type GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType

type GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingRecordingkeysRotationscheduleUnsupportedMediaType

func NewGetRecordingRecordingkeysRotationscheduleUnsupportedMediaType() *GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType

NewGetRecordingRecordingkeysRotationscheduleUnsupportedMediaType creates a GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType with default headers values

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) Error

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) GetPayload

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording recordingkeys rotationschedule unsupported media type response has a 4xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsCode

IsCode returns true when this get recording recordingkeys rotationschedule unsupported media type response a status code equal to that given

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording recordingkeys rotationschedule unsupported media type response has a 3xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording recordingkeys rotationschedule unsupported media type response has a 5xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording recordingkeys rotationschedule unsupported media type response has a 2xx status code

func (*GetRecordingRecordingkeysRotationscheduleUnsupportedMediaType) String

type GetRecordingRecordingkeysServiceUnavailable

type GetRecordingRecordingkeysServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingRecordingkeysServiceUnavailable

func NewGetRecordingRecordingkeysServiceUnavailable() *GetRecordingRecordingkeysServiceUnavailable

NewGetRecordingRecordingkeysServiceUnavailable creates a GetRecordingRecordingkeysServiceUnavailable with default headers values

func (*GetRecordingRecordingkeysServiceUnavailable) Error

func (*GetRecordingRecordingkeysServiceUnavailable) GetPayload

func (*GetRecordingRecordingkeysServiceUnavailable) IsClientError

IsClientError returns true when this get recording recordingkeys service unavailable response has a 4xx status code

func (*GetRecordingRecordingkeysServiceUnavailable) IsCode

IsCode returns true when this get recording recordingkeys service unavailable response a status code equal to that given

func (*GetRecordingRecordingkeysServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording recordingkeys service unavailable response has a 3xx status code

func (*GetRecordingRecordingkeysServiceUnavailable) IsServerError

IsServerError returns true when this get recording recordingkeys service unavailable response has a 5xx status code

func (*GetRecordingRecordingkeysServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording recordingkeys service unavailable response has a 2xx status code

func (*GetRecordingRecordingkeysServiceUnavailable) String

type GetRecordingRecordingkeysTooManyRequests

type GetRecordingRecordingkeysTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingRecordingkeysTooManyRequests

func NewGetRecordingRecordingkeysTooManyRequests() *GetRecordingRecordingkeysTooManyRequests

NewGetRecordingRecordingkeysTooManyRequests creates a GetRecordingRecordingkeysTooManyRequests with default headers values

func (*GetRecordingRecordingkeysTooManyRequests) Error

func (*GetRecordingRecordingkeysTooManyRequests) GetPayload

func (*GetRecordingRecordingkeysTooManyRequests) IsClientError

IsClientError returns true when this get recording recordingkeys too many requests response has a 4xx status code

func (*GetRecordingRecordingkeysTooManyRequests) IsCode

IsCode returns true when this get recording recordingkeys too many requests response a status code equal to that given

func (*GetRecordingRecordingkeysTooManyRequests) IsRedirect

IsRedirect returns true when this get recording recordingkeys too many requests response has a 3xx status code

func (*GetRecordingRecordingkeysTooManyRequests) IsServerError

IsServerError returns true when this get recording recordingkeys too many requests response has a 5xx status code

func (*GetRecordingRecordingkeysTooManyRequests) IsSuccess

IsSuccess returns true when this get recording recordingkeys too many requests response has a 2xx status code

func (*GetRecordingRecordingkeysTooManyRequests) String

type GetRecordingRecordingkeysUnauthorized

type GetRecordingRecordingkeysUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingRecordingkeysUnauthorized

func NewGetRecordingRecordingkeysUnauthorized() *GetRecordingRecordingkeysUnauthorized

NewGetRecordingRecordingkeysUnauthorized creates a GetRecordingRecordingkeysUnauthorized with default headers values

func (*GetRecordingRecordingkeysUnauthorized) Error

func (*GetRecordingRecordingkeysUnauthorized) GetPayload

func (*GetRecordingRecordingkeysUnauthorized) IsClientError

func (o *GetRecordingRecordingkeysUnauthorized) IsClientError() bool

IsClientError returns true when this get recording recordingkeys unauthorized response has a 4xx status code

func (*GetRecordingRecordingkeysUnauthorized) IsCode

IsCode returns true when this get recording recordingkeys unauthorized response a status code equal to that given

func (*GetRecordingRecordingkeysUnauthorized) IsRedirect

IsRedirect returns true when this get recording recordingkeys unauthorized response has a 3xx status code

func (*GetRecordingRecordingkeysUnauthorized) IsServerError

func (o *GetRecordingRecordingkeysUnauthorized) IsServerError() bool

IsServerError returns true when this get recording recordingkeys unauthorized response has a 5xx status code

func (*GetRecordingRecordingkeysUnauthorized) IsSuccess

IsSuccess returns true when this get recording recordingkeys unauthorized response has a 2xx status code

func (*GetRecordingRecordingkeysUnauthorized) String

type GetRecordingRecordingkeysUnsupportedMediaType

type GetRecordingRecordingkeysUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingRecordingkeysUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingRecordingkeysUnsupportedMediaType

func NewGetRecordingRecordingkeysUnsupportedMediaType() *GetRecordingRecordingkeysUnsupportedMediaType

NewGetRecordingRecordingkeysUnsupportedMediaType creates a GetRecordingRecordingkeysUnsupportedMediaType with default headers values

func (*GetRecordingRecordingkeysUnsupportedMediaType) Error

func (*GetRecordingRecordingkeysUnsupportedMediaType) GetPayload

func (*GetRecordingRecordingkeysUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording recordingkeys unsupported media type response has a 4xx status code

func (*GetRecordingRecordingkeysUnsupportedMediaType) IsCode

IsCode returns true when this get recording recordingkeys unsupported media type response a status code equal to that given

func (*GetRecordingRecordingkeysUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording recordingkeys unsupported media type response has a 3xx status code

func (*GetRecordingRecordingkeysUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording recordingkeys unsupported media type response has a 5xx status code

func (*GetRecordingRecordingkeysUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording recordingkeys unsupported media type response has a 2xx status code

func (*GetRecordingRecordingkeysUnsupportedMediaType) String

type GetRecordingSettingsBadRequest

type GetRecordingSettingsBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingSettingsBadRequest

func NewGetRecordingSettingsBadRequest() *GetRecordingSettingsBadRequest

NewGetRecordingSettingsBadRequest creates a GetRecordingSettingsBadRequest with default headers values

func (*GetRecordingSettingsBadRequest) Error

func (*GetRecordingSettingsBadRequest) GetPayload

func (*GetRecordingSettingsBadRequest) IsClientError

func (o *GetRecordingSettingsBadRequest) IsClientError() bool

IsClientError returns true when this get recording settings bad request response has a 4xx status code

func (*GetRecordingSettingsBadRequest) IsCode

func (o *GetRecordingSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this get recording settings bad request response a status code equal to that given

func (*GetRecordingSettingsBadRequest) IsRedirect

func (o *GetRecordingSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get recording settings bad request response has a 3xx status code

func (*GetRecordingSettingsBadRequest) IsServerError

func (o *GetRecordingSettingsBadRequest) IsServerError() bool

IsServerError returns true when this get recording settings bad request response has a 5xx status code

func (*GetRecordingSettingsBadRequest) IsSuccess

func (o *GetRecordingSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this get recording settings bad request response has a 2xx status code

func (*GetRecordingSettingsBadRequest) String

type GetRecordingSettingsForbidden

type GetRecordingSettingsForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingSettingsForbidden

func NewGetRecordingSettingsForbidden() *GetRecordingSettingsForbidden

NewGetRecordingSettingsForbidden creates a GetRecordingSettingsForbidden with default headers values

func (*GetRecordingSettingsForbidden) Error

func (*GetRecordingSettingsForbidden) GetPayload

func (*GetRecordingSettingsForbidden) IsClientError

func (o *GetRecordingSettingsForbidden) IsClientError() bool

IsClientError returns true when this get recording settings forbidden response has a 4xx status code

func (*GetRecordingSettingsForbidden) IsCode

func (o *GetRecordingSettingsForbidden) IsCode(code int) bool

IsCode returns true when this get recording settings forbidden response a status code equal to that given

func (*GetRecordingSettingsForbidden) IsRedirect

func (o *GetRecordingSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this get recording settings forbidden response has a 3xx status code

func (*GetRecordingSettingsForbidden) IsServerError

func (o *GetRecordingSettingsForbidden) IsServerError() bool

IsServerError returns true when this get recording settings forbidden response has a 5xx status code

func (*GetRecordingSettingsForbidden) IsSuccess

func (o *GetRecordingSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this get recording settings forbidden response has a 2xx status code

func (*GetRecordingSettingsForbidden) String

type GetRecordingSettingsGatewayTimeout

type GetRecordingSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingSettingsGatewayTimeout

func NewGetRecordingSettingsGatewayTimeout() *GetRecordingSettingsGatewayTimeout

NewGetRecordingSettingsGatewayTimeout creates a GetRecordingSettingsGatewayTimeout with default headers values

func (*GetRecordingSettingsGatewayTimeout) Error

func (*GetRecordingSettingsGatewayTimeout) GetPayload

func (*GetRecordingSettingsGatewayTimeout) IsClientError

func (o *GetRecordingSettingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get recording settings gateway timeout response has a 4xx status code

func (*GetRecordingSettingsGatewayTimeout) IsCode

IsCode returns true when this get recording settings gateway timeout response a status code equal to that given

func (*GetRecordingSettingsGatewayTimeout) IsRedirect

func (o *GetRecordingSettingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get recording settings gateway timeout response has a 3xx status code

func (*GetRecordingSettingsGatewayTimeout) IsServerError

func (o *GetRecordingSettingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get recording settings gateway timeout response has a 5xx status code

func (*GetRecordingSettingsGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording settings gateway timeout response has a 2xx status code

func (*GetRecordingSettingsGatewayTimeout) String

type GetRecordingSettingsInternalServerError

type GetRecordingSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingSettingsInternalServerError

func NewGetRecordingSettingsInternalServerError() *GetRecordingSettingsInternalServerError

NewGetRecordingSettingsInternalServerError creates a GetRecordingSettingsInternalServerError with default headers values

func (*GetRecordingSettingsInternalServerError) Error

func (*GetRecordingSettingsInternalServerError) GetPayload

func (*GetRecordingSettingsInternalServerError) IsClientError

func (o *GetRecordingSettingsInternalServerError) IsClientError() bool

IsClientError returns true when this get recording settings internal server error response has a 4xx status code

func (*GetRecordingSettingsInternalServerError) IsCode

IsCode returns true when this get recording settings internal server error response a status code equal to that given

func (*GetRecordingSettingsInternalServerError) IsRedirect

IsRedirect returns true when this get recording settings internal server error response has a 3xx status code

func (*GetRecordingSettingsInternalServerError) IsServerError

func (o *GetRecordingSettingsInternalServerError) IsServerError() bool

IsServerError returns true when this get recording settings internal server error response has a 5xx status code

func (*GetRecordingSettingsInternalServerError) IsSuccess

IsSuccess returns true when this get recording settings internal server error response has a 2xx status code

func (*GetRecordingSettingsInternalServerError) String

type GetRecordingSettingsNotFound

type GetRecordingSettingsNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingSettingsNotFound

func NewGetRecordingSettingsNotFound() *GetRecordingSettingsNotFound

NewGetRecordingSettingsNotFound creates a GetRecordingSettingsNotFound with default headers values

func (*GetRecordingSettingsNotFound) Error

func (*GetRecordingSettingsNotFound) GetPayload

func (*GetRecordingSettingsNotFound) IsClientError

func (o *GetRecordingSettingsNotFound) IsClientError() bool

IsClientError returns true when this get recording settings not found response has a 4xx status code

func (*GetRecordingSettingsNotFound) IsCode

func (o *GetRecordingSettingsNotFound) IsCode(code int) bool

IsCode returns true when this get recording settings not found response a status code equal to that given

func (*GetRecordingSettingsNotFound) IsRedirect

func (o *GetRecordingSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this get recording settings not found response has a 3xx status code

func (*GetRecordingSettingsNotFound) IsServerError

func (o *GetRecordingSettingsNotFound) IsServerError() bool

IsServerError returns true when this get recording settings not found response has a 5xx status code

func (*GetRecordingSettingsNotFound) IsSuccess

func (o *GetRecordingSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this get recording settings not found response has a 2xx status code

func (*GetRecordingSettingsNotFound) String

type GetRecordingSettingsOK

type GetRecordingSettingsOK struct {
	Payload *models.RecordingSettings
}

GetRecordingSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingSettingsOK

func NewGetRecordingSettingsOK() *GetRecordingSettingsOK

NewGetRecordingSettingsOK creates a GetRecordingSettingsOK with default headers values

func (*GetRecordingSettingsOK) Error

func (o *GetRecordingSettingsOK) Error() string

func (*GetRecordingSettingsOK) GetPayload

func (*GetRecordingSettingsOK) IsClientError

func (o *GetRecordingSettingsOK) IsClientError() bool

IsClientError returns true when this get recording settings o k response has a 4xx status code

func (*GetRecordingSettingsOK) IsCode

func (o *GetRecordingSettingsOK) IsCode(code int) bool

IsCode returns true when this get recording settings o k response a status code equal to that given

func (*GetRecordingSettingsOK) IsRedirect

func (o *GetRecordingSettingsOK) IsRedirect() bool

IsRedirect returns true when this get recording settings o k response has a 3xx status code

func (*GetRecordingSettingsOK) IsServerError

func (o *GetRecordingSettingsOK) IsServerError() bool

IsServerError returns true when this get recording settings o k response has a 5xx status code

func (*GetRecordingSettingsOK) IsSuccess

func (o *GetRecordingSettingsOK) IsSuccess() bool

IsSuccess returns true when this get recording settings o k response has a 2xx status code

func (*GetRecordingSettingsOK) String

func (o *GetRecordingSettingsOK) String() string

type GetRecordingSettingsParams

type GetRecordingSettingsParams struct {

	/* CreateDefault.

	   If no settings are found, a new one is created with default values
	*/
	CreateDefault *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingSettingsParams contains all the parameters to send to the API endpoint

for the get recording settings operation.

Typically these are written to a http.Request.

func NewGetRecordingSettingsParams

func NewGetRecordingSettingsParams() *GetRecordingSettingsParams

NewGetRecordingSettingsParams creates a new GetRecordingSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingSettingsParamsWithContext

func NewGetRecordingSettingsParamsWithContext(ctx context.Context) *GetRecordingSettingsParams

NewGetRecordingSettingsParamsWithContext creates a new GetRecordingSettingsParams object with the ability to set a context for a request.

func NewGetRecordingSettingsParamsWithHTTPClient

func NewGetRecordingSettingsParamsWithHTTPClient(client *http.Client) *GetRecordingSettingsParams

NewGetRecordingSettingsParamsWithHTTPClient creates a new GetRecordingSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingSettingsParamsWithTimeout

func NewGetRecordingSettingsParamsWithTimeout(timeout time.Duration) *GetRecordingSettingsParams

NewGetRecordingSettingsParamsWithTimeout creates a new GetRecordingSettingsParams object with the ability to set a timeout on a request.

func (*GetRecordingSettingsParams) SetContext

func (o *GetRecordingSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get recording settings params

func (*GetRecordingSettingsParams) SetCreateDefault

func (o *GetRecordingSettingsParams) SetCreateDefault(createDefault *bool)

SetCreateDefault adds the createDefault to the get recording settings params

func (*GetRecordingSettingsParams) SetDefaults

func (o *GetRecordingSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get recording settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingSettingsParams) SetHTTPClient

func (o *GetRecordingSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording settings params

func (*GetRecordingSettingsParams) SetTimeout

func (o *GetRecordingSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording settings params

func (*GetRecordingSettingsParams) WithContext

WithContext adds the context to the get recording settings params

func (*GetRecordingSettingsParams) WithCreateDefault

func (o *GetRecordingSettingsParams) WithCreateDefault(createDefault *bool) *GetRecordingSettingsParams

WithCreateDefault adds the createDefault to the get recording settings params

func (*GetRecordingSettingsParams) WithDefaults

WithDefaults hydrates default values in the get recording settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording settings params

func (*GetRecordingSettingsParams) WithTimeout

WithTimeout adds the timeout to the get recording settings params

func (*GetRecordingSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingSettingsReader

type GetRecordingSettingsReader struct {
	// contains filtered or unexported fields
}

GetRecordingSettingsReader is a Reader for the GetRecordingSettings structure.

func (*GetRecordingSettingsReader) ReadResponse

func (o *GetRecordingSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingSettingsRequestEntityTooLarge

type GetRecordingSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingSettingsRequestEntityTooLarge

func NewGetRecordingSettingsRequestEntityTooLarge() *GetRecordingSettingsRequestEntityTooLarge

NewGetRecordingSettingsRequestEntityTooLarge creates a GetRecordingSettingsRequestEntityTooLarge with default headers values

func (*GetRecordingSettingsRequestEntityTooLarge) Error

func (*GetRecordingSettingsRequestEntityTooLarge) GetPayload

func (*GetRecordingSettingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording settings request entity too large response has a 4xx status code

func (*GetRecordingSettingsRequestEntityTooLarge) IsCode

IsCode returns true when this get recording settings request entity too large response a status code equal to that given

func (*GetRecordingSettingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording settings request entity too large response has a 3xx status code

func (*GetRecordingSettingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording settings request entity too large response has a 5xx status code

func (*GetRecordingSettingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording settings request entity too large response has a 2xx status code

func (*GetRecordingSettingsRequestEntityTooLarge) String

type GetRecordingSettingsRequestTimeout

type GetRecordingSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingSettingsRequestTimeout

func NewGetRecordingSettingsRequestTimeout() *GetRecordingSettingsRequestTimeout

NewGetRecordingSettingsRequestTimeout creates a GetRecordingSettingsRequestTimeout with default headers values

func (*GetRecordingSettingsRequestTimeout) Error

func (*GetRecordingSettingsRequestTimeout) GetPayload

func (*GetRecordingSettingsRequestTimeout) IsClientError

func (o *GetRecordingSettingsRequestTimeout) IsClientError() bool

IsClientError returns true when this get recording settings request timeout response has a 4xx status code

func (*GetRecordingSettingsRequestTimeout) IsCode

IsCode returns true when this get recording settings request timeout response a status code equal to that given

func (*GetRecordingSettingsRequestTimeout) IsRedirect

func (o *GetRecordingSettingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get recording settings request timeout response has a 3xx status code

func (*GetRecordingSettingsRequestTimeout) IsServerError

func (o *GetRecordingSettingsRequestTimeout) IsServerError() bool

IsServerError returns true when this get recording settings request timeout response has a 5xx status code

func (*GetRecordingSettingsRequestTimeout) IsSuccess

IsSuccess returns true when this get recording settings request timeout response has a 2xx status code

func (*GetRecordingSettingsRequestTimeout) String

type GetRecordingSettingsServiceUnavailable

type GetRecordingSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingSettingsServiceUnavailable

func NewGetRecordingSettingsServiceUnavailable() *GetRecordingSettingsServiceUnavailable

NewGetRecordingSettingsServiceUnavailable creates a GetRecordingSettingsServiceUnavailable with default headers values

func (*GetRecordingSettingsServiceUnavailable) Error

func (*GetRecordingSettingsServiceUnavailable) GetPayload

func (*GetRecordingSettingsServiceUnavailable) IsClientError

func (o *GetRecordingSettingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get recording settings service unavailable response has a 4xx status code

func (*GetRecordingSettingsServiceUnavailable) IsCode

IsCode returns true when this get recording settings service unavailable response a status code equal to that given

func (*GetRecordingSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording settings service unavailable response has a 3xx status code

func (*GetRecordingSettingsServiceUnavailable) IsServerError

func (o *GetRecordingSettingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get recording settings service unavailable response has a 5xx status code

func (*GetRecordingSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording settings service unavailable response has a 2xx status code

func (*GetRecordingSettingsServiceUnavailable) String

type GetRecordingSettingsTooManyRequests

type GetRecordingSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingSettingsTooManyRequests

func NewGetRecordingSettingsTooManyRequests() *GetRecordingSettingsTooManyRequests

NewGetRecordingSettingsTooManyRequests creates a GetRecordingSettingsTooManyRequests with default headers values

func (*GetRecordingSettingsTooManyRequests) Error

func (*GetRecordingSettingsTooManyRequests) GetPayload

func (*GetRecordingSettingsTooManyRequests) IsClientError

func (o *GetRecordingSettingsTooManyRequests) IsClientError() bool

IsClientError returns true when this get recording settings too many requests response has a 4xx status code

func (*GetRecordingSettingsTooManyRequests) IsCode

IsCode returns true when this get recording settings too many requests response a status code equal to that given

func (*GetRecordingSettingsTooManyRequests) IsRedirect

func (o *GetRecordingSettingsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get recording settings too many requests response has a 3xx status code

func (*GetRecordingSettingsTooManyRequests) IsServerError

func (o *GetRecordingSettingsTooManyRequests) IsServerError() bool

IsServerError returns true when this get recording settings too many requests response has a 5xx status code

func (*GetRecordingSettingsTooManyRequests) IsSuccess

IsSuccess returns true when this get recording settings too many requests response has a 2xx status code

func (*GetRecordingSettingsTooManyRequests) String

type GetRecordingSettingsUnauthorized

type GetRecordingSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingSettingsUnauthorized

func NewGetRecordingSettingsUnauthorized() *GetRecordingSettingsUnauthorized

NewGetRecordingSettingsUnauthorized creates a GetRecordingSettingsUnauthorized with default headers values

func (*GetRecordingSettingsUnauthorized) Error

func (*GetRecordingSettingsUnauthorized) GetPayload

func (*GetRecordingSettingsUnauthorized) IsClientError

func (o *GetRecordingSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this get recording settings unauthorized response has a 4xx status code

func (*GetRecordingSettingsUnauthorized) IsCode

func (o *GetRecordingSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this get recording settings unauthorized response a status code equal to that given

func (*GetRecordingSettingsUnauthorized) IsRedirect

func (o *GetRecordingSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get recording settings unauthorized response has a 3xx status code

func (*GetRecordingSettingsUnauthorized) IsServerError

func (o *GetRecordingSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this get recording settings unauthorized response has a 5xx status code

func (*GetRecordingSettingsUnauthorized) IsSuccess

func (o *GetRecordingSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get recording settings unauthorized response has a 2xx status code

func (*GetRecordingSettingsUnauthorized) String

type GetRecordingSettingsUnsupportedMediaType

type GetRecordingSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingSettingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingSettingsUnsupportedMediaType

func NewGetRecordingSettingsUnsupportedMediaType() *GetRecordingSettingsUnsupportedMediaType

NewGetRecordingSettingsUnsupportedMediaType creates a GetRecordingSettingsUnsupportedMediaType with default headers values

func (*GetRecordingSettingsUnsupportedMediaType) Error

func (*GetRecordingSettingsUnsupportedMediaType) GetPayload

func (*GetRecordingSettingsUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording settings unsupported media type response has a 4xx status code

func (*GetRecordingSettingsUnsupportedMediaType) IsCode

IsCode returns true when this get recording settings unsupported media type response a status code equal to that given

func (*GetRecordingSettingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording settings unsupported media type response has a 3xx status code

func (*GetRecordingSettingsUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording settings unsupported media type response has a 5xx status code

func (*GetRecordingSettingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording settings unsupported media type response has a 2xx status code

func (*GetRecordingSettingsUnsupportedMediaType) String

type GetRecordingUploadsReportBadRequest

type GetRecordingUploadsReportBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingUploadsReportBadRequest

func NewGetRecordingUploadsReportBadRequest() *GetRecordingUploadsReportBadRequest

NewGetRecordingUploadsReportBadRequest creates a GetRecordingUploadsReportBadRequest with default headers values

func (*GetRecordingUploadsReportBadRequest) Error

func (*GetRecordingUploadsReportBadRequest) GetPayload

func (*GetRecordingUploadsReportBadRequest) IsClientError

func (o *GetRecordingUploadsReportBadRequest) IsClientError() bool

IsClientError returns true when this get recording uploads report bad request response has a 4xx status code

func (*GetRecordingUploadsReportBadRequest) IsCode

IsCode returns true when this get recording uploads report bad request response a status code equal to that given

func (*GetRecordingUploadsReportBadRequest) IsRedirect

func (o *GetRecordingUploadsReportBadRequest) IsRedirect() bool

IsRedirect returns true when this get recording uploads report bad request response has a 3xx status code

func (*GetRecordingUploadsReportBadRequest) IsServerError

func (o *GetRecordingUploadsReportBadRequest) IsServerError() bool

IsServerError returns true when this get recording uploads report bad request response has a 5xx status code

func (*GetRecordingUploadsReportBadRequest) IsSuccess

IsSuccess returns true when this get recording uploads report bad request response has a 2xx status code

func (*GetRecordingUploadsReportBadRequest) String

type GetRecordingUploadsReportForbidden

type GetRecordingUploadsReportForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingUploadsReportForbidden

func NewGetRecordingUploadsReportForbidden() *GetRecordingUploadsReportForbidden

NewGetRecordingUploadsReportForbidden creates a GetRecordingUploadsReportForbidden with default headers values

func (*GetRecordingUploadsReportForbidden) Error

func (*GetRecordingUploadsReportForbidden) GetPayload

func (*GetRecordingUploadsReportForbidden) IsClientError

func (o *GetRecordingUploadsReportForbidden) IsClientError() bool

IsClientError returns true when this get recording uploads report forbidden response has a 4xx status code

func (*GetRecordingUploadsReportForbidden) IsCode

IsCode returns true when this get recording uploads report forbidden response a status code equal to that given

func (*GetRecordingUploadsReportForbidden) IsRedirect

func (o *GetRecordingUploadsReportForbidden) IsRedirect() bool

IsRedirect returns true when this get recording uploads report forbidden response has a 3xx status code

func (*GetRecordingUploadsReportForbidden) IsServerError

func (o *GetRecordingUploadsReportForbidden) IsServerError() bool

IsServerError returns true when this get recording uploads report forbidden response has a 5xx status code

func (*GetRecordingUploadsReportForbidden) IsSuccess

IsSuccess returns true when this get recording uploads report forbidden response has a 2xx status code

func (*GetRecordingUploadsReportForbidden) String

type GetRecordingUploadsReportGatewayTimeout

type GetRecordingUploadsReportGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingUploadsReportGatewayTimeout

func NewGetRecordingUploadsReportGatewayTimeout() *GetRecordingUploadsReportGatewayTimeout

NewGetRecordingUploadsReportGatewayTimeout creates a GetRecordingUploadsReportGatewayTimeout with default headers values

func (*GetRecordingUploadsReportGatewayTimeout) Error

func (*GetRecordingUploadsReportGatewayTimeout) GetPayload

func (*GetRecordingUploadsReportGatewayTimeout) IsClientError

func (o *GetRecordingUploadsReportGatewayTimeout) IsClientError() bool

IsClientError returns true when this get recording uploads report gateway timeout response has a 4xx status code

func (*GetRecordingUploadsReportGatewayTimeout) IsCode

IsCode returns true when this get recording uploads report gateway timeout response a status code equal to that given

func (*GetRecordingUploadsReportGatewayTimeout) IsRedirect

IsRedirect returns true when this get recording uploads report gateway timeout response has a 3xx status code

func (*GetRecordingUploadsReportGatewayTimeout) IsServerError

func (o *GetRecordingUploadsReportGatewayTimeout) IsServerError() bool

IsServerError returns true when this get recording uploads report gateway timeout response has a 5xx status code

func (*GetRecordingUploadsReportGatewayTimeout) IsSuccess

IsSuccess returns true when this get recording uploads report gateway timeout response has a 2xx status code

func (*GetRecordingUploadsReportGatewayTimeout) String

type GetRecordingUploadsReportInternalServerError

type GetRecordingUploadsReportInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingUploadsReportInternalServerError

func NewGetRecordingUploadsReportInternalServerError() *GetRecordingUploadsReportInternalServerError

NewGetRecordingUploadsReportInternalServerError creates a GetRecordingUploadsReportInternalServerError with default headers values

func (*GetRecordingUploadsReportInternalServerError) Error

func (*GetRecordingUploadsReportInternalServerError) GetPayload

func (*GetRecordingUploadsReportInternalServerError) IsClientError

IsClientError returns true when this get recording uploads report internal server error response has a 4xx status code

func (*GetRecordingUploadsReportInternalServerError) IsCode

IsCode returns true when this get recording uploads report internal server error response a status code equal to that given

func (*GetRecordingUploadsReportInternalServerError) IsRedirect

IsRedirect returns true when this get recording uploads report internal server error response has a 3xx status code

func (*GetRecordingUploadsReportInternalServerError) IsServerError

IsServerError returns true when this get recording uploads report internal server error response has a 5xx status code

func (*GetRecordingUploadsReportInternalServerError) IsSuccess

IsSuccess returns true when this get recording uploads report internal server error response has a 2xx status code

func (*GetRecordingUploadsReportInternalServerError) String

type GetRecordingUploadsReportNotFound

type GetRecordingUploadsReportNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingUploadsReportNotFound

func NewGetRecordingUploadsReportNotFound() *GetRecordingUploadsReportNotFound

NewGetRecordingUploadsReportNotFound creates a GetRecordingUploadsReportNotFound with default headers values

func (*GetRecordingUploadsReportNotFound) Error

func (*GetRecordingUploadsReportNotFound) GetPayload

func (*GetRecordingUploadsReportNotFound) IsClientError

func (o *GetRecordingUploadsReportNotFound) IsClientError() bool

IsClientError returns true when this get recording uploads report not found response has a 4xx status code

func (*GetRecordingUploadsReportNotFound) IsCode

func (o *GetRecordingUploadsReportNotFound) IsCode(code int) bool

IsCode returns true when this get recording uploads report not found response a status code equal to that given

func (*GetRecordingUploadsReportNotFound) IsRedirect

func (o *GetRecordingUploadsReportNotFound) IsRedirect() bool

IsRedirect returns true when this get recording uploads report not found response has a 3xx status code

func (*GetRecordingUploadsReportNotFound) IsServerError

func (o *GetRecordingUploadsReportNotFound) IsServerError() bool

IsServerError returns true when this get recording uploads report not found response has a 5xx status code

func (*GetRecordingUploadsReportNotFound) IsSuccess

func (o *GetRecordingUploadsReportNotFound) IsSuccess() bool

IsSuccess returns true when this get recording uploads report not found response has a 2xx status code

func (*GetRecordingUploadsReportNotFound) String

type GetRecordingUploadsReportOK

type GetRecordingUploadsReportOK struct {
	Payload *models.RecordingUploadReport
}

GetRecordingUploadsReportOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingUploadsReportOK

func NewGetRecordingUploadsReportOK() *GetRecordingUploadsReportOK

NewGetRecordingUploadsReportOK creates a GetRecordingUploadsReportOK with default headers values

func (*GetRecordingUploadsReportOK) Error

func (*GetRecordingUploadsReportOK) GetPayload

func (*GetRecordingUploadsReportOK) IsClientError

func (o *GetRecordingUploadsReportOK) IsClientError() bool

IsClientError returns true when this get recording uploads report o k response has a 4xx status code

func (*GetRecordingUploadsReportOK) IsCode

func (o *GetRecordingUploadsReportOK) IsCode(code int) bool

IsCode returns true when this get recording uploads report o k response a status code equal to that given

func (*GetRecordingUploadsReportOK) IsRedirect

func (o *GetRecordingUploadsReportOK) IsRedirect() bool

IsRedirect returns true when this get recording uploads report o k response has a 3xx status code

func (*GetRecordingUploadsReportOK) IsServerError

func (o *GetRecordingUploadsReportOK) IsServerError() bool

IsServerError returns true when this get recording uploads report o k response has a 5xx status code

func (*GetRecordingUploadsReportOK) IsSuccess

func (o *GetRecordingUploadsReportOK) IsSuccess() bool

IsSuccess returns true when this get recording uploads report o k response has a 2xx status code

func (*GetRecordingUploadsReportOK) String

func (o *GetRecordingUploadsReportOK) String() string

type GetRecordingUploadsReportParams

type GetRecordingUploadsReportParams struct {

	/* ReportID.

	   reportId
	*/
	ReportID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingUploadsReportParams contains all the parameters to send to the API endpoint

for the get recording uploads report operation.

Typically these are written to a http.Request.

func NewGetRecordingUploadsReportParams

func NewGetRecordingUploadsReportParams() *GetRecordingUploadsReportParams

NewGetRecordingUploadsReportParams creates a new GetRecordingUploadsReportParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingUploadsReportParamsWithContext

func NewGetRecordingUploadsReportParamsWithContext(ctx context.Context) *GetRecordingUploadsReportParams

NewGetRecordingUploadsReportParamsWithContext creates a new GetRecordingUploadsReportParams object with the ability to set a context for a request.

func NewGetRecordingUploadsReportParamsWithHTTPClient

func NewGetRecordingUploadsReportParamsWithHTTPClient(client *http.Client) *GetRecordingUploadsReportParams

NewGetRecordingUploadsReportParamsWithHTTPClient creates a new GetRecordingUploadsReportParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingUploadsReportParamsWithTimeout

func NewGetRecordingUploadsReportParamsWithTimeout(timeout time.Duration) *GetRecordingUploadsReportParams

NewGetRecordingUploadsReportParamsWithTimeout creates a new GetRecordingUploadsReportParams object with the ability to set a timeout on a request.

func (*GetRecordingUploadsReportParams) SetContext

func (o *GetRecordingUploadsReportParams) SetContext(ctx context.Context)

SetContext adds the context to the get recording uploads report params

func (*GetRecordingUploadsReportParams) SetDefaults

func (o *GetRecordingUploadsReportParams) SetDefaults()

SetDefaults hydrates default values in the get recording uploads report params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingUploadsReportParams) SetHTTPClient

func (o *GetRecordingUploadsReportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recording uploads report params

func (*GetRecordingUploadsReportParams) SetReportID

func (o *GetRecordingUploadsReportParams) SetReportID(reportID string)

SetReportID adds the reportId to the get recording uploads report params

func (*GetRecordingUploadsReportParams) SetTimeout

func (o *GetRecordingUploadsReportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recording uploads report params

func (*GetRecordingUploadsReportParams) WithContext

WithContext adds the context to the get recording uploads report params

func (*GetRecordingUploadsReportParams) WithDefaults

WithDefaults hydrates default values in the get recording uploads report params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingUploadsReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recording uploads report params

func (*GetRecordingUploadsReportParams) WithReportID

WithReportID adds the reportID to the get recording uploads report params

func (*GetRecordingUploadsReportParams) WithTimeout

WithTimeout adds the timeout to the get recording uploads report params

func (*GetRecordingUploadsReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingUploadsReportReader

type GetRecordingUploadsReportReader struct {
	// contains filtered or unexported fields
}

GetRecordingUploadsReportReader is a Reader for the GetRecordingUploadsReport structure.

func (*GetRecordingUploadsReportReader) ReadResponse

func (o *GetRecordingUploadsReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingUploadsReportRequestEntityTooLarge

type GetRecordingUploadsReportRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingUploadsReportRequestEntityTooLarge

func NewGetRecordingUploadsReportRequestEntityTooLarge() *GetRecordingUploadsReportRequestEntityTooLarge

NewGetRecordingUploadsReportRequestEntityTooLarge creates a GetRecordingUploadsReportRequestEntityTooLarge with default headers values

func (*GetRecordingUploadsReportRequestEntityTooLarge) Error

func (*GetRecordingUploadsReportRequestEntityTooLarge) GetPayload

func (*GetRecordingUploadsReportRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recording uploads report request entity too large response has a 4xx status code

func (*GetRecordingUploadsReportRequestEntityTooLarge) IsCode

IsCode returns true when this get recording uploads report request entity too large response a status code equal to that given

func (*GetRecordingUploadsReportRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recording uploads report request entity too large response has a 3xx status code

func (*GetRecordingUploadsReportRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recording uploads report request entity too large response has a 5xx status code

func (*GetRecordingUploadsReportRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recording uploads report request entity too large response has a 2xx status code

func (*GetRecordingUploadsReportRequestEntityTooLarge) String

type GetRecordingUploadsReportRequestTimeout

type GetRecordingUploadsReportRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingUploadsReportRequestTimeout

func NewGetRecordingUploadsReportRequestTimeout() *GetRecordingUploadsReportRequestTimeout

NewGetRecordingUploadsReportRequestTimeout creates a GetRecordingUploadsReportRequestTimeout with default headers values

func (*GetRecordingUploadsReportRequestTimeout) Error

func (*GetRecordingUploadsReportRequestTimeout) GetPayload

func (*GetRecordingUploadsReportRequestTimeout) IsClientError

func (o *GetRecordingUploadsReportRequestTimeout) IsClientError() bool

IsClientError returns true when this get recording uploads report request timeout response has a 4xx status code

func (*GetRecordingUploadsReportRequestTimeout) IsCode

IsCode returns true when this get recording uploads report request timeout response a status code equal to that given

func (*GetRecordingUploadsReportRequestTimeout) IsRedirect

IsRedirect returns true when this get recording uploads report request timeout response has a 3xx status code

func (*GetRecordingUploadsReportRequestTimeout) IsServerError

func (o *GetRecordingUploadsReportRequestTimeout) IsServerError() bool

IsServerError returns true when this get recording uploads report request timeout response has a 5xx status code

func (*GetRecordingUploadsReportRequestTimeout) IsSuccess

IsSuccess returns true when this get recording uploads report request timeout response has a 2xx status code

func (*GetRecordingUploadsReportRequestTimeout) String

type GetRecordingUploadsReportServiceUnavailable

type GetRecordingUploadsReportServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingUploadsReportServiceUnavailable

func NewGetRecordingUploadsReportServiceUnavailable() *GetRecordingUploadsReportServiceUnavailable

NewGetRecordingUploadsReportServiceUnavailable creates a GetRecordingUploadsReportServiceUnavailable with default headers values

func (*GetRecordingUploadsReportServiceUnavailable) Error

func (*GetRecordingUploadsReportServiceUnavailable) GetPayload

func (*GetRecordingUploadsReportServiceUnavailable) IsClientError

IsClientError returns true when this get recording uploads report service unavailable response has a 4xx status code

func (*GetRecordingUploadsReportServiceUnavailable) IsCode

IsCode returns true when this get recording uploads report service unavailable response a status code equal to that given

func (*GetRecordingUploadsReportServiceUnavailable) IsRedirect

IsRedirect returns true when this get recording uploads report service unavailable response has a 3xx status code

func (*GetRecordingUploadsReportServiceUnavailable) IsServerError

IsServerError returns true when this get recording uploads report service unavailable response has a 5xx status code

func (*GetRecordingUploadsReportServiceUnavailable) IsSuccess

IsSuccess returns true when this get recording uploads report service unavailable response has a 2xx status code

func (*GetRecordingUploadsReportServiceUnavailable) String

type GetRecordingUploadsReportTooManyRequests

type GetRecordingUploadsReportTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingUploadsReportTooManyRequests

func NewGetRecordingUploadsReportTooManyRequests() *GetRecordingUploadsReportTooManyRequests

NewGetRecordingUploadsReportTooManyRequests creates a GetRecordingUploadsReportTooManyRequests with default headers values

func (*GetRecordingUploadsReportTooManyRequests) Error

func (*GetRecordingUploadsReportTooManyRequests) GetPayload

func (*GetRecordingUploadsReportTooManyRequests) IsClientError

IsClientError returns true when this get recording uploads report too many requests response has a 4xx status code

func (*GetRecordingUploadsReportTooManyRequests) IsCode

IsCode returns true when this get recording uploads report too many requests response a status code equal to that given

func (*GetRecordingUploadsReportTooManyRequests) IsRedirect

IsRedirect returns true when this get recording uploads report too many requests response has a 3xx status code

func (*GetRecordingUploadsReportTooManyRequests) IsServerError

IsServerError returns true when this get recording uploads report too many requests response has a 5xx status code

func (*GetRecordingUploadsReportTooManyRequests) IsSuccess

IsSuccess returns true when this get recording uploads report too many requests response has a 2xx status code

func (*GetRecordingUploadsReportTooManyRequests) String

type GetRecordingUploadsReportUnauthorized

type GetRecordingUploadsReportUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingUploadsReportUnauthorized

func NewGetRecordingUploadsReportUnauthorized() *GetRecordingUploadsReportUnauthorized

NewGetRecordingUploadsReportUnauthorized creates a GetRecordingUploadsReportUnauthorized with default headers values

func (*GetRecordingUploadsReportUnauthorized) Error

func (*GetRecordingUploadsReportUnauthorized) GetPayload

func (*GetRecordingUploadsReportUnauthorized) IsClientError

func (o *GetRecordingUploadsReportUnauthorized) IsClientError() bool

IsClientError returns true when this get recording uploads report unauthorized response has a 4xx status code

func (*GetRecordingUploadsReportUnauthorized) IsCode

IsCode returns true when this get recording uploads report unauthorized response a status code equal to that given

func (*GetRecordingUploadsReportUnauthorized) IsRedirect

IsRedirect returns true when this get recording uploads report unauthorized response has a 3xx status code

func (*GetRecordingUploadsReportUnauthorized) IsServerError

func (o *GetRecordingUploadsReportUnauthorized) IsServerError() bool

IsServerError returns true when this get recording uploads report unauthorized response has a 5xx status code

func (*GetRecordingUploadsReportUnauthorized) IsSuccess

IsSuccess returns true when this get recording uploads report unauthorized response has a 2xx status code

func (*GetRecordingUploadsReportUnauthorized) String

type GetRecordingUploadsReportUnsupportedMediaType

type GetRecordingUploadsReportUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingUploadsReportUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingUploadsReportUnsupportedMediaType

func NewGetRecordingUploadsReportUnsupportedMediaType() *GetRecordingUploadsReportUnsupportedMediaType

NewGetRecordingUploadsReportUnsupportedMediaType creates a GetRecordingUploadsReportUnsupportedMediaType with default headers values

func (*GetRecordingUploadsReportUnsupportedMediaType) Error

func (*GetRecordingUploadsReportUnsupportedMediaType) GetPayload

func (*GetRecordingUploadsReportUnsupportedMediaType) IsClientError

IsClientError returns true when this get recording uploads report unsupported media type response has a 4xx status code

func (*GetRecordingUploadsReportUnsupportedMediaType) IsCode

IsCode returns true when this get recording uploads report unsupported media type response a status code equal to that given

func (*GetRecordingUploadsReportUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recording uploads report unsupported media type response has a 3xx status code

func (*GetRecordingUploadsReportUnsupportedMediaType) IsServerError

IsServerError returns true when this get recording uploads report unsupported media type response has a 5xx status code

func (*GetRecordingUploadsReportUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recording uploads report unsupported media type response has a 2xx status code

func (*GetRecordingUploadsReportUnsupportedMediaType) String

type GetRecordingsRetentionQueryBadRequest

type GetRecordingsRetentionQueryBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingsRetentionQueryBadRequest

func NewGetRecordingsRetentionQueryBadRequest() *GetRecordingsRetentionQueryBadRequest

NewGetRecordingsRetentionQueryBadRequest creates a GetRecordingsRetentionQueryBadRequest with default headers values

func (*GetRecordingsRetentionQueryBadRequest) Error

func (*GetRecordingsRetentionQueryBadRequest) GetPayload

func (*GetRecordingsRetentionQueryBadRequest) IsClientError

func (o *GetRecordingsRetentionQueryBadRequest) IsClientError() bool

IsClientError returns true when this get recordings retention query bad request response has a 4xx status code

func (*GetRecordingsRetentionQueryBadRequest) IsCode

IsCode returns true when this get recordings retention query bad request response a status code equal to that given

func (*GetRecordingsRetentionQueryBadRequest) IsRedirect

IsRedirect returns true when this get recordings retention query bad request response has a 3xx status code

func (*GetRecordingsRetentionQueryBadRequest) IsServerError

func (o *GetRecordingsRetentionQueryBadRequest) IsServerError() bool

IsServerError returns true when this get recordings retention query bad request response has a 5xx status code

func (*GetRecordingsRetentionQueryBadRequest) IsSuccess

IsSuccess returns true when this get recordings retention query bad request response has a 2xx status code

func (*GetRecordingsRetentionQueryBadRequest) String

type GetRecordingsRetentionQueryForbidden

type GetRecordingsRetentionQueryForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingsRetentionQueryForbidden

func NewGetRecordingsRetentionQueryForbidden() *GetRecordingsRetentionQueryForbidden

NewGetRecordingsRetentionQueryForbidden creates a GetRecordingsRetentionQueryForbidden with default headers values

func (*GetRecordingsRetentionQueryForbidden) Error

func (*GetRecordingsRetentionQueryForbidden) GetPayload

func (*GetRecordingsRetentionQueryForbidden) IsClientError

func (o *GetRecordingsRetentionQueryForbidden) IsClientError() bool

IsClientError returns true when this get recordings retention query forbidden response has a 4xx status code

func (*GetRecordingsRetentionQueryForbidden) IsCode

IsCode returns true when this get recordings retention query forbidden response a status code equal to that given

func (*GetRecordingsRetentionQueryForbidden) IsRedirect

IsRedirect returns true when this get recordings retention query forbidden response has a 3xx status code

func (*GetRecordingsRetentionQueryForbidden) IsServerError

func (o *GetRecordingsRetentionQueryForbidden) IsServerError() bool

IsServerError returns true when this get recordings retention query forbidden response has a 5xx status code

func (*GetRecordingsRetentionQueryForbidden) IsSuccess

IsSuccess returns true when this get recordings retention query forbidden response has a 2xx status code

func (*GetRecordingsRetentionQueryForbidden) String

type GetRecordingsRetentionQueryGatewayTimeout

type GetRecordingsRetentionQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingsRetentionQueryGatewayTimeout

func NewGetRecordingsRetentionQueryGatewayTimeout() *GetRecordingsRetentionQueryGatewayTimeout

NewGetRecordingsRetentionQueryGatewayTimeout creates a GetRecordingsRetentionQueryGatewayTimeout with default headers values

func (*GetRecordingsRetentionQueryGatewayTimeout) Error

func (*GetRecordingsRetentionQueryGatewayTimeout) GetPayload

func (*GetRecordingsRetentionQueryGatewayTimeout) IsClientError

IsClientError returns true when this get recordings retention query gateway timeout response has a 4xx status code

func (*GetRecordingsRetentionQueryGatewayTimeout) IsCode

IsCode returns true when this get recordings retention query gateway timeout response a status code equal to that given

func (*GetRecordingsRetentionQueryGatewayTimeout) IsRedirect

IsRedirect returns true when this get recordings retention query gateway timeout response has a 3xx status code

func (*GetRecordingsRetentionQueryGatewayTimeout) IsServerError

IsServerError returns true when this get recordings retention query gateway timeout response has a 5xx status code

func (*GetRecordingsRetentionQueryGatewayTimeout) IsSuccess

IsSuccess returns true when this get recordings retention query gateway timeout response has a 2xx status code

func (*GetRecordingsRetentionQueryGatewayTimeout) String

type GetRecordingsRetentionQueryInternalServerError

type GetRecordingsRetentionQueryInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingsRetentionQueryInternalServerError

func NewGetRecordingsRetentionQueryInternalServerError() *GetRecordingsRetentionQueryInternalServerError

NewGetRecordingsRetentionQueryInternalServerError creates a GetRecordingsRetentionQueryInternalServerError with default headers values

func (*GetRecordingsRetentionQueryInternalServerError) Error

func (*GetRecordingsRetentionQueryInternalServerError) GetPayload

func (*GetRecordingsRetentionQueryInternalServerError) IsClientError

IsClientError returns true when this get recordings retention query internal server error response has a 4xx status code

func (*GetRecordingsRetentionQueryInternalServerError) IsCode

IsCode returns true when this get recordings retention query internal server error response a status code equal to that given

func (*GetRecordingsRetentionQueryInternalServerError) IsRedirect

IsRedirect returns true when this get recordings retention query internal server error response has a 3xx status code

func (*GetRecordingsRetentionQueryInternalServerError) IsServerError

IsServerError returns true when this get recordings retention query internal server error response has a 5xx status code

func (*GetRecordingsRetentionQueryInternalServerError) IsSuccess

IsSuccess returns true when this get recordings retention query internal server error response has a 2xx status code

func (*GetRecordingsRetentionQueryInternalServerError) String

type GetRecordingsRetentionQueryNotFound

type GetRecordingsRetentionQueryNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingsRetentionQueryNotFound

func NewGetRecordingsRetentionQueryNotFound() *GetRecordingsRetentionQueryNotFound

NewGetRecordingsRetentionQueryNotFound creates a GetRecordingsRetentionQueryNotFound with default headers values

func (*GetRecordingsRetentionQueryNotFound) Error

func (*GetRecordingsRetentionQueryNotFound) GetPayload

func (*GetRecordingsRetentionQueryNotFound) IsClientError

func (o *GetRecordingsRetentionQueryNotFound) IsClientError() bool

IsClientError returns true when this get recordings retention query not found response has a 4xx status code

func (*GetRecordingsRetentionQueryNotFound) IsCode

IsCode returns true when this get recordings retention query not found response a status code equal to that given

func (*GetRecordingsRetentionQueryNotFound) IsRedirect

func (o *GetRecordingsRetentionQueryNotFound) IsRedirect() bool

IsRedirect returns true when this get recordings retention query not found response has a 3xx status code

func (*GetRecordingsRetentionQueryNotFound) IsServerError

func (o *GetRecordingsRetentionQueryNotFound) IsServerError() bool

IsServerError returns true when this get recordings retention query not found response has a 5xx status code

func (*GetRecordingsRetentionQueryNotFound) IsSuccess

IsSuccess returns true when this get recordings retention query not found response has a 2xx status code

func (*GetRecordingsRetentionQueryNotFound) String

type GetRecordingsRetentionQueryOK

type GetRecordingsRetentionQueryOK struct {
	Payload *models.RecordingRetentionCursorEntityListing
}

GetRecordingsRetentionQueryOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingsRetentionQueryOK

func NewGetRecordingsRetentionQueryOK() *GetRecordingsRetentionQueryOK

NewGetRecordingsRetentionQueryOK creates a GetRecordingsRetentionQueryOK with default headers values

func (*GetRecordingsRetentionQueryOK) Error

func (*GetRecordingsRetentionQueryOK) GetPayload

func (*GetRecordingsRetentionQueryOK) IsClientError

func (o *GetRecordingsRetentionQueryOK) IsClientError() bool

IsClientError returns true when this get recordings retention query o k response has a 4xx status code

func (*GetRecordingsRetentionQueryOK) IsCode

func (o *GetRecordingsRetentionQueryOK) IsCode(code int) bool

IsCode returns true when this get recordings retention query o k response a status code equal to that given

func (*GetRecordingsRetentionQueryOK) IsRedirect

func (o *GetRecordingsRetentionQueryOK) IsRedirect() bool

IsRedirect returns true when this get recordings retention query o k response has a 3xx status code

func (*GetRecordingsRetentionQueryOK) IsServerError

func (o *GetRecordingsRetentionQueryOK) IsServerError() bool

IsServerError returns true when this get recordings retention query o k response has a 5xx status code

func (*GetRecordingsRetentionQueryOK) IsSuccess

func (o *GetRecordingsRetentionQueryOK) IsSuccess() bool

IsSuccess returns true when this get recordings retention query o k response has a 2xx status code

func (*GetRecordingsRetentionQueryOK) String

type GetRecordingsRetentionQueryParams

type GetRecordingsRetentionQueryParams struct {

	/* Cursor.

	   Indicates where to resume query results (not required for first page)
	*/
	Cursor *string

	/* PageSize.

	   Page size. Maximum is 500.

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* RetentionThresholdDays.

	   Fetch retention data for recordings retained for more days than the provided value.

	   Format: int32
	*/
	RetentionThresholdDays int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingsRetentionQueryParams contains all the parameters to send to the API endpoint

for the get recordings retention query operation.

Typically these are written to a http.Request.

func NewGetRecordingsRetentionQueryParams

func NewGetRecordingsRetentionQueryParams() *GetRecordingsRetentionQueryParams

NewGetRecordingsRetentionQueryParams creates a new GetRecordingsRetentionQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingsRetentionQueryParamsWithContext

func NewGetRecordingsRetentionQueryParamsWithContext(ctx context.Context) *GetRecordingsRetentionQueryParams

NewGetRecordingsRetentionQueryParamsWithContext creates a new GetRecordingsRetentionQueryParams object with the ability to set a context for a request.

func NewGetRecordingsRetentionQueryParamsWithHTTPClient

func NewGetRecordingsRetentionQueryParamsWithHTTPClient(client *http.Client) *GetRecordingsRetentionQueryParams

NewGetRecordingsRetentionQueryParamsWithHTTPClient creates a new GetRecordingsRetentionQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingsRetentionQueryParamsWithTimeout

func NewGetRecordingsRetentionQueryParamsWithTimeout(timeout time.Duration) *GetRecordingsRetentionQueryParams

NewGetRecordingsRetentionQueryParamsWithTimeout creates a new GetRecordingsRetentionQueryParams object with the ability to set a timeout on a request.

func (*GetRecordingsRetentionQueryParams) SetContext

SetContext adds the context to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) SetCursor

func (o *GetRecordingsRetentionQueryParams) SetCursor(cursor *string)

SetCursor adds the cursor to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) SetDefaults

func (o *GetRecordingsRetentionQueryParams) SetDefaults()

SetDefaults hydrates default values in the get recordings retention query params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingsRetentionQueryParams) SetHTTPClient

func (o *GetRecordingsRetentionQueryParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) SetPageSize

func (o *GetRecordingsRetentionQueryParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) SetRetentionThresholdDays

func (o *GetRecordingsRetentionQueryParams) SetRetentionThresholdDays(retentionThresholdDays int32)

SetRetentionThresholdDays adds the retentionThresholdDays to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) SetTimeout

func (o *GetRecordingsRetentionQueryParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WithContext

WithContext adds the context to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WithCursor

WithCursor adds the cursor to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WithDefaults

WithDefaults hydrates default values in the get recordings retention query params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingsRetentionQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WithPageSize

WithPageSize adds the pageSize to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WithRetentionThresholdDays

func (o *GetRecordingsRetentionQueryParams) WithRetentionThresholdDays(retentionThresholdDays int32) *GetRecordingsRetentionQueryParams

WithRetentionThresholdDays adds the retentionThresholdDays to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WithTimeout

WithTimeout adds the timeout to the get recordings retention query params

func (*GetRecordingsRetentionQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingsRetentionQueryReader

type GetRecordingsRetentionQueryReader struct {
	// contains filtered or unexported fields
}

GetRecordingsRetentionQueryReader is a Reader for the GetRecordingsRetentionQuery structure.

func (*GetRecordingsRetentionQueryReader) ReadResponse

func (o *GetRecordingsRetentionQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingsRetentionQueryRequestEntityTooLarge

type GetRecordingsRetentionQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingsRetentionQueryRequestEntityTooLarge

func NewGetRecordingsRetentionQueryRequestEntityTooLarge() *GetRecordingsRetentionQueryRequestEntityTooLarge

NewGetRecordingsRetentionQueryRequestEntityTooLarge creates a GetRecordingsRetentionQueryRequestEntityTooLarge with default headers values

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) Error

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) GetPayload

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recordings retention query request entity too large response has a 4xx status code

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) IsCode

IsCode returns true when this get recordings retention query request entity too large response a status code equal to that given

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recordings retention query request entity too large response has a 3xx status code

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recordings retention query request entity too large response has a 5xx status code

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recordings retention query request entity too large response has a 2xx status code

func (*GetRecordingsRetentionQueryRequestEntityTooLarge) String

type GetRecordingsRetentionQueryRequestTimeout

type GetRecordingsRetentionQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingsRetentionQueryRequestTimeout

func NewGetRecordingsRetentionQueryRequestTimeout() *GetRecordingsRetentionQueryRequestTimeout

NewGetRecordingsRetentionQueryRequestTimeout creates a GetRecordingsRetentionQueryRequestTimeout with default headers values

func (*GetRecordingsRetentionQueryRequestTimeout) Error

func (*GetRecordingsRetentionQueryRequestTimeout) GetPayload

func (*GetRecordingsRetentionQueryRequestTimeout) IsClientError

IsClientError returns true when this get recordings retention query request timeout response has a 4xx status code

func (*GetRecordingsRetentionQueryRequestTimeout) IsCode

IsCode returns true when this get recordings retention query request timeout response a status code equal to that given

func (*GetRecordingsRetentionQueryRequestTimeout) IsRedirect

IsRedirect returns true when this get recordings retention query request timeout response has a 3xx status code

func (*GetRecordingsRetentionQueryRequestTimeout) IsServerError

IsServerError returns true when this get recordings retention query request timeout response has a 5xx status code

func (*GetRecordingsRetentionQueryRequestTimeout) IsSuccess

IsSuccess returns true when this get recordings retention query request timeout response has a 2xx status code

func (*GetRecordingsRetentionQueryRequestTimeout) String

type GetRecordingsRetentionQueryServiceUnavailable

type GetRecordingsRetentionQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingsRetentionQueryServiceUnavailable

func NewGetRecordingsRetentionQueryServiceUnavailable() *GetRecordingsRetentionQueryServiceUnavailable

NewGetRecordingsRetentionQueryServiceUnavailable creates a GetRecordingsRetentionQueryServiceUnavailable with default headers values

func (*GetRecordingsRetentionQueryServiceUnavailable) Error

func (*GetRecordingsRetentionQueryServiceUnavailable) GetPayload

func (*GetRecordingsRetentionQueryServiceUnavailable) IsClientError

IsClientError returns true when this get recordings retention query service unavailable response has a 4xx status code

func (*GetRecordingsRetentionQueryServiceUnavailable) IsCode

IsCode returns true when this get recordings retention query service unavailable response a status code equal to that given

func (*GetRecordingsRetentionQueryServiceUnavailable) IsRedirect

IsRedirect returns true when this get recordings retention query service unavailable response has a 3xx status code

func (*GetRecordingsRetentionQueryServiceUnavailable) IsServerError

IsServerError returns true when this get recordings retention query service unavailable response has a 5xx status code

func (*GetRecordingsRetentionQueryServiceUnavailable) IsSuccess

IsSuccess returns true when this get recordings retention query service unavailable response has a 2xx status code

func (*GetRecordingsRetentionQueryServiceUnavailable) String

type GetRecordingsRetentionQueryTooManyRequests

type GetRecordingsRetentionQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingsRetentionQueryTooManyRequests

func NewGetRecordingsRetentionQueryTooManyRequests() *GetRecordingsRetentionQueryTooManyRequests

NewGetRecordingsRetentionQueryTooManyRequests creates a GetRecordingsRetentionQueryTooManyRequests with default headers values

func (*GetRecordingsRetentionQueryTooManyRequests) Error

func (*GetRecordingsRetentionQueryTooManyRequests) GetPayload

func (*GetRecordingsRetentionQueryTooManyRequests) IsClientError

IsClientError returns true when this get recordings retention query too many requests response has a 4xx status code

func (*GetRecordingsRetentionQueryTooManyRequests) IsCode

IsCode returns true when this get recordings retention query too many requests response a status code equal to that given

func (*GetRecordingsRetentionQueryTooManyRequests) IsRedirect

IsRedirect returns true when this get recordings retention query too many requests response has a 3xx status code

func (*GetRecordingsRetentionQueryTooManyRequests) IsServerError

IsServerError returns true when this get recordings retention query too many requests response has a 5xx status code

func (*GetRecordingsRetentionQueryTooManyRequests) IsSuccess

IsSuccess returns true when this get recordings retention query too many requests response has a 2xx status code

func (*GetRecordingsRetentionQueryTooManyRequests) String

type GetRecordingsRetentionQueryUnauthorized

type GetRecordingsRetentionQueryUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingsRetentionQueryUnauthorized

func NewGetRecordingsRetentionQueryUnauthorized() *GetRecordingsRetentionQueryUnauthorized

NewGetRecordingsRetentionQueryUnauthorized creates a GetRecordingsRetentionQueryUnauthorized with default headers values

func (*GetRecordingsRetentionQueryUnauthorized) Error

func (*GetRecordingsRetentionQueryUnauthorized) GetPayload

func (*GetRecordingsRetentionQueryUnauthorized) IsClientError

func (o *GetRecordingsRetentionQueryUnauthorized) IsClientError() bool

IsClientError returns true when this get recordings retention query unauthorized response has a 4xx status code

func (*GetRecordingsRetentionQueryUnauthorized) IsCode

IsCode returns true when this get recordings retention query unauthorized response a status code equal to that given

func (*GetRecordingsRetentionQueryUnauthorized) IsRedirect

IsRedirect returns true when this get recordings retention query unauthorized response has a 3xx status code

func (*GetRecordingsRetentionQueryUnauthorized) IsServerError

func (o *GetRecordingsRetentionQueryUnauthorized) IsServerError() bool

IsServerError returns true when this get recordings retention query unauthorized response has a 5xx status code

func (*GetRecordingsRetentionQueryUnauthorized) IsSuccess

IsSuccess returns true when this get recordings retention query unauthorized response has a 2xx status code

func (*GetRecordingsRetentionQueryUnauthorized) String

type GetRecordingsRetentionQueryUnsupportedMediaType

type GetRecordingsRetentionQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingsRetentionQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingsRetentionQueryUnsupportedMediaType

func NewGetRecordingsRetentionQueryUnsupportedMediaType() *GetRecordingsRetentionQueryUnsupportedMediaType

NewGetRecordingsRetentionQueryUnsupportedMediaType creates a GetRecordingsRetentionQueryUnsupportedMediaType with default headers values

func (*GetRecordingsRetentionQueryUnsupportedMediaType) Error

func (*GetRecordingsRetentionQueryUnsupportedMediaType) GetPayload

func (*GetRecordingsRetentionQueryUnsupportedMediaType) IsClientError

IsClientError returns true when this get recordings retention query unsupported media type response has a 4xx status code

func (*GetRecordingsRetentionQueryUnsupportedMediaType) IsCode

IsCode returns true when this get recordings retention query unsupported media type response a status code equal to that given

func (*GetRecordingsRetentionQueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recordings retention query unsupported media type response has a 3xx status code

func (*GetRecordingsRetentionQueryUnsupportedMediaType) IsServerError

IsServerError returns true when this get recordings retention query unsupported media type response has a 5xx status code

func (*GetRecordingsRetentionQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recordings retention query unsupported media type response has a 2xx status code

func (*GetRecordingsRetentionQueryUnsupportedMediaType) String

type GetRecordingsScreensessionsBadRequest

type GetRecordingsScreensessionsBadRequest struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetRecordingsScreensessionsBadRequest

func NewGetRecordingsScreensessionsBadRequest() *GetRecordingsScreensessionsBadRequest

NewGetRecordingsScreensessionsBadRequest creates a GetRecordingsScreensessionsBadRequest with default headers values

func (*GetRecordingsScreensessionsBadRequest) Error

func (*GetRecordingsScreensessionsBadRequest) GetPayload

func (*GetRecordingsScreensessionsBadRequest) IsClientError

func (o *GetRecordingsScreensessionsBadRequest) IsClientError() bool

IsClientError returns true when this get recordings screensessions bad request response has a 4xx status code

func (*GetRecordingsScreensessionsBadRequest) IsCode

IsCode returns true when this get recordings screensessions bad request response a status code equal to that given

func (*GetRecordingsScreensessionsBadRequest) IsRedirect

IsRedirect returns true when this get recordings screensessions bad request response has a 3xx status code

func (*GetRecordingsScreensessionsBadRequest) IsServerError

func (o *GetRecordingsScreensessionsBadRequest) IsServerError() bool

IsServerError returns true when this get recordings screensessions bad request response has a 5xx status code

func (*GetRecordingsScreensessionsBadRequest) IsSuccess

IsSuccess returns true when this get recordings screensessions bad request response has a 2xx status code

func (*GetRecordingsScreensessionsBadRequest) String

type GetRecordingsScreensessionsForbidden

type GetRecordingsScreensessionsForbidden struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetRecordingsScreensessionsForbidden

func NewGetRecordingsScreensessionsForbidden() *GetRecordingsScreensessionsForbidden

NewGetRecordingsScreensessionsForbidden creates a GetRecordingsScreensessionsForbidden with default headers values

func (*GetRecordingsScreensessionsForbidden) Error

func (*GetRecordingsScreensessionsForbidden) GetPayload

func (*GetRecordingsScreensessionsForbidden) IsClientError

func (o *GetRecordingsScreensessionsForbidden) IsClientError() bool

IsClientError returns true when this get recordings screensessions forbidden response has a 4xx status code

func (*GetRecordingsScreensessionsForbidden) IsCode

IsCode returns true when this get recordings screensessions forbidden response a status code equal to that given

func (*GetRecordingsScreensessionsForbidden) IsRedirect

IsRedirect returns true when this get recordings screensessions forbidden response has a 3xx status code

func (*GetRecordingsScreensessionsForbidden) IsServerError

func (o *GetRecordingsScreensessionsForbidden) IsServerError() bool

IsServerError returns true when this get recordings screensessions forbidden response has a 5xx status code

func (*GetRecordingsScreensessionsForbidden) IsSuccess

IsSuccess returns true when this get recordings screensessions forbidden response has a 2xx status code

func (*GetRecordingsScreensessionsForbidden) String

type GetRecordingsScreensessionsGatewayTimeout

type GetRecordingsScreensessionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetRecordingsScreensessionsGatewayTimeout

func NewGetRecordingsScreensessionsGatewayTimeout() *GetRecordingsScreensessionsGatewayTimeout

NewGetRecordingsScreensessionsGatewayTimeout creates a GetRecordingsScreensessionsGatewayTimeout with default headers values

func (*GetRecordingsScreensessionsGatewayTimeout) Error

func (*GetRecordingsScreensessionsGatewayTimeout) GetPayload

func (*GetRecordingsScreensessionsGatewayTimeout) IsClientError

IsClientError returns true when this get recordings screensessions gateway timeout response has a 4xx status code

func (*GetRecordingsScreensessionsGatewayTimeout) IsCode

IsCode returns true when this get recordings screensessions gateway timeout response a status code equal to that given

func (*GetRecordingsScreensessionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get recordings screensessions gateway timeout response has a 3xx status code

func (*GetRecordingsScreensessionsGatewayTimeout) IsServerError

IsServerError returns true when this get recordings screensessions gateway timeout response has a 5xx status code

func (*GetRecordingsScreensessionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get recordings screensessions gateway timeout response has a 2xx status code

func (*GetRecordingsScreensessionsGatewayTimeout) String

type GetRecordingsScreensessionsInternalServerError

type GetRecordingsScreensessionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetRecordingsScreensessionsInternalServerError

func NewGetRecordingsScreensessionsInternalServerError() *GetRecordingsScreensessionsInternalServerError

NewGetRecordingsScreensessionsInternalServerError creates a GetRecordingsScreensessionsInternalServerError with default headers values

func (*GetRecordingsScreensessionsInternalServerError) Error

func (*GetRecordingsScreensessionsInternalServerError) GetPayload

func (*GetRecordingsScreensessionsInternalServerError) IsClientError

IsClientError returns true when this get recordings screensessions internal server error response has a 4xx status code

func (*GetRecordingsScreensessionsInternalServerError) IsCode

IsCode returns true when this get recordings screensessions internal server error response a status code equal to that given

func (*GetRecordingsScreensessionsInternalServerError) IsRedirect

IsRedirect returns true when this get recordings screensessions internal server error response has a 3xx status code

func (*GetRecordingsScreensessionsInternalServerError) IsServerError

IsServerError returns true when this get recordings screensessions internal server error response has a 5xx status code

func (*GetRecordingsScreensessionsInternalServerError) IsSuccess

IsSuccess returns true when this get recordings screensessions internal server error response has a 2xx status code

func (*GetRecordingsScreensessionsInternalServerError) String

type GetRecordingsScreensessionsNotFound

type GetRecordingsScreensessionsNotFound struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetRecordingsScreensessionsNotFound

func NewGetRecordingsScreensessionsNotFound() *GetRecordingsScreensessionsNotFound

NewGetRecordingsScreensessionsNotFound creates a GetRecordingsScreensessionsNotFound with default headers values

func (*GetRecordingsScreensessionsNotFound) Error

func (*GetRecordingsScreensessionsNotFound) GetPayload

func (*GetRecordingsScreensessionsNotFound) IsClientError

func (o *GetRecordingsScreensessionsNotFound) IsClientError() bool

IsClientError returns true when this get recordings screensessions not found response has a 4xx status code

func (*GetRecordingsScreensessionsNotFound) IsCode

IsCode returns true when this get recordings screensessions not found response a status code equal to that given

func (*GetRecordingsScreensessionsNotFound) IsRedirect

func (o *GetRecordingsScreensessionsNotFound) IsRedirect() bool

IsRedirect returns true when this get recordings screensessions not found response has a 3xx status code

func (*GetRecordingsScreensessionsNotFound) IsServerError

func (o *GetRecordingsScreensessionsNotFound) IsServerError() bool

IsServerError returns true when this get recordings screensessions not found response has a 5xx status code

func (*GetRecordingsScreensessionsNotFound) IsSuccess

IsSuccess returns true when this get recordings screensessions not found response has a 2xx status code

func (*GetRecordingsScreensessionsNotFound) String

type GetRecordingsScreensessionsOK

type GetRecordingsScreensessionsOK struct {
	Payload *models.ScreenRecordingSessionListing
}

GetRecordingsScreensessionsOK describes a response with status code 200, with default header values.

successful operation

func NewGetRecordingsScreensessionsOK

func NewGetRecordingsScreensessionsOK() *GetRecordingsScreensessionsOK

NewGetRecordingsScreensessionsOK creates a GetRecordingsScreensessionsOK with default headers values

func (*GetRecordingsScreensessionsOK) Error

func (*GetRecordingsScreensessionsOK) GetPayload

func (*GetRecordingsScreensessionsOK) IsClientError

func (o *GetRecordingsScreensessionsOK) IsClientError() bool

IsClientError returns true when this get recordings screensessions o k response has a 4xx status code

func (*GetRecordingsScreensessionsOK) IsCode

func (o *GetRecordingsScreensessionsOK) IsCode(code int) bool

IsCode returns true when this get recordings screensessions o k response a status code equal to that given

func (*GetRecordingsScreensessionsOK) IsRedirect

func (o *GetRecordingsScreensessionsOK) IsRedirect() bool

IsRedirect returns true when this get recordings screensessions o k response has a 3xx status code

func (*GetRecordingsScreensessionsOK) IsServerError

func (o *GetRecordingsScreensessionsOK) IsServerError() bool

IsServerError returns true when this get recordings screensessions o k response has a 5xx status code

func (*GetRecordingsScreensessionsOK) IsSuccess

func (o *GetRecordingsScreensessionsOK) IsSuccess() bool

IsSuccess returns true when this get recordings screensessions o k response has a 2xx status code

func (*GetRecordingsScreensessionsOK) String

type GetRecordingsScreensessionsParams

type GetRecordingsScreensessionsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecordingsScreensessionsParams contains all the parameters to send to the API endpoint

for the get recordings screensessions operation.

Typically these are written to a http.Request.

func NewGetRecordingsScreensessionsParams

func NewGetRecordingsScreensessionsParams() *GetRecordingsScreensessionsParams

NewGetRecordingsScreensessionsParams creates a new GetRecordingsScreensessionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRecordingsScreensessionsParamsWithContext

func NewGetRecordingsScreensessionsParamsWithContext(ctx context.Context) *GetRecordingsScreensessionsParams

NewGetRecordingsScreensessionsParamsWithContext creates a new GetRecordingsScreensessionsParams object with the ability to set a context for a request.

func NewGetRecordingsScreensessionsParamsWithHTTPClient

func NewGetRecordingsScreensessionsParamsWithHTTPClient(client *http.Client) *GetRecordingsScreensessionsParams

NewGetRecordingsScreensessionsParamsWithHTTPClient creates a new GetRecordingsScreensessionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetRecordingsScreensessionsParamsWithTimeout

func NewGetRecordingsScreensessionsParamsWithTimeout(timeout time.Duration) *GetRecordingsScreensessionsParams

NewGetRecordingsScreensessionsParamsWithTimeout creates a new GetRecordingsScreensessionsParams object with the ability to set a timeout on a request.

func (*GetRecordingsScreensessionsParams) SetContext

SetContext adds the context to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) SetDefaults

func (o *GetRecordingsScreensessionsParams) SetDefaults()

SetDefaults hydrates default values in the get recordings screensessions params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingsScreensessionsParams) SetHTTPClient

func (o *GetRecordingsScreensessionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) SetPageNumber

func (o *GetRecordingsScreensessionsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) SetPageSize

func (o *GetRecordingsScreensessionsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) SetTimeout

func (o *GetRecordingsScreensessionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) WithContext

WithContext adds the context to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) WithDefaults

WithDefaults hydrates default values in the get recordings screensessions params (not the query body).

All values with no default are reset to their zero value.

func (*GetRecordingsScreensessionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) WithPageNumber

WithPageNumber adds the pageNumber to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) WithPageSize

WithPageSize adds the pageSize to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) WithTimeout

WithTimeout adds the timeout to the get recordings screensessions params

func (*GetRecordingsScreensessionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRecordingsScreensessionsReader

type GetRecordingsScreensessionsReader struct {
	// contains filtered or unexported fields
}

GetRecordingsScreensessionsReader is a Reader for the GetRecordingsScreensessions structure.

func (*GetRecordingsScreensessionsReader) ReadResponse

func (o *GetRecordingsScreensessionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecordingsScreensessionsRequestEntityTooLarge

type GetRecordingsScreensessionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetRecordingsScreensessionsRequestEntityTooLarge

func NewGetRecordingsScreensessionsRequestEntityTooLarge() *GetRecordingsScreensessionsRequestEntityTooLarge

NewGetRecordingsScreensessionsRequestEntityTooLarge creates a GetRecordingsScreensessionsRequestEntityTooLarge with default headers values

func (*GetRecordingsScreensessionsRequestEntityTooLarge) Error

func (*GetRecordingsScreensessionsRequestEntityTooLarge) GetPayload

func (*GetRecordingsScreensessionsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get recordings screensessions request entity too large response has a 4xx status code

func (*GetRecordingsScreensessionsRequestEntityTooLarge) IsCode

IsCode returns true when this get recordings screensessions request entity too large response a status code equal to that given

func (*GetRecordingsScreensessionsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get recordings screensessions request entity too large response has a 3xx status code

func (*GetRecordingsScreensessionsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get recordings screensessions request entity too large response has a 5xx status code

func (*GetRecordingsScreensessionsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get recordings screensessions request entity too large response has a 2xx status code

func (*GetRecordingsScreensessionsRequestEntityTooLarge) String

type GetRecordingsScreensessionsRequestTimeout

type GetRecordingsScreensessionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetRecordingsScreensessionsRequestTimeout

func NewGetRecordingsScreensessionsRequestTimeout() *GetRecordingsScreensessionsRequestTimeout

NewGetRecordingsScreensessionsRequestTimeout creates a GetRecordingsScreensessionsRequestTimeout with default headers values

func (*GetRecordingsScreensessionsRequestTimeout) Error

func (*GetRecordingsScreensessionsRequestTimeout) GetPayload

func (*GetRecordingsScreensessionsRequestTimeout) IsClientError

IsClientError returns true when this get recordings screensessions request timeout response has a 4xx status code

func (*GetRecordingsScreensessionsRequestTimeout) IsCode

IsCode returns true when this get recordings screensessions request timeout response a status code equal to that given

func (*GetRecordingsScreensessionsRequestTimeout) IsRedirect

IsRedirect returns true when this get recordings screensessions request timeout response has a 3xx status code

func (*GetRecordingsScreensessionsRequestTimeout) IsServerError

IsServerError returns true when this get recordings screensessions request timeout response has a 5xx status code

func (*GetRecordingsScreensessionsRequestTimeout) IsSuccess

IsSuccess returns true when this get recordings screensessions request timeout response has a 2xx status code

func (*GetRecordingsScreensessionsRequestTimeout) String

type GetRecordingsScreensessionsServiceUnavailable

type GetRecordingsScreensessionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetRecordingsScreensessionsServiceUnavailable

func NewGetRecordingsScreensessionsServiceUnavailable() *GetRecordingsScreensessionsServiceUnavailable

NewGetRecordingsScreensessionsServiceUnavailable creates a GetRecordingsScreensessionsServiceUnavailable with default headers values

func (*GetRecordingsScreensessionsServiceUnavailable) Error

func (*GetRecordingsScreensessionsServiceUnavailable) GetPayload

func (*GetRecordingsScreensessionsServiceUnavailable) IsClientError

IsClientError returns true when this get recordings screensessions service unavailable response has a 4xx status code

func (*GetRecordingsScreensessionsServiceUnavailable) IsCode

IsCode returns true when this get recordings screensessions service unavailable response a status code equal to that given

func (*GetRecordingsScreensessionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get recordings screensessions service unavailable response has a 3xx status code

func (*GetRecordingsScreensessionsServiceUnavailable) IsServerError

IsServerError returns true when this get recordings screensessions service unavailable response has a 5xx status code

func (*GetRecordingsScreensessionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get recordings screensessions service unavailable response has a 2xx status code

func (*GetRecordingsScreensessionsServiceUnavailable) String

type GetRecordingsScreensessionsTooManyRequests

type GetRecordingsScreensessionsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetRecordingsScreensessionsTooManyRequests

func NewGetRecordingsScreensessionsTooManyRequests() *GetRecordingsScreensessionsTooManyRequests

NewGetRecordingsScreensessionsTooManyRequests creates a GetRecordingsScreensessionsTooManyRequests with default headers values

func (*GetRecordingsScreensessionsTooManyRequests) Error

func (*GetRecordingsScreensessionsTooManyRequests) GetPayload

func (*GetRecordingsScreensessionsTooManyRequests) IsClientError

IsClientError returns true when this get recordings screensessions too many requests response has a 4xx status code

func (*GetRecordingsScreensessionsTooManyRequests) IsCode

IsCode returns true when this get recordings screensessions too many requests response a status code equal to that given

func (*GetRecordingsScreensessionsTooManyRequests) IsRedirect

IsRedirect returns true when this get recordings screensessions too many requests response has a 3xx status code

func (*GetRecordingsScreensessionsTooManyRequests) IsServerError

IsServerError returns true when this get recordings screensessions too many requests response has a 5xx status code

func (*GetRecordingsScreensessionsTooManyRequests) IsSuccess

IsSuccess returns true when this get recordings screensessions too many requests response has a 2xx status code

func (*GetRecordingsScreensessionsTooManyRequests) String

type GetRecordingsScreensessionsUnauthorized

type GetRecordingsScreensessionsUnauthorized struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetRecordingsScreensessionsUnauthorized

func NewGetRecordingsScreensessionsUnauthorized() *GetRecordingsScreensessionsUnauthorized

NewGetRecordingsScreensessionsUnauthorized creates a GetRecordingsScreensessionsUnauthorized with default headers values

func (*GetRecordingsScreensessionsUnauthorized) Error

func (*GetRecordingsScreensessionsUnauthorized) GetPayload

func (*GetRecordingsScreensessionsUnauthorized) IsClientError

func (o *GetRecordingsScreensessionsUnauthorized) IsClientError() bool

IsClientError returns true when this get recordings screensessions unauthorized response has a 4xx status code

func (*GetRecordingsScreensessionsUnauthorized) IsCode

IsCode returns true when this get recordings screensessions unauthorized response a status code equal to that given

func (*GetRecordingsScreensessionsUnauthorized) IsRedirect

IsRedirect returns true when this get recordings screensessions unauthorized response has a 3xx status code

func (*GetRecordingsScreensessionsUnauthorized) IsServerError

func (o *GetRecordingsScreensessionsUnauthorized) IsServerError() bool

IsServerError returns true when this get recordings screensessions unauthorized response has a 5xx status code

func (*GetRecordingsScreensessionsUnauthorized) IsSuccess

IsSuccess returns true when this get recordings screensessions unauthorized response has a 2xx status code

func (*GetRecordingsScreensessionsUnauthorized) String

type GetRecordingsScreensessionsUnsupportedMediaType

type GetRecordingsScreensessionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetRecordingsScreensessionsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetRecordingsScreensessionsUnsupportedMediaType

func NewGetRecordingsScreensessionsUnsupportedMediaType() *GetRecordingsScreensessionsUnsupportedMediaType

NewGetRecordingsScreensessionsUnsupportedMediaType creates a GetRecordingsScreensessionsUnsupportedMediaType with default headers values

func (*GetRecordingsScreensessionsUnsupportedMediaType) Error

func (*GetRecordingsScreensessionsUnsupportedMediaType) GetPayload

func (*GetRecordingsScreensessionsUnsupportedMediaType) IsClientError

IsClientError returns true when this get recordings screensessions unsupported media type response has a 4xx status code

func (*GetRecordingsScreensessionsUnsupportedMediaType) IsCode

IsCode returns true when this get recordings screensessions unsupported media type response a status code equal to that given

func (*GetRecordingsScreensessionsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get recordings screensessions unsupported media type response has a 3xx status code

func (*GetRecordingsScreensessionsUnsupportedMediaType) IsServerError

IsServerError returns true when this get recordings screensessions unsupported media type response has a 5xx status code

func (*GetRecordingsScreensessionsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get recordings screensessions unsupported media type response has a 2xx status code

func (*GetRecordingsScreensessionsUnsupportedMediaType) String

type PatchRecordingCrossplatformMediaretentionpolicyBadRequest

type PatchRecordingCrossplatformMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchRecordingCrossplatformMediaretentionpolicyBadRequest

func NewPatchRecordingCrossplatformMediaretentionpolicyBadRequest() *PatchRecordingCrossplatformMediaretentionpolicyBadRequest

NewPatchRecordingCrossplatformMediaretentionpolicyBadRequest creates a PatchRecordingCrossplatformMediaretentionpolicyBadRequest with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy bad request response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy bad request response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy bad request response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy bad request response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy bad request response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyBadRequest) String

type PatchRecordingCrossplatformMediaretentionpolicyForbidden

type PatchRecordingCrossplatformMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchRecordingCrossplatformMediaretentionpolicyForbidden

func NewPatchRecordingCrossplatformMediaretentionpolicyForbidden() *PatchRecordingCrossplatformMediaretentionpolicyForbidden

NewPatchRecordingCrossplatformMediaretentionpolicyForbidden creates a PatchRecordingCrossplatformMediaretentionpolicyForbidden with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy forbidden response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy forbidden response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy forbidden response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy forbidden response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy forbidden response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyForbidden) String

type PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout

type PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout

func NewPatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout() *PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout

NewPatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout creates a PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy gateway timeout response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy gateway timeout response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy gateway timeout response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy gateway timeout response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy gateway timeout response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyGatewayTimeout) String

type PatchRecordingCrossplatformMediaretentionpolicyInternalServerError

type PatchRecordingCrossplatformMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchRecordingCrossplatformMediaretentionpolicyInternalServerError

func NewPatchRecordingCrossplatformMediaretentionpolicyInternalServerError() *PatchRecordingCrossplatformMediaretentionpolicyInternalServerError

NewPatchRecordingCrossplatformMediaretentionpolicyInternalServerError creates a PatchRecordingCrossplatformMediaretentionpolicyInternalServerError with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy internal server error response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy internal server error response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy internal server error response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy internal server error response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy internal server error response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyInternalServerError) String

type PatchRecordingCrossplatformMediaretentionpolicyNotFound

type PatchRecordingCrossplatformMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchRecordingCrossplatformMediaretentionpolicyNotFound

func NewPatchRecordingCrossplatformMediaretentionpolicyNotFound() *PatchRecordingCrossplatformMediaretentionpolicyNotFound

NewPatchRecordingCrossplatformMediaretentionpolicyNotFound creates a PatchRecordingCrossplatformMediaretentionpolicyNotFound with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy not found response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy not found response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy not found response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy not found response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy not found response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyNotFound) String

type PatchRecordingCrossplatformMediaretentionpolicyOK

type PatchRecordingCrossplatformMediaretentionpolicyOK struct {
	Payload *models.CrossPlatformPolicy
}

PatchRecordingCrossplatformMediaretentionpolicyOK describes a response with status code 200, with default header values.

successful operation

func NewPatchRecordingCrossplatformMediaretentionpolicyOK

func NewPatchRecordingCrossplatformMediaretentionpolicyOK() *PatchRecordingCrossplatformMediaretentionpolicyOK

NewPatchRecordingCrossplatformMediaretentionpolicyOK creates a PatchRecordingCrossplatformMediaretentionpolicyOK with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy o k response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy o k response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy o k response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy o k response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy o k response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyOK) String

type PatchRecordingCrossplatformMediaretentionpolicyParams

type PatchRecordingCrossplatformMediaretentionpolicyParams struct {

	/* Body.

	   Policy
	*/
	Body *models.CrossPlatformPolicyUpdate

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRecordingCrossplatformMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the patch recording crossplatform mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewPatchRecordingCrossplatformMediaretentionpolicyParams

func NewPatchRecordingCrossplatformMediaretentionpolicyParams() *PatchRecordingCrossplatformMediaretentionpolicyParams

NewPatchRecordingCrossplatformMediaretentionpolicyParams creates a new PatchRecordingCrossplatformMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithContext

func NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithContext(ctx context.Context) *PatchRecordingCrossplatformMediaretentionpolicyParams

NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithContext creates a new PatchRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a context for a request.

func NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient

func NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *PatchRecordingCrossplatformMediaretentionpolicyParams

NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient creates a new PatchRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithTimeout

func NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *PatchRecordingCrossplatformMediaretentionpolicyParams

NewPatchRecordingCrossplatformMediaretentionpolicyParamsWithTimeout creates a new PatchRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) SetBody

SetBody adds the body to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) SetContext

SetContext adds the context to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) SetDefaults

SetDefaults hydrates default values in the patch recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) SetPolicyID

SetPolicyID adds the policyId to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) SetTimeout

SetTimeout adds the timeout to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WithBody

WithBody adds the body to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WithContext

WithContext adds the context to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the patch recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the patch recording crossplatform mediaretentionpolicy params

func (*PatchRecordingCrossplatformMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchRecordingCrossplatformMediaretentionpolicyReader

type PatchRecordingCrossplatformMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

PatchRecordingCrossplatformMediaretentionpolicyReader is a Reader for the PatchRecordingCrossplatformMediaretentionpolicy structure.

func (*PatchRecordingCrossplatformMediaretentionpolicyReader) ReadResponse

func (o *PatchRecordingCrossplatformMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

type PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

func NewPatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge() *PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

NewPatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge creates a PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy request entity too large response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy request entity too large response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy request entity too large response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy request entity too large response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy request entity too large response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) String

type PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout

type PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchRecordingCrossplatformMediaretentionpolicyRequestTimeout

func NewPatchRecordingCrossplatformMediaretentionpolicyRequestTimeout() *PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout

NewPatchRecordingCrossplatformMediaretentionpolicyRequestTimeout creates a PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy request timeout response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy request timeout response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy request timeout response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy request timeout response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy request timeout response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyRequestTimeout) String

type PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable

type PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable

func NewPatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable() *PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable

NewPatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable creates a PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy service unavailable response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy service unavailable response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy service unavailable response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy service unavailable response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy service unavailable response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyServiceUnavailable) String

type PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests

type PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchRecordingCrossplatformMediaretentionpolicyTooManyRequests

func NewPatchRecordingCrossplatformMediaretentionpolicyTooManyRequests() *PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests

NewPatchRecordingCrossplatformMediaretentionpolicyTooManyRequests creates a PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy too many requests response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy too many requests response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy too many requests response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy too many requests response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy too many requests response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyTooManyRequests) String

type PatchRecordingCrossplatformMediaretentionpolicyUnauthorized

type PatchRecordingCrossplatformMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchRecordingCrossplatformMediaretentionpolicyUnauthorized

func NewPatchRecordingCrossplatformMediaretentionpolicyUnauthorized() *PatchRecordingCrossplatformMediaretentionpolicyUnauthorized

NewPatchRecordingCrossplatformMediaretentionpolicyUnauthorized creates a PatchRecordingCrossplatformMediaretentionpolicyUnauthorized with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy unauthorized response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy unauthorized response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy unauthorized response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy unauthorized response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy unauthorized response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnauthorized) String

type PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

type PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

func NewPatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType() *PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

NewPatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType creates a PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType with default headers values

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) Error

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this patch recording crossplatform mediaretentionpolicy unsupported media type response has a 4xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this patch recording crossplatform mediaretentionpolicy unsupported media type response a status code equal to that given

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch recording crossplatform mediaretentionpolicy unsupported media type response has a 3xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this patch recording crossplatform mediaretentionpolicy unsupported media type response has a 5xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch recording crossplatform mediaretentionpolicy unsupported media type response has a 2xx status code

func (*PatchRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) String

type PatchRecordingMediaretentionpolicyBadRequest

type PatchRecordingMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchRecordingMediaretentionpolicyBadRequest

func NewPatchRecordingMediaretentionpolicyBadRequest() *PatchRecordingMediaretentionpolicyBadRequest

NewPatchRecordingMediaretentionpolicyBadRequest creates a PatchRecordingMediaretentionpolicyBadRequest with default headers values

func (*PatchRecordingMediaretentionpolicyBadRequest) Error

func (*PatchRecordingMediaretentionpolicyBadRequest) GetPayload

func (*PatchRecordingMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy bad request response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this patch recording mediaretentionpolicy bad request response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy bad request response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy bad request response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy bad request response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyBadRequest) String

type PatchRecordingMediaretentionpolicyForbidden

type PatchRecordingMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchRecordingMediaretentionpolicyForbidden

func NewPatchRecordingMediaretentionpolicyForbidden() *PatchRecordingMediaretentionpolicyForbidden

NewPatchRecordingMediaretentionpolicyForbidden creates a PatchRecordingMediaretentionpolicyForbidden with default headers values

func (*PatchRecordingMediaretentionpolicyForbidden) Error

func (*PatchRecordingMediaretentionpolicyForbidden) GetPayload

func (*PatchRecordingMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy forbidden response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyForbidden) IsCode

IsCode returns true when this patch recording mediaretentionpolicy forbidden response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy forbidden response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy forbidden response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy forbidden response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyForbidden) String

type PatchRecordingMediaretentionpolicyGatewayTimeout

type PatchRecordingMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchRecordingMediaretentionpolicyGatewayTimeout

func NewPatchRecordingMediaretentionpolicyGatewayTimeout() *PatchRecordingMediaretentionpolicyGatewayTimeout

NewPatchRecordingMediaretentionpolicyGatewayTimeout creates a PatchRecordingMediaretentionpolicyGatewayTimeout with default headers values

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) Error

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) GetPayload

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy gateway timeout response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this patch recording mediaretentionpolicy gateway timeout response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy gateway timeout response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy gateway timeout response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy gateway timeout response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyGatewayTimeout) String

type PatchRecordingMediaretentionpolicyInternalServerError

type PatchRecordingMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchRecordingMediaretentionpolicyInternalServerError

func NewPatchRecordingMediaretentionpolicyInternalServerError() *PatchRecordingMediaretentionpolicyInternalServerError

NewPatchRecordingMediaretentionpolicyInternalServerError creates a PatchRecordingMediaretentionpolicyInternalServerError with default headers values

func (*PatchRecordingMediaretentionpolicyInternalServerError) Error

func (*PatchRecordingMediaretentionpolicyInternalServerError) GetPayload

func (*PatchRecordingMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy internal server error response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this patch recording mediaretentionpolicy internal server error response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy internal server error response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy internal server error response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy internal server error response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyInternalServerError) String

type PatchRecordingMediaretentionpolicyNotFound

type PatchRecordingMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchRecordingMediaretentionpolicyNotFound

func NewPatchRecordingMediaretentionpolicyNotFound() *PatchRecordingMediaretentionpolicyNotFound

NewPatchRecordingMediaretentionpolicyNotFound creates a PatchRecordingMediaretentionpolicyNotFound with default headers values

func (*PatchRecordingMediaretentionpolicyNotFound) Error

func (*PatchRecordingMediaretentionpolicyNotFound) GetPayload

func (*PatchRecordingMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy not found response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyNotFound) IsCode

IsCode returns true when this patch recording mediaretentionpolicy not found response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy not found response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy not found response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy not found response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyNotFound) String

type PatchRecordingMediaretentionpolicyOK

type PatchRecordingMediaretentionpolicyOK struct {
	Payload *models.Policy
}

PatchRecordingMediaretentionpolicyOK describes a response with status code 200, with default header values.

successful operation

func NewPatchRecordingMediaretentionpolicyOK

func NewPatchRecordingMediaretentionpolicyOK() *PatchRecordingMediaretentionpolicyOK

NewPatchRecordingMediaretentionpolicyOK creates a PatchRecordingMediaretentionpolicyOK with default headers values

func (*PatchRecordingMediaretentionpolicyOK) Error

func (*PatchRecordingMediaretentionpolicyOK) GetPayload

func (*PatchRecordingMediaretentionpolicyOK) IsClientError

func (o *PatchRecordingMediaretentionpolicyOK) IsClientError() bool

IsClientError returns true when this patch recording mediaretentionpolicy o k response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyOK) IsCode

IsCode returns true when this patch recording mediaretentionpolicy o k response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyOK) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy o k response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyOK) IsServerError

func (o *PatchRecordingMediaretentionpolicyOK) IsServerError() bool

IsServerError returns true when this patch recording mediaretentionpolicy o k response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy o k response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyOK) String

type PatchRecordingMediaretentionpolicyParams

type PatchRecordingMediaretentionpolicyParams struct {

	/* Body.

	   Policy
	*/
	Body *models.PolicyUpdate

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRecordingMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the patch recording mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewPatchRecordingMediaretentionpolicyParams

func NewPatchRecordingMediaretentionpolicyParams() *PatchRecordingMediaretentionpolicyParams

NewPatchRecordingMediaretentionpolicyParams creates a new PatchRecordingMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchRecordingMediaretentionpolicyParamsWithContext

func NewPatchRecordingMediaretentionpolicyParamsWithContext(ctx context.Context) *PatchRecordingMediaretentionpolicyParams

NewPatchRecordingMediaretentionpolicyParamsWithContext creates a new PatchRecordingMediaretentionpolicyParams object with the ability to set a context for a request.

func NewPatchRecordingMediaretentionpolicyParamsWithHTTPClient

func NewPatchRecordingMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *PatchRecordingMediaretentionpolicyParams

NewPatchRecordingMediaretentionpolicyParamsWithHTTPClient creates a new PatchRecordingMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewPatchRecordingMediaretentionpolicyParamsWithTimeout

func NewPatchRecordingMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *PatchRecordingMediaretentionpolicyParams

NewPatchRecordingMediaretentionpolicyParamsWithTimeout creates a new PatchRecordingMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*PatchRecordingMediaretentionpolicyParams) SetBody

SetBody adds the body to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) SetContext

SetContext adds the context to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) SetDefaults

SetDefaults hydrates default values in the patch recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PatchRecordingMediaretentionpolicyParams) SetHTTPClient

func (o *PatchRecordingMediaretentionpolicyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) SetPolicyID

func (o *PatchRecordingMediaretentionpolicyParams) SetPolicyID(policyID string)

SetPolicyID adds the policyId to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) SetTimeout

SetTimeout adds the timeout to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) WithBody

WithBody adds the body to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) WithContext

WithContext adds the context to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the patch recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PatchRecordingMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the patch recording mediaretentionpolicy params

func (*PatchRecordingMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchRecordingMediaretentionpolicyReader

type PatchRecordingMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

PatchRecordingMediaretentionpolicyReader is a Reader for the PatchRecordingMediaretentionpolicy structure.

func (*PatchRecordingMediaretentionpolicyReader) ReadResponse

func (o *PatchRecordingMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRecordingMediaretentionpolicyRequestEntityTooLarge

type PatchRecordingMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchRecordingMediaretentionpolicyRequestEntityTooLarge

func NewPatchRecordingMediaretentionpolicyRequestEntityTooLarge() *PatchRecordingMediaretentionpolicyRequestEntityTooLarge

NewPatchRecordingMediaretentionpolicyRequestEntityTooLarge creates a PatchRecordingMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) Error

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy request entity too large response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this patch recording mediaretentionpolicy request entity too large response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy request entity too large response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy request entity too large response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy request entity too large response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyRequestEntityTooLarge) String

type PatchRecordingMediaretentionpolicyRequestTimeout

type PatchRecordingMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchRecordingMediaretentionpolicyRequestTimeout

func NewPatchRecordingMediaretentionpolicyRequestTimeout() *PatchRecordingMediaretentionpolicyRequestTimeout

NewPatchRecordingMediaretentionpolicyRequestTimeout creates a PatchRecordingMediaretentionpolicyRequestTimeout with default headers values

func (*PatchRecordingMediaretentionpolicyRequestTimeout) Error

func (*PatchRecordingMediaretentionpolicyRequestTimeout) GetPayload

func (*PatchRecordingMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy request timeout response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this patch recording mediaretentionpolicy request timeout response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy request timeout response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy request timeout response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy request timeout response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyRequestTimeout) String

type PatchRecordingMediaretentionpolicyServiceUnavailable

type PatchRecordingMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchRecordingMediaretentionpolicyServiceUnavailable

func NewPatchRecordingMediaretentionpolicyServiceUnavailable() *PatchRecordingMediaretentionpolicyServiceUnavailable

NewPatchRecordingMediaretentionpolicyServiceUnavailable creates a PatchRecordingMediaretentionpolicyServiceUnavailable with default headers values

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) Error

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) GetPayload

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy service unavailable response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this patch recording mediaretentionpolicy service unavailable response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy service unavailable response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy service unavailable response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy service unavailable response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyServiceUnavailable) String

type PatchRecordingMediaretentionpolicyTooManyRequests

type PatchRecordingMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchRecordingMediaretentionpolicyTooManyRequests

func NewPatchRecordingMediaretentionpolicyTooManyRequests() *PatchRecordingMediaretentionpolicyTooManyRequests

NewPatchRecordingMediaretentionpolicyTooManyRequests creates a PatchRecordingMediaretentionpolicyTooManyRequests with default headers values

func (*PatchRecordingMediaretentionpolicyTooManyRequests) Error

func (*PatchRecordingMediaretentionpolicyTooManyRequests) GetPayload

func (*PatchRecordingMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy too many requests response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this patch recording mediaretentionpolicy too many requests response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy too many requests response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy too many requests response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy too many requests response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyTooManyRequests) String

type PatchRecordingMediaretentionpolicyUnauthorized

type PatchRecordingMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchRecordingMediaretentionpolicyUnauthorized

func NewPatchRecordingMediaretentionpolicyUnauthorized() *PatchRecordingMediaretentionpolicyUnauthorized

NewPatchRecordingMediaretentionpolicyUnauthorized creates a PatchRecordingMediaretentionpolicyUnauthorized with default headers values

func (*PatchRecordingMediaretentionpolicyUnauthorized) Error

func (*PatchRecordingMediaretentionpolicyUnauthorized) GetPayload

func (*PatchRecordingMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy unauthorized response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this patch recording mediaretentionpolicy unauthorized response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy unauthorized response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy unauthorized response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy unauthorized response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyUnauthorized) String

type PatchRecordingMediaretentionpolicyUnsupportedMediaType

type PatchRecordingMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchRecordingMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchRecordingMediaretentionpolicyUnsupportedMediaType

func NewPatchRecordingMediaretentionpolicyUnsupportedMediaType() *PatchRecordingMediaretentionpolicyUnsupportedMediaType

NewPatchRecordingMediaretentionpolicyUnsupportedMediaType creates a PatchRecordingMediaretentionpolicyUnsupportedMediaType with default headers values

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) Error

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this patch recording mediaretentionpolicy unsupported media type response has a 4xx status code

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this patch recording mediaretentionpolicy unsupported media type response a status code equal to that given

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch recording mediaretentionpolicy unsupported media type response has a 3xx status code

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this patch recording mediaretentionpolicy unsupported media type response has a 5xx status code

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch recording mediaretentionpolicy unsupported media type response has a 2xx status code

func (*PatchRecordingMediaretentionpolicyUnsupportedMediaType) String

type PatchRecordingsScreensessionBadRequest

type PatchRecordingsScreensessionBadRequest struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPatchRecordingsScreensessionBadRequest

func NewPatchRecordingsScreensessionBadRequest() *PatchRecordingsScreensessionBadRequest

NewPatchRecordingsScreensessionBadRequest creates a PatchRecordingsScreensessionBadRequest with default headers values

func (*PatchRecordingsScreensessionBadRequest) Error

func (*PatchRecordingsScreensessionBadRequest) GetPayload

func (*PatchRecordingsScreensessionBadRequest) IsClientError

func (o *PatchRecordingsScreensessionBadRequest) IsClientError() bool

IsClientError returns true when this patch recordings screensession bad request response has a 4xx status code

func (*PatchRecordingsScreensessionBadRequest) IsCode

IsCode returns true when this patch recordings screensession bad request response a status code equal to that given

func (*PatchRecordingsScreensessionBadRequest) IsRedirect

IsRedirect returns true when this patch recordings screensession bad request response has a 3xx status code

func (*PatchRecordingsScreensessionBadRequest) IsServerError

func (o *PatchRecordingsScreensessionBadRequest) IsServerError() bool

IsServerError returns true when this patch recordings screensession bad request response has a 5xx status code

func (*PatchRecordingsScreensessionBadRequest) IsSuccess

IsSuccess returns true when this patch recordings screensession bad request response has a 2xx status code

func (*PatchRecordingsScreensessionBadRequest) String

type PatchRecordingsScreensessionDefault

type PatchRecordingsScreensessionDefault struct {
	// contains filtered or unexported fields
}

PatchRecordingsScreensessionDefault describes a response with status code -1, with default header values.

successful operation

func NewPatchRecordingsScreensessionDefault

func NewPatchRecordingsScreensessionDefault(code int) *PatchRecordingsScreensessionDefault

NewPatchRecordingsScreensessionDefault creates a PatchRecordingsScreensessionDefault with default headers values

func (*PatchRecordingsScreensessionDefault) Code

Code gets the status code for the patch recordings screensession default response

func (*PatchRecordingsScreensessionDefault) Error

func (*PatchRecordingsScreensessionDefault) IsClientError

func (o *PatchRecordingsScreensessionDefault) IsClientError() bool

IsClientError returns true when this patch recordings screensession default response has a 4xx status code

func (*PatchRecordingsScreensessionDefault) IsCode

IsCode returns true when this patch recordings screensession default response a status code equal to that given

func (*PatchRecordingsScreensessionDefault) IsRedirect

func (o *PatchRecordingsScreensessionDefault) IsRedirect() bool

IsRedirect returns true when this patch recordings screensession default response has a 3xx status code

func (*PatchRecordingsScreensessionDefault) IsServerError

func (o *PatchRecordingsScreensessionDefault) IsServerError() bool

IsServerError returns true when this patch recordings screensession default response has a 5xx status code

func (*PatchRecordingsScreensessionDefault) IsSuccess

IsSuccess returns true when this patch recordings screensession default response has a 2xx status code

func (*PatchRecordingsScreensessionDefault) String

type PatchRecordingsScreensessionForbidden

type PatchRecordingsScreensessionForbidden struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPatchRecordingsScreensessionForbidden

func NewPatchRecordingsScreensessionForbidden() *PatchRecordingsScreensessionForbidden

NewPatchRecordingsScreensessionForbidden creates a PatchRecordingsScreensessionForbidden with default headers values

func (*PatchRecordingsScreensessionForbidden) Error

func (*PatchRecordingsScreensessionForbidden) GetPayload

func (*PatchRecordingsScreensessionForbidden) IsClientError

func (o *PatchRecordingsScreensessionForbidden) IsClientError() bool

IsClientError returns true when this patch recordings screensession forbidden response has a 4xx status code

func (*PatchRecordingsScreensessionForbidden) IsCode

IsCode returns true when this patch recordings screensession forbidden response a status code equal to that given

func (*PatchRecordingsScreensessionForbidden) IsRedirect

IsRedirect returns true when this patch recordings screensession forbidden response has a 3xx status code

func (*PatchRecordingsScreensessionForbidden) IsServerError

func (o *PatchRecordingsScreensessionForbidden) IsServerError() bool

IsServerError returns true when this patch recordings screensession forbidden response has a 5xx status code

func (*PatchRecordingsScreensessionForbidden) IsSuccess

IsSuccess returns true when this patch recordings screensession forbidden response has a 2xx status code

func (*PatchRecordingsScreensessionForbidden) String

type PatchRecordingsScreensessionGatewayTimeout

type PatchRecordingsScreensessionGatewayTimeout struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPatchRecordingsScreensessionGatewayTimeout

func NewPatchRecordingsScreensessionGatewayTimeout() *PatchRecordingsScreensessionGatewayTimeout

NewPatchRecordingsScreensessionGatewayTimeout creates a PatchRecordingsScreensessionGatewayTimeout with default headers values

func (*PatchRecordingsScreensessionGatewayTimeout) Error

func (*PatchRecordingsScreensessionGatewayTimeout) GetPayload

func (*PatchRecordingsScreensessionGatewayTimeout) IsClientError

IsClientError returns true when this patch recordings screensession gateway timeout response has a 4xx status code

func (*PatchRecordingsScreensessionGatewayTimeout) IsCode

IsCode returns true when this patch recordings screensession gateway timeout response a status code equal to that given

func (*PatchRecordingsScreensessionGatewayTimeout) IsRedirect

IsRedirect returns true when this patch recordings screensession gateway timeout response has a 3xx status code

func (*PatchRecordingsScreensessionGatewayTimeout) IsServerError

IsServerError returns true when this patch recordings screensession gateway timeout response has a 5xx status code

func (*PatchRecordingsScreensessionGatewayTimeout) IsSuccess

IsSuccess returns true when this patch recordings screensession gateway timeout response has a 2xx status code

func (*PatchRecordingsScreensessionGatewayTimeout) String

type PatchRecordingsScreensessionInternalServerError

type PatchRecordingsScreensessionInternalServerError struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPatchRecordingsScreensessionInternalServerError

func NewPatchRecordingsScreensessionInternalServerError() *PatchRecordingsScreensessionInternalServerError

NewPatchRecordingsScreensessionInternalServerError creates a PatchRecordingsScreensessionInternalServerError with default headers values

func (*PatchRecordingsScreensessionInternalServerError) Error

func (*PatchRecordingsScreensessionInternalServerError) GetPayload

func (*PatchRecordingsScreensessionInternalServerError) IsClientError

IsClientError returns true when this patch recordings screensession internal server error response has a 4xx status code

func (*PatchRecordingsScreensessionInternalServerError) IsCode

IsCode returns true when this patch recordings screensession internal server error response a status code equal to that given

func (*PatchRecordingsScreensessionInternalServerError) IsRedirect

IsRedirect returns true when this patch recordings screensession internal server error response has a 3xx status code

func (*PatchRecordingsScreensessionInternalServerError) IsServerError

IsServerError returns true when this patch recordings screensession internal server error response has a 5xx status code

func (*PatchRecordingsScreensessionInternalServerError) IsSuccess

IsSuccess returns true when this patch recordings screensession internal server error response has a 2xx status code

func (*PatchRecordingsScreensessionInternalServerError) String

type PatchRecordingsScreensessionNotFound

type PatchRecordingsScreensessionNotFound struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPatchRecordingsScreensessionNotFound

func NewPatchRecordingsScreensessionNotFound() *PatchRecordingsScreensessionNotFound

NewPatchRecordingsScreensessionNotFound creates a PatchRecordingsScreensessionNotFound with default headers values

func (*PatchRecordingsScreensessionNotFound) Error

func (*PatchRecordingsScreensessionNotFound) GetPayload

func (*PatchRecordingsScreensessionNotFound) IsClientError

func (o *PatchRecordingsScreensessionNotFound) IsClientError() bool

IsClientError returns true when this patch recordings screensession not found response has a 4xx status code

func (*PatchRecordingsScreensessionNotFound) IsCode

IsCode returns true when this patch recordings screensession not found response a status code equal to that given

func (*PatchRecordingsScreensessionNotFound) IsRedirect

IsRedirect returns true when this patch recordings screensession not found response has a 3xx status code

func (*PatchRecordingsScreensessionNotFound) IsServerError

func (o *PatchRecordingsScreensessionNotFound) IsServerError() bool

IsServerError returns true when this patch recordings screensession not found response has a 5xx status code

func (*PatchRecordingsScreensessionNotFound) IsSuccess

IsSuccess returns true when this patch recordings screensession not found response has a 2xx status code

func (*PatchRecordingsScreensessionNotFound) String

type PatchRecordingsScreensessionParams

type PatchRecordingsScreensessionParams struct {

	// Body.
	Body *models.ScreenRecordingSessionRequest

	/* RecordingSessionID.

	   Screen recording session ID
	*/
	RecordingSessionID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRecordingsScreensessionParams contains all the parameters to send to the API endpoint

for the patch recordings screensession operation.

Typically these are written to a http.Request.

func NewPatchRecordingsScreensessionParams

func NewPatchRecordingsScreensessionParams() *PatchRecordingsScreensessionParams

NewPatchRecordingsScreensessionParams creates a new PatchRecordingsScreensessionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchRecordingsScreensessionParamsWithContext

func NewPatchRecordingsScreensessionParamsWithContext(ctx context.Context) *PatchRecordingsScreensessionParams

NewPatchRecordingsScreensessionParamsWithContext creates a new PatchRecordingsScreensessionParams object with the ability to set a context for a request.

func NewPatchRecordingsScreensessionParamsWithHTTPClient

func NewPatchRecordingsScreensessionParamsWithHTTPClient(client *http.Client) *PatchRecordingsScreensessionParams

NewPatchRecordingsScreensessionParamsWithHTTPClient creates a new PatchRecordingsScreensessionParams object with the ability to set a custom HTTPClient for a request.

func NewPatchRecordingsScreensessionParamsWithTimeout

func NewPatchRecordingsScreensessionParamsWithTimeout(timeout time.Duration) *PatchRecordingsScreensessionParams

NewPatchRecordingsScreensessionParamsWithTimeout creates a new PatchRecordingsScreensessionParams object with the ability to set a timeout on a request.

func (*PatchRecordingsScreensessionParams) SetBody

SetBody adds the body to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) SetContext

SetContext adds the context to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) SetDefaults

func (o *PatchRecordingsScreensessionParams) SetDefaults()

SetDefaults hydrates default values in the patch recordings screensession params (not the query body).

All values with no default are reset to their zero value.

func (*PatchRecordingsScreensessionParams) SetHTTPClient

func (o *PatchRecordingsScreensessionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) SetRecordingSessionID

func (o *PatchRecordingsScreensessionParams) SetRecordingSessionID(recordingSessionID string)

SetRecordingSessionID adds the recordingSessionId to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) SetTimeout

func (o *PatchRecordingsScreensessionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) WithBody

WithBody adds the body to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) WithContext

WithContext adds the context to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) WithDefaults

WithDefaults hydrates default values in the patch recordings screensession params (not the query body).

All values with no default are reset to their zero value.

func (*PatchRecordingsScreensessionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) WithRecordingSessionID

func (o *PatchRecordingsScreensessionParams) WithRecordingSessionID(recordingSessionID string) *PatchRecordingsScreensessionParams

WithRecordingSessionID adds the recordingSessionID to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) WithTimeout

WithTimeout adds the timeout to the patch recordings screensession params

func (*PatchRecordingsScreensessionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchRecordingsScreensessionReader

type PatchRecordingsScreensessionReader struct {
	// contains filtered or unexported fields
}

PatchRecordingsScreensessionReader is a Reader for the PatchRecordingsScreensession structure.

func (*PatchRecordingsScreensessionReader) ReadResponse

func (o *PatchRecordingsScreensessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRecordingsScreensessionRequestEntityTooLarge

type PatchRecordingsScreensessionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPatchRecordingsScreensessionRequestEntityTooLarge

func NewPatchRecordingsScreensessionRequestEntityTooLarge() *PatchRecordingsScreensessionRequestEntityTooLarge

NewPatchRecordingsScreensessionRequestEntityTooLarge creates a PatchRecordingsScreensessionRequestEntityTooLarge with default headers values

func (*PatchRecordingsScreensessionRequestEntityTooLarge) Error

func (*PatchRecordingsScreensessionRequestEntityTooLarge) GetPayload

func (*PatchRecordingsScreensessionRequestEntityTooLarge) IsClientError

IsClientError returns true when this patch recordings screensession request entity too large response has a 4xx status code

func (*PatchRecordingsScreensessionRequestEntityTooLarge) IsCode

IsCode returns true when this patch recordings screensession request entity too large response a status code equal to that given

func (*PatchRecordingsScreensessionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this patch recordings screensession request entity too large response has a 3xx status code

func (*PatchRecordingsScreensessionRequestEntityTooLarge) IsServerError

IsServerError returns true when this patch recordings screensession request entity too large response has a 5xx status code

func (*PatchRecordingsScreensessionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this patch recordings screensession request entity too large response has a 2xx status code

func (*PatchRecordingsScreensessionRequestEntityTooLarge) String

type PatchRecordingsScreensessionRequestTimeout

type PatchRecordingsScreensessionRequestTimeout struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPatchRecordingsScreensessionRequestTimeout

func NewPatchRecordingsScreensessionRequestTimeout() *PatchRecordingsScreensessionRequestTimeout

NewPatchRecordingsScreensessionRequestTimeout creates a PatchRecordingsScreensessionRequestTimeout with default headers values

func (*PatchRecordingsScreensessionRequestTimeout) Error

func (*PatchRecordingsScreensessionRequestTimeout) GetPayload

func (*PatchRecordingsScreensessionRequestTimeout) IsClientError

IsClientError returns true when this patch recordings screensession request timeout response has a 4xx status code

func (*PatchRecordingsScreensessionRequestTimeout) IsCode

IsCode returns true when this patch recordings screensession request timeout response a status code equal to that given

func (*PatchRecordingsScreensessionRequestTimeout) IsRedirect

IsRedirect returns true when this patch recordings screensession request timeout response has a 3xx status code

func (*PatchRecordingsScreensessionRequestTimeout) IsServerError

IsServerError returns true when this patch recordings screensession request timeout response has a 5xx status code

func (*PatchRecordingsScreensessionRequestTimeout) IsSuccess

IsSuccess returns true when this patch recordings screensession request timeout response has a 2xx status code

func (*PatchRecordingsScreensessionRequestTimeout) String

type PatchRecordingsScreensessionServiceUnavailable

type PatchRecordingsScreensessionServiceUnavailable struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPatchRecordingsScreensessionServiceUnavailable

func NewPatchRecordingsScreensessionServiceUnavailable() *PatchRecordingsScreensessionServiceUnavailable

NewPatchRecordingsScreensessionServiceUnavailable creates a PatchRecordingsScreensessionServiceUnavailable with default headers values

func (*PatchRecordingsScreensessionServiceUnavailable) Error

func (*PatchRecordingsScreensessionServiceUnavailable) GetPayload

func (*PatchRecordingsScreensessionServiceUnavailable) IsClientError

IsClientError returns true when this patch recordings screensession service unavailable response has a 4xx status code

func (*PatchRecordingsScreensessionServiceUnavailable) IsCode

IsCode returns true when this patch recordings screensession service unavailable response a status code equal to that given

func (*PatchRecordingsScreensessionServiceUnavailable) IsRedirect

IsRedirect returns true when this patch recordings screensession service unavailable response has a 3xx status code

func (*PatchRecordingsScreensessionServiceUnavailable) IsServerError

IsServerError returns true when this patch recordings screensession service unavailable response has a 5xx status code

func (*PatchRecordingsScreensessionServiceUnavailable) IsSuccess

IsSuccess returns true when this patch recordings screensession service unavailable response has a 2xx status code

func (*PatchRecordingsScreensessionServiceUnavailable) String

type PatchRecordingsScreensessionTooManyRequests

type PatchRecordingsScreensessionTooManyRequests struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPatchRecordingsScreensessionTooManyRequests

func NewPatchRecordingsScreensessionTooManyRequests() *PatchRecordingsScreensessionTooManyRequests

NewPatchRecordingsScreensessionTooManyRequests creates a PatchRecordingsScreensessionTooManyRequests with default headers values

func (*PatchRecordingsScreensessionTooManyRequests) Error

func (*PatchRecordingsScreensessionTooManyRequests) GetPayload

func (*PatchRecordingsScreensessionTooManyRequests) IsClientError

IsClientError returns true when this patch recordings screensession too many requests response has a 4xx status code

func (*PatchRecordingsScreensessionTooManyRequests) IsCode

IsCode returns true when this patch recordings screensession too many requests response a status code equal to that given

func (*PatchRecordingsScreensessionTooManyRequests) IsRedirect

IsRedirect returns true when this patch recordings screensession too many requests response has a 3xx status code

func (*PatchRecordingsScreensessionTooManyRequests) IsServerError

IsServerError returns true when this patch recordings screensession too many requests response has a 5xx status code

func (*PatchRecordingsScreensessionTooManyRequests) IsSuccess

IsSuccess returns true when this patch recordings screensession too many requests response has a 2xx status code

func (*PatchRecordingsScreensessionTooManyRequests) String

type PatchRecordingsScreensessionUnauthorized

type PatchRecordingsScreensessionUnauthorized struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPatchRecordingsScreensessionUnauthorized

func NewPatchRecordingsScreensessionUnauthorized() *PatchRecordingsScreensessionUnauthorized

NewPatchRecordingsScreensessionUnauthorized creates a PatchRecordingsScreensessionUnauthorized with default headers values

func (*PatchRecordingsScreensessionUnauthorized) Error

func (*PatchRecordingsScreensessionUnauthorized) GetPayload

func (*PatchRecordingsScreensessionUnauthorized) IsClientError

IsClientError returns true when this patch recordings screensession unauthorized response has a 4xx status code

func (*PatchRecordingsScreensessionUnauthorized) IsCode

IsCode returns true when this patch recordings screensession unauthorized response a status code equal to that given

func (*PatchRecordingsScreensessionUnauthorized) IsRedirect

IsRedirect returns true when this patch recordings screensession unauthorized response has a 3xx status code

func (*PatchRecordingsScreensessionUnauthorized) IsServerError

IsServerError returns true when this patch recordings screensession unauthorized response has a 5xx status code

func (*PatchRecordingsScreensessionUnauthorized) IsSuccess

IsSuccess returns true when this patch recordings screensession unauthorized response has a 2xx status code

func (*PatchRecordingsScreensessionUnauthorized) String

type PatchRecordingsScreensessionUnsupportedMediaType

type PatchRecordingsScreensessionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PatchRecordingsScreensessionUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPatchRecordingsScreensessionUnsupportedMediaType

func NewPatchRecordingsScreensessionUnsupportedMediaType() *PatchRecordingsScreensessionUnsupportedMediaType

NewPatchRecordingsScreensessionUnsupportedMediaType creates a PatchRecordingsScreensessionUnsupportedMediaType with default headers values

func (*PatchRecordingsScreensessionUnsupportedMediaType) Error

func (*PatchRecordingsScreensessionUnsupportedMediaType) GetPayload

func (*PatchRecordingsScreensessionUnsupportedMediaType) IsClientError

IsClientError returns true when this patch recordings screensession unsupported media type response has a 4xx status code

func (*PatchRecordingsScreensessionUnsupportedMediaType) IsCode

IsCode returns true when this patch recordings screensession unsupported media type response a status code equal to that given

func (*PatchRecordingsScreensessionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this patch recordings screensession unsupported media type response has a 3xx status code

func (*PatchRecordingsScreensessionUnsupportedMediaType) IsServerError

IsServerError returns true when this patch recordings screensession unsupported media type response has a 5xx status code

func (*PatchRecordingsScreensessionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this patch recordings screensession unsupported media type response has a 2xx status code

func (*PatchRecordingsScreensessionUnsupportedMediaType) String

type PostConversationRecordingAnnotationsBadRequest

type PostConversationRecordingAnnotationsBadRequest struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostConversationRecordingAnnotationsBadRequest

func NewPostConversationRecordingAnnotationsBadRequest() *PostConversationRecordingAnnotationsBadRequest

NewPostConversationRecordingAnnotationsBadRequest creates a PostConversationRecordingAnnotationsBadRequest with default headers values

func (*PostConversationRecordingAnnotationsBadRequest) Error

func (*PostConversationRecordingAnnotationsBadRequest) GetPayload

func (*PostConversationRecordingAnnotationsBadRequest) IsClientError

IsClientError returns true when this post conversation recording annotations bad request response has a 4xx status code

func (*PostConversationRecordingAnnotationsBadRequest) IsCode

IsCode returns true when this post conversation recording annotations bad request response a status code equal to that given

func (*PostConversationRecordingAnnotationsBadRequest) IsRedirect

IsRedirect returns true when this post conversation recording annotations bad request response has a 3xx status code

func (*PostConversationRecordingAnnotationsBadRequest) IsServerError

IsServerError returns true when this post conversation recording annotations bad request response has a 5xx status code

func (*PostConversationRecordingAnnotationsBadRequest) IsSuccess

IsSuccess returns true when this post conversation recording annotations bad request response has a 2xx status code

func (*PostConversationRecordingAnnotationsBadRequest) String

type PostConversationRecordingAnnotationsForbidden

type PostConversationRecordingAnnotationsForbidden struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostConversationRecordingAnnotationsForbidden

func NewPostConversationRecordingAnnotationsForbidden() *PostConversationRecordingAnnotationsForbidden

NewPostConversationRecordingAnnotationsForbidden creates a PostConversationRecordingAnnotationsForbidden with default headers values

func (*PostConversationRecordingAnnotationsForbidden) Error

func (*PostConversationRecordingAnnotationsForbidden) GetPayload

func (*PostConversationRecordingAnnotationsForbidden) IsClientError

IsClientError returns true when this post conversation recording annotations forbidden response has a 4xx status code

func (*PostConversationRecordingAnnotationsForbidden) IsCode

IsCode returns true when this post conversation recording annotations forbidden response a status code equal to that given

func (*PostConversationRecordingAnnotationsForbidden) IsRedirect

IsRedirect returns true when this post conversation recording annotations forbidden response has a 3xx status code

func (*PostConversationRecordingAnnotationsForbidden) IsServerError

IsServerError returns true when this post conversation recording annotations forbidden response has a 5xx status code

func (*PostConversationRecordingAnnotationsForbidden) IsSuccess

IsSuccess returns true when this post conversation recording annotations forbidden response has a 2xx status code

func (*PostConversationRecordingAnnotationsForbidden) String

type PostConversationRecordingAnnotationsGatewayTimeout

type PostConversationRecordingAnnotationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostConversationRecordingAnnotationsGatewayTimeout

func NewPostConversationRecordingAnnotationsGatewayTimeout() *PostConversationRecordingAnnotationsGatewayTimeout

NewPostConversationRecordingAnnotationsGatewayTimeout creates a PostConversationRecordingAnnotationsGatewayTimeout with default headers values

func (*PostConversationRecordingAnnotationsGatewayTimeout) Error

func (*PostConversationRecordingAnnotationsGatewayTimeout) GetPayload

func (*PostConversationRecordingAnnotationsGatewayTimeout) IsClientError

IsClientError returns true when this post conversation recording annotations gateway timeout response has a 4xx status code

func (*PostConversationRecordingAnnotationsGatewayTimeout) IsCode

IsCode returns true when this post conversation recording annotations gateway timeout response a status code equal to that given

func (*PostConversationRecordingAnnotationsGatewayTimeout) IsRedirect

IsRedirect returns true when this post conversation recording annotations gateway timeout response has a 3xx status code

func (*PostConversationRecordingAnnotationsGatewayTimeout) IsServerError

IsServerError returns true when this post conversation recording annotations gateway timeout response has a 5xx status code

func (*PostConversationRecordingAnnotationsGatewayTimeout) IsSuccess

IsSuccess returns true when this post conversation recording annotations gateway timeout response has a 2xx status code

func (*PostConversationRecordingAnnotationsGatewayTimeout) String

type PostConversationRecordingAnnotationsInternalServerError

type PostConversationRecordingAnnotationsInternalServerError struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostConversationRecordingAnnotationsInternalServerError

func NewPostConversationRecordingAnnotationsInternalServerError() *PostConversationRecordingAnnotationsInternalServerError

NewPostConversationRecordingAnnotationsInternalServerError creates a PostConversationRecordingAnnotationsInternalServerError with default headers values

func (*PostConversationRecordingAnnotationsInternalServerError) Error

func (*PostConversationRecordingAnnotationsInternalServerError) GetPayload

func (*PostConversationRecordingAnnotationsInternalServerError) IsClientError

IsClientError returns true when this post conversation recording annotations internal server error response has a 4xx status code

func (*PostConversationRecordingAnnotationsInternalServerError) IsCode

IsCode returns true when this post conversation recording annotations internal server error response a status code equal to that given

func (*PostConversationRecordingAnnotationsInternalServerError) IsRedirect

IsRedirect returns true when this post conversation recording annotations internal server error response has a 3xx status code

func (*PostConversationRecordingAnnotationsInternalServerError) IsServerError

IsServerError returns true when this post conversation recording annotations internal server error response has a 5xx status code

func (*PostConversationRecordingAnnotationsInternalServerError) IsSuccess

IsSuccess returns true when this post conversation recording annotations internal server error response has a 2xx status code

func (*PostConversationRecordingAnnotationsInternalServerError) String

type PostConversationRecordingAnnotationsNotFound

type PostConversationRecordingAnnotationsNotFound struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostConversationRecordingAnnotationsNotFound

func NewPostConversationRecordingAnnotationsNotFound() *PostConversationRecordingAnnotationsNotFound

NewPostConversationRecordingAnnotationsNotFound creates a PostConversationRecordingAnnotationsNotFound with default headers values

func (*PostConversationRecordingAnnotationsNotFound) Error

func (*PostConversationRecordingAnnotationsNotFound) GetPayload

func (*PostConversationRecordingAnnotationsNotFound) IsClientError

IsClientError returns true when this post conversation recording annotations not found response has a 4xx status code

func (*PostConversationRecordingAnnotationsNotFound) IsCode

IsCode returns true when this post conversation recording annotations not found response a status code equal to that given

func (*PostConversationRecordingAnnotationsNotFound) IsRedirect

IsRedirect returns true when this post conversation recording annotations not found response has a 3xx status code

func (*PostConversationRecordingAnnotationsNotFound) IsServerError

IsServerError returns true when this post conversation recording annotations not found response has a 5xx status code

func (*PostConversationRecordingAnnotationsNotFound) IsSuccess

IsSuccess returns true when this post conversation recording annotations not found response has a 2xx status code

func (*PostConversationRecordingAnnotationsNotFound) String

type PostConversationRecordingAnnotationsOK

type PostConversationRecordingAnnotationsOK struct {
	Payload *models.Annotation
}

PostConversationRecordingAnnotationsOK describes a response with status code 200, with default header values.

successful operation

func NewPostConversationRecordingAnnotationsOK

func NewPostConversationRecordingAnnotationsOK() *PostConversationRecordingAnnotationsOK

NewPostConversationRecordingAnnotationsOK creates a PostConversationRecordingAnnotationsOK with default headers values

func (*PostConversationRecordingAnnotationsOK) Error

func (*PostConversationRecordingAnnotationsOK) GetPayload

func (*PostConversationRecordingAnnotationsOK) IsClientError

func (o *PostConversationRecordingAnnotationsOK) IsClientError() bool

IsClientError returns true when this post conversation recording annotations o k response has a 4xx status code

func (*PostConversationRecordingAnnotationsOK) IsCode

IsCode returns true when this post conversation recording annotations o k response a status code equal to that given

func (*PostConversationRecordingAnnotationsOK) IsRedirect

IsRedirect returns true when this post conversation recording annotations o k response has a 3xx status code

func (*PostConversationRecordingAnnotationsOK) IsServerError

func (o *PostConversationRecordingAnnotationsOK) IsServerError() bool

IsServerError returns true when this post conversation recording annotations o k response has a 5xx status code

func (*PostConversationRecordingAnnotationsOK) IsSuccess

IsSuccess returns true when this post conversation recording annotations o k response has a 2xx status code

func (*PostConversationRecordingAnnotationsOK) String

type PostConversationRecordingAnnotationsParams

type PostConversationRecordingAnnotationsParams struct {

	/* Body.

	   annotation
	*/
	Body *models.Annotation

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostConversationRecordingAnnotationsParams contains all the parameters to send to the API endpoint

for the post conversation recording annotations operation.

Typically these are written to a http.Request.

func NewPostConversationRecordingAnnotationsParams

func NewPostConversationRecordingAnnotationsParams() *PostConversationRecordingAnnotationsParams

NewPostConversationRecordingAnnotationsParams creates a new PostConversationRecordingAnnotationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostConversationRecordingAnnotationsParamsWithContext

func NewPostConversationRecordingAnnotationsParamsWithContext(ctx context.Context) *PostConversationRecordingAnnotationsParams

NewPostConversationRecordingAnnotationsParamsWithContext creates a new PostConversationRecordingAnnotationsParams object with the ability to set a context for a request.

func NewPostConversationRecordingAnnotationsParamsWithHTTPClient

func NewPostConversationRecordingAnnotationsParamsWithHTTPClient(client *http.Client) *PostConversationRecordingAnnotationsParams

NewPostConversationRecordingAnnotationsParamsWithHTTPClient creates a new PostConversationRecordingAnnotationsParams object with the ability to set a custom HTTPClient for a request.

func NewPostConversationRecordingAnnotationsParamsWithTimeout

func NewPostConversationRecordingAnnotationsParamsWithTimeout(timeout time.Duration) *PostConversationRecordingAnnotationsParams

NewPostConversationRecordingAnnotationsParamsWithTimeout creates a new PostConversationRecordingAnnotationsParams object with the ability to set a timeout on a request.

func (*PostConversationRecordingAnnotationsParams) SetBody

SetBody adds the body to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) SetContext

SetContext adds the context to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) SetConversationID

func (o *PostConversationRecordingAnnotationsParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) SetDefaults

SetDefaults hydrates default values in the post conversation recording annotations params (not the query body).

All values with no default are reset to their zero value.

func (*PostConversationRecordingAnnotationsParams) SetHTTPClient

func (o *PostConversationRecordingAnnotationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) SetRecordingID

func (o *PostConversationRecordingAnnotationsParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) SetTimeout

SetTimeout adds the timeout to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WithBody

WithBody adds the body to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WithContext

WithContext adds the context to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WithConversationID

WithConversationID adds the conversationID to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WithDefaults

WithDefaults hydrates default values in the post conversation recording annotations params (not the query body).

All values with no default are reset to their zero value.

func (*PostConversationRecordingAnnotationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WithRecordingID

WithRecordingID adds the recordingID to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WithTimeout

WithTimeout adds the timeout to the post conversation recording annotations params

func (*PostConversationRecordingAnnotationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostConversationRecordingAnnotationsReader

type PostConversationRecordingAnnotationsReader struct {
	// contains filtered or unexported fields
}

PostConversationRecordingAnnotationsReader is a Reader for the PostConversationRecordingAnnotations structure.

func (*PostConversationRecordingAnnotationsReader) ReadResponse

func (o *PostConversationRecordingAnnotationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostConversationRecordingAnnotationsRequestEntityTooLarge

type PostConversationRecordingAnnotationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostConversationRecordingAnnotationsRequestEntityTooLarge

func NewPostConversationRecordingAnnotationsRequestEntityTooLarge() *PostConversationRecordingAnnotationsRequestEntityTooLarge

NewPostConversationRecordingAnnotationsRequestEntityTooLarge creates a PostConversationRecordingAnnotationsRequestEntityTooLarge with default headers values

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) Error

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) GetPayload

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post conversation recording annotations request entity too large response has a 4xx status code

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) IsCode

IsCode returns true when this post conversation recording annotations request entity too large response a status code equal to that given

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post conversation recording annotations request entity too large response has a 3xx status code

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post conversation recording annotations request entity too large response has a 5xx status code

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post conversation recording annotations request entity too large response has a 2xx status code

func (*PostConversationRecordingAnnotationsRequestEntityTooLarge) String

type PostConversationRecordingAnnotationsRequestTimeout

type PostConversationRecordingAnnotationsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostConversationRecordingAnnotationsRequestTimeout

func NewPostConversationRecordingAnnotationsRequestTimeout() *PostConversationRecordingAnnotationsRequestTimeout

NewPostConversationRecordingAnnotationsRequestTimeout creates a PostConversationRecordingAnnotationsRequestTimeout with default headers values

func (*PostConversationRecordingAnnotationsRequestTimeout) Error

func (*PostConversationRecordingAnnotationsRequestTimeout) GetPayload

func (*PostConversationRecordingAnnotationsRequestTimeout) IsClientError

IsClientError returns true when this post conversation recording annotations request timeout response has a 4xx status code

func (*PostConversationRecordingAnnotationsRequestTimeout) IsCode

IsCode returns true when this post conversation recording annotations request timeout response a status code equal to that given

func (*PostConversationRecordingAnnotationsRequestTimeout) IsRedirect

IsRedirect returns true when this post conversation recording annotations request timeout response has a 3xx status code

func (*PostConversationRecordingAnnotationsRequestTimeout) IsServerError

IsServerError returns true when this post conversation recording annotations request timeout response has a 5xx status code

func (*PostConversationRecordingAnnotationsRequestTimeout) IsSuccess

IsSuccess returns true when this post conversation recording annotations request timeout response has a 2xx status code

func (*PostConversationRecordingAnnotationsRequestTimeout) String

type PostConversationRecordingAnnotationsServiceUnavailable

type PostConversationRecordingAnnotationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostConversationRecordingAnnotationsServiceUnavailable

func NewPostConversationRecordingAnnotationsServiceUnavailable() *PostConversationRecordingAnnotationsServiceUnavailable

NewPostConversationRecordingAnnotationsServiceUnavailable creates a PostConversationRecordingAnnotationsServiceUnavailable with default headers values

func (*PostConversationRecordingAnnotationsServiceUnavailable) Error

func (*PostConversationRecordingAnnotationsServiceUnavailable) GetPayload

func (*PostConversationRecordingAnnotationsServiceUnavailable) IsClientError

IsClientError returns true when this post conversation recording annotations service unavailable response has a 4xx status code

func (*PostConversationRecordingAnnotationsServiceUnavailable) IsCode

IsCode returns true when this post conversation recording annotations service unavailable response a status code equal to that given

func (*PostConversationRecordingAnnotationsServiceUnavailable) IsRedirect

IsRedirect returns true when this post conversation recording annotations service unavailable response has a 3xx status code

func (*PostConversationRecordingAnnotationsServiceUnavailable) IsServerError

IsServerError returns true when this post conversation recording annotations service unavailable response has a 5xx status code

func (*PostConversationRecordingAnnotationsServiceUnavailable) IsSuccess

IsSuccess returns true when this post conversation recording annotations service unavailable response has a 2xx status code

func (*PostConversationRecordingAnnotationsServiceUnavailable) String

type PostConversationRecordingAnnotationsTooManyRequests

type PostConversationRecordingAnnotationsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostConversationRecordingAnnotationsTooManyRequests

func NewPostConversationRecordingAnnotationsTooManyRequests() *PostConversationRecordingAnnotationsTooManyRequests

NewPostConversationRecordingAnnotationsTooManyRequests creates a PostConversationRecordingAnnotationsTooManyRequests with default headers values

func (*PostConversationRecordingAnnotationsTooManyRequests) Error

func (*PostConversationRecordingAnnotationsTooManyRequests) GetPayload

func (*PostConversationRecordingAnnotationsTooManyRequests) IsClientError

IsClientError returns true when this post conversation recording annotations too many requests response has a 4xx status code

func (*PostConversationRecordingAnnotationsTooManyRequests) IsCode

IsCode returns true when this post conversation recording annotations too many requests response a status code equal to that given

func (*PostConversationRecordingAnnotationsTooManyRequests) IsRedirect

IsRedirect returns true when this post conversation recording annotations too many requests response has a 3xx status code

func (*PostConversationRecordingAnnotationsTooManyRequests) IsServerError

IsServerError returns true when this post conversation recording annotations too many requests response has a 5xx status code

func (*PostConversationRecordingAnnotationsTooManyRequests) IsSuccess

IsSuccess returns true when this post conversation recording annotations too many requests response has a 2xx status code

func (*PostConversationRecordingAnnotationsTooManyRequests) String

type PostConversationRecordingAnnotationsUnauthorized

type PostConversationRecordingAnnotationsUnauthorized struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostConversationRecordingAnnotationsUnauthorized

func NewPostConversationRecordingAnnotationsUnauthorized() *PostConversationRecordingAnnotationsUnauthorized

NewPostConversationRecordingAnnotationsUnauthorized creates a PostConversationRecordingAnnotationsUnauthorized with default headers values

func (*PostConversationRecordingAnnotationsUnauthorized) Error

func (*PostConversationRecordingAnnotationsUnauthorized) GetPayload

func (*PostConversationRecordingAnnotationsUnauthorized) IsClientError

IsClientError returns true when this post conversation recording annotations unauthorized response has a 4xx status code

func (*PostConversationRecordingAnnotationsUnauthorized) IsCode

IsCode returns true when this post conversation recording annotations unauthorized response a status code equal to that given

func (*PostConversationRecordingAnnotationsUnauthorized) IsRedirect

IsRedirect returns true when this post conversation recording annotations unauthorized response has a 3xx status code

func (*PostConversationRecordingAnnotationsUnauthorized) IsServerError

IsServerError returns true when this post conversation recording annotations unauthorized response has a 5xx status code

func (*PostConversationRecordingAnnotationsUnauthorized) IsSuccess

IsSuccess returns true when this post conversation recording annotations unauthorized response has a 2xx status code

func (*PostConversationRecordingAnnotationsUnauthorized) String

type PostConversationRecordingAnnotationsUnsupportedMediaType

type PostConversationRecordingAnnotationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostConversationRecordingAnnotationsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostConversationRecordingAnnotationsUnsupportedMediaType

func NewPostConversationRecordingAnnotationsUnsupportedMediaType() *PostConversationRecordingAnnotationsUnsupportedMediaType

NewPostConversationRecordingAnnotationsUnsupportedMediaType creates a PostConversationRecordingAnnotationsUnsupportedMediaType with default headers values

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) Error

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) GetPayload

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) IsClientError

IsClientError returns true when this post conversation recording annotations unsupported media type response has a 4xx status code

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) IsCode

IsCode returns true when this post conversation recording annotations unsupported media type response a status code equal to that given

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post conversation recording annotations unsupported media type response has a 3xx status code

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) IsServerError

IsServerError returns true when this post conversation recording annotations unsupported media type response has a 5xx status code

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post conversation recording annotations unsupported media type response has a 2xx status code

func (*PostConversationRecordingAnnotationsUnsupportedMediaType) String

type PostRecordingBatchrequestsBadRequest

type PostRecordingBatchrequestsBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingBatchrequestsBadRequest

func NewPostRecordingBatchrequestsBadRequest() *PostRecordingBatchrequestsBadRequest

NewPostRecordingBatchrequestsBadRequest creates a PostRecordingBatchrequestsBadRequest with default headers values

func (*PostRecordingBatchrequestsBadRequest) Error

func (*PostRecordingBatchrequestsBadRequest) GetPayload

func (*PostRecordingBatchrequestsBadRequest) IsClientError

func (o *PostRecordingBatchrequestsBadRequest) IsClientError() bool

IsClientError returns true when this post recording batchrequests bad request response has a 4xx status code

func (*PostRecordingBatchrequestsBadRequest) IsCode

IsCode returns true when this post recording batchrequests bad request response a status code equal to that given

func (*PostRecordingBatchrequestsBadRequest) IsRedirect

IsRedirect returns true when this post recording batchrequests bad request response has a 3xx status code

func (*PostRecordingBatchrequestsBadRequest) IsServerError

func (o *PostRecordingBatchrequestsBadRequest) IsServerError() bool

IsServerError returns true when this post recording batchrequests bad request response has a 5xx status code

func (*PostRecordingBatchrequestsBadRequest) IsSuccess

IsSuccess returns true when this post recording batchrequests bad request response has a 2xx status code

func (*PostRecordingBatchrequestsBadRequest) String

type PostRecordingBatchrequestsForbidden

type PostRecordingBatchrequestsForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingBatchrequestsForbidden

func NewPostRecordingBatchrequestsForbidden() *PostRecordingBatchrequestsForbidden

NewPostRecordingBatchrequestsForbidden creates a PostRecordingBatchrequestsForbidden with default headers values

func (*PostRecordingBatchrequestsForbidden) Error

func (*PostRecordingBatchrequestsForbidden) GetPayload

func (*PostRecordingBatchrequestsForbidden) IsClientError

func (o *PostRecordingBatchrequestsForbidden) IsClientError() bool

IsClientError returns true when this post recording batchrequests forbidden response has a 4xx status code

func (*PostRecordingBatchrequestsForbidden) IsCode

IsCode returns true when this post recording batchrequests forbidden response a status code equal to that given

func (*PostRecordingBatchrequestsForbidden) IsRedirect

func (o *PostRecordingBatchrequestsForbidden) IsRedirect() bool

IsRedirect returns true when this post recording batchrequests forbidden response has a 3xx status code

func (*PostRecordingBatchrequestsForbidden) IsServerError

func (o *PostRecordingBatchrequestsForbidden) IsServerError() bool

IsServerError returns true when this post recording batchrequests forbidden response has a 5xx status code

func (*PostRecordingBatchrequestsForbidden) IsSuccess

IsSuccess returns true when this post recording batchrequests forbidden response has a 2xx status code

func (*PostRecordingBatchrequestsForbidden) String

type PostRecordingBatchrequestsGatewayTimeout

type PostRecordingBatchrequestsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingBatchrequestsGatewayTimeout

func NewPostRecordingBatchrequestsGatewayTimeout() *PostRecordingBatchrequestsGatewayTimeout

NewPostRecordingBatchrequestsGatewayTimeout creates a PostRecordingBatchrequestsGatewayTimeout with default headers values

func (*PostRecordingBatchrequestsGatewayTimeout) Error

func (*PostRecordingBatchrequestsGatewayTimeout) GetPayload

func (*PostRecordingBatchrequestsGatewayTimeout) IsClientError

IsClientError returns true when this post recording batchrequests gateway timeout response has a 4xx status code

func (*PostRecordingBatchrequestsGatewayTimeout) IsCode

IsCode returns true when this post recording batchrequests gateway timeout response a status code equal to that given

func (*PostRecordingBatchrequestsGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording batchrequests gateway timeout response has a 3xx status code

func (*PostRecordingBatchrequestsGatewayTimeout) IsServerError

IsServerError returns true when this post recording batchrequests gateway timeout response has a 5xx status code

func (*PostRecordingBatchrequestsGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording batchrequests gateway timeout response has a 2xx status code

func (*PostRecordingBatchrequestsGatewayTimeout) String

type PostRecordingBatchrequestsInternalServerError

type PostRecordingBatchrequestsInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingBatchrequestsInternalServerError

func NewPostRecordingBatchrequestsInternalServerError() *PostRecordingBatchrequestsInternalServerError

NewPostRecordingBatchrequestsInternalServerError creates a PostRecordingBatchrequestsInternalServerError with default headers values

func (*PostRecordingBatchrequestsInternalServerError) Error

func (*PostRecordingBatchrequestsInternalServerError) GetPayload

func (*PostRecordingBatchrequestsInternalServerError) IsClientError

IsClientError returns true when this post recording batchrequests internal server error response has a 4xx status code

func (*PostRecordingBatchrequestsInternalServerError) IsCode

IsCode returns true when this post recording batchrequests internal server error response a status code equal to that given

func (*PostRecordingBatchrequestsInternalServerError) IsRedirect

IsRedirect returns true when this post recording batchrequests internal server error response has a 3xx status code

func (*PostRecordingBatchrequestsInternalServerError) IsServerError

IsServerError returns true when this post recording batchrequests internal server error response has a 5xx status code

func (*PostRecordingBatchrequestsInternalServerError) IsSuccess

IsSuccess returns true when this post recording batchrequests internal server error response has a 2xx status code

func (*PostRecordingBatchrequestsInternalServerError) String

type PostRecordingBatchrequestsNotFound

type PostRecordingBatchrequestsNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingBatchrequestsNotFound

func NewPostRecordingBatchrequestsNotFound() *PostRecordingBatchrequestsNotFound

NewPostRecordingBatchrequestsNotFound creates a PostRecordingBatchrequestsNotFound with default headers values

func (*PostRecordingBatchrequestsNotFound) Error

func (*PostRecordingBatchrequestsNotFound) GetPayload

func (*PostRecordingBatchrequestsNotFound) IsClientError

func (o *PostRecordingBatchrequestsNotFound) IsClientError() bool

IsClientError returns true when this post recording batchrequests not found response has a 4xx status code

func (*PostRecordingBatchrequestsNotFound) IsCode

IsCode returns true when this post recording batchrequests not found response a status code equal to that given

func (*PostRecordingBatchrequestsNotFound) IsRedirect

func (o *PostRecordingBatchrequestsNotFound) IsRedirect() bool

IsRedirect returns true when this post recording batchrequests not found response has a 3xx status code

func (*PostRecordingBatchrequestsNotFound) IsServerError

func (o *PostRecordingBatchrequestsNotFound) IsServerError() bool

IsServerError returns true when this post recording batchrequests not found response has a 5xx status code

func (*PostRecordingBatchrequestsNotFound) IsSuccess

IsSuccess returns true when this post recording batchrequests not found response has a 2xx status code

func (*PostRecordingBatchrequestsNotFound) String

type PostRecordingBatchrequestsOK

type PostRecordingBatchrequestsOK struct {
	Payload *models.BatchDownloadJobSubmissionResult
}

PostRecordingBatchrequestsOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingBatchrequestsOK

func NewPostRecordingBatchrequestsOK() *PostRecordingBatchrequestsOK

NewPostRecordingBatchrequestsOK creates a PostRecordingBatchrequestsOK with default headers values

func (*PostRecordingBatchrequestsOK) Error

func (*PostRecordingBatchrequestsOK) GetPayload

func (*PostRecordingBatchrequestsOK) IsClientError

func (o *PostRecordingBatchrequestsOK) IsClientError() bool

IsClientError returns true when this post recording batchrequests o k response has a 4xx status code

func (*PostRecordingBatchrequestsOK) IsCode

func (o *PostRecordingBatchrequestsOK) IsCode(code int) bool

IsCode returns true when this post recording batchrequests o k response a status code equal to that given

func (*PostRecordingBatchrequestsOK) IsRedirect

func (o *PostRecordingBatchrequestsOK) IsRedirect() bool

IsRedirect returns true when this post recording batchrequests o k response has a 3xx status code

func (*PostRecordingBatchrequestsOK) IsServerError

func (o *PostRecordingBatchrequestsOK) IsServerError() bool

IsServerError returns true when this post recording batchrequests o k response has a 5xx status code

func (*PostRecordingBatchrequestsOK) IsSuccess

func (o *PostRecordingBatchrequestsOK) IsSuccess() bool

IsSuccess returns true when this post recording batchrequests o k response has a 2xx status code

func (*PostRecordingBatchrequestsOK) String

type PostRecordingBatchrequestsParams

type PostRecordingBatchrequestsParams struct {

	/* Body.

	   Job submission criteria
	*/
	Body *models.BatchDownloadJobSubmission

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingBatchrequestsParams contains all the parameters to send to the API endpoint

for the post recording batchrequests operation.

Typically these are written to a http.Request.

func NewPostRecordingBatchrequestsParams

func NewPostRecordingBatchrequestsParams() *PostRecordingBatchrequestsParams

NewPostRecordingBatchrequestsParams creates a new PostRecordingBatchrequestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingBatchrequestsParamsWithContext

func NewPostRecordingBatchrequestsParamsWithContext(ctx context.Context) *PostRecordingBatchrequestsParams

NewPostRecordingBatchrequestsParamsWithContext creates a new PostRecordingBatchrequestsParams object with the ability to set a context for a request.

func NewPostRecordingBatchrequestsParamsWithHTTPClient

func NewPostRecordingBatchrequestsParamsWithHTTPClient(client *http.Client) *PostRecordingBatchrequestsParams

NewPostRecordingBatchrequestsParamsWithHTTPClient creates a new PostRecordingBatchrequestsParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingBatchrequestsParamsWithTimeout

func NewPostRecordingBatchrequestsParamsWithTimeout(timeout time.Duration) *PostRecordingBatchrequestsParams

NewPostRecordingBatchrequestsParamsWithTimeout creates a new PostRecordingBatchrequestsParams object with the ability to set a timeout on a request.

func (*PostRecordingBatchrequestsParams) SetBody

SetBody adds the body to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) SetContext

SetContext adds the context to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) SetDefaults

func (o *PostRecordingBatchrequestsParams) SetDefaults()

SetDefaults hydrates default values in the post recording batchrequests params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingBatchrequestsParams) SetHTTPClient

func (o *PostRecordingBatchrequestsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) SetTimeout

func (o *PostRecordingBatchrequestsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) WithBody

WithBody adds the body to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) WithContext

WithContext adds the context to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) WithDefaults

WithDefaults hydrates default values in the post recording batchrequests params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingBatchrequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) WithTimeout

WithTimeout adds the timeout to the post recording batchrequests params

func (*PostRecordingBatchrequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingBatchrequestsReader

type PostRecordingBatchrequestsReader struct {
	// contains filtered or unexported fields
}

PostRecordingBatchrequestsReader is a Reader for the PostRecordingBatchrequests structure.

func (*PostRecordingBatchrequestsReader) ReadResponse

func (o *PostRecordingBatchrequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingBatchrequestsRequestEntityTooLarge

type PostRecordingBatchrequestsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingBatchrequestsRequestEntityTooLarge

func NewPostRecordingBatchrequestsRequestEntityTooLarge() *PostRecordingBatchrequestsRequestEntityTooLarge

NewPostRecordingBatchrequestsRequestEntityTooLarge creates a PostRecordingBatchrequestsRequestEntityTooLarge with default headers values

func (*PostRecordingBatchrequestsRequestEntityTooLarge) Error

func (*PostRecordingBatchrequestsRequestEntityTooLarge) GetPayload

func (*PostRecordingBatchrequestsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording batchrequests request entity too large response has a 4xx status code

func (*PostRecordingBatchrequestsRequestEntityTooLarge) IsCode

IsCode returns true when this post recording batchrequests request entity too large response a status code equal to that given

func (*PostRecordingBatchrequestsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording batchrequests request entity too large response has a 3xx status code

func (*PostRecordingBatchrequestsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording batchrequests request entity too large response has a 5xx status code

func (*PostRecordingBatchrequestsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording batchrequests request entity too large response has a 2xx status code

func (*PostRecordingBatchrequestsRequestEntityTooLarge) String

type PostRecordingBatchrequestsRequestTimeout

type PostRecordingBatchrequestsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingBatchrequestsRequestTimeout

func NewPostRecordingBatchrequestsRequestTimeout() *PostRecordingBatchrequestsRequestTimeout

NewPostRecordingBatchrequestsRequestTimeout creates a PostRecordingBatchrequestsRequestTimeout with default headers values

func (*PostRecordingBatchrequestsRequestTimeout) Error

func (*PostRecordingBatchrequestsRequestTimeout) GetPayload

func (*PostRecordingBatchrequestsRequestTimeout) IsClientError

IsClientError returns true when this post recording batchrequests request timeout response has a 4xx status code

func (*PostRecordingBatchrequestsRequestTimeout) IsCode

IsCode returns true when this post recording batchrequests request timeout response a status code equal to that given

func (*PostRecordingBatchrequestsRequestTimeout) IsRedirect

IsRedirect returns true when this post recording batchrequests request timeout response has a 3xx status code

func (*PostRecordingBatchrequestsRequestTimeout) IsServerError

IsServerError returns true when this post recording batchrequests request timeout response has a 5xx status code

func (*PostRecordingBatchrequestsRequestTimeout) IsSuccess

IsSuccess returns true when this post recording batchrequests request timeout response has a 2xx status code

func (*PostRecordingBatchrequestsRequestTimeout) String

type PostRecordingBatchrequestsServiceUnavailable

type PostRecordingBatchrequestsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingBatchrequestsServiceUnavailable

func NewPostRecordingBatchrequestsServiceUnavailable() *PostRecordingBatchrequestsServiceUnavailable

NewPostRecordingBatchrequestsServiceUnavailable creates a PostRecordingBatchrequestsServiceUnavailable with default headers values

func (*PostRecordingBatchrequestsServiceUnavailable) Error

func (*PostRecordingBatchrequestsServiceUnavailable) GetPayload

func (*PostRecordingBatchrequestsServiceUnavailable) IsClientError

IsClientError returns true when this post recording batchrequests service unavailable response has a 4xx status code

func (*PostRecordingBatchrequestsServiceUnavailable) IsCode

IsCode returns true when this post recording batchrequests service unavailable response a status code equal to that given

func (*PostRecordingBatchrequestsServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording batchrequests service unavailable response has a 3xx status code

func (*PostRecordingBatchrequestsServiceUnavailable) IsServerError

IsServerError returns true when this post recording batchrequests service unavailable response has a 5xx status code

func (*PostRecordingBatchrequestsServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording batchrequests service unavailable response has a 2xx status code

func (*PostRecordingBatchrequestsServiceUnavailable) String

type PostRecordingBatchrequestsTooManyRequests

type PostRecordingBatchrequestsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingBatchrequestsTooManyRequests

func NewPostRecordingBatchrequestsTooManyRequests() *PostRecordingBatchrequestsTooManyRequests

NewPostRecordingBatchrequestsTooManyRequests creates a PostRecordingBatchrequestsTooManyRequests with default headers values

func (*PostRecordingBatchrequestsTooManyRequests) Error

func (*PostRecordingBatchrequestsTooManyRequests) GetPayload

func (*PostRecordingBatchrequestsTooManyRequests) IsClientError

IsClientError returns true when this post recording batchrequests too many requests response has a 4xx status code

func (*PostRecordingBatchrequestsTooManyRequests) IsCode

IsCode returns true when this post recording batchrequests too many requests response a status code equal to that given

func (*PostRecordingBatchrequestsTooManyRequests) IsRedirect

IsRedirect returns true when this post recording batchrequests too many requests response has a 3xx status code

func (*PostRecordingBatchrequestsTooManyRequests) IsServerError

IsServerError returns true when this post recording batchrequests too many requests response has a 5xx status code

func (*PostRecordingBatchrequestsTooManyRequests) IsSuccess

IsSuccess returns true when this post recording batchrequests too many requests response has a 2xx status code

func (*PostRecordingBatchrequestsTooManyRequests) String

type PostRecordingBatchrequestsUnauthorized

type PostRecordingBatchrequestsUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingBatchrequestsUnauthorized

func NewPostRecordingBatchrequestsUnauthorized() *PostRecordingBatchrequestsUnauthorized

NewPostRecordingBatchrequestsUnauthorized creates a PostRecordingBatchrequestsUnauthorized with default headers values

func (*PostRecordingBatchrequestsUnauthorized) Error

func (*PostRecordingBatchrequestsUnauthorized) GetPayload

func (*PostRecordingBatchrequestsUnauthorized) IsClientError

func (o *PostRecordingBatchrequestsUnauthorized) IsClientError() bool

IsClientError returns true when this post recording batchrequests unauthorized response has a 4xx status code

func (*PostRecordingBatchrequestsUnauthorized) IsCode

IsCode returns true when this post recording batchrequests unauthorized response a status code equal to that given

func (*PostRecordingBatchrequestsUnauthorized) IsRedirect

IsRedirect returns true when this post recording batchrequests unauthorized response has a 3xx status code

func (*PostRecordingBatchrequestsUnauthorized) IsServerError

func (o *PostRecordingBatchrequestsUnauthorized) IsServerError() bool

IsServerError returns true when this post recording batchrequests unauthorized response has a 5xx status code

func (*PostRecordingBatchrequestsUnauthorized) IsSuccess

IsSuccess returns true when this post recording batchrequests unauthorized response has a 2xx status code

func (*PostRecordingBatchrequestsUnauthorized) String

type PostRecordingBatchrequestsUnsupportedMediaType

type PostRecordingBatchrequestsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingBatchrequestsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingBatchrequestsUnsupportedMediaType

func NewPostRecordingBatchrequestsUnsupportedMediaType() *PostRecordingBatchrequestsUnsupportedMediaType

NewPostRecordingBatchrequestsUnsupportedMediaType creates a PostRecordingBatchrequestsUnsupportedMediaType with default headers values

func (*PostRecordingBatchrequestsUnsupportedMediaType) Error

func (*PostRecordingBatchrequestsUnsupportedMediaType) GetPayload

func (*PostRecordingBatchrequestsUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording batchrequests unsupported media type response has a 4xx status code

func (*PostRecordingBatchrequestsUnsupportedMediaType) IsCode

IsCode returns true when this post recording batchrequests unsupported media type response a status code equal to that given

func (*PostRecordingBatchrequestsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording batchrequests unsupported media type response has a 3xx status code

func (*PostRecordingBatchrequestsUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording batchrequests unsupported media type response has a 5xx status code

func (*PostRecordingBatchrequestsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording batchrequests unsupported media type response has a 2xx status code

func (*PostRecordingBatchrequestsUnsupportedMediaType) String

type PostRecordingCrossplatformMediaretentionpoliciesBadRequest

type PostRecordingCrossplatformMediaretentionpoliciesBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingCrossplatformMediaretentionpoliciesBadRequest

func NewPostRecordingCrossplatformMediaretentionpoliciesBadRequest() *PostRecordingCrossplatformMediaretentionpoliciesBadRequest

NewPostRecordingCrossplatformMediaretentionpoliciesBadRequest creates a PostRecordingCrossplatformMediaretentionpoliciesBadRequest with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies bad request response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies bad request response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies bad request response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies bad request response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies bad request response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesBadRequest) String

type PostRecordingCrossplatformMediaretentionpoliciesForbidden

type PostRecordingCrossplatformMediaretentionpoliciesForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingCrossplatformMediaretentionpoliciesForbidden

func NewPostRecordingCrossplatformMediaretentionpoliciesForbidden() *PostRecordingCrossplatformMediaretentionpoliciesForbidden

NewPostRecordingCrossplatformMediaretentionpoliciesForbidden creates a PostRecordingCrossplatformMediaretentionpoliciesForbidden with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies forbidden response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies forbidden response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies forbidden response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies forbidden response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies forbidden response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesForbidden) String

type PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

type PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

func NewPostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout() *PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout

NewPostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout creates a PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies gateway timeout response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies gateway timeout response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies gateway timeout response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies gateway timeout response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies gateway timeout response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesGatewayTimeout) String

type PostRecordingCrossplatformMediaretentionpoliciesInternalServerError

type PostRecordingCrossplatformMediaretentionpoliciesInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingCrossplatformMediaretentionpoliciesInternalServerError

func NewPostRecordingCrossplatformMediaretentionpoliciesInternalServerError() *PostRecordingCrossplatformMediaretentionpoliciesInternalServerError

NewPostRecordingCrossplatformMediaretentionpoliciesInternalServerError creates a PostRecordingCrossplatformMediaretentionpoliciesInternalServerError with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies internal server error response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies internal server error response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies internal server error response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies internal server error response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies internal server error response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesInternalServerError) String

type PostRecordingCrossplatformMediaretentionpoliciesNotFound

type PostRecordingCrossplatformMediaretentionpoliciesNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingCrossplatformMediaretentionpoliciesNotFound

func NewPostRecordingCrossplatformMediaretentionpoliciesNotFound() *PostRecordingCrossplatformMediaretentionpoliciesNotFound

NewPostRecordingCrossplatformMediaretentionpoliciesNotFound creates a PostRecordingCrossplatformMediaretentionpoliciesNotFound with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies not found response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies not found response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies not found response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies not found response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies not found response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesNotFound) String

type PostRecordingCrossplatformMediaretentionpoliciesOK

type PostRecordingCrossplatformMediaretentionpoliciesOK struct {
	Payload *models.CrossPlatformPolicy
}

PostRecordingCrossplatformMediaretentionpoliciesOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingCrossplatformMediaretentionpoliciesOK

func NewPostRecordingCrossplatformMediaretentionpoliciesOK() *PostRecordingCrossplatformMediaretentionpoliciesOK

NewPostRecordingCrossplatformMediaretentionpoliciesOK creates a PostRecordingCrossplatformMediaretentionpoliciesOK with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies o k response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies o k response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies o k response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies o k response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies o k response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesOK) String

type PostRecordingCrossplatformMediaretentionpoliciesParams

type PostRecordingCrossplatformMediaretentionpoliciesParams struct {

	/* Body.

	   Policy
	*/
	Body *models.CrossPlatformPolicyCreate

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingCrossplatformMediaretentionpoliciesParams contains all the parameters to send to the API endpoint

for the post recording crossplatform mediaretentionpolicies operation.

Typically these are written to a http.Request.

func NewPostRecordingCrossplatformMediaretentionpoliciesParams

func NewPostRecordingCrossplatformMediaretentionpoliciesParams() *PostRecordingCrossplatformMediaretentionpoliciesParams

NewPostRecordingCrossplatformMediaretentionpoliciesParams creates a new PostRecordingCrossplatformMediaretentionpoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithContext

func NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithContext(ctx context.Context) *PostRecordingCrossplatformMediaretentionpoliciesParams

NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithContext creates a new PostRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a context for a request.

func NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient

func NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient(client *http.Client) *PostRecordingCrossplatformMediaretentionpoliciesParams

NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithHTTPClient creates a new PostRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout

func NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout(timeout time.Duration) *PostRecordingCrossplatformMediaretentionpoliciesParams

NewPostRecordingCrossplatformMediaretentionpoliciesParamsWithTimeout creates a new PostRecordingCrossplatformMediaretentionpoliciesParams object with the ability to set a timeout on a request.

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) SetBody

SetBody adds the body to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) SetContext

SetContext adds the context to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) SetDefaults

SetDefaults hydrates default values in the post recording crossplatform mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) SetTimeout

SetTimeout adds the timeout to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) WithBody

WithBody adds the body to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) WithContext

WithContext adds the context to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) WithDefaults

WithDefaults hydrates default values in the post recording crossplatform mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) WithTimeout

WithTimeout adds the timeout to the post recording crossplatform mediaretentionpolicies params

func (*PostRecordingCrossplatformMediaretentionpoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingCrossplatformMediaretentionpoliciesReader

type PostRecordingCrossplatformMediaretentionpoliciesReader struct {
	// contains filtered or unexported fields
}

PostRecordingCrossplatformMediaretentionpoliciesReader is a Reader for the PostRecordingCrossplatformMediaretentionpolicies structure.

func (*PostRecordingCrossplatformMediaretentionpoliciesReader) ReadResponse

func (o *PostRecordingCrossplatformMediaretentionpoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

type PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

func NewPostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge() *PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge

NewPostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge creates a PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies request entity too large response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies request entity too large response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies request entity too large response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies request entity too large response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies request entity too large response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestEntityTooLarge) String

type PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout

type PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingCrossplatformMediaretentionpoliciesRequestTimeout

func NewPostRecordingCrossplatformMediaretentionpoliciesRequestTimeout() *PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout

NewPostRecordingCrossplatformMediaretentionpoliciesRequestTimeout creates a PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies request timeout response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies request timeout response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies request timeout response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies request timeout response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies request timeout response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesRequestTimeout) String

type PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

type PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

func NewPostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable() *PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable

NewPostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable creates a PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies service unavailable response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies service unavailable response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies service unavailable response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies service unavailable response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies service unavailable response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesServiceUnavailable) String

type PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests

type PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingCrossplatformMediaretentionpoliciesTooManyRequests

func NewPostRecordingCrossplatformMediaretentionpoliciesTooManyRequests() *PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests

NewPostRecordingCrossplatformMediaretentionpoliciesTooManyRequests creates a PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies too many requests response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies too many requests response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies too many requests response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies too many requests response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies too many requests response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesTooManyRequests) String

type PostRecordingCrossplatformMediaretentionpoliciesUnauthorized

type PostRecordingCrossplatformMediaretentionpoliciesUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingCrossplatformMediaretentionpoliciesUnauthorized

func NewPostRecordingCrossplatformMediaretentionpoliciesUnauthorized() *PostRecordingCrossplatformMediaretentionpoliciesUnauthorized

NewPostRecordingCrossplatformMediaretentionpoliciesUnauthorized creates a PostRecordingCrossplatformMediaretentionpoliciesUnauthorized with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies unauthorized response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies unauthorized response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies unauthorized response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies unauthorized response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies unauthorized response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnauthorized) String

type PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

type PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

func NewPostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType() *PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType

NewPostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType creates a PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType with default headers values

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) Error

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) GetPayload

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording crossplatform mediaretentionpolicies unsupported media type response has a 4xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsCode

IsCode returns true when this post recording crossplatform mediaretentionpolicies unsupported media type response a status code equal to that given

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording crossplatform mediaretentionpolicies unsupported media type response has a 3xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording crossplatform mediaretentionpolicies unsupported media type response has a 5xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording crossplatform mediaretentionpolicies unsupported media type response has a 2xx status code

func (*PostRecordingCrossplatformMediaretentionpoliciesUnsupportedMediaType) String

type PostRecordingJobsAccepted

type PostRecordingJobsAccepted struct {
	Payload *models.RecordingJob
}

PostRecordingJobsAccepted describes a response with status code 202, with default header values.

Accepted - Running query asynchronously

func NewPostRecordingJobsAccepted

func NewPostRecordingJobsAccepted() *PostRecordingJobsAccepted

NewPostRecordingJobsAccepted creates a PostRecordingJobsAccepted with default headers values

func (*PostRecordingJobsAccepted) Error

func (o *PostRecordingJobsAccepted) Error() string

func (*PostRecordingJobsAccepted) GetPayload

func (*PostRecordingJobsAccepted) IsClientError

func (o *PostRecordingJobsAccepted) IsClientError() bool

IsClientError returns true when this post recording jobs accepted response has a 4xx status code

func (*PostRecordingJobsAccepted) IsCode

func (o *PostRecordingJobsAccepted) IsCode(code int) bool

IsCode returns true when this post recording jobs accepted response a status code equal to that given

func (*PostRecordingJobsAccepted) IsRedirect

func (o *PostRecordingJobsAccepted) IsRedirect() bool

IsRedirect returns true when this post recording jobs accepted response has a 3xx status code

func (*PostRecordingJobsAccepted) IsServerError

func (o *PostRecordingJobsAccepted) IsServerError() bool

IsServerError returns true when this post recording jobs accepted response has a 5xx status code

func (*PostRecordingJobsAccepted) IsSuccess

func (o *PostRecordingJobsAccepted) IsSuccess() bool

IsSuccess returns true when this post recording jobs accepted response has a 2xx status code

func (*PostRecordingJobsAccepted) String

func (o *PostRecordingJobsAccepted) String() string

type PostRecordingJobsBadRequest

type PostRecordingJobsBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingJobsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingJobsBadRequest

func NewPostRecordingJobsBadRequest() *PostRecordingJobsBadRequest

NewPostRecordingJobsBadRequest creates a PostRecordingJobsBadRequest with default headers values

func (*PostRecordingJobsBadRequest) Error

func (*PostRecordingJobsBadRequest) GetPayload

func (o *PostRecordingJobsBadRequest) GetPayload() *models.ErrorBody

func (*PostRecordingJobsBadRequest) IsClientError

func (o *PostRecordingJobsBadRequest) IsClientError() bool

IsClientError returns true when this post recording jobs bad request response has a 4xx status code

func (*PostRecordingJobsBadRequest) IsCode

func (o *PostRecordingJobsBadRequest) IsCode(code int) bool

IsCode returns true when this post recording jobs bad request response a status code equal to that given

func (*PostRecordingJobsBadRequest) IsRedirect

func (o *PostRecordingJobsBadRequest) IsRedirect() bool

IsRedirect returns true when this post recording jobs bad request response has a 3xx status code

func (*PostRecordingJobsBadRequest) IsServerError

func (o *PostRecordingJobsBadRequest) IsServerError() bool

IsServerError returns true when this post recording jobs bad request response has a 5xx status code

func (*PostRecordingJobsBadRequest) IsSuccess

func (o *PostRecordingJobsBadRequest) IsSuccess() bool

IsSuccess returns true when this post recording jobs bad request response has a 2xx status code

func (*PostRecordingJobsBadRequest) String

func (o *PostRecordingJobsBadRequest) String() string

type PostRecordingJobsForbidden

type PostRecordingJobsForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingJobsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingJobsForbidden

func NewPostRecordingJobsForbidden() *PostRecordingJobsForbidden

NewPostRecordingJobsForbidden creates a PostRecordingJobsForbidden with default headers values

func (*PostRecordingJobsForbidden) Error

func (*PostRecordingJobsForbidden) GetPayload

func (o *PostRecordingJobsForbidden) GetPayload() *models.ErrorBody

func (*PostRecordingJobsForbidden) IsClientError

func (o *PostRecordingJobsForbidden) IsClientError() bool

IsClientError returns true when this post recording jobs forbidden response has a 4xx status code

func (*PostRecordingJobsForbidden) IsCode

func (o *PostRecordingJobsForbidden) IsCode(code int) bool

IsCode returns true when this post recording jobs forbidden response a status code equal to that given

func (*PostRecordingJobsForbidden) IsRedirect

func (o *PostRecordingJobsForbidden) IsRedirect() bool

IsRedirect returns true when this post recording jobs forbidden response has a 3xx status code

func (*PostRecordingJobsForbidden) IsServerError

func (o *PostRecordingJobsForbidden) IsServerError() bool

IsServerError returns true when this post recording jobs forbidden response has a 5xx status code

func (*PostRecordingJobsForbidden) IsSuccess

func (o *PostRecordingJobsForbidden) IsSuccess() bool

IsSuccess returns true when this post recording jobs forbidden response has a 2xx status code

func (*PostRecordingJobsForbidden) String

func (o *PostRecordingJobsForbidden) String() string

type PostRecordingJobsGatewayTimeout

type PostRecordingJobsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingJobsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingJobsGatewayTimeout

func NewPostRecordingJobsGatewayTimeout() *PostRecordingJobsGatewayTimeout

NewPostRecordingJobsGatewayTimeout creates a PostRecordingJobsGatewayTimeout with default headers values

func (*PostRecordingJobsGatewayTimeout) Error

func (*PostRecordingJobsGatewayTimeout) GetPayload

func (*PostRecordingJobsGatewayTimeout) IsClientError

func (o *PostRecordingJobsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post recording jobs gateway timeout response has a 4xx status code

func (*PostRecordingJobsGatewayTimeout) IsCode

func (o *PostRecordingJobsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this post recording jobs gateway timeout response a status code equal to that given

func (*PostRecordingJobsGatewayTimeout) IsRedirect

func (o *PostRecordingJobsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post recording jobs gateway timeout response has a 3xx status code

func (*PostRecordingJobsGatewayTimeout) IsServerError

func (o *PostRecordingJobsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post recording jobs gateway timeout response has a 5xx status code

func (*PostRecordingJobsGatewayTimeout) IsSuccess

func (o *PostRecordingJobsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post recording jobs gateway timeout response has a 2xx status code

func (*PostRecordingJobsGatewayTimeout) String

type PostRecordingJobsInternalServerError

type PostRecordingJobsInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingJobsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingJobsInternalServerError

func NewPostRecordingJobsInternalServerError() *PostRecordingJobsInternalServerError

NewPostRecordingJobsInternalServerError creates a PostRecordingJobsInternalServerError with default headers values

func (*PostRecordingJobsInternalServerError) Error

func (*PostRecordingJobsInternalServerError) GetPayload

func (*PostRecordingJobsInternalServerError) IsClientError

func (o *PostRecordingJobsInternalServerError) IsClientError() bool

IsClientError returns true when this post recording jobs internal server error response has a 4xx status code

func (*PostRecordingJobsInternalServerError) IsCode

IsCode returns true when this post recording jobs internal server error response a status code equal to that given

func (*PostRecordingJobsInternalServerError) IsRedirect

IsRedirect returns true when this post recording jobs internal server error response has a 3xx status code

func (*PostRecordingJobsInternalServerError) IsServerError

func (o *PostRecordingJobsInternalServerError) IsServerError() bool

IsServerError returns true when this post recording jobs internal server error response has a 5xx status code

func (*PostRecordingJobsInternalServerError) IsSuccess

IsSuccess returns true when this post recording jobs internal server error response has a 2xx status code

func (*PostRecordingJobsInternalServerError) String

type PostRecordingJobsNotFound

type PostRecordingJobsNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingJobsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingJobsNotFound

func NewPostRecordingJobsNotFound() *PostRecordingJobsNotFound

NewPostRecordingJobsNotFound creates a PostRecordingJobsNotFound with default headers values

func (*PostRecordingJobsNotFound) Error

func (o *PostRecordingJobsNotFound) Error() string

func (*PostRecordingJobsNotFound) GetPayload

func (o *PostRecordingJobsNotFound) GetPayload() *models.ErrorBody

func (*PostRecordingJobsNotFound) IsClientError

func (o *PostRecordingJobsNotFound) IsClientError() bool

IsClientError returns true when this post recording jobs not found response has a 4xx status code

func (*PostRecordingJobsNotFound) IsCode

func (o *PostRecordingJobsNotFound) IsCode(code int) bool

IsCode returns true when this post recording jobs not found response a status code equal to that given

func (*PostRecordingJobsNotFound) IsRedirect

func (o *PostRecordingJobsNotFound) IsRedirect() bool

IsRedirect returns true when this post recording jobs not found response has a 3xx status code

func (*PostRecordingJobsNotFound) IsServerError

func (o *PostRecordingJobsNotFound) IsServerError() bool

IsServerError returns true when this post recording jobs not found response has a 5xx status code

func (*PostRecordingJobsNotFound) IsSuccess

func (o *PostRecordingJobsNotFound) IsSuccess() bool

IsSuccess returns true when this post recording jobs not found response has a 2xx status code

func (*PostRecordingJobsNotFound) String

func (o *PostRecordingJobsNotFound) String() string

type PostRecordingJobsNotImplemented

type PostRecordingJobsNotImplemented struct {
	Payload *models.ErrorBody
}

PostRecordingJobsNotImplemented describes a response with status code 501, with default header values.

Not Implemented

func NewPostRecordingJobsNotImplemented

func NewPostRecordingJobsNotImplemented() *PostRecordingJobsNotImplemented

NewPostRecordingJobsNotImplemented creates a PostRecordingJobsNotImplemented with default headers values

func (*PostRecordingJobsNotImplemented) Error

func (*PostRecordingJobsNotImplemented) GetPayload

func (*PostRecordingJobsNotImplemented) IsClientError

func (o *PostRecordingJobsNotImplemented) IsClientError() bool

IsClientError returns true when this post recording jobs not implemented response has a 4xx status code

func (*PostRecordingJobsNotImplemented) IsCode

func (o *PostRecordingJobsNotImplemented) IsCode(code int) bool

IsCode returns true when this post recording jobs not implemented response a status code equal to that given

func (*PostRecordingJobsNotImplemented) IsRedirect

func (o *PostRecordingJobsNotImplemented) IsRedirect() bool

IsRedirect returns true when this post recording jobs not implemented response has a 3xx status code

func (*PostRecordingJobsNotImplemented) IsServerError

func (o *PostRecordingJobsNotImplemented) IsServerError() bool

IsServerError returns true when this post recording jobs not implemented response has a 5xx status code

func (*PostRecordingJobsNotImplemented) IsSuccess

func (o *PostRecordingJobsNotImplemented) IsSuccess() bool

IsSuccess returns true when this post recording jobs not implemented response has a 2xx status code

func (*PostRecordingJobsNotImplemented) String

type PostRecordingJobsParams

type PostRecordingJobsParams struct {

	/* Body.

	   query
	*/
	Body *models.RecordingJobsQuery

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingJobsParams contains all the parameters to send to the API endpoint

for the post recording jobs operation.

Typically these are written to a http.Request.

func NewPostRecordingJobsParams

func NewPostRecordingJobsParams() *PostRecordingJobsParams

NewPostRecordingJobsParams creates a new PostRecordingJobsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingJobsParamsWithContext

func NewPostRecordingJobsParamsWithContext(ctx context.Context) *PostRecordingJobsParams

NewPostRecordingJobsParamsWithContext creates a new PostRecordingJobsParams object with the ability to set a context for a request.

func NewPostRecordingJobsParamsWithHTTPClient

func NewPostRecordingJobsParamsWithHTTPClient(client *http.Client) *PostRecordingJobsParams

NewPostRecordingJobsParamsWithHTTPClient creates a new PostRecordingJobsParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingJobsParamsWithTimeout

func NewPostRecordingJobsParamsWithTimeout(timeout time.Duration) *PostRecordingJobsParams

NewPostRecordingJobsParamsWithTimeout creates a new PostRecordingJobsParams object with the ability to set a timeout on a request.

func (*PostRecordingJobsParams) SetBody

SetBody adds the body to the post recording jobs params

func (*PostRecordingJobsParams) SetContext

func (o *PostRecordingJobsParams) SetContext(ctx context.Context)

SetContext adds the context to the post recording jobs params

func (*PostRecordingJobsParams) SetDefaults

func (o *PostRecordingJobsParams) SetDefaults()

SetDefaults hydrates default values in the post recording jobs params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingJobsParams) SetHTTPClient

func (o *PostRecordingJobsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording jobs params

func (*PostRecordingJobsParams) SetTimeout

func (o *PostRecordingJobsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recording jobs params

func (*PostRecordingJobsParams) WithBody

WithBody adds the body to the post recording jobs params

func (*PostRecordingJobsParams) WithContext

WithContext adds the context to the post recording jobs params

func (*PostRecordingJobsParams) WithDefaults

WithDefaults hydrates default values in the post recording jobs params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingJobsParams) WithHTTPClient

func (o *PostRecordingJobsParams) WithHTTPClient(client *http.Client) *PostRecordingJobsParams

WithHTTPClient adds the HTTPClient to the post recording jobs params

func (*PostRecordingJobsParams) WithTimeout

WithTimeout adds the timeout to the post recording jobs params

func (*PostRecordingJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingJobsReader

type PostRecordingJobsReader struct {
	// contains filtered or unexported fields
}

PostRecordingJobsReader is a Reader for the PostRecordingJobs structure.

func (*PostRecordingJobsReader) ReadResponse

func (o *PostRecordingJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingJobsRequestEntityTooLarge

type PostRecordingJobsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingJobsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingJobsRequestEntityTooLarge

func NewPostRecordingJobsRequestEntityTooLarge() *PostRecordingJobsRequestEntityTooLarge

NewPostRecordingJobsRequestEntityTooLarge creates a PostRecordingJobsRequestEntityTooLarge with default headers values

func (*PostRecordingJobsRequestEntityTooLarge) Error

func (*PostRecordingJobsRequestEntityTooLarge) GetPayload

func (*PostRecordingJobsRequestEntityTooLarge) IsClientError

func (o *PostRecordingJobsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post recording jobs request entity too large response has a 4xx status code

func (*PostRecordingJobsRequestEntityTooLarge) IsCode

IsCode returns true when this post recording jobs request entity too large response a status code equal to that given

func (*PostRecordingJobsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording jobs request entity too large response has a 3xx status code

func (*PostRecordingJobsRequestEntityTooLarge) IsServerError

func (o *PostRecordingJobsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post recording jobs request entity too large response has a 5xx status code

func (*PostRecordingJobsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording jobs request entity too large response has a 2xx status code

func (*PostRecordingJobsRequestEntityTooLarge) String

type PostRecordingJobsRequestTimeout

type PostRecordingJobsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingJobsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingJobsRequestTimeout

func NewPostRecordingJobsRequestTimeout() *PostRecordingJobsRequestTimeout

NewPostRecordingJobsRequestTimeout creates a PostRecordingJobsRequestTimeout with default headers values

func (*PostRecordingJobsRequestTimeout) Error

func (*PostRecordingJobsRequestTimeout) GetPayload

func (*PostRecordingJobsRequestTimeout) IsClientError

func (o *PostRecordingJobsRequestTimeout) IsClientError() bool

IsClientError returns true when this post recording jobs request timeout response has a 4xx status code

func (*PostRecordingJobsRequestTimeout) IsCode

func (o *PostRecordingJobsRequestTimeout) IsCode(code int) bool

IsCode returns true when this post recording jobs request timeout response a status code equal to that given

func (*PostRecordingJobsRequestTimeout) IsRedirect

func (o *PostRecordingJobsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post recording jobs request timeout response has a 3xx status code

func (*PostRecordingJobsRequestTimeout) IsServerError

func (o *PostRecordingJobsRequestTimeout) IsServerError() bool

IsServerError returns true when this post recording jobs request timeout response has a 5xx status code

func (*PostRecordingJobsRequestTimeout) IsSuccess

func (o *PostRecordingJobsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post recording jobs request timeout response has a 2xx status code

func (*PostRecordingJobsRequestTimeout) String

type PostRecordingJobsServiceUnavailable

type PostRecordingJobsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingJobsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingJobsServiceUnavailable

func NewPostRecordingJobsServiceUnavailable() *PostRecordingJobsServiceUnavailable

NewPostRecordingJobsServiceUnavailable creates a PostRecordingJobsServiceUnavailable with default headers values

func (*PostRecordingJobsServiceUnavailable) Error

func (*PostRecordingJobsServiceUnavailable) GetPayload

func (*PostRecordingJobsServiceUnavailable) IsClientError

func (o *PostRecordingJobsServiceUnavailable) IsClientError() bool

IsClientError returns true when this post recording jobs service unavailable response has a 4xx status code

func (*PostRecordingJobsServiceUnavailable) IsCode

IsCode returns true when this post recording jobs service unavailable response a status code equal to that given

func (*PostRecordingJobsServiceUnavailable) IsRedirect

func (o *PostRecordingJobsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post recording jobs service unavailable response has a 3xx status code

func (*PostRecordingJobsServiceUnavailable) IsServerError

func (o *PostRecordingJobsServiceUnavailable) IsServerError() bool

IsServerError returns true when this post recording jobs service unavailable response has a 5xx status code

func (*PostRecordingJobsServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording jobs service unavailable response has a 2xx status code

func (*PostRecordingJobsServiceUnavailable) String

type PostRecordingJobsTooManyRequests

type PostRecordingJobsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingJobsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingJobsTooManyRequests

func NewPostRecordingJobsTooManyRequests() *PostRecordingJobsTooManyRequests

NewPostRecordingJobsTooManyRequests creates a PostRecordingJobsTooManyRequests with default headers values

func (*PostRecordingJobsTooManyRequests) Error

func (*PostRecordingJobsTooManyRequests) GetPayload

func (*PostRecordingJobsTooManyRequests) IsClientError

func (o *PostRecordingJobsTooManyRequests) IsClientError() bool

IsClientError returns true when this post recording jobs too many requests response has a 4xx status code

func (*PostRecordingJobsTooManyRequests) IsCode

func (o *PostRecordingJobsTooManyRequests) IsCode(code int) bool

IsCode returns true when this post recording jobs too many requests response a status code equal to that given

func (*PostRecordingJobsTooManyRequests) IsRedirect

func (o *PostRecordingJobsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post recording jobs too many requests response has a 3xx status code

func (*PostRecordingJobsTooManyRequests) IsServerError

func (o *PostRecordingJobsTooManyRequests) IsServerError() bool

IsServerError returns true when this post recording jobs too many requests response has a 5xx status code

func (*PostRecordingJobsTooManyRequests) IsSuccess

func (o *PostRecordingJobsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post recording jobs too many requests response has a 2xx status code

func (*PostRecordingJobsTooManyRequests) String

type PostRecordingJobsUnauthorized

type PostRecordingJobsUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingJobsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingJobsUnauthorized

func NewPostRecordingJobsUnauthorized() *PostRecordingJobsUnauthorized

NewPostRecordingJobsUnauthorized creates a PostRecordingJobsUnauthorized with default headers values

func (*PostRecordingJobsUnauthorized) Error

func (*PostRecordingJobsUnauthorized) GetPayload

func (*PostRecordingJobsUnauthorized) IsClientError

func (o *PostRecordingJobsUnauthorized) IsClientError() bool

IsClientError returns true when this post recording jobs unauthorized response has a 4xx status code

func (*PostRecordingJobsUnauthorized) IsCode

func (o *PostRecordingJobsUnauthorized) IsCode(code int) bool

IsCode returns true when this post recording jobs unauthorized response a status code equal to that given

func (*PostRecordingJobsUnauthorized) IsRedirect

func (o *PostRecordingJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post recording jobs unauthorized response has a 3xx status code

func (*PostRecordingJobsUnauthorized) IsServerError

func (o *PostRecordingJobsUnauthorized) IsServerError() bool

IsServerError returns true when this post recording jobs unauthorized response has a 5xx status code

func (*PostRecordingJobsUnauthorized) IsSuccess

func (o *PostRecordingJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post recording jobs unauthorized response has a 2xx status code

func (*PostRecordingJobsUnauthorized) String

type PostRecordingJobsUnsupportedMediaType

type PostRecordingJobsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingJobsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingJobsUnsupportedMediaType

func NewPostRecordingJobsUnsupportedMediaType() *PostRecordingJobsUnsupportedMediaType

NewPostRecordingJobsUnsupportedMediaType creates a PostRecordingJobsUnsupportedMediaType with default headers values

func (*PostRecordingJobsUnsupportedMediaType) Error

func (*PostRecordingJobsUnsupportedMediaType) GetPayload

func (*PostRecordingJobsUnsupportedMediaType) IsClientError

func (o *PostRecordingJobsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post recording jobs unsupported media type response has a 4xx status code

func (*PostRecordingJobsUnsupportedMediaType) IsCode

IsCode returns true when this post recording jobs unsupported media type response a status code equal to that given

func (*PostRecordingJobsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording jobs unsupported media type response has a 3xx status code

func (*PostRecordingJobsUnsupportedMediaType) IsServerError

func (o *PostRecordingJobsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post recording jobs unsupported media type response has a 5xx status code

func (*PostRecordingJobsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording jobs unsupported media type response has a 2xx status code

func (*PostRecordingJobsUnsupportedMediaType) String

type PostRecordingKeyconfigurationsBadRequest

type PostRecordingKeyconfigurationsBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingKeyconfigurationsBadRequest

func NewPostRecordingKeyconfigurationsBadRequest() *PostRecordingKeyconfigurationsBadRequest

NewPostRecordingKeyconfigurationsBadRequest creates a PostRecordingKeyconfigurationsBadRequest with default headers values

func (*PostRecordingKeyconfigurationsBadRequest) Error

func (*PostRecordingKeyconfigurationsBadRequest) GetPayload

func (*PostRecordingKeyconfigurationsBadRequest) IsClientError

IsClientError returns true when this post recording keyconfigurations bad request response has a 4xx status code

func (*PostRecordingKeyconfigurationsBadRequest) IsCode

IsCode returns true when this post recording keyconfigurations bad request response a status code equal to that given

func (*PostRecordingKeyconfigurationsBadRequest) IsRedirect

IsRedirect returns true when this post recording keyconfigurations bad request response has a 3xx status code

func (*PostRecordingKeyconfigurationsBadRequest) IsServerError

IsServerError returns true when this post recording keyconfigurations bad request response has a 5xx status code

func (*PostRecordingKeyconfigurationsBadRequest) IsSuccess

IsSuccess returns true when this post recording keyconfigurations bad request response has a 2xx status code

func (*PostRecordingKeyconfigurationsBadRequest) String

type PostRecordingKeyconfigurationsForbidden

type PostRecordingKeyconfigurationsForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingKeyconfigurationsForbidden

func NewPostRecordingKeyconfigurationsForbidden() *PostRecordingKeyconfigurationsForbidden

NewPostRecordingKeyconfigurationsForbidden creates a PostRecordingKeyconfigurationsForbidden with default headers values

func (*PostRecordingKeyconfigurationsForbidden) Error

func (*PostRecordingKeyconfigurationsForbidden) GetPayload

func (*PostRecordingKeyconfigurationsForbidden) IsClientError

func (o *PostRecordingKeyconfigurationsForbidden) IsClientError() bool

IsClientError returns true when this post recording keyconfigurations forbidden response has a 4xx status code

func (*PostRecordingKeyconfigurationsForbidden) IsCode

IsCode returns true when this post recording keyconfigurations forbidden response a status code equal to that given

func (*PostRecordingKeyconfigurationsForbidden) IsRedirect

IsRedirect returns true when this post recording keyconfigurations forbidden response has a 3xx status code

func (*PostRecordingKeyconfigurationsForbidden) IsServerError

func (o *PostRecordingKeyconfigurationsForbidden) IsServerError() bool

IsServerError returns true when this post recording keyconfigurations forbidden response has a 5xx status code

func (*PostRecordingKeyconfigurationsForbidden) IsSuccess

IsSuccess returns true when this post recording keyconfigurations forbidden response has a 2xx status code

func (*PostRecordingKeyconfigurationsForbidden) String

type PostRecordingKeyconfigurationsGatewayTimeout

type PostRecordingKeyconfigurationsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingKeyconfigurationsGatewayTimeout

func NewPostRecordingKeyconfigurationsGatewayTimeout() *PostRecordingKeyconfigurationsGatewayTimeout

NewPostRecordingKeyconfigurationsGatewayTimeout creates a PostRecordingKeyconfigurationsGatewayTimeout with default headers values

func (*PostRecordingKeyconfigurationsGatewayTimeout) Error

func (*PostRecordingKeyconfigurationsGatewayTimeout) GetPayload

func (*PostRecordingKeyconfigurationsGatewayTimeout) IsClientError

IsClientError returns true when this post recording keyconfigurations gateway timeout response has a 4xx status code

func (*PostRecordingKeyconfigurationsGatewayTimeout) IsCode

IsCode returns true when this post recording keyconfigurations gateway timeout response a status code equal to that given

func (*PostRecordingKeyconfigurationsGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording keyconfigurations gateway timeout response has a 3xx status code

func (*PostRecordingKeyconfigurationsGatewayTimeout) IsServerError

IsServerError returns true when this post recording keyconfigurations gateway timeout response has a 5xx status code

func (*PostRecordingKeyconfigurationsGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording keyconfigurations gateway timeout response has a 2xx status code

func (*PostRecordingKeyconfigurationsGatewayTimeout) String

type PostRecordingKeyconfigurationsInternalServerError

type PostRecordingKeyconfigurationsInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingKeyconfigurationsInternalServerError

func NewPostRecordingKeyconfigurationsInternalServerError() *PostRecordingKeyconfigurationsInternalServerError

NewPostRecordingKeyconfigurationsInternalServerError creates a PostRecordingKeyconfigurationsInternalServerError with default headers values

func (*PostRecordingKeyconfigurationsInternalServerError) Error

func (*PostRecordingKeyconfigurationsInternalServerError) GetPayload

func (*PostRecordingKeyconfigurationsInternalServerError) IsClientError

IsClientError returns true when this post recording keyconfigurations internal server error response has a 4xx status code

func (*PostRecordingKeyconfigurationsInternalServerError) IsCode

IsCode returns true when this post recording keyconfigurations internal server error response a status code equal to that given

func (*PostRecordingKeyconfigurationsInternalServerError) IsRedirect

IsRedirect returns true when this post recording keyconfigurations internal server error response has a 3xx status code

func (*PostRecordingKeyconfigurationsInternalServerError) IsServerError

IsServerError returns true when this post recording keyconfigurations internal server error response has a 5xx status code

func (*PostRecordingKeyconfigurationsInternalServerError) IsSuccess

IsSuccess returns true when this post recording keyconfigurations internal server error response has a 2xx status code

func (*PostRecordingKeyconfigurationsInternalServerError) String

type PostRecordingKeyconfigurationsNotFound

type PostRecordingKeyconfigurationsNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingKeyconfigurationsNotFound

func NewPostRecordingKeyconfigurationsNotFound() *PostRecordingKeyconfigurationsNotFound

NewPostRecordingKeyconfigurationsNotFound creates a PostRecordingKeyconfigurationsNotFound with default headers values

func (*PostRecordingKeyconfigurationsNotFound) Error

func (*PostRecordingKeyconfigurationsNotFound) GetPayload

func (*PostRecordingKeyconfigurationsNotFound) IsClientError

func (o *PostRecordingKeyconfigurationsNotFound) IsClientError() bool

IsClientError returns true when this post recording keyconfigurations not found response has a 4xx status code

func (*PostRecordingKeyconfigurationsNotFound) IsCode

IsCode returns true when this post recording keyconfigurations not found response a status code equal to that given

func (*PostRecordingKeyconfigurationsNotFound) IsRedirect

IsRedirect returns true when this post recording keyconfigurations not found response has a 3xx status code

func (*PostRecordingKeyconfigurationsNotFound) IsServerError

func (o *PostRecordingKeyconfigurationsNotFound) IsServerError() bool

IsServerError returns true when this post recording keyconfigurations not found response has a 5xx status code

func (*PostRecordingKeyconfigurationsNotFound) IsSuccess

IsSuccess returns true when this post recording keyconfigurations not found response has a 2xx status code

func (*PostRecordingKeyconfigurationsNotFound) String

type PostRecordingKeyconfigurationsOK

type PostRecordingKeyconfigurationsOK struct {
	Payload *models.RecordingEncryptionConfiguration
}

PostRecordingKeyconfigurationsOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingKeyconfigurationsOK

func NewPostRecordingKeyconfigurationsOK() *PostRecordingKeyconfigurationsOK

NewPostRecordingKeyconfigurationsOK creates a PostRecordingKeyconfigurationsOK with default headers values

func (*PostRecordingKeyconfigurationsOK) Error

func (*PostRecordingKeyconfigurationsOK) GetPayload

func (*PostRecordingKeyconfigurationsOK) IsClientError

func (o *PostRecordingKeyconfigurationsOK) IsClientError() bool

IsClientError returns true when this post recording keyconfigurations o k response has a 4xx status code

func (*PostRecordingKeyconfigurationsOK) IsCode

func (o *PostRecordingKeyconfigurationsOK) IsCode(code int) bool

IsCode returns true when this post recording keyconfigurations o k response a status code equal to that given

func (*PostRecordingKeyconfigurationsOK) IsRedirect

func (o *PostRecordingKeyconfigurationsOK) IsRedirect() bool

IsRedirect returns true when this post recording keyconfigurations o k response has a 3xx status code

func (*PostRecordingKeyconfigurationsOK) IsServerError

func (o *PostRecordingKeyconfigurationsOK) IsServerError() bool

IsServerError returns true when this post recording keyconfigurations o k response has a 5xx status code

func (*PostRecordingKeyconfigurationsOK) IsSuccess

func (o *PostRecordingKeyconfigurationsOK) IsSuccess() bool

IsSuccess returns true when this post recording keyconfigurations o k response has a 2xx status code

func (*PostRecordingKeyconfigurationsOK) String

type PostRecordingKeyconfigurationsParams

type PostRecordingKeyconfigurationsParams struct {

	/* Body.

	   Encryption Configuration
	*/
	Body *models.RecordingEncryptionConfiguration

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingKeyconfigurationsParams contains all the parameters to send to the API endpoint

for the post recording keyconfigurations operation.

Typically these are written to a http.Request.

func NewPostRecordingKeyconfigurationsParams

func NewPostRecordingKeyconfigurationsParams() *PostRecordingKeyconfigurationsParams

NewPostRecordingKeyconfigurationsParams creates a new PostRecordingKeyconfigurationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingKeyconfigurationsParamsWithContext

func NewPostRecordingKeyconfigurationsParamsWithContext(ctx context.Context) *PostRecordingKeyconfigurationsParams

NewPostRecordingKeyconfigurationsParamsWithContext creates a new PostRecordingKeyconfigurationsParams object with the ability to set a context for a request.

func NewPostRecordingKeyconfigurationsParamsWithHTTPClient

func NewPostRecordingKeyconfigurationsParamsWithHTTPClient(client *http.Client) *PostRecordingKeyconfigurationsParams

NewPostRecordingKeyconfigurationsParamsWithHTTPClient creates a new PostRecordingKeyconfigurationsParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingKeyconfigurationsParamsWithTimeout

func NewPostRecordingKeyconfigurationsParamsWithTimeout(timeout time.Duration) *PostRecordingKeyconfigurationsParams

NewPostRecordingKeyconfigurationsParamsWithTimeout creates a new PostRecordingKeyconfigurationsParams object with the ability to set a timeout on a request.

func (*PostRecordingKeyconfigurationsParams) SetBody

SetBody adds the body to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) SetContext

SetContext adds the context to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) SetDefaults

func (o *PostRecordingKeyconfigurationsParams) SetDefaults()

SetDefaults hydrates default values in the post recording keyconfigurations params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingKeyconfigurationsParams) SetHTTPClient

func (o *PostRecordingKeyconfigurationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) SetTimeout

func (o *PostRecordingKeyconfigurationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) WithBody

WithBody adds the body to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) WithContext

WithContext adds the context to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) WithDefaults

WithDefaults hydrates default values in the post recording keyconfigurations params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingKeyconfigurationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) WithTimeout

WithTimeout adds the timeout to the post recording keyconfigurations params

func (*PostRecordingKeyconfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingKeyconfigurationsReader

type PostRecordingKeyconfigurationsReader struct {
	// contains filtered or unexported fields
}

PostRecordingKeyconfigurationsReader is a Reader for the PostRecordingKeyconfigurations structure.

func (*PostRecordingKeyconfigurationsReader) ReadResponse

func (o *PostRecordingKeyconfigurationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingKeyconfigurationsRequestEntityTooLarge

type PostRecordingKeyconfigurationsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingKeyconfigurationsRequestEntityTooLarge

func NewPostRecordingKeyconfigurationsRequestEntityTooLarge() *PostRecordingKeyconfigurationsRequestEntityTooLarge

NewPostRecordingKeyconfigurationsRequestEntityTooLarge creates a PostRecordingKeyconfigurationsRequestEntityTooLarge with default headers values

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) Error

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) GetPayload

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording keyconfigurations request entity too large response has a 4xx status code

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) IsCode

IsCode returns true when this post recording keyconfigurations request entity too large response a status code equal to that given

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording keyconfigurations request entity too large response has a 3xx status code

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording keyconfigurations request entity too large response has a 5xx status code

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording keyconfigurations request entity too large response has a 2xx status code

func (*PostRecordingKeyconfigurationsRequestEntityTooLarge) String

type PostRecordingKeyconfigurationsRequestTimeout

type PostRecordingKeyconfigurationsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingKeyconfigurationsRequestTimeout

func NewPostRecordingKeyconfigurationsRequestTimeout() *PostRecordingKeyconfigurationsRequestTimeout

NewPostRecordingKeyconfigurationsRequestTimeout creates a PostRecordingKeyconfigurationsRequestTimeout with default headers values

func (*PostRecordingKeyconfigurationsRequestTimeout) Error

func (*PostRecordingKeyconfigurationsRequestTimeout) GetPayload

func (*PostRecordingKeyconfigurationsRequestTimeout) IsClientError

IsClientError returns true when this post recording keyconfigurations request timeout response has a 4xx status code

func (*PostRecordingKeyconfigurationsRequestTimeout) IsCode

IsCode returns true when this post recording keyconfigurations request timeout response a status code equal to that given

func (*PostRecordingKeyconfigurationsRequestTimeout) IsRedirect

IsRedirect returns true when this post recording keyconfigurations request timeout response has a 3xx status code

func (*PostRecordingKeyconfigurationsRequestTimeout) IsServerError

IsServerError returns true when this post recording keyconfigurations request timeout response has a 5xx status code

func (*PostRecordingKeyconfigurationsRequestTimeout) IsSuccess

IsSuccess returns true when this post recording keyconfigurations request timeout response has a 2xx status code

func (*PostRecordingKeyconfigurationsRequestTimeout) String

type PostRecordingKeyconfigurationsServiceUnavailable

type PostRecordingKeyconfigurationsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingKeyconfigurationsServiceUnavailable

func NewPostRecordingKeyconfigurationsServiceUnavailable() *PostRecordingKeyconfigurationsServiceUnavailable

NewPostRecordingKeyconfigurationsServiceUnavailable creates a PostRecordingKeyconfigurationsServiceUnavailable with default headers values

func (*PostRecordingKeyconfigurationsServiceUnavailable) Error

func (*PostRecordingKeyconfigurationsServiceUnavailable) GetPayload

func (*PostRecordingKeyconfigurationsServiceUnavailable) IsClientError

IsClientError returns true when this post recording keyconfigurations service unavailable response has a 4xx status code

func (*PostRecordingKeyconfigurationsServiceUnavailable) IsCode

IsCode returns true when this post recording keyconfigurations service unavailable response a status code equal to that given

func (*PostRecordingKeyconfigurationsServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording keyconfigurations service unavailable response has a 3xx status code

func (*PostRecordingKeyconfigurationsServiceUnavailable) IsServerError

IsServerError returns true when this post recording keyconfigurations service unavailable response has a 5xx status code

func (*PostRecordingKeyconfigurationsServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording keyconfigurations service unavailable response has a 2xx status code

func (*PostRecordingKeyconfigurationsServiceUnavailable) String

type PostRecordingKeyconfigurationsTooManyRequests

type PostRecordingKeyconfigurationsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingKeyconfigurationsTooManyRequests

func NewPostRecordingKeyconfigurationsTooManyRequests() *PostRecordingKeyconfigurationsTooManyRequests

NewPostRecordingKeyconfigurationsTooManyRequests creates a PostRecordingKeyconfigurationsTooManyRequests with default headers values

func (*PostRecordingKeyconfigurationsTooManyRequests) Error

func (*PostRecordingKeyconfigurationsTooManyRequests) GetPayload

func (*PostRecordingKeyconfigurationsTooManyRequests) IsClientError

IsClientError returns true when this post recording keyconfigurations too many requests response has a 4xx status code

func (*PostRecordingKeyconfigurationsTooManyRequests) IsCode

IsCode returns true when this post recording keyconfigurations too many requests response a status code equal to that given

func (*PostRecordingKeyconfigurationsTooManyRequests) IsRedirect

IsRedirect returns true when this post recording keyconfigurations too many requests response has a 3xx status code

func (*PostRecordingKeyconfigurationsTooManyRequests) IsServerError

IsServerError returns true when this post recording keyconfigurations too many requests response has a 5xx status code

func (*PostRecordingKeyconfigurationsTooManyRequests) IsSuccess

IsSuccess returns true when this post recording keyconfigurations too many requests response has a 2xx status code

func (*PostRecordingKeyconfigurationsTooManyRequests) String

type PostRecordingKeyconfigurationsUnauthorized

type PostRecordingKeyconfigurationsUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingKeyconfigurationsUnauthorized

func NewPostRecordingKeyconfigurationsUnauthorized() *PostRecordingKeyconfigurationsUnauthorized

NewPostRecordingKeyconfigurationsUnauthorized creates a PostRecordingKeyconfigurationsUnauthorized with default headers values

func (*PostRecordingKeyconfigurationsUnauthorized) Error

func (*PostRecordingKeyconfigurationsUnauthorized) GetPayload

func (*PostRecordingKeyconfigurationsUnauthorized) IsClientError

IsClientError returns true when this post recording keyconfigurations unauthorized response has a 4xx status code

func (*PostRecordingKeyconfigurationsUnauthorized) IsCode

IsCode returns true when this post recording keyconfigurations unauthorized response a status code equal to that given

func (*PostRecordingKeyconfigurationsUnauthorized) IsRedirect

IsRedirect returns true when this post recording keyconfigurations unauthorized response has a 3xx status code

func (*PostRecordingKeyconfigurationsUnauthorized) IsServerError

IsServerError returns true when this post recording keyconfigurations unauthorized response has a 5xx status code

func (*PostRecordingKeyconfigurationsUnauthorized) IsSuccess

IsSuccess returns true when this post recording keyconfigurations unauthorized response has a 2xx status code

func (*PostRecordingKeyconfigurationsUnauthorized) String

type PostRecordingKeyconfigurationsUnsupportedMediaType

type PostRecordingKeyconfigurationsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingKeyconfigurationsUnsupportedMediaType

func NewPostRecordingKeyconfigurationsUnsupportedMediaType() *PostRecordingKeyconfigurationsUnsupportedMediaType

NewPostRecordingKeyconfigurationsUnsupportedMediaType creates a PostRecordingKeyconfigurationsUnsupportedMediaType with default headers values

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) Error

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) GetPayload

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording keyconfigurations unsupported media type response has a 4xx status code

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) IsCode

IsCode returns true when this post recording keyconfigurations unsupported media type response a status code equal to that given

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording keyconfigurations unsupported media type response has a 3xx status code

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording keyconfigurations unsupported media type response has a 5xx status code

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording keyconfigurations unsupported media type response has a 2xx status code

func (*PostRecordingKeyconfigurationsUnsupportedMediaType) String

type PostRecordingKeyconfigurationsValidateBadRequest

type PostRecordingKeyconfigurationsValidateBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingKeyconfigurationsValidateBadRequest

func NewPostRecordingKeyconfigurationsValidateBadRequest() *PostRecordingKeyconfigurationsValidateBadRequest

NewPostRecordingKeyconfigurationsValidateBadRequest creates a PostRecordingKeyconfigurationsValidateBadRequest with default headers values

func (*PostRecordingKeyconfigurationsValidateBadRequest) Error

func (*PostRecordingKeyconfigurationsValidateBadRequest) GetPayload

func (*PostRecordingKeyconfigurationsValidateBadRequest) IsClientError

IsClientError returns true when this post recording keyconfigurations validate bad request response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateBadRequest) IsCode

IsCode returns true when this post recording keyconfigurations validate bad request response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateBadRequest) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate bad request response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateBadRequest) IsServerError

IsServerError returns true when this post recording keyconfigurations validate bad request response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateBadRequest) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate bad request response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateBadRequest) String

type PostRecordingKeyconfigurationsValidateForbidden

type PostRecordingKeyconfigurationsValidateForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingKeyconfigurationsValidateForbidden

func NewPostRecordingKeyconfigurationsValidateForbidden() *PostRecordingKeyconfigurationsValidateForbidden

NewPostRecordingKeyconfigurationsValidateForbidden creates a PostRecordingKeyconfigurationsValidateForbidden with default headers values

func (*PostRecordingKeyconfigurationsValidateForbidden) Error

func (*PostRecordingKeyconfigurationsValidateForbidden) GetPayload

func (*PostRecordingKeyconfigurationsValidateForbidden) IsClientError

IsClientError returns true when this post recording keyconfigurations validate forbidden response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateForbidden) IsCode

IsCode returns true when this post recording keyconfigurations validate forbidden response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateForbidden) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate forbidden response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateForbidden) IsServerError

IsServerError returns true when this post recording keyconfigurations validate forbidden response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateForbidden) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate forbidden response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateForbidden) String

type PostRecordingKeyconfigurationsValidateGatewayTimeout

type PostRecordingKeyconfigurationsValidateGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingKeyconfigurationsValidateGatewayTimeout

func NewPostRecordingKeyconfigurationsValidateGatewayTimeout() *PostRecordingKeyconfigurationsValidateGatewayTimeout

NewPostRecordingKeyconfigurationsValidateGatewayTimeout creates a PostRecordingKeyconfigurationsValidateGatewayTimeout with default headers values

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) Error

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) GetPayload

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) IsClientError

IsClientError returns true when this post recording keyconfigurations validate gateway timeout response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) IsCode

IsCode returns true when this post recording keyconfigurations validate gateway timeout response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate gateway timeout response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) IsServerError

IsServerError returns true when this post recording keyconfigurations validate gateway timeout response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate gateway timeout response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateGatewayTimeout) String

type PostRecordingKeyconfigurationsValidateInternalServerError

type PostRecordingKeyconfigurationsValidateInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingKeyconfigurationsValidateInternalServerError

func NewPostRecordingKeyconfigurationsValidateInternalServerError() *PostRecordingKeyconfigurationsValidateInternalServerError

NewPostRecordingKeyconfigurationsValidateInternalServerError creates a PostRecordingKeyconfigurationsValidateInternalServerError with default headers values

func (*PostRecordingKeyconfigurationsValidateInternalServerError) Error

func (*PostRecordingKeyconfigurationsValidateInternalServerError) GetPayload

func (*PostRecordingKeyconfigurationsValidateInternalServerError) IsClientError

IsClientError returns true when this post recording keyconfigurations validate internal server error response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateInternalServerError) IsCode

IsCode returns true when this post recording keyconfigurations validate internal server error response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateInternalServerError) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate internal server error response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateInternalServerError) IsServerError

IsServerError returns true when this post recording keyconfigurations validate internal server error response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateInternalServerError) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate internal server error response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateInternalServerError) String

type PostRecordingKeyconfigurationsValidateNotFound

type PostRecordingKeyconfigurationsValidateNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingKeyconfigurationsValidateNotFound

func NewPostRecordingKeyconfigurationsValidateNotFound() *PostRecordingKeyconfigurationsValidateNotFound

NewPostRecordingKeyconfigurationsValidateNotFound creates a PostRecordingKeyconfigurationsValidateNotFound with default headers values

func (*PostRecordingKeyconfigurationsValidateNotFound) Error

func (*PostRecordingKeyconfigurationsValidateNotFound) GetPayload

func (*PostRecordingKeyconfigurationsValidateNotFound) IsClientError

IsClientError returns true when this post recording keyconfigurations validate not found response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateNotFound) IsCode

IsCode returns true when this post recording keyconfigurations validate not found response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateNotFound) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate not found response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateNotFound) IsServerError

IsServerError returns true when this post recording keyconfigurations validate not found response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateNotFound) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate not found response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateNotFound) String

type PostRecordingKeyconfigurationsValidateOK

type PostRecordingKeyconfigurationsValidateOK struct {
	Payload *models.RecordingEncryptionConfiguration
}

PostRecordingKeyconfigurationsValidateOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingKeyconfigurationsValidateOK

func NewPostRecordingKeyconfigurationsValidateOK() *PostRecordingKeyconfigurationsValidateOK

NewPostRecordingKeyconfigurationsValidateOK creates a PostRecordingKeyconfigurationsValidateOK with default headers values

func (*PostRecordingKeyconfigurationsValidateOK) Error

func (*PostRecordingKeyconfigurationsValidateOK) GetPayload

func (*PostRecordingKeyconfigurationsValidateOK) IsClientError

IsClientError returns true when this post recording keyconfigurations validate o k response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateOK) IsCode

IsCode returns true when this post recording keyconfigurations validate o k response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateOK) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate o k response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateOK) IsServerError

IsServerError returns true when this post recording keyconfigurations validate o k response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateOK) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate o k response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateOK) String

type PostRecordingKeyconfigurationsValidateParams

type PostRecordingKeyconfigurationsValidateParams struct {

	/* Body.

	   Encryption Configuration
	*/
	Body *models.RecordingEncryptionConfiguration

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingKeyconfigurationsValidateParams contains all the parameters to send to the API endpoint

for the post recording keyconfigurations validate operation.

Typically these are written to a http.Request.

func NewPostRecordingKeyconfigurationsValidateParams

func NewPostRecordingKeyconfigurationsValidateParams() *PostRecordingKeyconfigurationsValidateParams

NewPostRecordingKeyconfigurationsValidateParams creates a new PostRecordingKeyconfigurationsValidateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingKeyconfigurationsValidateParamsWithContext

func NewPostRecordingKeyconfigurationsValidateParamsWithContext(ctx context.Context) *PostRecordingKeyconfigurationsValidateParams

NewPostRecordingKeyconfigurationsValidateParamsWithContext creates a new PostRecordingKeyconfigurationsValidateParams object with the ability to set a context for a request.

func NewPostRecordingKeyconfigurationsValidateParamsWithHTTPClient

func NewPostRecordingKeyconfigurationsValidateParamsWithHTTPClient(client *http.Client) *PostRecordingKeyconfigurationsValidateParams

NewPostRecordingKeyconfigurationsValidateParamsWithHTTPClient creates a new PostRecordingKeyconfigurationsValidateParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingKeyconfigurationsValidateParamsWithTimeout

func NewPostRecordingKeyconfigurationsValidateParamsWithTimeout(timeout time.Duration) *PostRecordingKeyconfigurationsValidateParams

NewPostRecordingKeyconfigurationsValidateParamsWithTimeout creates a new PostRecordingKeyconfigurationsValidateParams object with the ability to set a timeout on a request.

func (*PostRecordingKeyconfigurationsValidateParams) SetBody

SetBody adds the body to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) SetContext

SetContext adds the context to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) SetDefaults

SetDefaults hydrates default values in the post recording keyconfigurations validate params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingKeyconfigurationsValidateParams) SetHTTPClient

func (o *PostRecordingKeyconfigurationsValidateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) SetTimeout

SetTimeout adds the timeout to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) WithBody

WithBody adds the body to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) WithContext

WithContext adds the context to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) WithDefaults

WithDefaults hydrates default values in the post recording keyconfigurations validate params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingKeyconfigurationsValidateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) WithTimeout

WithTimeout adds the timeout to the post recording keyconfigurations validate params

func (*PostRecordingKeyconfigurationsValidateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingKeyconfigurationsValidateReader

type PostRecordingKeyconfigurationsValidateReader struct {
	// contains filtered or unexported fields
}

PostRecordingKeyconfigurationsValidateReader is a Reader for the PostRecordingKeyconfigurationsValidate structure.

func (*PostRecordingKeyconfigurationsValidateReader) ReadResponse

func (o *PostRecordingKeyconfigurationsValidateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingKeyconfigurationsValidateRequestEntityTooLarge

type PostRecordingKeyconfigurationsValidateRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingKeyconfigurationsValidateRequestEntityTooLarge

func NewPostRecordingKeyconfigurationsValidateRequestEntityTooLarge() *PostRecordingKeyconfigurationsValidateRequestEntityTooLarge

NewPostRecordingKeyconfigurationsValidateRequestEntityTooLarge creates a PostRecordingKeyconfigurationsValidateRequestEntityTooLarge with default headers values

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) Error

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) GetPayload

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording keyconfigurations validate request entity too large response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) IsCode

IsCode returns true when this post recording keyconfigurations validate request entity too large response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate request entity too large response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording keyconfigurations validate request entity too large response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate request entity too large response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateRequestEntityTooLarge) String

type PostRecordingKeyconfigurationsValidateRequestTimeout

type PostRecordingKeyconfigurationsValidateRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingKeyconfigurationsValidateRequestTimeout

func NewPostRecordingKeyconfigurationsValidateRequestTimeout() *PostRecordingKeyconfigurationsValidateRequestTimeout

NewPostRecordingKeyconfigurationsValidateRequestTimeout creates a PostRecordingKeyconfigurationsValidateRequestTimeout with default headers values

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) Error

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) GetPayload

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) IsClientError

IsClientError returns true when this post recording keyconfigurations validate request timeout response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) IsCode

IsCode returns true when this post recording keyconfigurations validate request timeout response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate request timeout response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) IsServerError

IsServerError returns true when this post recording keyconfigurations validate request timeout response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate request timeout response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateRequestTimeout) String

type PostRecordingKeyconfigurationsValidateServiceUnavailable

type PostRecordingKeyconfigurationsValidateServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingKeyconfigurationsValidateServiceUnavailable

func NewPostRecordingKeyconfigurationsValidateServiceUnavailable() *PostRecordingKeyconfigurationsValidateServiceUnavailable

NewPostRecordingKeyconfigurationsValidateServiceUnavailable creates a PostRecordingKeyconfigurationsValidateServiceUnavailable with default headers values

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) Error

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) GetPayload

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) IsClientError

IsClientError returns true when this post recording keyconfigurations validate service unavailable response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) IsCode

IsCode returns true when this post recording keyconfigurations validate service unavailable response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate service unavailable response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) IsServerError

IsServerError returns true when this post recording keyconfigurations validate service unavailable response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate service unavailable response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateServiceUnavailable) String

type PostRecordingKeyconfigurationsValidateTooManyRequests

type PostRecordingKeyconfigurationsValidateTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingKeyconfigurationsValidateTooManyRequests

func NewPostRecordingKeyconfigurationsValidateTooManyRequests() *PostRecordingKeyconfigurationsValidateTooManyRequests

NewPostRecordingKeyconfigurationsValidateTooManyRequests creates a PostRecordingKeyconfigurationsValidateTooManyRequests with default headers values

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) Error

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) GetPayload

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) IsClientError

IsClientError returns true when this post recording keyconfigurations validate too many requests response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) IsCode

IsCode returns true when this post recording keyconfigurations validate too many requests response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate too many requests response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) IsServerError

IsServerError returns true when this post recording keyconfigurations validate too many requests response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate too many requests response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateTooManyRequests) String

type PostRecordingKeyconfigurationsValidateUnauthorized

type PostRecordingKeyconfigurationsValidateUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingKeyconfigurationsValidateUnauthorized

func NewPostRecordingKeyconfigurationsValidateUnauthorized() *PostRecordingKeyconfigurationsValidateUnauthorized

NewPostRecordingKeyconfigurationsValidateUnauthorized creates a PostRecordingKeyconfigurationsValidateUnauthorized with default headers values

func (*PostRecordingKeyconfigurationsValidateUnauthorized) Error

func (*PostRecordingKeyconfigurationsValidateUnauthorized) GetPayload

func (*PostRecordingKeyconfigurationsValidateUnauthorized) IsClientError

IsClientError returns true when this post recording keyconfigurations validate unauthorized response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateUnauthorized) IsCode

IsCode returns true when this post recording keyconfigurations validate unauthorized response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateUnauthorized) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate unauthorized response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateUnauthorized) IsServerError

IsServerError returns true when this post recording keyconfigurations validate unauthorized response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateUnauthorized) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate unauthorized response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateUnauthorized) String

type PostRecordingKeyconfigurationsValidateUnsupportedMediaType

type PostRecordingKeyconfigurationsValidateUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingKeyconfigurationsValidateUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingKeyconfigurationsValidateUnsupportedMediaType

func NewPostRecordingKeyconfigurationsValidateUnsupportedMediaType() *PostRecordingKeyconfigurationsValidateUnsupportedMediaType

NewPostRecordingKeyconfigurationsValidateUnsupportedMediaType creates a PostRecordingKeyconfigurationsValidateUnsupportedMediaType with default headers values

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) Error

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) GetPayload

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording keyconfigurations validate unsupported media type response has a 4xx status code

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) IsCode

IsCode returns true when this post recording keyconfigurations validate unsupported media type response a status code equal to that given

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording keyconfigurations validate unsupported media type response has a 3xx status code

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording keyconfigurations validate unsupported media type response has a 5xx status code

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording keyconfigurations validate unsupported media type response has a 2xx status code

func (*PostRecordingKeyconfigurationsValidateUnsupportedMediaType) String

type PostRecordingLocalkeysBadRequest

type PostRecordingLocalkeysBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingLocalkeysBadRequest

func NewPostRecordingLocalkeysBadRequest() *PostRecordingLocalkeysBadRequest

NewPostRecordingLocalkeysBadRequest creates a PostRecordingLocalkeysBadRequest with default headers values

func (*PostRecordingLocalkeysBadRequest) Error

func (*PostRecordingLocalkeysBadRequest) GetPayload

func (*PostRecordingLocalkeysBadRequest) IsClientError

func (o *PostRecordingLocalkeysBadRequest) IsClientError() bool

IsClientError returns true when this post recording localkeys bad request response has a 4xx status code

func (*PostRecordingLocalkeysBadRequest) IsCode

func (o *PostRecordingLocalkeysBadRequest) IsCode(code int) bool

IsCode returns true when this post recording localkeys bad request response a status code equal to that given

func (*PostRecordingLocalkeysBadRequest) IsRedirect

func (o *PostRecordingLocalkeysBadRequest) IsRedirect() bool

IsRedirect returns true when this post recording localkeys bad request response has a 3xx status code

func (*PostRecordingLocalkeysBadRequest) IsServerError

func (o *PostRecordingLocalkeysBadRequest) IsServerError() bool

IsServerError returns true when this post recording localkeys bad request response has a 5xx status code

func (*PostRecordingLocalkeysBadRequest) IsSuccess

func (o *PostRecordingLocalkeysBadRequest) IsSuccess() bool

IsSuccess returns true when this post recording localkeys bad request response has a 2xx status code

func (*PostRecordingLocalkeysBadRequest) String

type PostRecordingLocalkeysForbidden

type PostRecordingLocalkeysForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingLocalkeysForbidden

func NewPostRecordingLocalkeysForbidden() *PostRecordingLocalkeysForbidden

NewPostRecordingLocalkeysForbidden creates a PostRecordingLocalkeysForbidden with default headers values

func (*PostRecordingLocalkeysForbidden) Error

func (*PostRecordingLocalkeysForbidden) GetPayload

func (*PostRecordingLocalkeysForbidden) IsClientError

func (o *PostRecordingLocalkeysForbidden) IsClientError() bool

IsClientError returns true when this post recording localkeys forbidden response has a 4xx status code

func (*PostRecordingLocalkeysForbidden) IsCode

func (o *PostRecordingLocalkeysForbidden) IsCode(code int) bool

IsCode returns true when this post recording localkeys forbidden response a status code equal to that given

func (*PostRecordingLocalkeysForbidden) IsRedirect

func (o *PostRecordingLocalkeysForbidden) IsRedirect() bool

IsRedirect returns true when this post recording localkeys forbidden response has a 3xx status code

func (*PostRecordingLocalkeysForbidden) IsServerError

func (o *PostRecordingLocalkeysForbidden) IsServerError() bool

IsServerError returns true when this post recording localkeys forbidden response has a 5xx status code

func (*PostRecordingLocalkeysForbidden) IsSuccess

func (o *PostRecordingLocalkeysForbidden) IsSuccess() bool

IsSuccess returns true when this post recording localkeys forbidden response has a 2xx status code

func (*PostRecordingLocalkeysForbidden) String

type PostRecordingLocalkeysGatewayTimeout

type PostRecordingLocalkeysGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingLocalkeysGatewayTimeout

func NewPostRecordingLocalkeysGatewayTimeout() *PostRecordingLocalkeysGatewayTimeout

NewPostRecordingLocalkeysGatewayTimeout creates a PostRecordingLocalkeysGatewayTimeout with default headers values

func (*PostRecordingLocalkeysGatewayTimeout) Error

func (*PostRecordingLocalkeysGatewayTimeout) GetPayload

func (*PostRecordingLocalkeysGatewayTimeout) IsClientError

func (o *PostRecordingLocalkeysGatewayTimeout) IsClientError() bool

IsClientError returns true when this post recording localkeys gateway timeout response has a 4xx status code

func (*PostRecordingLocalkeysGatewayTimeout) IsCode

IsCode returns true when this post recording localkeys gateway timeout response a status code equal to that given

func (*PostRecordingLocalkeysGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording localkeys gateway timeout response has a 3xx status code

func (*PostRecordingLocalkeysGatewayTimeout) IsServerError

func (o *PostRecordingLocalkeysGatewayTimeout) IsServerError() bool

IsServerError returns true when this post recording localkeys gateway timeout response has a 5xx status code

func (*PostRecordingLocalkeysGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording localkeys gateway timeout response has a 2xx status code

func (*PostRecordingLocalkeysGatewayTimeout) String

type PostRecordingLocalkeysInternalServerError

type PostRecordingLocalkeysInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingLocalkeysInternalServerError

func NewPostRecordingLocalkeysInternalServerError() *PostRecordingLocalkeysInternalServerError

NewPostRecordingLocalkeysInternalServerError creates a PostRecordingLocalkeysInternalServerError with default headers values

func (*PostRecordingLocalkeysInternalServerError) Error

func (*PostRecordingLocalkeysInternalServerError) GetPayload

func (*PostRecordingLocalkeysInternalServerError) IsClientError

IsClientError returns true when this post recording localkeys internal server error response has a 4xx status code

func (*PostRecordingLocalkeysInternalServerError) IsCode

IsCode returns true when this post recording localkeys internal server error response a status code equal to that given

func (*PostRecordingLocalkeysInternalServerError) IsRedirect

IsRedirect returns true when this post recording localkeys internal server error response has a 3xx status code

func (*PostRecordingLocalkeysInternalServerError) IsServerError

IsServerError returns true when this post recording localkeys internal server error response has a 5xx status code

func (*PostRecordingLocalkeysInternalServerError) IsSuccess

IsSuccess returns true when this post recording localkeys internal server error response has a 2xx status code

func (*PostRecordingLocalkeysInternalServerError) String

type PostRecordingLocalkeysNotFound

type PostRecordingLocalkeysNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingLocalkeysNotFound

func NewPostRecordingLocalkeysNotFound() *PostRecordingLocalkeysNotFound

NewPostRecordingLocalkeysNotFound creates a PostRecordingLocalkeysNotFound with default headers values

func (*PostRecordingLocalkeysNotFound) Error

func (*PostRecordingLocalkeysNotFound) GetPayload

func (*PostRecordingLocalkeysNotFound) IsClientError

func (o *PostRecordingLocalkeysNotFound) IsClientError() bool

IsClientError returns true when this post recording localkeys not found response has a 4xx status code

func (*PostRecordingLocalkeysNotFound) IsCode

func (o *PostRecordingLocalkeysNotFound) IsCode(code int) bool

IsCode returns true when this post recording localkeys not found response a status code equal to that given

func (*PostRecordingLocalkeysNotFound) IsRedirect

func (o *PostRecordingLocalkeysNotFound) IsRedirect() bool

IsRedirect returns true when this post recording localkeys not found response has a 3xx status code

func (*PostRecordingLocalkeysNotFound) IsServerError

func (o *PostRecordingLocalkeysNotFound) IsServerError() bool

IsServerError returns true when this post recording localkeys not found response has a 5xx status code

func (*PostRecordingLocalkeysNotFound) IsSuccess

func (o *PostRecordingLocalkeysNotFound) IsSuccess() bool

IsSuccess returns true when this post recording localkeys not found response has a 2xx status code

func (*PostRecordingLocalkeysNotFound) String

type PostRecordingLocalkeysOK

type PostRecordingLocalkeysOK struct {
	Payload *models.EncryptionKey
}

PostRecordingLocalkeysOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingLocalkeysOK

func NewPostRecordingLocalkeysOK() *PostRecordingLocalkeysOK

NewPostRecordingLocalkeysOK creates a PostRecordingLocalkeysOK with default headers values

func (*PostRecordingLocalkeysOK) Error

func (o *PostRecordingLocalkeysOK) Error() string

func (*PostRecordingLocalkeysOK) GetPayload

func (*PostRecordingLocalkeysOK) IsClientError

func (o *PostRecordingLocalkeysOK) IsClientError() bool

IsClientError returns true when this post recording localkeys o k response has a 4xx status code

func (*PostRecordingLocalkeysOK) IsCode

func (o *PostRecordingLocalkeysOK) IsCode(code int) bool

IsCode returns true when this post recording localkeys o k response a status code equal to that given

func (*PostRecordingLocalkeysOK) IsRedirect

func (o *PostRecordingLocalkeysOK) IsRedirect() bool

IsRedirect returns true when this post recording localkeys o k response has a 3xx status code

func (*PostRecordingLocalkeysOK) IsServerError

func (o *PostRecordingLocalkeysOK) IsServerError() bool

IsServerError returns true when this post recording localkeys o k response has a 5xx status code

func (*PostRecordingLocalkeysOK) IsSuccess

func (o *PostRecordingLocalkeysOK) IsSuccess() bool

IsSuccess returns true when this post recording localkeys o k response has a 2xx status code

func (*PostRecordingLocalkeysOK) String

func (o *PostRecordingLocalkeysOK) String() string

type PostRecordingLocalkeysParams

type PostRecordingLocalkeysParams struct {

	/* Body.

	   Local Encryption body
	*/
	Body *models.LocalEncryptionKeyRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingLocalkeysParams contains all the parameters to send to the API endpoint

for the post recording localkeys operation.

Typically these are written to a http.Request.

func NewPostRecordingLocalkeysParams

func NewPostRecordingLocalkeysParams() *PostRecordingLocalkeysParams

NewPostRecordingLocalkeysParams creates a new PostRecordingLocalkeysParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingLocalkeysParamsWithContext

func NewPostRecordingLocalkeysParamsWithContext(ctx context.Context) *PostRecordingLocalkeysParams

NewPostRecordingLocalkeysParamsWithContext creates a new PostRecordingLocalkeysParams object with the ability to set a context for a request.

func NewPostRecordingLocalkeysParamsWithHTTPClient

func NewPostRecordingLocalkeysParamsWithHTTPClient(client *http.Client) *PostRecordingLocalkeysParams

NewPostRecordingLocalkeysParamsWithHTTPClient creates a new PostRecordingLocalkeysParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingLocalkeysParamsWithTimeout

func NewPostRecordingLocalkeysParamsWithTimeout(timeout time.Duration) *PostRecordingLocalkeysParams

NewPostRecordingLocalkeysParamsWithTimeout creates a new PostRecordingLocalkeysParams object with the ability to set a timeout on a request.

func (*PostRecordingLocalkeysParams) SetBody

SetBody adds the body to the post recording localkeys params

func (*PostRecordingLocalkeysParams) SetContext

func (o *PostRecordingLocalkeysParams) SetContext(ctx context.Context)

SetContext adds the context to the post recording localkeys params

func (*PostRecordingLocalkeysParams) SetDefaults

func (o *PostRecordingLocalkeysParams) SetDefaults()

SetDefaults hydrates default values in the post recording localkeys params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingLocalkeysParams) SetHTTPClient

func (o *PostRecordingLocalkeysParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording localkeys params

func (*PostRecordingLocalkeysParams) SetTimeout

func (o *PostRecordingLocalkeysParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recording localkeys params

func (*PostRecordingLocalkeysParams) WithBody

WithBody adds the body to the post recording localkeys params

func (*PostRecordingLocalkeysParams) WithContext

WithContext adds the context to the post recording localkeys params

func (*PostRecordingLocalkeysParams) WithDefaults

WithDefaults hydrates default values in the post recording localkeys params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingLocalkeysParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording localkeys params

func (*PostRecordingLocalkeysParams) WithTimeout

WithTimeout adds the timeout to the post recording localkeys params

func (*PostRecordingLocalkeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingLocalkeysReader

type PostRecordingLocalkeysReader struct {
	// contains filtered or unexported fields
}

PostRecordingLocalkeysReader is a Reader for the PostRecordingLocalkeys structure.

func (*PostRecordingLocalkeysReader) ReadResponse

func (o *PostRecordingLocalkeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingLocalkeysRequestEntityTooLarge

type PostRecordingLocalkeysRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingLocalkeysRequestEntityTooLarge

func NewPostRecordingLocalkeysRequestEntityTooLarge() *PostRecordingLocalkeysRequestEntityTooLarge

NewPostRecordingLocalkeysRequestEntityTooLarge creates a PostRecordingLocalkeysRequestEntityTooLarge with default headers values

func (*PostRecordingLocalkeysRequestEntityTooLarge) Error

func (*PostRecordingLocalkeysRequestEntityTooLarge) GetPayload

func (*PostRecordingLocalkeysRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording localkeys request entity too large response has a 4xx status code

func (*PostRecordingLocalkeysRequestEntityTooLarge) IsCode

IsCode returns true when this post recording localkeys request entity too large response a status code equal to that given

func (*PostRecordingLocalkeysRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording localkeys request entity too large response has a 3xx status code

func (*PostRecordingLocalkeysRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording localkeys request entity too large response has a 5xx status code

func (*PostRecordingLocalkeysRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording localkeys request entity too large response has a 2xx status code

func (*PostRecordingLocalkeysRequestEntityTooLarge) String

type PostRecordingLocalkeysRequestTimeout

type PostRecordingLocalkeysRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingLocalkeysRequestTimeout

func NewPostRecordingLocalkeysRequestTimeout() *PostRecordingLocalkeysRequestTimeout

NewPostRecordingLocalkeysRequestTimeout creates a PostRecordingLocalkeysRequestTimeout with default headers values

func (*PostRecordingLocalkeysRequestTimeout) Error

func (*PostRecordingLocalkeysRequestTimeout) GetPayload

func (*PostRecordingLocalkeysRequestTimeout) IsClientError

func (o *PostRecordingLocalkeysRequestTimeout) IsClientError() bool

IsClientError returns true when this post recording localkeys request timeout response has a 4xx status code

func (*PostRecordingLocalkeysRequestTimeout) IsCode

IsCode returns true when this post recording localkeys request timeout response a status code equal to that given

func (*PostRecordingLocalkeysRequestTimeout) IsRedirect

IsRedirect returns true when this post recording localkeys request timeout response has a 3xx status code

func (*PostRecordingLocalkeysRequestTimeout) IsServerError

func (o *PostRecordingLocalkeysRequestTimeout) IsServerError() bool

IsServerError returns true when this post recording localkeys request timeout response has a 5xx status code

func (*PostRecordingLocalkeysRequestTimeout) IsSuccess

IsSuccess returns true when this post recording localkeys request timeout response has a 2xx status code

func (*PostRecordingLocalkeysRequestTimeout) String

type PostRecordingLocalkeysServiceUnavailable

type PostRecordingLocalkeysServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingLocalkeysServiceUnavailable

func NewPostRecordingLocalkeysServiceUnavailable() *PostRecordingLocalkeysServiceUnavailable

NewPostRecordingLocalkeysServiceUnavailable creates a PostRecordingLocalkeysServiceUnavailable with default headers values

func (*PostRecordingLocalkeysServiceUnavailable) Error

func (*PostRecordingLocalkeysServiceUnavailable) GetPayload

func (*PostRecordingLocalkeysServiceUnavailable) IsClientError

IsClientError returns true when this post recording localkeys service unavailable response has a 4xx status code

func (*PostRecordingLocalkeysServiceUnavailable) IsCode

IsCode returns true when this post recording localkeys service unavailable response a status code equal to that given

func (*PostRecordingLocalkeysServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording localkeys service unavailable response has a 3xx status code

func (*PostRecordingLocalkeysServiceUnavailable) IsServerError

IsServerError returns true when this post recording localkeys service unavailable response has a 5xx status code

func (*PostRecordingLocalkeysServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording localkeys service unavailable response has a 2xx status code

func (*PostRecordingLocalkeysServiceUnavailable) String

type PostRecordingLocalkeysTooManyRequests

type PostRecordingLocalkeysTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingLocalkeysTooManyRequests

func NewPostRecordingLocalkeysTooManyRequests() *PostRecordingLocalkeysTooManyRequests

NewPostRecordingLocalkeysTooManyRequests creates a PostRecordingLocalkeysTooManyRequests with default headers values

func (*PostRecordingLocalkeysTooManyRequests) Error

func (*PostRecordingLocalkeysTooManyRequests) GetPayload

func (*PostRecordingLocalkeysTooManyRequests) IsClientError

func (o *PostRecordingLocalkeysTooManyRequests) IsClientError() bool

IsClientError returns true when this post recording localkeys too many requests response has a 4xx status code

func (*PostRecordingLocalkeysTooManyRequests) IsCode

IsCode returns true when this post recording localkeys too many requests response a status code equal to that given

func (*PostRecordingLocalkeysTooManyRequests) IsRedirect

IsRedirect returns true when this post recording localkeys too many requests response has a 3xx status code

func (*PostRecordingLocalkeysTooManyRequests) IsServerError

func (o *PostRecordingLocalkeysTooManyRequests) IsServerError() bool

IsServerError returns true when this post recording localkeys too many requests response has a 5xx status code

func (*PostRecordingLocalkeysTooManyRequests) IsSuccess

IsSuccess returns true when this post recording localkeys too many requests response has a 2xx status code

func (*PostRecordingLocalkeysTooManyRequests) String

type PostRecordingLocalkeysUnauthorized

type PostRecordingLocalkeysUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingLocalkeysUnauthorized

func NewPostRecordingLocalkeysUnauthorized() *PostRecordingLocalkeysUnauthorized

NewPostRecordingLocalkeysUnauthorized creates a PostRecordingLocalkeysUnauthorized with default headers values

func (*PostRecordingLocalkeysUnauthorized) Error

func (*PostRecordingLocalkeysUnauthorized) GetPayload

func (*PostRecordingLocalkeysUnauthorized) IsClientError

func (o *PostRecordingLocalkeysUnauthorized) IsClientError() bool

IsClientError returns true when this post recording localkeys unauthorized response has a 4xx status code

func (*PostRecordingLocalkeysUnauthorized) IsCode

IsCode returns true when this post recording localkeys unauthorized response a status code equal to that given

func (*PostRecordingLocalkeysUnauthorized) IsRedirect

func (o *PostRecordingLocalkeysUnauthorized) IsRedirect() bool

IsRedirect returns true when this post recording localkeys unauthorized response has a 3xx status code

func (*PostRecordingLocalkeysUnauthorized) IsServerError

func (o *PostRecordingLocalkeysUnauthorized) IsServerError() bool

IsServerError returns true when this post recording localkeys unauthorized response has a 5xx status code

func (*PostRecordingLocalkeysUnauthorized) IsSuccess

IsSuccess returns true when this post recording localkeys unauthorized response has a 2xx status code

func (*PostRecordingLocalkeysUnauthorized) String

type PostRecordingLocalkeysUnsupportedMediaType

type PostRecordingLocalkeysUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingLocalkeysUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingLocalkeysUnsupportedMediaType

func NewPostRecordingLocalkeysUnsupportedMediaType() *PostRecordingLocalkeysUnsupportedMediaType

NewPostRecordingLocalkeysUnsupportedMediaType creates a PostRecordingLocalkeysUnsupportedMediaType with default headers values

func (*PostRecordingLocalkeysUnsupportedMediaType) Error

func (*PostRecordingLocalkeysUnsupportedMediaType) GetPayload

func (*PostRecordingLocalkeysUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording localkeys unsupported media type response has a 4xx status code

func (*PostRecordingLocalkeysUnsupportedMediaType) IsCode

IsCode returns true when this post recording localkeys unsupported media type response a status code equal to that given

func (*PostRecordingLocalkeysUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording localkeys unsupported media type response has a 3xx status code

func (*PostRecordingLocalkeysUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording localkeys unsupported media type response has a 5xx status code

func (*PostRecordingLocalkeysUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording localkeys unsupported media type response has a 2xx status code

func (*PostRecordingLocalkeysUnsupportedMediaType) String

type PostRecordingMediaretentionpoliciesBadRequest

type PostRecordingMediaretentionpoliciesBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingMediaretentionpoliciesBadRequest

func NewPostRecordingMediaretentionpoliciesBadRequest() *PostRecordingMediaretentionpoliciesBadRequest

NewPostRecordingMediaretentionpoliciesBadRequest creates a PostRecordingMediaretentionpoliciesBadRequest with default headers values

func (*PostRecordingMediaretentionpoliciesBadRequest) Error

func (*PostRecordingMediaretentionpoliciesBadRequest) GetPayload

func (*PostRecordingMediaretentionpoliciesBadRequest) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies bad request response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesBadRequest) IsCode

IsCode returns true when this post recording mediaretentionpolicies bad request response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesBadRequest) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies bad request response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesBadRequest) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies bad request response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesBadRequest) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies bad request response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesBadRequest) String

type PostRecordingMediaretentionpoliciesForbidden

type PostRecordingMediaretentionpoliciesForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingMediaretentionpoliciesForbidden

func NewPostRecordingMediaretentionpoliciesForbidden() *PostRecordingMediaretentionpoliciesForbidden

NewPostRecordingMediaretentionpoliciesForbidden creates a PostRecordingMediaretentionpoliciesForbidden with default headers values

func (*PostRecordingMediaretentionpoliciesForbidden) Error

func (*PostRecordingMediaretentionpoliciesForbidden) GetPayload

func (*PostRecordingMediaretentionpoliciesForbidden) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies forbidden response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesForbidden) IsCode

IsCode returns true when this post recording mediaretentionpolicies forbidden response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesForbidden) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies forbidden response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesForbidden) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies forbidden response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesForbidden) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies forbidden response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesForbidden) String

type PostRecordingMediaretentionpoliciesGatewayTimeout

type PostRecordingMediaretentionpoliciesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingMediaretentionpoliciesGatewayTimeout

func NewPostRecordingMediaretentionpoliciesGatewayTimeout() *PostRecordingMediaretentionpoliciesGatewayTimeout

NewPostRecordingMediaretentionpoliciesGatewayTimeout creates a PostRecordingMediaretentionpoliciesGatewayTimeout with default headers values

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) Error

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) GetPayload

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies gateway timeout response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) IsCode

IsCode returns true when this post recording mediaretentionpolicies gateway timeout response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies gateway timeout response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies gateway timeout response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies gateway timeout response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesGatewayTimeout) String

type PostRecordingMediaretentionpoliciesInternalServerError

type PostRecordingMediaretentionpoliciesInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingMediaretentionpoliciesInternalServerError

func NewPostRecordingMediaretentionpoliciesInternalServerError() *PostRecordingMediaretentionpoliciesInternalServerError

NewPostRecordingMediaretentionpoliciesInternalServerError creates a PostRecordingMediaretentionpoliciesInternalServerError with default headers values

func (*PostRecordingMediaretentionpoliciesInternalServerError) Error

func (*PostRecordingMediaretentionpoliciesInternalServerError) GetPayload

func (*PostRecordingMediaretentionpoliciesInternalServerError) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies internal server error response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesInternalServerError) IsCode

IsCode returns true when this post recording mediaretentionpolicies internal server error response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesInternalServerError) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies internal server error response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesInternalServerError) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies internal server error response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesInternalServerError) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies internal server error response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesInternalServerError) String

type PostRecordingMediaretentionpoliciesNotFound

type PostRecordingMediaretentionpoliciesNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingMediaretentionpoliciesNotFound

func NewPostRecordingMediaretentionpoliciesNotFound() *PostRecordingMediaretentionpoliciesNotFound

NewPostRecordingMediaretentionpoliciesNotFound creates a PostRecordingMediaretentionpoliciesNotFound with default headers values

func (*PostRecordingMediaretentionpoliciesNotFound) Error

func (*PostRecordingMediaretentionpoliciesNotFound) GetPayload

func (*PostRecordingMediaretentionpoliciesNotFound) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies not found response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesNotFound) IsCode

IsCode returns true when this post recording mediaretentionpolicies not found response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesNotFound) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies not found response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesNotFound) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies not found response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesNotFound) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies not found response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesNotFound) String

type PostRecordingMediaretentionpoliciesOK

type PostRecordingMediaretentionpoliciesOK struct {
	Payload *models.Policy
}

PostRecordingMediaretentionpoliciesOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingMediaretentionpoliciesOK

func NewPostRecordingMediaretentionpoliciesOK() *PostRecordingMediaretentionpoliciesOK

NewPostRecordingMediaretentionpoliciesOK creates a PostRecordingMediaretentionpoliciesOK with default headers values

func (*PostRecordingMediaretentionpoliciesOK) Error

func (*PostRecordingMediaretentionpoliciesOK) GetPayload

func (*PostRecordingMediaretentionpoliciesOK) IsClientError

func (o *PostRecordingMediaretentionpoliciesOK) IsClientError() bool

IsClientError returns true when this post recording mediaretentionpolicies o k response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesOK) IsCode

IsCode returns true when this post recording mediaretentionpolicies o k response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesOK) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies o k response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesOK) IsServerError

func (o *PostRecordingMediaretentionpoliciesOK) IsServerError() bool

IsServerError returns true when this post recording mediaretentionpolicies o k response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesOK) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies o k response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesOK) String

type PostRecordingMediaretentionpoliciesParams

type PostRecordingMediaretentionpoliciesParams struct {

	/* Body.

	   Policy
	*/
	Body *models.PolicyCreate

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingMediaretentionpoliciesParams contains all the parameters to send to the API endpoint

for the post recording mediaretentionpolicies operation.

Typically these are written to a http.Request.

func NewPostRecordingMediaretentionpoliciesParams

func NewPostRecordingMediaretentionpoliciesParams() *PostRecordingMediaretentionpoliciesParams

NewPostRecordingMediaretentionpoliciesParams creates a new PostRecordingMediaretentionpoliciesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingMediaretentionpoliciesParamsWithContext

func NewPostRecordingMediaretentionpoliciesParamsWithContext(ctx context.Context) *PostRecordingMediaretentionpoliciesParams

NewPostRecordingMediaretentionpoliciesParamsWithContext creates a new PostRecordingMediaretentionpoliciesParams object with the ability to set a context for a request.

func NewPostRecordingMediaretentionpoliciesParamsWithHTTPClient

func NewPostRecordingMediaretentionpoliciesParamsWithHTTPClient(client *http.Client) *PostRecordingMediaretentionpoliciesParams

NewPostRecordingMediaretentionpoliciesParamsWithHTTPClient creates a new PostRecordingMediaretentionpoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingMediaretentionpoliciesParamsWithTimeout

func NewPostRecordingMediaretentionpoliciesParamsWithTimeout(timeout time.Duration) *PostRecordingMediaretentionpoliciesParams

NewPostRecordingMediaretentionpoliciesParamsWithTimeout creates a new PostRecordingMediaretentionpoliciesParams object with the ability to set a timeout on a request.

func (*PostRecordingMediaretentionpoliciesParams) SetBody

SetBody adds the body to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) SetContext

SetContext adds the context to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) SetDefaults

SetDefaults hydrates default values in the post recording mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingMediaretentionpoliciesParams) SetHTTPClient

func (o *PostRecordingMediaretentionpoliciesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) SetTimeout

SetTimeout adds the timeout to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) WithBody

WithBody adds the body to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) WithContext

WithContext adds the context to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) WithDefaults

WithDefaults hydrates default values in the post recording mediaretentionpolicies params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingMediaretentionpoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) WithTimeout

WithTimeout adds the timeout to the post recording mediaretentionpolicies params

func (*PostRecordingMediaretentionpoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingMediaretentionpoliciesReader

type PostRecordingMediaretentionpoliciesReader struct {
	// contains filtered or unexported fields
}

PostRecordingMediaretentionpoliciesReader is a Reader for the PostRecordingMediaretentionpolicies structure.

func (*PostRecordingMediaretentionpoliciesReader) ReadResponse

func (o *PostRecordingMediaretentionpoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingMediaretentionpoliciesRequestEntityTooLarge

type PostRecordingMediaretentionpoliciesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingMediaretentionpoliciesRequestEntityTooLarge

func NewPostRecordingMediaretentionpoliciesRequestEntityTooLarge() *PostRecordingMediaretentionpoliciesRequestEntityTooLarge

NewPostRecordingMediaretentionpoliciesRequestEntityTooLarge creates a PostRecordingMediaretentionpoliciesRequestEntityTooLarge with default headers values

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) Error

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) GetPayload

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies request entity too large response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) IsCode

IsCode returns true when this post recording mediaretentionpolicies request entity too large response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies request entity too large response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies request entity too large response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies request entity too large response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesRequestEntityTooLarge) String

type PostRecordingMediaretentionpoliciesRequestTimeout

type PostRecordingMediaretentionpoliciesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingMediaretentionpoliciesRequestTimeout

func NewPostRecordingMediaretentionpoliciesRequestTimeout() *PostRecordingMediaretentionpoliciesRequestTimeout

NewPostRecordingMediaretentionpoliciesRequestTimeout creates a PostRecordingMediaretentionpoliciesRequestTimeout with default headers values

func (*PostRecordingMediaretentionpoliciesRequestTimeout) Error

func (*PostRecordingMediaretentionpoliciesRequestTimeout) GetPayload

func (*PostRecordingMediaretentionpoliciesRequestTimeout) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies request timeout response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesRequestTimeout) IsCode

IsCode returns true when this post recording mediaretentionpolicies request timeout response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesRequestTimeout) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies request timeout response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesRequestTimeout) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies request timeout response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesRequestTimeout) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies request timeout response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesRequestTimeout) String

type PostRecordingMediaretentionpoliciesServiceUnavailable

type PostRecordingMediaretentionpoliciesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingMediaretentionpoliciesServiceUnavailable

func NewPostRecordingMediaretentionpoliciesServiceUnavailable() *PostRecordingMediaretentionpoliciesServiceUnavailable

NewPostRecordingMediaretentionpoliciesServiceUnavailable creates a PostRecordingMediaretentionpoliciesServiceUnavailable with default headers values

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) Error

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) GetPayload

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies service unavailable response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) IsCode

IsCode returns true when this post recording mediaretentionpolicies service unavailable response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies service unavailable response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies service unavailable response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies service unavailable response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesServiceUnavailable) String

type PostRecordingMediaretentionpoliciesTooManyRequests

type PostRecordingMediaretentionpoliciesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingMediaretentionpoliciesTooManyRequests

func NewPostRecordingMediaretentionpoliciesTooManyRequests() *PostRecordingMediaretentionpoliciesTooManyRequests

NewPostRecordingMediaretentionpoliciesTooManyRequests creates a PostRecordingMediaretentionpoliciesTooManyRequests with default headers values

func (*PostRecordingMediaretentionpoliciesTooManyRequests) Error

func (*PostRecordingMediaretentionpoliciesTooManyRequests) GetPayload

func (*PostRecordingMediaretentionpoliciesTooManyRequests) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies too many requests response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesTooManyRequests) IsCode

IsCode returns true when this post recording mediaretentionpolicies too many requests response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesTooManyRequests) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies too many requests response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesTooManyRequests) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies too many requests response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesTooManyRequests) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies too many requests response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesTooManyRequests) String

type PostRecordingMediaretentionpoliciesUnauthorized

type PostRecordingMediaretentionpoliciesUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingMediaretentionpoliciesUnauthorized

func NewPostRecordingMediaretentionpoliciesUnauthorized() *PostRecordingMediaretentionpoliciesUnauthorized

NewPostRecordingMediaretentionpoliciesUnauthorized creates a PostRecordingMediaretentionpoliciesUnauthorized with default headers values

func (*PostRecordingMediaretentionpoliciesUnauthorized) Error

func (*PostRecordingMediaretentionpoliciesUnauthorized) GetPayload

func (*PostRecordingMediaretentionpoliciesUnauthorized) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies unauthorized response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesUnauthorized) IsCode

IsCode returns true when this post recording mediaretentionpolicies unauthorized response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesUnauthorized) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies unauthorized response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesUnauthorized) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies unauthorized response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesUnauthorized) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies unauthorized response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesUnauthorized) String

type PostRecordingMediaretentionpoliciesUnsupportedMediaType

type PostRecordingMediaretentionpoliciesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingMediaretentionpoliciesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingMediaretentionpoliciesUnsupportedMediaType

func NewPostRecordingMediaretentionpoliciesUnsupportedMediaType() *PostRecordingMediaretentionpoliciesUnsupportedMediaType

NewPostRecordingMediaretentionpoliciesUnsupportedMediaType creates a PostRecordingMediaretentionpoliciesUnsupportedMediaType with default headers values

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) Error

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) GetPayload

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording mediaretentionpolicies unsupported media type response has a 4xx status code

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) IsCode

IsCode returns true when this post recording mediaretentionpolicies unsupported media type response a status code equal to that given

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording mediaretentionpolicies unsupported media type response has a 3xx status code

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording mediaretentionpolicies unsupported media type response has a 5xx status code

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording mediaretentionpolicies unsupported media type response has a 2xx status code

func (*PostRecordingMediaretentionpoliciesUnsupportedMediaType) String

type PostRecordingRecordingkeysBadRequest

type PostRecordingRecordingkeysBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingRecordingkeysBadRequest

func NewPostRecordingRecordingkeysBadRequest() *PostRecordingRecordingkeysBadRequest

NewPostRecordingRecordingkeysBadRequest creates a PostRecordingRecordingkeysBadRequest with default headers values

func (*PostRecordingRecordingkeysBadRequest) Error

func (*PostRecordingRecordingkeysBadRequest) GetPayload

func (*PostRecordingRecordingkeysBadRequest) IsClientError

func (o *PostRecordingRecordingkeysBadRequest) IsClientError() bool

IsClientError returns true when this post recording recordingkeys bad request response has a 4xx status code

func (*PostRecordingRecordingkeysBadRequest) IsCode

IsCode returns true when this post recording recordingkeys bad request response a status code equal to that given

func (*PostRecordingRecordingkeysBadRequest) IsRedirect

IsRedirect returns true when this post recording recordingkeys bad request response has a 3xx status code

func (*PostRecordingRecordingkeysBadRequest) IsServerError

func (o *PostRecordingRecordingkeysBadRequest) IsServerError() bool

IsServerError returns true when this post recording recordingkeys bad request response has a 5xx status code

func (*PostRecordingRecordingkeysBadRequest) IsSuccess

IsSuccess returns true when this post recording recordingkeys bad request response has a 2xx status code

func (*PostRecordingRecordingkeysBadRequest) String

type PostRecordingRecordingkeysForbidden

type PostRecordingRecordingkeysForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingRecordingkeysForbidden

func NewPostRecordingRecordingkeysForbidden() *PostRecordingRecordingkeysForbidden

NewPostRecordingRecordingkeysForbidden creates a PostRecordingRecordingkeysForbidden with default headers values

func (*PostRecordingRecordingkeysForbidden) Error

func (*PostRecordingRecordingkeysForbidden) GetPayload

func (*PostRecordingRecordingkeysForbidden) IsClientError

func (o *PostRecordingRecordingkeysForbidden) IsClientError() bool

IsClientError returns true when this post recording recordingkeys forbidden response has a 4xx status code

func (*PostRecordingRecordingkeysForbidden) IsCode

IsCode returns true when this post recording recordingkeys forbidden response a status code equal to that given

func (*PostRecordingRecordingkeysForbidden) IsRedirect

func (o *PostRecordingRecordingkeysForbidden) IsRedirect() bool

IsRedirect returns true when this post recording recordingkeys forbidden response has a 3xx status code

func (*PostRecordingRecordingkeysForbidden) IsServerError

func (o *PostRecordingRecordingkeysForbidden) IsServerError() bool

IsServerError returns true when this post recording recordingkeys forbidden response has a 5xx status code

func (*PostRecordingRecordingkeysForbidden) IsSuccess

IsSuccess returns true when this post recording recordingkeys forbidden response has a 2xx status code

func (*PostRecordingRecordingkeysForbidden) String

type PostRecordingRecordingkeysGatewayTimeout

type PostRecordingRecordingkeysGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingRecordingkeysGatewayTimeout

func NewPostRecordingRecordingkeysGatewayTimeout() *PostRecordingRecordingkeysGatewayTimeout

NewPostRecordingRecordingkeysGatewayTimeout creates a PostRecordingRecordingkeysGatewayTimeout with default headers values

func (*PostRecordingRecordingkeysGatewayTimeout) Error

func (*PostRecordingRecordingkeysGatewayTimeout) GetPayload

func (*PostRecordingRecordingkeysGatewayTimeout) IsClientError

IsClientError returns true when this post recording recordingkeys gateway timeout response has a 4xx status code

func (*PostRecordingRecordingkeysGatewayTimeout) IsCode

IsCode returns true when this post recording recordingkeys gateway timeout response a status code equal to that given

func (*PostRecordingRecordingkeysGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording recordingkeys gateway timeout response has a 3xx status code

func (*PostRecordingRecordingkeysGatewayTimeout) IsServerError

IsServerError returns true when this post recording recordingkeys gateway timeout response has a 5xx status code

func (*PostRecordingRecordingkeysGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording recordingkeys gateway timeout response has a 2xx status code

func (*PostRecordingRecordingkeysGatewayTimeout) String

type PostRecordingRecordingkeysInternalServerError

type PostRecordingRecordingkeysInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingRecordingkeysInternalServerError

func NewPostRecordingRecordingkeysInternalServerError() *PostRecordingRecordingkeysInternalServerError

NewPostRecordingRecordingkeysInternalServerError creates a PostRecordingRecordingkeysInternalServerError with default headers values

func (*PostRecordingRecordingkeysInternalServerError) Error

func (*PostRecordingRecordingkeysInternalServerError) GetPayload

func (*PostRecordingRecordingkeysInternalServerError) IsClientError

IsClientError returns true when this post recording recordingkeys internal server error response has a 4xx status code

func (*PostRecordingRecordingkeysInternalServerError) IsCode

IsCode returns true when this post recording recordingkeys internal server error response a status code equal to that given

func (*PostRecordingRecordingkeysInternalServerError) IsRedirect

IsRedirect returns true when this post recording recordingkeys internal server error response has a 3xx status code

func (*PostRecordingRecordingkeysInternalServerError) IsServerError

IsServerError returns true when this post recording recordingkeys internal server error response has a 5xx status code

func (*PostRecordingRecordingkeysInternalServerError) IsSuccess

IsSuccess returns true when this post recording recordingkeys internal server error response has a 2xx status code

func (*PostRecordingRecordingkeysInternalServerError) String

type PostRecordingRecordingkeysNotFound

type PostRecordingRecordingkeysNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingRecordingkeysNotFound

func NewPostRecordingRecordingkeysNotFound() *PostRecordingRecordingkeysNotFound

NewPostRecordingRecordingkeysNotFound creates a PostRecordingRecordingkeysNotFound with default headers values

func (*PostRecordingRecordingkeysNotFound) Error

func (*PostRecordingRecordingkeysNotFound) GetPayload

func (*PostRecordingRecordingkeysNotFound) IsClientError

func (o *PostRecordingRecordingkeysNotFound) IsClientError() bool

IsClientError returns true when this post recording recordingkeys not found response has a 4xx status code

func (*PostRecordingRecordingkeysNotFound) IsCode

IsCode returns true when this post recording recordingkeys not found response a status code equal to that given

func (*PostRecordingRecordingkeysNotFound) IsRedirect

func (o *PostRecordingRecordingkeysNotFound) IsRedirect() bool

IsRedirect returns true when this post recording recordingkeys not found response has a 3xx status code

func (*PostRecordingRecordingkeysNotFound) IsServerError

func (o *PostRecordingRecordingkeysNotFound) IsServerError() bool

IsServerError returns true when this post recording recordingkeys not found response has a 5xx status code

func (*PostRecordingRecordingkeysNotFound) IsSuccess

IsSuccess returns true when this post recording recordingkeys not found response has a 2xx status code

func (*PostRecordingRecordingkeysNotFound) String

type PostRecordingRecordingkeysOK

type PostRecordingRecordingkeysOK struct {
	Payload *models.EncryptionKey
}

PostRecordingRecordingkeysOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingRecordingkeysOK

func NewPostRecordingRecordingkeysOK() *PostRecordingRecordingkeysOK

NewPostRecordingRecordingkeysOK creates a PostRecordingRecordingkeysOK with default headers values

func (*PostRecordingRecordingkeysOK) Error

func (*PostRecordingRecordingkeysOK) GetPayload

func (*PostRecordingRecordingkeysOK) IsClientError

func (o *PostRecordingRecordingkeysOK) IsClientError() bool

IsClientError returns true when this post recording recordingkeys o k response has a 4xx status code

func (*PostRecordingRecordingkeysOK) IsCode

func (o *PostRecordingRecordingkeysOK) IsCode(code int) bool

IsCode returns true when this post recording recordingkeys o k response a status code equal to that given

func (*PostRecordingRecordingkeysOK) IsRedirect

func (o *PostRecordingRecordingkeysOK) IsRedirect() bool

IsRedirect returns true when this post recording recordingkeys o k response has a 3xx status code

func (*PostRecordingRecordingkeysOK) IsServerError

func (o *PostRecordingRecordingkeysOK) IsServerError() bool

IsServerError returns true when this post recording recordingkeys o k response has a 5xx status code

func (*PostRecordingRecordingkeysOK) IsSuccess

func (o *PostRecordingRecordingkeysOK) IsSuccess() bool

IsSuccess returns true when this post recording recordingkeys o k response has a 2xx status code

func (*PostRecordingRecordingkeysOK) String

type PostRecordingRecordingkeysParams

type PostRecordingRecordingkeysParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingRecordingkeysParams contains all the parameters to send to the API endpoint

for the post recording recordingkeys operation.

Typically these are written to a http.Request.

func NewPostRecordingRecordingkeysParams

func NewPostRecordingRecordingkeysParams() *PostRecordingRecordingkeysParams

NewPostRecordingRecordingkeysParams creates a new PostRecordingRecordingkeysParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingRecordingkeysParamsWithContext

func NewPostRecordingRecordingkeysParamsWithContext(ctx context.Context) *PostRecordingRecordingkeysParams

NewPostRecordingRecordingkeysParamsWithContext creates a new PostRecordingRecordingkeysParams object with the ability to set a context for a request.

func NewPostRecordingRecordingkeysParamsWithHTTPClient

func NewPostRecordingRecordingkeysParamsWithHTTPClient(client *http.Client) *PostRecordingRecordingkeysParams

NewPostRecordingRecordingkeysParamsWithHTTPClient creates a new PostRecordingRecordingkeysParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingRecordingkeysParamsWithTimeout

func NewPostRecordingRecordingkeysParamsWithTimeout(timeout time.Duration) *PostRecordingRecordingkeysParams

NewPostRecordingRecordingkeysParamsWithTimeout creates a new PostRecordingRecordingkeysParams object with the ability to set a timeout on a request.

func (*PostRecordingRecordingkeysParams) SetContext

SetContext adds the context to the post recording recordingkeys params

func (*PostRecordingRecordingkeysParams) SetDefaults

func (o *PostRecordingRecordingkeysParams) SetDefaults()

SetDefaults hydrates default values in the post recording recordingkeys params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingRecordingkeysParams) SetHTTPClient

func (o *PostRecordingRecordingkeysParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording recordingkeys params

func (*PostRecordingRecordingkeysParams) SetTimeout

func (o *PostRecordingRecordingkeysParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recording recordingkeys params

func (*PostRecordingRecordingkeysParams) WithContext

WithContext adds the context to the post recording recordingkeys params

func (*PostRecordingRecordingkeysParams) WithDefaults

WithDefaults hydrates default values in the post recording recordingkeys params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingRecordingkeysParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording recordingkeys params

func (*PostRecordingRecordingkeysParams) WithTimeout

WithTimeout adds the timeout to the post recording recordingkeys params

func (*PostRecordingRecordingkeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingRecordingkeysReader

type PostRecordingRecordingkeysReader struct {
	// contains filtered or unexported fields
}

PostRecordingRecordingkeysReader is a Reader for the PostRecordingRecordingkeys structure.

func (*PostRecordingRecordingkeysReader) ReadResponse

func (o *PostRecordingRecordingkeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingRecordingkeysRequestEntityTooLarge

type PostRecordingRecordingkeysRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingRecordingkeysRequestEntityTooLarge

func NewPostRecordingRecordingkeysRequestEntityTooLarge() *PostRecordingRecordingkeysRequestEntityTooLarge

NewPostRecordingRecordingkeysRequestEntityTooLarge creates a PostRecordingRecordingkeysRequestEntityTooLarge with default headers values

func (*PostRecordingRecordingkeysRequestEntityTooLarge) Error

func (*PostRecordingRecordingkeysRequestEntityTooLarge) GetPayload

func (*PostRecordingRecordingkeysRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording recordingkeys request entity too large response has a 4xx status code

func (*PostRecordingRecordingkeysRequestEntityTooLarge) IsCode

IsCode returns true when this post recording recordingkeys request entity too large response a status code equal to that given

func (*PostRecordingRecordingkeysRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording recordingkeys request entity too large response has a 3xx status code

func (*PostRecordingRecordingkeysRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording recordingkeys request entity too large response has a 5xx status code

func (*PostRecordingRecordingkeysRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording recordingkeys request entity too large response has a 2xx status code

func (*PostRecordingRecordingkeysRequestEntityTooLarge) String

type PostRecordingRecordingkeysRequestTimeout

type PostRecordingRecordingkeysRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingRecordingkeysRequestTimeout

func NewPostRecordingRecordingkeysRequestTimeout() *PostRecordingRecordingkeysRequestTimeout

NewPostRecordingRecordingkeysRequestTimeout creates a PostRecordingRecordingkeysRequestTimeout with default headers values

func (*PostRecordingRecordingkeysRequestTimeout) Error

func (*PostRecordingRecordingkeysRequestTimeout) GetPayload

func (*PostRecordingRecordingkeysRequestTimeout) IsClientError

IsClientError returns true when this post recording recordingkeys request timeout response has a 4xx status code

func (*PostRecordingRecordingkeysRequestTimeout) IsCode

IsCode returns true when this post recording recordingkeys request timeout response a status code equal to that given

func (*PostRecordingRecordingkeysRequestTimeout) IsRedirect

IsRedirect returns true when this post recording recordingkeys request timeout response has a 3xx status code

func (*PostRecordingRecordingkeysRequestTimeout) IsServerError

IsServerError returns true when this post recording recordingkeys request timeout response has a 5xx status code

func (*PostRecordingRecordingkeysRequestTimeout) IsSuccess

IsSuccess returns true when this post recording recordingkeys request timeout response has a 2xx status code

func (*PostRecordingRecordingkeysRequestTimeout) String

type PostRecordingRecordingkeysServiceUnavailable

type PostRecordingRecordingkeysServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingRecordingkeysServiceUnavailable

func NewPostRecordingRecordingkeysServiceUnavailable() *PostRecordingRecordingkeysServiceUnavailable

NewPostRecordingRecordingkeysServiceUnavailable creates a PostRecordingRecordingkeysServiceUnavailable with default headers values

func (*PostRecordingRecordingkeysServiceUnavailable) Error

func (*PostRecordingRecordingkeysServiceUnavailable) GetPayload

func (*PostRecordingRecordingkeysServiceUnavailable) IsClientError

IsClientError returns true when this post recording recordingkeys service unavailable response has a 4xx status code

func (*PostRecordingRecordingkeysServiceUnavailable) IsCode

IsCode returns true when this post recording recordingkeys service unavailable response a status code equal to that given

func (*PostRecordingRecordingkeysServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording recordingkeys service unavailable response has a 3xx status code

func (*PostRecordingRecordingkeysServiceUnavailable) IsServerError

IsServerError returns true when this post recording recordingkeys service unavailable response has a 5xx status code

func (*PostRecordingRecordingkeysServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording recordingkeys service unavailable response has a 2xx status code

func (*PostRecordingRecordingkeysServiceUnavailable) String

type PostRecordingRecordingkeysTooManyRequests

type PostRecordingRecordingkeysTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingRecordingkeysTooManyRequests

func NewPostRecordingRecordingkeysTooManyRequests() *PostRecordingRecordingkeysTooManyRequests

NewPostRecordingRecordingkeysTooManyRequests creates a PostRecordingRecordingkeysTooManyRequests with default headers values

func (*PostRecordingRecordingkeysTooManyRequests) Error

func (*PostRecordingRecordingkeysTooManyRequests) GetPayload

func (*PostRecordingRecordingkeysTooManyRequests) IsClientError

IsClientError returns true when this post recording recordingkeys too many requests response has a 4xx status code

func (*PostRecordingRecordingkeysTooManyRequests) IsCode

IsCode returns true when this post recording recordingkeys too many requests response a status code equal to that given

func (*PostRecordingRecordingkeysTooManyRequests) IsRedirect

IsRedirect returns true when this post recording recordingkeys too many requests response has a 3xx status code

func (*PostRecordingRecordingkeysTooManyRequests) IsServerError

IsServerError returns true when this post recording recordingkeys too many requests response has a 5xx status code

func (*PostRecordingRecordingkeysTooManyRequests) IsSuccess

IsSuccess returns true when this post recording recordingkeys too many requests response has a 2xx status code

func (*PostRecordingRecordingkeysTooManyRequests) String

type PostRecordingRecordingkeysUnauthorized

type PostRecordingRecordingkeysUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingRecordingkeysUnauthorized

func NewPostRecordingRecordingkeysUnauthorized() *PostRecordingRecordingkeysUnauthorized

NewPostRecordingRecordingkeysUnauthorized creates a PostRecordingRecordingkeysUnauthorized with default headers values

func (*PostRecordingRecordingkeysUnauthorized) Error

func (*PostRecordingRecordingkeysUnauthorized) GetPayload

func (*PostRecordingRecordingkeysUnauthorized) IsClientError

func (o *PostRecordingRecordingkeysUnauthorized) IsClientError() bool

IsClientError returns true when this post recording recordingkeys unauthorized response has a 4xx status code

func (*PostRecordingRecordingkeysUnauthorized) IsCode

IsCode returns true when this post recording recordingkeys unauthorized response a status code equal to that given

func (*PostRecordingRecordingkeysUnauthorized) IsRedirect

IsRedirect returns true when this post recording recordingkeys unauthorized response has a 3xx status code

func (*PostRecordingRecordingkeysUnauthorized) IsServerError

func (o *PostRecordingRecordingkeysUnauthorized) IsServerError() bool

IsServerError returns true when this post recording recordingkeys unauthorized response has a 5xx status code

func (*PostRecordingRecordingkeysUnauthorized) IsSuccess

IsSuccess returns true when this post recording recordingkeys unauthorized response has a 2xx status code

func (*PostRecordingRecordingkeysUnauthorized) String

type PostRecordingRecordingkeysUnsupportedMediaType

type PostRecordingRecordingkeysUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingRecordingkeysUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingRecordingkeysUnsupportedMediaType

func NewPostRecordingRecordingkeysUnsupportedMediaType() *PostRecordingRecordingkeysUnsupportedMediaType

NewPostRecordingRecordingkeysUnsupportedMediaType creates a PostRecordingRecordingkeysUnsupportedMediaType with default headers values

func (*PostRecordingRecordingkeysUnsupportedMediaType) Error

func (*PostRecordingRecordingkeysUnsupportedMediaType) GetPayload

func (*PostRecordingRecordingkeysUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording recordingkeys unsupported media type response has a 4xx status code

func (*PostRecordingRecordingkeysUnsupportedMediaType) IsCode

IsCode returns true when this post recording recordingkeys unsupported media type response a status code equal to that given

func (*PostRecordingRecordingkeysUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording recordingkeys unsupported media type response has a 3xx status code

func (*PostRecordingRecordingkeysUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording recordingkeys unsupported media type response has a 5xx status code

func (*PostRecordingRecordingkeysUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording recordingkeys unsupported media type response has a 2xx status code

func (*PostRecordingRecordingkeysUnsupportedMediaType) String

type PostRecordingUploadsReportsAccepted

type PostRecordingUploadsReportsAccepted struct {
	Payload *models.RecordingUploadReport
}

PostRecordingUploadsReportsAccepted describes a response with status code 202, with default header values.

Accepted - preparing report.

func NewPostRecordingUploadsReportsAccepted

func NewPostRecordingUploadsReportsAccepted() *PostRecordingUploadsReportsAccepted

NewPostRecordingUploadsReportsAccepted creates a PostRecordingUploadsReportsAccepted with default headers values

func (*PostRecordingUploadsReportsAccepted) Error

func (*PostRecordingUploadsReportsAccepted) GetPayload

func (*PostRecordingUploadsReportsAccepted) IsClientError

func (o *PostRecordingUploadsReportsAccepted) IsClientError() bool

IsClientError returns true when this post recording uploads reports accepted response has a 4xx status code

func (*PostRecordingUploadsReportsAccepted) IsCode

IsCode returns true when this post recording uploads reports accepted response a status code equal to that given

func (*PostRecordingUploadsReportsAccepted) IsRedirect

func (o *PostRecordingUploadsReportsAccepted) IsRedirect() bool

IsRedirect returns true when this post recording uploads reports accepted response has a 3xx status code

func (*PostRecordingUploadsReportsAccepted) IsServerError

func (o *PostRecordingUploadsReportsAccepted) IsServerError() bool

IsServerError returns true when this post recording uploads reports accepted response has a 5xx status code

func (*PostRecordingUploadsReportsAccepted) IsSuccess

IsSuccess returns true when this post recording uploads reports accepted response has a 2xx status code

func (*PostRecordingUploadsReportsAccepted) String

type PostRecordingUploadsReportsBadRequest

type PostRecordingUploadsReportsBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingUploadsReportsBadRequest

func NewPostRecordingUploadsReportsBadRequest() *PostRecordingUploadsReportsBadRequest

NewPostRecordingUploadsReportsBadRequest creates a PostRecordingUploadsReportsBadRequest with default headers values

func (*PostRecordingUploadsReportsBadRequest) Error

func (*PostRecordingUploadsReportsBadRequest) GetPayload

func (*PostRecordingUploadsReportsBadRequest) IsClientError

func (o *PostRecordingUploadsReportsBadRequest) IsClientError() bool

IsClientError returns true when this post recording uploads reports bad request response has a 4xx status code

func (*PostRecordingUploadsReportsBadRequest) IsCode

IsCode returns true when this post recording uploads reports bad request response a status code equal to that given

func (*PostRecordingUploadsReportsBadRequest) IsRedirect

IsRedirect returns true when this post recording uploads reports bad request response has a 3xx status code

func (*PostRecordingUploadsReportsBadRequest) IsServerError

func (o *PostRecordingUploadsReportsBadRequest) IsServerError() bool

IsServerError returns true when this post recording uploads reports bad request response has a 5xx status code

func (*PostRecordingUploadsReportsBadRequest) IsSuccess

IsSuccess returns true when this post recording uploads reports bad request response has a 2xx status code

func (*PostRecordingUploadsReportsBadRequest) String

type PostRecordingUploadsReportsForbidden

type PostRecordingUploadsReportsForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingUploadsReportsForbidden

func NewPostRecordingUploadsReportsForbidden() *PostRecordingUploadsReportsForbidden

NewPostRecordingUploadsReportsForbidden creates a PostRecordingUploadsReportsForbidden with default headers values

func (*PostRecordingUploadsReportsForbidden) Error

func (*PostRecordingUploadsReportsForbidden) GetPayload

func (*PostRecordingUploadsReportsForbidden) IsClientError

func (o *PostRecordingUploadsReportsForbidden) IsClientError() bool

IsClientError returns true when this post recording uploads reports forbidden response has a 4xx status code

func (*PostRecordingUploadsReportsForbidden) IsCode

IsCode returns true when this post recording uploads reports forbidden response a status code equal to that given

func (*PostRecordingUploadsReportsForbidden) IsRedirect

IsRedirect returns true when this post recording uploads reports forbidden response has a 3xx status code

func (*PostRecordingUploadsReportsForbidden) IsServerError

func (o *PostRecordingUploadsReportsForbidden) IsServerError() bool

IsServerError returns true when this post recording uploads reports forbidden response has a 5xx status code

func (*PostRecordingUploadsReportsForbidden) IsSuccess

IsSuccess returns true when this post recording uploads reports forbidden response has a 2xx status code

func (*PostRecordingUploadsReportsForbidden) String

type PostRecordingUploadsReportsGatewayTimeout

type PostRecordingUploadsReportsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingUploadsReportsGatewayTimeout

func NewPostRecordingUploadsReportsGatewayTimeout() *PostRecordingUploadsReportsGatewayTimeout

NewPostRecordingUploadsReportsGatewayTimeout creates a PostRecordingUploadsReportsGatewayTimeout with default headers values

func (*PostRecordingUploadsReportsGatewayTimeout) Error

func (*PostRecordingUploadsReportsGatewayTimeout) GetPayload

func (*PostRecordingUploadsReportsGatewayTimeout) IsClientError

IsClientError returns true when this post recording uploads reports gateway timeout response has a 4xx status code

func (*PostRecordingUploadsReportsGatewayTimeout) IsCode

IsCode returns true when this post recording uploads reports gateway timeout response a status code equal to that given

func (*PostRecordingUploadsReportsGatewayTimeout) IsRedirect

IsRedirect returns true when this post recording uploads reports gateway timeout response has a 3xx status code

func (*PostRecordingUploadsReportsGatewayTimeout) IsServerError

IsServerError returns true when this post recording uploads reports gateway timeout response has a 5xx status code

func (*PostRecordingUploadsReportsGatewayTimeout) IsSuccess

IsSuccess returns true when this post recording uploads reports gateway timeout response has a 2xx status code

func (*PostRecordingUploadsReportsGatewayTimeout) String

type PostRecordingUploadsReportsInternalServerError

type PostRecordingUploadsReportsInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingUploadsReportsInternalServerError

func NewPostRecordingUploadsReportsInternalServerError() *PostRecordingUploadsReportsInternalServerError

NewPostRecordingUploadsReportsInternalServerError creates a PostRecordingUploadsReportsInternalServerError with default headers values

func (*PostRecordingUploadsReportsInternalServerError) Error

func (*PostRecordingUploadsReportsInternalServerError) GetPayload

func (*PostRecordingUploadsReportsInternalServerError) IsClientError

IsClientError returns true when this post recording uploads reports internal server error response has a 4xx status code

func (*PostRecordingUploadsReportsInternalServerError) IsCode

IsCode returns true when this post recording uploads reports internal server error response a status code equal to that given

func (*PostRecordingUploadsReportsInternalServerError) IsRedirect

IsRedirect returns true when this post recording uploads reports internal server error response has a 3xx status code

func (*PostRecordingUploadsReportsInternalServerError) IsServerError

IsServerError returns true when this post recording uploads reports internal server error response has a 5xx status code

func (*PostRecordingUploadsReportsInternalServerError) IsSuccess

IsSuccess returns true when this post recording uploads reports internal server error response has a 2xx status code

func (*PostRecordingUploadsReportsInternalServerError) String

type PostRecordingUploadsReportsNotFound

type PostRecordingUploadsReportsNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingUploadsReportsNotFound

func NewPostRecordingUploadsReportsNotFound() *PostRecordingUploadsReportsNotFound

NewPostRecordingUploadsReportsNotFound creates a PostRecordingUploadsReportsNotFound with default headers values

func (*PostRecordingUploadsReportsNotFound) Error

func (*PostRecordingUploadsReportsNotFound) GetPayload

func (*PostRecordingUploadsReportsNotFound) IsClientError

func (o *PostRecordingUploadsReportsNotFound) IsClientError() bool

IsClientError returns true when this post recording uploads reports not found response has a 4xx status code

func (*PostRecordingUploadsReportsNotFound) IsCode

IsCode returns true when this post recording uploads reports not found response a status code equal to that given

func (*PostRecordingUploadsReportsNotFound) IsRedirect

func (o *PostRecordingUploadsReportsNotFound) IsRedirect() bool

IsRedirect returns true when this post recording uploads reports not found response has a 3xx status code

func (*PostRecordingUploadsReportsNotFound) IsServerError

func (o *PostRecordingUploadsReportsNotFound) IsServerError() bool

IsServerError returns true when this post recording uploads reports not found response has a 5xx status code

func (*PostRecordingUploadsReportsNotFound) IsSuccess

IsSuccess returns true when this post recording uploads reports not found response has a 2xx status code

func (*PostRecordingUploadsReportsNotFound) String

type PostRecordingUploadsReportsParams

type PostRecordingUploadsReportsParams struct {

	/* Body.

	   Report parameters
	*/
	Body *models.RecordingUploadReportRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingUploadsReportsParams contains all the parameters to send to the API endpoint

for the post recording uploads reports operation.

Typically these are written to a http.Request.

func NewPostRecordingUploadsReportsParams

func NewPostRecordingUploadsReportsParams() *PostRecordingUploadsReportsParams

NewPostRecordingUploadsReportsParams creates a new PostRecordingUploadsReportsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingUploadsReportsParamsWithContext

func NewPostRecordingUploadsReportsParamsWithContext(ctx context.Context) *PostRecordingUploadsReportsParams

NewPostRecordingUploadsReportsParamsWithContext creates a new PostRecordingUploadsReportsParams object with the ability to set a context for a request.

func NewPostRecordingUploadsReportsParamsWithHTTPClient

func NewPostRecordingUploadsReportsParamsWithHTTPClient(client *http.Client) *PostRecordingUploadsReportsParams

NewPostRecordingUploadsReportsParamsWithHTTPClient creates a new PostRecordingUploadsReportsParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingUploadsReportsParamsWithTimeout

func NewPostRecordingUploadsReportsParamsWithTimeout(timeout time.Duration) *PostRecordingUploadsReportsParams

NewPostRecordingUploadsReportsParamsWithTimeout creates a new PostRecordingUploadsReportsParams object with the ability to set a timeout on a request.

func (*PostRecordingUploadsReportsParams) SetBody

SetBody adds the body to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) SetContext

SetContext adds the context to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) SetDefaults

func (o *PostRecordingUploadsReportsParams) SetDefaults()

SetDefaults hydrates default values in the post recording uploads reports params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingUploadsReportsParams) SetHTTPClient

func (o *PostRecordingUploadsReportsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) SetTimeout

func (o *PostRecordingUploadsReportsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) WithBody

WithBody adds the body to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) WithContext

WithContext adds the context to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) WithDefaults

WithDefaults hydrates default values in the post recording uploads reports params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingUploadsReportsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) WithTimeout

WithTimeout adds the timeout to the post recording uploads reports params

func (*PostRecordingUploadsReportsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingUploadsReportsReader

type PostRecordingUploadsReportsReader struct {
	// contains filtered or unexported fields
}

PostRecordingUploadsReportsReader is a Reader for the PostRecordingUploadsReports structure.

func (*PostRecordingUploadsReportsReader) ReadResponse

func (o *PostRecordingUploadsReportsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingUploadsReportsRequestEntityTooLarge

type PostRecordingUploadsReportsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingUploadsReportsRequestEntityTooLarge

func NewPostRecordingUploadsReportsRequestEntityTooLarge() *PostRecordingUploadsReportsRequestEntityTooLarge

NewPostRecordingUploadsReportsRequestEntityTooLarge creates a PostRecordingUploadsReportsRequestEntityTooLarge with default headers values

func (*PostRecordingUploadsReportsRequestEntityTooLarge) Error

func (*PostRecordingUploadsReportsRequestEntityTooLarge) GetPayload

func (*PostRecordingUploadsReportsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recording uploads reports request entity too large response has a 4xx status code

func (*PostRecordingUploadsReportsRequestEntityTooLarge) IsCode

IsCode returns true when this post recording uploads reports request entity too large response a status code equal to that given

func (*PostRecordingUploadsReportsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recording uploads reports request entity too large response has a 3xx status code

func (*PostRecordingUploadsReportsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recording uploads reports request entity too large response has a 5xx status code

func (*PostRecordingUploadsReportsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recording uploads reports request entity too large response has a 2xx status code

func (*PostRecordingUploadsReportsRequestEntityTooLarge) String

type PostRecordingUploadsReportsRequestTimeout

type PostRecordingUploadsReportsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingUploadsReportsRequestTimeout

func NewPostRecordingUploadsReportsRequestTimeout() *PostRecordingUploadsReportsRequestTimeout

NewPostRecordingUploadsReportsRequestTimeout creates a PostRecordingUploadsReportsRequestTimeout with default headers values

func (*PostRecordingUploadsReportsRequestTimeout) Error

func (*PostRecordingUploadsReportsRequestTimeout) GetPayload

func (*PostRecordingUploadsReportsRequestTimeout) IsClientError

IsClientError returns true when this post recording uploads reports request timeout response has a 4xx status code

func (*PostRecordingUploadsReportsRequestTimeout) IsCode

IsCode returns true when this post recording uploads reports request timeout response a status code equal to that given

func (*PostRecordingUploadsReportsRequestTimeout) IsRedirect

IsRedirect returns true when this post recording uploads reports request timeout response has a 3xx status code

func (*PostRecordingUploadsReportsRequestTimeout) IsServerError

IsServerError returns true when this post recording uploads reports request timeout response has a 5xx status code

func (*PostRecordingUploadsReportsRequestTimeout) IsSuccess

IsSuccess returns true when this post recording uploads reports request timeout response has a 2xx status code

func (*PostRecordingUploadsReportsRequestTimeout) String

type PostRecordingUploadsReportsServiceUnavailable

type PostRecordingUploadsReportsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingUploadsReportsServiceUnavailable

func NewPostRecordingUploadsReportsServiceUnavailable() *PostRecordingUploadsReportsServiceUnavailable

NewPostRecordingUploadsReportsServiceUnavailable creates a PostRecordingUploadsReportsServiceUnavailable with default headers values

func (*PostRecordingUploadsReportsServiceUnavailable) Error

func (*PostRecordingUploadsReportsServiceUnavailable) GetPayload

func (*PostRecordingUploadsReportsServiceUnavailable) IsClientError

IsClientError returns true when this post recording uploads reports service unavailable response has a 4xx status code

func (*PostRecordingUploadsReportsServiceUnavailable) IsCode

IsCode returns true when this post recording uploads reports service unavailable response a status code equal to that given

func (*PostRecordingUploadsReportsServiceUnavailable) IsRedirect

IsRedirect returns true when this post recording uploads reports service unavailable response has a 3xx status code

func (*PostRecordingUploadsReportsServiceUnavailable) IsServerError

IsServerError returns true when this post recording uploads reports service unavailable response has a 5xx status code

func (*PostRecordingUploadsReportsServiceUnavailable) IsSuccess

IsSuccess returns true when this post recording uploads reports service unavailable response has a 2xx status code

func (*PostRecordingUploadsReportsServiceUnavailable) String

type PostRecordingUploadsReportsTooManyRequests

type PostRecordingUploadsReportsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingUploadsReportsTooManyRequests

func NewPostRecordingUploadsReportsTooManyRequests() *PostRecordingUploadsReportsTooManyRequests

NewPostRecordingUploadsReportsTooManyRequests creates a PostRecordingUploadsReportsTooManyRequests with default headers values

func (*PostRecordingUploadsReportsTooManyRequests) Error

func (*PostRecordingUploadsReportsTooManyRequests) GetPayload

func (*PostRecordingUploadsReportsTooManyRequests) IsClientError

IsClientError returns true when this post recording uploads reports too many requests response has a 4xx status code

func (*PostRecordingUploadsReportsTooManyRequests) IsCode

IsCode returns true when this post recording uploads reports too many requests response a status code equal to that given

func (*PostRecordingUploadsReportsTooManyRequests) IsRedirect

IsRedirect returns true when this post recording uploads reports too many requests response has a 3xx status code

func (*PostRecordingUploadsReportsTooManyRequests) IsServerError

IsServerError returns true when this post recording uploads reports too many requests response has a 5xx status code

func (*PostRecordingUploadsReportsTooManyRequests) IsSuccess

IsSuccess returns true when this post recording uploads reports too many requests response has a 2xx status code

func (*PostRecordingUploadsReportsTooManyRequests) String

type PostRecordingUploadsReportsUnauthorized

type PostRecordingUploadsReportsUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingUploadsReportsUnauthorized

func NewPostRecordingUploadsReportsUnauthorized() *PostRecordingUploadsReportsUnauthorized

NewPostRecordingUploadsReportsUnauthorized creates a PostRecordingUploadsReportsUnauthorized with default headers values

func (*PostRecordingUploadsReportsUnauthorized) Error

func (*PostRecordingUploadsReportsUnauthorized) GetPayload

func (*PostRecordingUploadsReportsUnauthorized) IsClientError

func (o *PostRecordingUploadsReportsUnauthorized) IsClientError() bool

IsClientError returns true when this post recording uploads reports unauthorized response has a 4xx status code

func (*PostRecordingUploadsReportsUnauthorized) IsCode

IsCode returns true when this post recording uploads reports unauthorized response a status code equal to that given

func (*PostRecordingUploadsReportsUnauthorized) IsRedirect

IsRedirect returns true when this post recording uploads reports unauthorized response has a 3xx status code

func (*PostRecordingUploadsReportsUnauthorized) IsServerError

func (o *PostRecordingUploadsReportsUnauthorized) IsServerError() bool

IsServerError returns true when this post recording uploads reports unauthorized response has a 5xx status code

func (*PostRecordingUploadsReportsUnauthorized) IsSuccess

IsSuccess returns true when this post recording uploads reports unauthorized response has a 2xx status code

func (*PostRecordingUploadsReportsUnauthorized) String

type PostRecordingUploadsReportsUnsupportedMediaType

type PostRecordingUploadsReportsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingUploadsReportsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingUploadsReportsUnsupportedMediaType

func NewPostRecordingUploadsReportsUnsupportedMediaType() *PostRecordingUploadsReportsUnsupportedMediaType

NewPostRecordingUploadsReportsUnsupportedMediaType creates a PostRecordingUploadsReportsUnsupportedMediaType with default headers values

func (*PostRecordingUploadsReportsUnsupportedMediaType) Error

func (*PostRecordingUploadsReportsUnsupportedMediaType) GetPayload

func (*PostRecordingUploadsReportsUnsupportedMediaType) IsClientError

IsClientError returns true when this post recording uploads reports unsupported media type response has a 4xx status code

func (*PostRecordingUploadsReportsUnsupportedMediaType) IsCode

IsCode returns true when this post recording uploads reports unsupported media type response a status code equal to that given

func (*PostRecordingUploadsReportsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recording uploads reports unsupported media type response has a 3xx status code

func (*PostRecordingUploadsReportsUnsupportedMediaType) IsServerError

IsServerError returns true when this post recording uploads reports unsupported media type response has a 5xx status code

func (*PostRecordingUploadsReportsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recording uploads reports unsupported media type response has a 2xx status code

func (*PostRecordingUploadsReportsUnsupportedMediaType) String

type PostRecordingsDeletionprotectionBadRequest

type PostRecordingsDeletionprotectionBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingsDeletionprotectionBadRequest

func NewPostRecordingsDeletionprotectionBadRequest() *PostRecordingsDeletionprotectionBadRequest

NewPostRecordingsDeletionprotectionBadRequest creates a PostRecordingsDeletionprotectionBadRequest with default headers values

func (*PostRecordingsDeletionprotectionBadRequest) Error

func (*PostRecordingsDeletionprotectionBadRequest) GetPayload

func (*PostRecordingsDeletionprotectionBadRequest) IsClientError

IsClientError returns true when this post recordings deletionprotection bad request response has a 4xx status code

func (*PostRecordingsDeletionprotectionBadRequest) IsCode

IsCode returns true when this post recordings deletionprotection bad request response a status code equal to that given

func (*PostRecordingsDeletionprotectionBadRequest) IsRedirect

IsRedirect returns true when this post recordings deletionprotection bad request response has a 3xx status code

func (*PostRecordingsDeletionprotectionBadRequest) IsServerError

IsServerError returns true when this post recordings deletionprotection bad request response has a 5xx status code

func (*PostRecordingsDeletionprotectionBadRequest) IsSuccess

IsSuccess returns true when this post recordings deletionprotection bad request response has a 2xx status code

func (*PostRecordingsDeletionprotectionBadRequest) String

type PostRecordingsDeletionprotectionForbidden

type PostRecordingsDeletionprotectionForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingsDeletionprotectionForbidden

func NewPostRecordingsDeletionprotectionForbidden() *PostRecordingsDeletionprotectionForbidden

NewPostRecordingsDeletionprotectionForbidden creates a PostRecordingsDeletionprotectionForbidden with default headers values

func (*PostRecordingsDeletionprotectionForbidden) Error

func (*PostRecordingsDeletionprotectionForbidden) GetPayload

func (*PostRecordingsDeletionprotectionForbidden) IsClientError

IsClientError returns true when this post recordings deletionprotection forbidden response has a 4xx status code

func (*PostRecordingsDeletionprotectionForbidden) IsCode

IsCode returns true when this post recordings deletionprotection forbidden response a status code equal to that given

func (*PostRecordingsDeletionprotectionForbidden) IsRedirect

IsRedirect returns true when this post recordings deletionprotection forbidden response has a 3xx status code

func (*PostRecordingsDeletionprotectionForbidden) IsServerError

IsServerError returns true when this post recordings deletionprotection forbidden response has a 5xx status code

func (*PostRecordingsDeletionprotectionForbidden) IsSuccess

IsSuccess returns true when this post recordings deletionprotection forbidden response has a 2xx status code

func (*PostRecordingsDeletionprotectionForbidden) String

type PostRecordingsDeletionprotectionGatewayTimeout

type PostRecordingsDeletionprotectionGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingsDeletionprotectionGatewayTimeout

func NewPostRecordingsDeletionprotectionGatewayTimeout() *PostRecordingsDeletionprotectionGatewayTimeout

NewPostRecordingsDeletionprotectionGatewayTimeout creates a PostRecordingsDeletionprotectionGatewayTimeout with default headers values

func (*PostRecordingsDeletionprotectionGatewayTimeout) Error

func (*PostRecordingsDeletionprotectionGatewayTimeout) GetPayload

func (*PostRecordingsDeletionprotectionGatewayTimeout) IsClientError

IsClientError returns true when this post recordings deletionprotection gateway timeout response has a 4xx status code

func (*PostRecordingsDeletionprotectionGatewayTimeout) IsCode

IsCode returns true when this post recordings deletionprotection gateway timeout response a status code equal to that given

func (*PostRecordingsDeletionprotectionGatewayTimeout) IsRedirect

IsRedirect returns true when this post recordings deletionprotection gateway timeout response has a 3xx status code

func (*PostRecordingsDeletionprotectionGatewayTimeout) IsServerError

IsServerError returns true when this post recordings deletionprotection gateway timeout response has a 5xx status code

func (*PostRecordingsDeletionprotectionGatewayTimeout) IsSuccess

IsSuccess returns true when this post recordings deletionprotection gateway timeout response has a 2xx status code

func (*PostRecordingsDeletionprotectionGatewayTimeout) String

type PostRecordingsDeletionprotectionInternalServerError

type PostRecordingsDeletionprotectionInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingsDeletionprotectionInternalServerError

func NewPostRecordingsDeletionprotectionInternalServerError() *PostRecordingsDeletionprotectionInternalServerError

NewPostRecordingsDeletionprotectionInternalServerError creates a PostRecordingsDeletionprotectionInternalServerError with default headers values

func (*PostRecordingsDeletionprotectionInternalServerError) Error

func (*PostRecordingsDeletionprotectionInternalServerError) GetPayload

func (*PostRecordingsDeletionprotectionInternalServerError) IsClientError

IsClientError returns true when this post recordings deletionprotection internal server error response has a 4xx status code

func (*PostRecordingsDeletionprotectionInternalServerError) IsCode

IsCode returns true when this post recordings deletionprotection internal server error response a status code equal to that given

func (*PostRecordingsDeletionprotectionInternalServerError) IsRedirect

IsRedirect returns true when this post recordings deletionprotection internal server error response has a 3xx status code

func (*PostRecordingsDeletionprotectionInternalServerError) IsServerError

IsServerError returns true when this post recordings deletionprotection internal server error response has a 5xx status code

func (*PostRecordingsDeletionprotectionInternalServerError) IsSuccess

IsSuccess returns true when this post recordings deletionprotection internal server error response has a 2xx status code

func (*PostRecordingsDeletionprotectionInternalServerError) String

type PostRecordingsDeletionprotectionNotFound

type PostRecordingsDeletionprotectionNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingsDeletionprotectionNotFound

func NewPostRecordingsDeletionprotectionNotFound() *PostRecordingsDeletionprotectionNotFound

NewPostRecordingsDeletionprotectionNotFound creates a PostRecordingsDeletionprotectionNotFound with default headers values

func (*PostRecordingsDeletionprotectionNotFound) Error

func (*PostRecordingsDeletionprotectionNotFound) GetPayload

func (*PostRecordingsDeletionprotectionNotFound) IsClientError

IsClientError returns true when this post recordings deletionprotection not found response has a 4xx status code

func (*PostRecordingsDeletionprotectionNotFound) IsCode

IsCode returns true when this post recordings deletionprotection not found response a status code equal to that given

func (*PostRecordingsDeletionprotectionNotFound) IsRedirect

IsRedirect returns true when this post recordings deletionprotection not found response has a 3xx status code

func (*PostRecordingsDeletionprotectionNotFound) IsServerError

IsServerError returns true when this post recordings deletionprotection not found response has a 5xx status code

func (*PostRecordingsDeletionprotectionNotFound) IsSuccess

IsSuccess returns true when this post recordings deletionprotection not found response has a 2xx status code

func (*PostRecordingsDeletionprotectionNotFound) String

type PostRecordingsDeletionprotectionOK

type PostRecordingsDeletionprotectionOK struct {
	Payload []*models.AddressableEntityRef
}

PostRecordingsDeletionprotectionOK describes a response with status code 200, with default header values.

successful operation

func NewPostRecordingsDeletionprotectionOK

func NewPostRecordingsDeletionprotectionOK() *PostRecordingsDeletionprotectionOK

NewPostRecordingsDeletionprotectionOK creates a PostRecordingsDeletionprotectionOK with default headers values

func (*PostRecordingsDeletionprotectionOK) Error

func (*PostRecordingsDeletionprotectionOK) GetPayload

func (*PostRecordingsDeletionprotectionOK) IsClientError

func (o *PostRecordingsDeletionprotectionOK) IsClientError() bool

IsClientError returns true when this post recordings deletionprotection o k response has a 4xx status code

func (*PostRecordingsDeletionprotectionOK) IsCode

IsCode returns true when this post recordings deletionprotection o k response a status code equal to that given

func (*PostRecordingsDeletionprotectionOK) IsRedirect

func (o *PostRecordingsDeletionprotectionOK) IsRedirect() bool

IsRedirect returns true when this post recordings deletionprotection o k response has a 3xx status code

func (*PostRecordingsDeletionprotectionOK) IsServerError

func (o *PostRecordingsDeletionprotectionOK) IsServerError() bool

IsServerError returns true when this post recordings deletionprotection o k response has a 5xx status code

func (*PostRecordingsDeletionprotectionOK) IsSuccess

IsSuccess returns true when this post recordings deletionprotection o k response has a 2xx status code

func (*PostRecordingsDeletionprotectionOK) String

type PostRecordingsDeletionprotectionParams

type PostRecordingsDeletionprotectionParams struct {

	/* Body.

	   conversationIds
	*/
	Body *models.ConversationDeletionProtectionQuery

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingsDeletionprotectionParams contains all the parameters to send to the API endpoint

for the post recordings deletionprotection operation.

Typically these are written to a http.Request.

func NewPostRecordingsDeletionprotectionParams

func NewPostRecordingsDeletionprotectionParams() *PostRecordingsDeletionprotectionParams

NewPostRecordingsDeletionprotectionParams creates a new PostRecordingsDeletionprotectionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingsDeletionprotectionParamsWithContext

func NewPostRecordingsDeletionprotectionParamsWithContext(ctx context.Context) *PostRecordingsDeletionprotectionParams

NewPostRecordingsDeletionprotectionParamsWithContext creates a new PostRecordingsDeletionprotectionParams object with the ability to set a context for a request.

func NewPostRecordingsDeletionprotectionParamsWithHTTPClient

func NewPostRecordingsDeletionprotectionParamsWithHTTPClient(client *http.Client) *PostRecordingsDeletionprotectionParams

NewPostRecordingsDeletionprotectionParamsWithHTTPClient creates a new PostRecordingsDeletionprotectionParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingsDeletionprotectionParamsWithTimeout

func NewPostRecordingsDeletionprotectionParamsWithTimeout(timeout time.Duration) *PostRecordingsDeletionprotectionParams

NewPostRecordingsDeletionprotectionParamsWithTimeout creates a new PostRecordingsDeletionprotectionParams object with the ability to set a timeout on a request.

func (*PostRecordingsDeletionprotectionParams) SetBody

SetBody adds the body to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) SetContext

SetContext adds the context to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) SetDefaults

func (o *PostRecordingsDeletionprotectionParams) SetDefaults()

SetDefaults hydrates default values in the post recordings deletionprotection params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingsDeletionprotectionParams) SetHTTPClient

func (o *PostRecordingsDeletionprotectionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) SetTimeout

func (o *PostRecordingsDeletionprotectionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) WithBody

WithBody adds the body to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) WithContext

WithContext adds the context to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) WithDefaults

WithDefaults hydrates default values in the post recordings deletionprotection params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingsDeletionprotectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) WithTimeout

WithTimeout adds the timeout to the post recordings deletionprotection params

func (*PostRecordingsDeletionprotectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingsDeletionprotectionReader

type PostRecordingsDeletionprotectionReader struct {
	// contains filtered or unexported fields
}

PostRecordingsDeletionprotectionReader is a Reader for the PostRecordingsDeletionprotection structure.

func (*PostRecordingsDeletionprotectionReader) ReadResponse

func (o *PostRecordingsDeletionprotectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingsDeletionprotectionRequestEntityTooLarge

type PostRecordingsDeletionprotectionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingsDeletionprotectionRequestEntityTooLarge

func NewPostRecordingsDeletionprotectionRequestEntityTooLarge() *PostRecordingsDeletionprotectionRequestEntityTooLarge

NewPostRecordingsDeletionprotectionRequestEntityTooLarge creates a PostRecordingsDeletionprotectionRequestEntityTooLarge with default headers values

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) Error

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) GetPayload

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recordings deletionprotection request entity too large response has a 4xx status code

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) IsCode

IsCode returns true when this post recordings deletionprotection request entity too large response a status code equal to that given

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recordings deletionprotection request entity too large response has a 3xx status code

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recordings deletionprotection request entity too large response has a 5xx status code

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recordings deletionprotection request entity too large response has a 2xx status code

func (*PostRecordingsDeletionprotectionRequestEntityTooLarge) String

type PostRecordingsDeletionprotectionRequestTimeout

type PostRecordingsDeletionprotectionRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingsDeletionprotectionRequestTimeout

func NewPostRecordingsDeletionprotectionRequestTimeout() *PostRecordingsDeletionprotectionRequestTimeout

NewPostRecordingsDeletionprotectionRequestTimeout creates a PostRecordingsDeletionprotectionRequestTimeout with default headers values

func (*PostRecordingsDeletionprotectionRequestTimeout) Error

func (*PostRecordingsDeletionprotectionRequestTimeout) GetPayload

func (*PostRecordingsDeletionprotectionRequestTimeout) IsClientError

IsClientError returns true when this post recordings deletionprotection request timeout response has a 4xx status code

func (*PostRecordingsDeletionprotectionRequestTimeout) IsCode

IsCode returns true when this post recordings deletionprotection request timeout response a status code equal to that given

func (*PostRecordingsDeletionprotectionRequestTimeout) IsRedirect

IsRedirect returns true when this post recordings deletionprotection request timeout response has a 3xx status code

func (*PostRecordingsDeletionprotectionRequestTimeout) IsServerError

IsServerError returns true when this post recordings deletionprotection request timeout response has a 5xx status code

func (*PostRecordingsDeletionprotectionRequestTimeout) IsSuccess

IsSuccess returns true when this post recordings deletionprotection request timeout response has a 2xx status code

func (*PostRecordingsDeletionprotectionRequestTimeout) String

type PostRecordingsDeletionprotectionServiceUnavailable

type PostRecordingsDeletionprotectionServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingsDeletionprotectionServiceUnavailable

func NewPostRecordingsDeletionprotectionServiceUnavailable() *PostRecordingsDeletionprotectionServiceUnavailable

NewPostRecordingsDeletionprotectionServiceUnavailable creates a PostRecordingsDeletionprotectionServiceUnavailable with default headers values

func (*PostRecordingsDeletionprotectionServiceUnavailable) Error

func (*PostRecordingsDeletionprotectionServiceUnavailable) GetPayload

func (*PostRecordingsDeletionprotectionServiceUnavailable) IsClientError

IsClientError returns true when this post recordings deletionprotection service unavailable response has a 4xx status code

func (*PostRecordingsDeletionprotectionServiceUnavailable) IsCode

IsCode returns true when this post recordings deletionprotection service unavailable response a status code equal to that given

func (*PostRecordingsDeletionprotectionServiceUnavailable) IsRedirect

IsRedirect returns true when this post recordings deletionprotection service unavailable response has a 3xx status code

func (*PostRecordingsDeletionprotectionServiceUnavailable) IsServerError

IsServerError returns true when this post recordings deletionprotection service unavailable response has a 5xx status code

func (*PostRecordingsDeletionprotectionServiceUnavailable) IsSuccess

IsSuccess returns true when this post recordings deletionprotection service unavailable response has a 2xx status code

func (*PostRecordingsDeletionprotectionServiceUnavailable) String

type PostRecordingsDeletionprotectionTooManyRequests

type PostRecordingsDeletionprotectionTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingsDeletionprotectionTooManyRequests

func NewPostRecordingsDeletionprotectionTooManyRequests() *PostRecordingsDeletionprotectionTooManyRequests

NewPostRecordingsDeletionprotectionTooManyRequests creates a PostRecordingsDeletionprotectionTooManyRequests with default headers values

func (*PostRecordingsDeletionprotectionTooManyRequests) Error

func (*PostRecordingsDeletionprotectionTooManyRequests) GetPayload

func (*PostRecordingsDeletionprotectionTooManyRequests) IsClientError

IsClientError returns true when this post recordings deletionprotection too many requests response has a 4xx status code

func (*PostRecordingsDeletionprotectionTooManyRequests) IsCode

IsCode returns true when this post recordings deletionprotection too many requests response a status code equal to that given

func (*PostRecordingsDeletionprotectionTooManyRequests) IsRedirect

IsRedirect returns true when this post recordings deletionprotection too many requests response has a 3xx status code

func (*PostRecordingsDeletionprotectionTooManyRequests) IsServerError

IsServerError returns true when this post recordings deletionprotection too many requests response has a 5xx status code

func (*PostRecordingsDeletionprotectionTooManyRequests) IsSuccess

IsSuccess returns true when this post recordings deletionprotection too many requests response has a 2xx status code

func (*PostRecordingsDeletionprotectionTooManyRequests) String

type PostRecordingsDeletionprotectionUnauthorized

type PostRecordingsDeletionprotectionUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingsDeletionprotectionUnauthorized

func NewPostRecordingsDeletionprotectionUnauthorized() *PostRecordingsDeletionprotectionUnauthorized

NewPostRecordingsDeletionprotectionUnauthorized creates a PostRecordingsDeletionprotectionUnauthorized with default headers values

func (*PostRecordingsDeletionprotectionUnauthorized) Error

func (*PostRecordingsDeletionprotectionUnauthorized) GetPayload

func (*PostRecordingsDeletionprotectionUnauthorized) IsClientError

IsClientError returns true when this post recordings deletionprotection unauthorized response has a 4xx status code

func (*PostRecordingsDeletionprotectionUnauthorized) IsCode

IsCode returns true when this post recordings deletionprotection unauthorized response a status code equal to that given

func (*PostRecordingsDeletionprotectionUnauthorized) IsRedirect

IsRedirect returns true when this post recordings deletionprotection unauthorized response has a 3xx status code

func (*PostRecordingsDeletionprotectionUnauthorized) IsServerError

IsServerError returns true when this post recordings deletionprotection unauthorized response has a 5xx status code

func (*PostRecordingsDeletionprotectionUnauthorized) IsSuccess

IsSuccess returns true when this post recordings deletionprotection unauthorized response has a 2xx status code

func (*PostRecordingsDeletionprotectionUnauthorized) String

type PostRecordingsDeletionprotectionUnsupportedMediaType

type PostRecordingsDeletionprotectionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingsDeletionprotectionUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingsDeletionprotectionUnsupportedMediaType

func NewPostRecordingsDeletionprotectionUnsupportedMediaType() *PostRecordingsDeletionprotectionUnsupportedMediaType

NewPostRecordingsDeletionprotectionUnsupportedMediaType creates a PostRecordingsDeletionprotectionUnsupportedMediaType with default headers values

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) Error

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) GetPayload

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) IsClientError

IsClientError returns true when this post recordings deletionprotection unsupported media type response has a 4xx status code

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) IsCode

IsCode returns true when this post recordings deletionprotection unsupported media type response a status code equal to that given

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recordings deletionprotection unsupported media type response has a 3xx status code

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) IsServerError

IsServerError returns true when this post recordings deletionprotection unsupported media type response has a 5xx status code

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recordings deletionprotection unsupported media type response has a 2xx status code

func (*PostRecordingsDeletionprotectionUnsupportedMediaType) String

type PostRecordingsScreensessionsAcknowledgeBadRequest

type PostRecordingsScreensessionsAcknowledgeBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingsScreensessionsAcknowledgeBadRequest

func NewPostRecordingsScreensessionsAcknowledgeBadRequest() *PostRecordingsScreensessionsAcknowledgeBadRequest

NewPostRecordingsScreensessionsAcknowledgeBadRequest creates a PostRecordingsScreensessionsAcknowledgeBadRequest with default headers values

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) Error

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge bad request response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) IsCode

IsCode returns true when this post recordings screensessions acknowledge bad request response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge bad request response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge bad request response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge bad request response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeBadRequest) String

type PostRecordingsScreensessionsAcknowledgeForbidden

type PostRecordingsScreensessionsAcknowledgeForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingsScreensessionsAcknowledgeForbidden

func NewPostRecordingsScreensessionsAcknowledgeForbidden() *PostRecordingsScreensessionsAcknowledgeForbidden

NewPostRecordingsScreensessionsAcknowledgeForbidden creates a PostRecordingsScreensessionsAcknowledgeForbidden with default headers values

func (*PostRecordingsScreensessionsAcknowledgeForbidden) Error

func (*PostRecordingsScreensessionsAcknowledgeForbidden) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeForbidden) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge forbidden response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeForbidden) IsCode

IsCode returns true when this post recordings screensessions acknowledge forbidden response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeForbidden) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge forbidden response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeForbidden) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge forbidden response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeForbidden) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge forbidden response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeForbidden) String

type PostRecordingsScreensessionsAcknowledgeGatewayTimeout

type PostRecordingsScreensessionsAcknowledgeGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingsScreensessionsAcknowledgeGatewayTimeout

func NewPostRecordingsScreensessionsAcknowledgeGatewayTimeout() *PostRecordingsScreensessionsAcknowledgeGatewayTimeout

NewPostRecordingsScreensessionsAcknowledgeGatewayTimeout creates a PostRecordingsScreensessionsAcknowledgeGatewayTimeout with default headers values

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) Error

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge gateway timeout response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) IsCode

IsCode returns true when this post recordings screensessions acknowledge gateway timeout response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge gateway timeout response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge gateway timeout response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge gateway timeout response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeGatewayTimeout) String

type PostRecordingsScreensessionsAcknowledgeInternalServerError

type PostRecordingsScreensessionsAcknowledgeInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingsScreensessionsAcknowledgeInternalServerError

func NewPostRecordingsScreensessionsAcknowledgeInternalServerError() *PostRecordingsScreensessionsAcknowledgeInternalServerError

NewPostRecordingsScreensessionsAcknowledgeInternalServerError creates a PostRecordingsScreensessionsAcknowledgeInternalServerError with default headers values

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) Error

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge internal server error response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) IsCode

IsCode returns true when this post recordings screensessions acknowledge internal server error response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge internal server error response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge internal server error response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge internal server error response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeInternalServerError) String

type PostRecordingsScreensessionsAcknowledgeNoContent

type PostRecordingsScreensessionsAcknowledgeNoContent struct {
}

PostRecordingsScreensessionsAcknowledgeNoContent describes a response with status code 204, with default header values.

Recording acknowledged

func NewPostRecordingsScreensessionsAcknowledgeNoContent

func NewPostRecordingsScreensessionsAcknowledgeNoContent() *PostRecordingsScreensessionsAcknowledgeNoContent

NewPostRecordingsScreensessionsAcknowledgeNoContent creates a PostRecordingsScreensessionsAcknowledgeNoContent with default headers values

func (*PostRecordingsScreensessionsAcknowledgeNoContent) Error

func (*PostRecordingsScreensessionsAcknowledgeNoContent) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge no content response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeNoContent) IsCode

IsCode returns true when this post recordings screensessions acknowledge no content response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeNoContent) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge no content response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeNoContent) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge no content response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeNoContent) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge no content response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeNoContent) String

type PostRecordingsScreensessionsAcknowledgeNotFound

type PostRecordingsScreensessionsAcknowledgeNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingsScreensessionsAcknowledgeNotFound

func NewPostRecordingsScreensessionsAcknowledgeNotFound() *PostRecordingsScreensessionsAcknowledgeNotFound

NewPostRecordingsScreensessionsAcknowledgeNotFound creates a PostRecordingsScreensessionsAcknowledgeNotFound with default headers values

func (*PostRecordingsScreensessionsAcknowledgeNotFound) Error

func (*PostRecordingsScreensessionsAcknowledgeNotFound) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeNotFound) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge not found response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeNotFound) IsCode

IsCode returns true when this post recordings screensessions acknowledge not found response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeNotFound) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge not found response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeNotFound) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge not found response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeNotFound) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge not found response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeNotFound) String

type PostRecordingsScreensessionsAcknowledgeParams

type PostRecordingsScreensessionsAcknowledgeParams struct {

	/* Body.

	   AcknowledgeScreenRecordingRequest
	*/
	Body *models.AcknowledgeScreenRecordingRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingsScreensessionsAcknowledgeParams contains all the parameters to send to the API endpoint

for the post recordings screensessions acknowledge operation.

Typically these are written to a http.Request.

func NewPostRecordingsScreensessionsAcknowledgeParams

func NewPostRecordingsScreensessionsAcknowledgeParams() *PostRecordingsScreensessionsAcknowledgeParams

NewPostRecordingsScreensessionsAcknowledgeParams creates a new PostRecordingsScreensessionsAcknowledgeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingsScreensessionsAcknowledgeParamsWithContext

func NewPostRecordingsScreensessionsAcknowledgeParamsWithContext(ctx context.Context) *PostRecordingsScreensessionsAcknowledgeParams

NewPostRecordingsScreensessionsAcknowledgeParamsWithContext creates a new PostRecordingsScreensessionsAcknowledgeParams object with the ability to set a context for a request.

func NewPostRecordingsScreensessionsAcknowledgeParamsWithHTTPClient

func NewPostRecordingsScreensessionsAcknowledgeParamsWithHTTPClient(client *http.Client) *PostRecordingsScreensessionsAcknowledgeParams

NewPostRecordingsScreensessionsAcknowledgeParamsWithHTTPClient creates a new PostRecordingsScreensessionsAcknowledgeParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingsScreensessionsAcknowledgeParamsWithTimeout

func NewPostRecordingsScreensessionsAcknowledgeParamsWithTimeout(timeout time.Duration) *PostRecordingsScreensessionsAcknowledgeParams

NewPostRecordingsScreensessionsAcknowledgeParamsWithTimeout creates a new PostRecordingsScreensessionsAcknowledgeParams object with the ability to set a timeout on a request.

func (*PostRecordingsScreensessionsAcknowledgeParams) SetBody

SetBody adds the body to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) SetContext

SetContext adds the context to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) SetDefaults

SetDefaults hydrates default values in the post recordings screensessions acknowledge params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingsScreensessionsAcknowledgeParams) SetHTTPClient

func (o *PostRecordingsScreensessionsAcknowledgeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) SetTimeout

SetTimeout adds the timeout to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) WithBody

WithBody adds the body to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) WithContext

WithContext adds the context to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) WithDefaults

WithDefaults hydrates default values in the post recordings screensessions acknowledge params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingsScreensessionsAcknowledgeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) WithTimeout

WithTimeout adds the timeout to the post recordings screensessions acknowledge params

func (*PostRecordingsScreensessionsAcknowledgeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingsScreensessionsAcknowledgeReader

type PostRecordingsScreensessionsAcknowledgeReader struct {
	// contains filtered or unexported fields
}

PostRecordingsScreensessionsAcknowledgeReader is a Reader for the PostRecordingsScreensessionsAcknowledge structure.

func (*PostRecordingsScreensessionsAcknowledgeReader) ReadResponse

func (o *PostRecordingsScreensessionsAcknowledgeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge

type PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge

func NewPostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge() *PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge

NewPostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge creates a PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge with default headers values

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) Error

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge request entity too large response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) IsCode

IsCode returns true when this post recordings screensessions acknowledge request entity too large response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge request entity too large response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge request entity too large response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge request entity too large response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestEntityTooLarge) String

type PostRecordingsScreensessionsAcknowledgeRequestTimeout

type PostRecordingsScreensessionsAcknowledgeRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingsScreensessionsAcknowledgeRequestTimeout

func NewPostRecordingsScreensessionsAcknowledgeRequestTimeout() *PostRecordingsScreensessionsAcknowledgeRequestTimeout

NewPostRecordingsScreensessionsAcknowledgeRequestTimeout creates a PostRecordingsScreensessionsAcknowledgeRequestTimeout with default headers values

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) Error

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge request timeout response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) IsCode

IsCode returns true when this post recordings screensessions acknowledge request timeout response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge request timeout response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge request timeout response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge request timeout response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeRequestTimeout) String

type PostRecordingsScreensessionsAcknowledgeServiceUnavailable

type PostRecordingsScreensessionsAcknowledgeServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingsScreensessionsAcknowledgeServiceUnavailable

func NewPostRecordingsScreensessionsAcknowledgeServiceUnavailable() *PostRecordingsScreensessionsAcknowledgeServiceUnavailable

NewPostRecordingsScreensessionsAcknowledgeServiceUnavailable creates a PostRecordingsScreensessionsAcknowledgeServiceUnavailable with default headers values

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) Error

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge service unavailable response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) IsCode

IsCode returns true when this post recordings screensessions acknowledge service unavailable response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge service unavailable response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge service unavailable response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge service unavailable response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeServiceUnavailable) String

type PostRecordingsScreensessionsAcknowledgeTooManyRequests

type PostRecordingsScreensessionsAcknowledgeTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingsScreensessionsAcknowledgeTooManyRequests

func NewPostRecordingsScreensessionsAcknowledgeTooManyRequests() *PostRecordingsScreensessionsAcknowledgeTooManyRequests

NewPostRecordingsScreensessionsAcknowledgeTooManyRequests creates a PostRecordingsScreensessionsAcknowledgeTooManyRequests with default headers values

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) Error

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge too many requests response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) IsCode

IsCode returns true when this post recordings screensessions acknowledge too many requests response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge too many requests response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge too many requests response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge too many requests response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeTooManyRequests) String

type PostRecordingsScreensessionsAcknowledgeUnauthorized

type PostRecordingsScreensessionsAcknowledgeUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingsScreensessionsAcknowledgeUnauthorized

func NewPostRecordingsScreensessionsAcknowledgeUnauthorized() *PostRecordingsScreensessionsAcknowledgeUnauthorized

NewPostRecordingsScreensessionsAcknowledgeUnauthorized creates a PostRecordingsScreensessionsAcknowledgeUnauthorized with default headers values

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) Error

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge unauthorized response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) IsCode

IsCode returns true when this post recordings screensessions acknowledge unauthorized response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge unauthorized response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge unauthorized response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge unauthorized response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnauthorized) String

type PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType

type PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingsScreensessionsAcknowledgeUnsupportedMediaType

func NewPostRecordingsScreensessionsAcknowledgeUnsupportedMediaType() *PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType

NewPostRecordingsScreensessionsAcknowledgeUnsupportedMediaType creates a PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType with default headers values

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) Error

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) GetPayload

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) IsClientError

IsClientError returns true when this post recordings screensessions acknowledge unsupported media type response has a 4xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) IsCode

IsCode returns true when this post recordings screensessions acknowledge unsupported media type response a status code equal to that given

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recordings screensessions acknowledge unsupported media type response has a 3xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) IsServerError

IsServerError returns true when this post recordings screensessions acknowledge unsupported media type response has a 5xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recordings screensessions acknowledge unsupported media type response has a 2xx status code

func (*PostRecordingsScreensessionsAcknowledgeUnsupportedMediaType) String

type PostRecordingsScreensessionsMetadataBadRequest

type PostRecordingsScreensessionsMetadataBadRequest struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostRecordingsScreensessionsMetadataBadRequest

func NewPostRecordingsScreensessionsMetadataBadRequest() *PostRecordingsScreensessionsMetadataBadRequest

NewPostRecordingsScreensessionsMetadataBadRequest creates a PostRecordingsScreensessionsMetadataBadRequest with default headers values

func (*PostRecordingsScreensessionsMetadataBadRequest) Error

func (*PostRecordingsScreensessionsMetadataBadRequest) GetPayload

func (*PostRecordingsScreensessionsMetadataBadRequest) IsClientError

IsClientError returns true when this post recordings screensessions metadata bad request response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataBadRequest) IsCode

IsCode returns true when this post recordings screensessions metadata bad request response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataBadRequest) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata bad request response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataBadRequest) IsServerError

IsServerError returns true when this post recordings screensessions metadata bad request response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataBadRequest) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata bad request response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataBadRequest) String

type PostRecordingsScreensessionsMetadataForbidden

type PostRecordingsScreensessionsMetadataForbidden struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostRecordingsScreensessionsMetadataForbidden

func NewPostRecordingsScreensessionsMetadataForbidden() *PostRecordingsScreensessionsMetadataForbidden

NewPostRecordingsScreensessionsMetadataForbidden creates a PostRecordingsScreensessionsMetadataForbidden with default headers values

func (*PostRecordingsScreensessionsMetadataForbidden) Error

func (*PostRecordingsScreensessionsMetadataForbidden) GetPayload

func (*PostRecordingsScreensessionsMetadataForbidden) IsClientError

IsClientError returns true when this post recordings screensessions metadata forbidden response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataForbidden) IsCode

IsCode returns true when this post recordings screensessions metadata forbidden response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataForbidden) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata forbidden response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataForbidden) IsServerError

IsServerError returns true when this post recordings screensessions metadata forbidden response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataForbidden) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata forbidden response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataForbidden) String

type PostRecordingsScreensessionsMetadataGatewayTimeout

type PostRecordingsScreensessionsMetadataGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostRecordingsScreensessionsMetadataGatewayTimeout

func NewPostRecordingsScreensessionsMetadataGatewayTimeout() *PostRecordingsScreensessionsMetadataGatewayTimeout

NewPostRecordingsScreensessionsMetadataGatewayTimeout creates a PostRecordingsScreensessionsMetadataGatewayTimeout with default headers values

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) Error

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) GetPayload

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) IsClientError

IsClientError returns true when this post recordings screensessions metadata gateway timeout response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) IsCode

IsCode returns true when this post recordings screensessions metadata gateway timeout response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata gateway timeout response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) IsServerError

IsServerError returns true when this post recordings screensessions metadata gateway timeout response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata gateway timeout response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataGatewayTimeout) String

type PostRecordingsScreensessionsMetadataInternalServerError

type PostRecordingsScreensessionsMetadataInternalServerError struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostRecordingsScreensessionsMetadataInternalServerError

func NewPostRecordingsScreensessionsMetadataInternalServerError() *PostRecordingsScreensessionsMetadataInternalServerError

NewPostRecordingsScreensessionsMetadataInternalServerError creates a PostRecordingsScreensessionsMetadataInternalServerError with default headers values

func (*PostRecordingsScreensessionsMetadataInternalServerError) Error

func (*PostRecordingsScreensessionsMetadataInternalServerError) GetPayload

func (*PostRecordingsScreensessionsMetadataInternalServerError) IsClientError

IsClientError returns true when this post recordings screensessions metadata internal server error response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataInternalServerError) IsCode

IsCode returns true when this post recordings screensessions metadata internal server error response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataInternalServerError) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata internal server error response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataInternalServerError) IsServerError

IsServerError returns true when this post recordings screensessions metadata internal server error response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataInternalServerError) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata internal server error response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataInternalServerError) String

type PostRecordingsScreensessionsMetadataNoContent

type PostRecordingsScreensessionsMetadataNoContent struct {
}

PostRecordingsScreensessionsMetadataNoContent describes a response with status code 204, with default header values.

Meta-data supplied to screen recording.

func NewPostRecordingsScreensessionsMetadataNoContent

func NewPostRecordingsScreensessionsMetadataNoContent() *PostRecordingsScreensessionsMetadataNoContent

NewPostRecordingsScreensessionsMetadataNoContent creates a PostRecordingsScreensessionsMetadataNoContent with default headers values

func (*PostRecordingsScreensessionsMetadataNoContent) Error

func (*PostRecordingsScreensessionsMetadataNoContent) IsClientError

IsClientError returns true when this post recordings screensessions metadata no content response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataNoContent) IsCode

IsCode returns true when this post recordings screensessions metadata no content response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataNoContent) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata no content response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataNoContent) IsServerError

IsServerError returns true when this post recordings screensessions metadata no content response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataNoContent) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata no content response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataNoContent) String

type PostRecordingsScreensessionsMetadataNotFound

type PostRecordingsScreensessionsMetadataNotFound struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostRecordingsScreensessionsMetadataNotFound

func NewPostRecordingsScreensessionsMetadataNotFound() *PostRecordingsScreensessionsMetadataNotFound

NewPostRecordingsScreensessionsMetadataNotFound creates a PostRecordingsScreensessionsMetadataNotFound with default headers values

func (*PostRecordingsScreensessionsMetadataNotFound) Error

func (*PostRecordingsScreensessionsMetadataNotFound) GetPayload

func (*PostRecordingsScreensessionsMetadataNotFound) IsClientError

IsClientError returns true when this post recordings screensessions metadata not found response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataNotFound) IsCode

IsCode returns true when this post recordings screensessions metadata not found response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataNotFound) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata not found response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataNotFound) IsServerError

IsServerError returns true when this post recordings screensessions metadata not found response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataNotFound) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata not found response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataNotFound) String

type PostRecordingsScreensessionsMetadataParams

type PostRecordingsScreensessionsMetadataParams struct {

	/* Body.

	   ScreenRecordingMetaDataRequest
	*/
	Body *models.ScreenRecordingMetaDataRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRecordingsScreensessionsMetadataParams contains all the parameters to send to the API endpoint

for the post recordings screensessions metadata operation.

Typically these are written to a http.Request.

func NewPostRecordingsScreensessionsMetadataParams

func NewPostRecordingsScreensessionsMetadataParams() *PostRecordingsScreensessionsMetadataParams

NewPostRecordingsScreensessionsMetadataParams creates a new PostRecordingsScreensessionsMetadataParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRecordingsScreensessionsMetadataParamsWithContext

func NewPostRecordingsScreensessionsMetadataParamsWithContext(ctx context.Context) *PostRecordingsScreensessionsMetadataParams

NewPostRecordingsScreensessionsMetadataParamsWithContext creates a new PostRecordingsScreensessionsMetadataParams object with the ability to set a context for a request.

func NewPostRecordingsScreensessionsMetadataParamsWithHTTPClient

func NewPostRecordingsScreensessionsMetadataParamsWithHTTPClient(client *http.Client) *PostRecordingsScreensessionsMetadataParams

NewPostRecordingsScreensessionsMetadataParamsWithHTTPClient creates a new PostRecordingsScreensessionsMetadataParams object with the ability to set a custom HTTPClient for a request.

func NewPostRecordingsScreensessionsMetadataParamsWithTimeout

func NewPostRecordingsScreensessionsMetadataParamsWithTimeout(timeout time.Duration) *PostRecordingsScreensessionsMetadataParams

NewPostRecordingsScreensessionsMetadataParamsWithTimeout creates a new PostRecordingsScreensessionsMetadataParams object with the ability to set a timeout on a request.

func (*PostRecordingsScreensessionsMetadataParams) SetBody

SetBody adds the body to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) SetContext

SetContext adds the context to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) SetDefaults

SetDefaults hydrates default values in the post recordings screensessions metadata params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingsScreensessionsMetadataParams) SetHTTPClient

func (o *PostRecordingsScreensessionsMetadataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) SetTimeout

SetTimeout adds the timeout to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) WithBody

WithBody adds the body to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) WithContext

WithContext adds the context to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) WithDefaults

WithDefaults hydrates default values in the post recordings screensessions metadata params (not the query body).

All values with no default are reset to their zero value.

func (*PostRecordingsScreensessionsMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) WithTimeout

WithTimeout adds the timeout to the post recordings screensessions metadata params

func (*PostRecordingsScreensessionsMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRecordingsScreensessionsMetadataReader

type PostRecordingsScreensessionsMetadataReader struct {
	// contains filtered or unexported fields
}

PostRecordingsScreensessionsMetadataReader is a Reader for the PostRecordingsScreensessionsMetadata structure.

func (*PostRecordingsScreensessionsMetadataReader) ReadResponse

func (o *PostRecordingsScreensessionsMetadataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRecordingsScreensessionsMetadataRequestEntityTooLarge

type PostRecordingsScreensessionsMetadataRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostRecordingsScreensessionsMetadataRequestEntityTooLarge

func NewPostRecordingsScreensessionsMetadataRequestEntityTooLarge() *PostRecordingsScreensessionsMetadataRequestEntityTooLarge

NewPostRecordingsScreensessionsMetadataRequestEntityTooLarge creates a PostRecordingsScreensessionsMetadataRequestEntityTooLarge with default headers values

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) Error

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) GetPayload

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) IsClientError

IsClientError returns true when this post recordings screensessions metadata request entity too large response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) IsCode

IsCode returns true when this post recordings screensessions metadata request entity too large response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata request entity too large response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) IsServerError

IsServerError returns true when this post recordings screensessions metadata request entity too large response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata request entity too large response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataRequestEntityTooLarge) String

type PostRecordingsScreensessionsMetadataRequestTimeout

type PostRecordingsScreensessionsMetadataRequestTimeout struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostRecordingsScreensessionsMetadataRequestTimeout

func NewPostRecordingsScreensessionsMetadataRequestTimeout() *PostRecordingsScreensessionsMetadataRequestTimeout

NewPostRecordingsScreensessionsMetadataRequestTimeout creates a PostRecordingsScreensessionsMetadataRequestTimeout with default headers values

func (*PostRecordingsScreensessionsMetadataRequestTimeout) Error

func (*PostRecordingsScreensessionsMetadataRequestTimeout) GetPayload

func (*PostRecordingsScreensessionsMetadataRequestTimeout) IsClientError

IsClientError returns true when this post recordings screensessions metadata request timeout response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataRequestTimeout) IsCode

IsCode returns true when this post recordings screensessions metadata request timeout response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataRequestTimeout) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata request timeout response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataRequestTimeout) IsServerError

IsServerError returns true when this post recordings screensessions metadata request timeout response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataRequestTimeout) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata request timeout response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataRequestTimeout) String

type PostRecordingsScreensessionsMetadataServiceUnavailable

type PostRecordingsScreensessionsMetadataServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostRecordingsScreensessionsMetadataServiceUnavailable

func NewPostRecordingsScreensessionsMetadataServiceUnavailable() *PostRecordingsScreensessionsMetadataServiceUnavailable

NewPostRecordingsScreensessionsMetadataServiceUnavailable creates a PostRecordingsScreensessionsMetadataServiceUnavailable with default headers values

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) Error

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) GetPayload

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) IsClientError

IsClientError returns true when this post recordings screensessions metadata service unavailable response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) IsCode

IsCode returns true when this post recordings screensessions metadata service unavailable response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata service unavailable response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) IsServerError

IsServerError returns true when this post recordings screensessions metadata service unavailable response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata service unavailable response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataServiceUnavailable) String

type PostRecordingsScreensessionsMetadataTooManyRequests

type PostRecordingsScreensessionsMetadataTooManyRequests struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostRecordingsScreensessionsMetadataTooManyRequests

func NewPostRecordingsScreensessionsMetadataTooManyRequests() *PostRecordingsScreensessionsMetadataTooManyRequests

NewPostRecordingsScreensessionsMetadataTooManyRequests creates a PostRecordingsScreensessionsMetadataTooManyRequests with default headers values

func (*PostRecordingsScreensessionsMetadataTooManyRequests) Error

func (*PostRecordingsScreensessionsMetadataTooManyRequests) GetPayload

func (*PostRecordingsScreensessionsMetadataTooManyRequests) IsClientError

IsClientError returns true when this post recordings screensessions metadata too many requests response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataTooManyRequests) IsCode

IsCode returns true when this post recordings screensessions metadata too many requests response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataTooManyRequests) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata too many requests response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataTooManyRequests) IsServerError

IsServerError returns true when this post recordings screensessions metadata too many requests response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataTooManyRequests) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata too many requests response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataTooManyRequests) String

type PostRecordingsScreensessionsMetadataUnauthorized

type PostRecordingsScreensessionsMetadataUnauthorized struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostRecordingsScreensessionsMetadataUnauthorized

func NewPostRecordingsScreensessionsMetadataUnauthorized() *PostRecordingsScreensessionsMetadataUnauthorized

NewPostRecordingsScreensessionsMetadataUnauthorized creates a PostRecordingsScreensessionsMetadataUnauthorized with default headers values

func (*PostRecordingsScreensessionsMetadataUnauthorized) Error

func (*PostRecordingsScreensessionsMetadataUnauthorized) GetPayload

func (*PostRecordingsScreensessionsMetadataUnauthorized) IsClientError

IsClientError returns true when this post recordings screensessions metadata unauthorized response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataUnauthorized) IsCode

IsCode returns true when this post recordings screensessions metadata unauthorized response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataUnauthorized) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata unauthorized response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataUnauthorized) IsServerError

IsServerError returns true when this post recordings screensessions metadata unauthorized response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataUnauthorized) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata unauthorized response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataUnauthorized) String

type PostRecordingsScreensessionsMetadataUnsupportedMediaType

type PostRecordingsScreensessionsMetadataUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostRecordingsScreensessionsMetadataUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostRecordingsScreensessionsMetadataUnsupportedMediaType

func NewPostRecordingsScreensessionsMetadataUnsupportedMediaType() *PostRecordingsScreensessionsMetadataUnsupportedMediaType

NewPostRecordingsScreensessionsMetadataUnsupportedMediaType creates a PostRecordingsScreensessionsMetadataUnsupportedMediaType with default headers values

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) Error

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) GetPayload

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) IsClientError

IsClientError returns true when this post recordings screensessions metadata unsupported media type response has a 4xx status code

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) IsCode

IsCode returns true when this post recordings screensessions metadata unsupported media type response a status code equal to that given

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post recordings screensessions metadata unsupported media type response has a 3xx status code

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) IsServerError

IsServerError returns true when this post recordings screensessions metadata unsupported media type response has a 5xx status code

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post recordings screensessions metadata unsupported media type response has a 2xx status code

func (*PostRecordingsScreensessionsMetadataUnsupportedMediaType) String

type PutConversationRecordingAnnotationBadRequest

type PutConversationRecordingAnnotationBadRequest struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutConversationRecordingAnnotationBadRequest

func NewPutConversationRecordingAnnotationBadRequest() *PutConversationRecordingAnnotationBadRequest

NewPutConversationRecordingAnnotationBadRequest creates a PutConversationRecordingAnnotationBadRequest with default headers values

func (*PutConversationRecordingAnnotationBadRequest) Error

func (*PutConversationRecordingAnnotationBadRequest) GetPayload

func (*PutConversationRecordingAnnotationBadRequest) IsClientError

IsClientError returns true when this put conversation recording annotation bad request response has a 4xx status code

func (*PutConversationRecordingAnnotationBadRequest) IsCode

IsCode returns true when this put conversation recording annotation bad request response a status code equal to that given

func (*PutConversationRecordingAnnotationBadRequest) IsRedirect

IsRedirect returns true when this put conversation recording annotation bad request response has a 3xx status code

func (*PutConversationRecordingAnnotationBadRequest) IsServerError

IsServerError returns true when this put conversation recording annotation bad request response has a 5xx status code

func (*PutConversationRecordingAnnotationBadRequest) IsSuccess

IsSuccess returns true when this put conversation recording annotation bad request response has a 2xx status code

func (*PutConversationRecordingAnnotationBadRequest) String

type PutConversationRecordingAnnotationForbidden

type PutConversationRecordingAnnotationForbidden struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutConversationRecordingAnnotationForbidden

func NewPutConversationRecordingAnnotationForbidden() *PutConversationRecordingAnnotationForbidden

NewPutConversationRecordingAnnotationForbidden creates a PutConversationRecordingAnnotationForbidden with default headers values

func (*PutConversationRecordingAnnotationForbidden) Error

func (*PutConversationRecordingAnnotationForbidden) GetPayload

func (*PutConversationRecordingAnnotationForbidden) IsClientError

IsClientError returns true when this put conversation recording annotation forbidden response has a 4xx status code

func (*PutConversationRecordingAnnotationForbidden) IsCode

IsCode returns true when this put conversation recording annotation forbidden response a status code equal to that given

func (*PutConversationRecordingAnnotationForbidden) IsRedirect

IsRedirect returns true when this put conversation recording annotation forbidden response has a 3xx status code

func (*PutConversationRecordingAnnotationForbidden) IsServerError

IsServerError returns true when this put conversation recording annotation forbidden response has a 5xx status code

func (*PutConversationRecordingAnnotationForbidden) IsSuccess

IsSuccess returns true when this put conversation recording annotation forbidden response has a 2xx status code

func (*PutConversationRecordingAnnotationForbidden) String

type PutConversationRecordingAnnotationGatewayTimeout

type PutConversationRecordingAnnotationGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutConversationRecordingAnnotationGatewayTimeout

func NewPutConversationRecordingAnnotationGatewayTimeout() *PutConversationRecordingAnnotationGatewayTimeout

NewPutConversationRecordingAnnotationGatewayTimeout creates a PutConversationRecordingAnnotationGatewayTimeout with default headers values

func (*PutConversationRecordingAnnotationGatewayTimeout) Error

func (*PutConversationRecordingAnnotationGatewayTimeout) GetPayload

func (*PutConversationRecordingAnnotationGatewayTimeout) IsClientError

IsClientError returns true when this put conversation recording annotation gateway timeout response has a 4xx status code

func (*PutConversationRecordingAnnotationGatewayTimeout) IsCode

IsCode returns true when this put conversation recording annotation gateway timeout response a status code equal to that given

func (*PutConversationRecordingAnnotationGatewayTimeout) IsRedirect

IsRedirect returns true when this put conversation recording annotation gateway timeout response has a 3xx status code

func (*PutConversationRecordingAnnotationGatewayTimeout) IsServerError

IsServerError returns true when this put conversation recording annotation gateway timeout response has a 5xx status code

func (*PutConversationRecordingAnnotationGatewayTimeout) IsSuccess

IsSuccess returns true when this put conversation recording annotation gateway timeout response has a 2xx status code

func (*PutConversationRecordingAnnotationGatewayTimeout) String

type PutConversationRecordingAnnotationInternalServerError

type PutConversationRecordingAnnotationInternalServerError struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutConversationRecordingAnnotationInternalServerError

func NewPutConversationRecordingAnnotationInternalServerError() *PutConversationRecordingAnnotationInternalServerError

NewPutConversationRecordingAnnotationInternalServerError creates a PutConversationRecordingAnnotationInternalServerError with default headers values

func (*PutConversationRecordingAnnotationInternalServerError) Error

func (*PutConversationRecordingAnnotationInternalServerError) GetPayload

func (*PutConversationRecordingAnnotationInternalServerError) IsClientError

IsClientError returns true when this put conversation recording annotation internal server error response has a 4xx status code

func (*PutConversationRecordingAnnotationInternalServerError) IsCode

IsCode returns true when this put conversation recording annotation internal server error response a status code equal to that given

func (*PutConversationRecordingAnnotationInternalServerError) IsRedirect

IsRedirect returns true when this put conversation recording annotation internal server error response has a 3xx status code

func (*PutConversationRecordingAnnotationInternalServerError) IsServerError

IsServerError returns true when this put conversation recording annotation internal server error response has a 5xx status code

func (*PutConversationRecordingAnnotationInternalServerError) IsSuccess

IsSuccess returns true when this put conversation recording annotation internal server error response has a 2xx status code

func (*PutConversationRecordingAnnotationInternalServerError) String

type PutConversationRecordingAnnotationNotFound

type PutConversationRecordingAnnotationNotFound struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutConversationRecordingAnnotationNotFound

func NewPutConversationRecordingAnnotationNotFound() *PutConversationRecordingAnnotationNotFound

NewPutConversationRecordingAnnotationNotFound creates a PutConversationRecordingAnnotationNotFound with default headers values

func (*PutConversationRecordingAnnotationNotFound) Error

func (*PutConversationRecordingAnnotationNotFound) GetPayload

func (*PutConversationRecordingAnnotationNotFound) IsClientError

IsClientError returns true when this put conversation recording annotation not found response has a 4xx status code

func (*PutConversationRecordingAnnotationNotFound) IsCode

IsCode returns true when this put conversation recording annotation not found response a status code equal to that given

func (*PutConversationRecordingAnnotationNotFound) IsRedirect

IsRedirect returns true when this put conversation recording annotation not found response has a 3xx status code

func (*PutConversationRecordingAnnotationNotFound) IsServerError

IsServerError returns true when this put conversation recording annotation not found response has a 5xx status code

func (*PutConversationRecordingAnnotationNotFound) IsSuccess

IsSuccess returns true when this put conversation recording annotation not found response has a 2xx status code

func (*PutConversationRecordingAnnotationNotFound) String

type PutConversationRecordingAnnotationOK

type PutConversationRecordingAnnotationOK struct {
	Payload *models.Annotation
}

PutConversationRecordingAnnotationOK describes a response with status code 200, with default header values.

successful operation

func NewPutConversationRecordingAnnotationOK

func NewPutConversationRecordingAnnotationOK() *PutConversationRecordingAnnotationOK

NewPutConversationRecordingAnnotationOK creates a PutConversationRecordingAnnotationOK with default headers values

func (*PutConversationRecordingAnnotationOK) Error

func (*PutConversationRecordingAnnotationOK) GetPayload

func (*PutConversationRecordingAnnotationOK) IsClientError

func (o *PutConversationRecordingAnnotationOK) IsClientError() bool

IsClientError returns true when this put conversation recording annotation o k response has a 4xx status code

func (*PutConversationRecordingAnnotationOK) IsCode

IsCode returns true when this put conversation recording annotation o k response a status code equal to that given

func (*PutConversationRecordingAnnotationOK) IsRedirect

IsRedirect returns true when this put conversation recording annotation o k response has a 3xx status code

func (*PutConversationRecordingAnnotationOK) IsServerError

func (o *PutConversationRecordingAnnotationOK) IsServerError() bool

IsServerError returns true when this put conversation recording annotation o k response has a 5xx status code

func (*PutConversationRecordingAnnotationOK) IsSuccess

IsSuccess returns true when this put conversation recording annotation o k response has a 2xx status code

func (*PutConversationRecordingAnnotationOK) String

type PutConversationRecordingAnnotationParams

type PutConversationRecordingAnnotationParams struct {

	/* AnnotationID.

	   Annotation ID
	*/
	AnnotationID string

	/* Body.

	   annotation
	*/
	Body *models.Annotation

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutConversationRecordingAnnotationParams contains all the parameters to send to the API endpoint

for the put conversation recording annotation operation.

Typically these are written to a http.Request.

func NewPutConversationRecordingAnnotationParams

func NewPutConversationRecordingAnnotationParams() *PutConversationRecordingAnnotationParams

NewPutConversationRecordingAnnotationParams creates a new PutConversationRecordingAnnotationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutConversationRecordingAnnotationParamsWithContext

func NewPutConversationRecordingAnnotationParamsWithContext(ctx context.Context) *PutConversationRecordingAnnotationParams

NewPutConversationRecordingAnnotationParamsWithContext creates a new PutConversationRecordingAnnotationParams object with the ability to set a context for a request.

func NewPutConversationRecordingAnnotationParamsWithHTTPClient

func NewPutConversationRecordingAnnotationParamsWithHTTPClient(client *http.Client) *PutConversationRecordingAnnotationParams

NewPutConversationRecordingAnnotationParamsWithHTTPClient creates a new PutConversationRecordingAnnotationParams object with the ability to set a custom HTTPClient for a request.

func NewPutConversationRecordingAnnotationParamsWithTimeout

func NewPutConversationRecordingAnnotationParamsWithTimeout(timeout time.Duration) *PutConversationRecordingAnnotationParams

NewPutConversationRecordingAnnotationParamsWithTimeout creates a new PutConversationRecordingAnnotationParams object with the ability to set a timeout on a request.

func (*PutConversationRecordingAnnotationParams) SetAnnotationID

func (o *PutConversationRecordingAnnotationParams) SetAnnotationID(annotationID string)

SetAnnotationID adds the annotationId to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) SetBody

SetBody adds the body to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) SetContext

SetContext adds the context to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) SetConversationID

func (o *PutConversationRecordingAnnotationParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) SetDefaults

SetDefaults hydrates default values in the put conversation recording annotation params (not the query body).

All values with no default are reset to their zero value.

func (*PutConversationRecordingAnnotationParams) SetHTTPClient

func (o *PutConversationRecordingAnnotationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) SetRecordingID

func (o *PutConversationRecordingAnnotationParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) SetTimeout

SetTimeout adds the timeout to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithAnnotationID

WithAnnotationID adds the annotationID to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithBody

WithBody adds the body to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithContext

WithContext adds the context to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithConversationID

WithConversationID adds the conversationID to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithDefaults

WithDefaults hydrates default values in the put conversation recording annotation params (not the query body).

All values with no default are reset to their zero value.

func (*PutConversationRecordingAnnotationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithRecordingID

WithRecordingID adds the recordingID to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WithTimeout

WithTimeout adds the timeout to the put conversation recording annotation params

func (*PutConversationRecordingAnnotationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutConversationRecordingAnnotationReader

type PutConversationRecordingAnnotationReader struct {
	// contains filtered or unexported fields
}

PutConversationRecordingAnnotationReader is a Reader for the PutConversationRecordingAnnotation structure.

func (*PutConversationRecordingAnnotationReader) ReadResponse

func (o *PutConversationRecordingAnnotationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutConversationRecordingAnnotationRequestEntityTooLarge

type PutConversationRecordingAnnotationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutConversationRecordingAnnotationRequestEntityTooLarge

func NewPutConversationRecordingAnnotationRequestEntityTooLarge() *PutConversationRecordingAnnotationRequestEntityTooLarge

NewPutConversationRecordingAnnotationRequestEntityTooLarge creates a PutConversationRecordingAnnotationRequestEntityTooLarge with default headers values

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) Error

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) GetPayload

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) IsClientError

IsClientError returns true when this put conversation recording annotation request entity too large response has a 4xx status code

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) IsCode

IsCode returns true when this put conversation recording annotation request entity too large response a status code equal to that given

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put conversation recording annotation request entity too large response has a 3xx status code

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) IsServerError

IsServerError returns true when this put conversation recording annotation request entity too large response has a 5xx status code

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put conversation recording annotation request entity too large response has a 2xx status code

func (*PutConversationRecordingAnnotationRequestEntityTooLarge) String

type PutConversationRecordingAnnotationRequestTimeout

type PutConversationRecordingAnnotationRequestTimeout struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutConversationRecordingAnnotationRequestTimeout

func NewPutConversationRecordingAnnotationRequestTimeout() *PutConversationRecordingAnnotationRequestTimeout

NewPutConversationRecordingAnnotationRequestTimeout creates a PutConversationRecordingAnnotationRequestTimeout with default headers values

func (*PutConversationRecordingAnnotationRequestTimeout) Error

func (*PutConversationRecordingAnnotationRequestTimeout) GetPayload

func (*PutConversationRecordingAnnotationRequestTimeout) IsClientError

IsClientError returns true when this put conversation recording annotation request timeout response has a 4xx status code

func (*PutConversationRecordingAnnotationRequestTimeout) IsCode

IsCode returns true when this put conversation recording annotation request timeout response a status code equal to that given

func (*PutConversationRecordingAnnotationRequestTimeout) IsRedirect

IsRedirect returns true when this put conversation recording annotation request timeout response has a 3xx status code

func (*PutConversationRecordingAnnotationRequestTimeout) IsServerError

IsServerError returns true when this put conversation recording annotation request timeout response has a 5xx status code

func (*PutConversationRecordingAnnotationRequestTimeout) IsSuccess

IsSuccess returns true when this put conversation recording annotation request timeout response has a 2xx status code

func (*PutConversationRecordingAnnotationRequestTimeout) String

type PutConversationRecordingAnnotationServiceUnavailable

type PutConversationRecordingAnnotationServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutConversationRecordingAnnotationServiceUnavailable

func NewPutConversationRecordingAnnotationServiceUnavailable() *PutConversationRecordingAnnotationServiceUnavailable

NewPutConversationRecordingAnnotationServiceUnavailable creates a PutConversationRecordingAnnotationServiceUnavailable with default headers values

func (*PutConversationRecordingAnnotationServiceUnavailable) Error

func (*PutConversationRecordingAnnotationServiceUnavailable) GetPayload

func (*PutConversationRecordingAnnotationServiceUnavailable) IsClientError

IsClientError returns true when this put conversation recording annotation service unavailable response has a 4xx status code

func (*PutConversationRecordingAnnotationServiceUnavailable) IsCode

IsCode returns true when this put conversation recording annotation service unavailable response a status code equal to that given

func (*PutConversationRecordingAnnotationServiceUnavailable) IsRedirect

IsRedirect returns true when this put conversation recording annotation service unavailable response has a 3xx status code

func (*PutConversationRecordingAnnotationServiceUnavailable) IsServerError

IsServerError returns true when this put conversation recording annotation service unavailable response has a 5xx status code

func (*PutConversationRecordingAnnotationServiceUnavailable) IsSuccess

IsSuccess returns true when this put conversation recording annotation service unavailable response has a 2xx status code

func (*PutConversationRecordingAnnotationServiceUnavailable) String

type PutConversationRecordingAnnotationTooManyRequests

type PutConversationRecordingAnnotationTooManyRequests struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutConversationRecordingAnnotationTooManyRequests

func NewPutConversationRecordingAnnotationTooManyRequests() *PutConversationRecordingAnnotationTooManyRequests

NewPutConversationRecordingAnnotationTooManyRequests creates a PutConversationRecordingAnnotationTooManyRequests with default headers values

func (*PutConversationRecordingAnnotationTooManyRequests) Error

func (*PutConversationRecordingAnnotationTooManyRequests) GetPayload

func (*PutConversationRecordingAnnotationTooManyRequests) IsClientError

IsClientError returns true when this put conversation recording annotation too many requests response has a 4xx status code

func (*PutConversationRecordingAnnotationTooManyRequests) IsCode

IsCode returns true when this put conversation recording annotation too many requests response a status code equal to that given

func (*PutConversationRecordingAnnotationTooManyRequests) IsRedirect

IsRedirect returns true when this put conversation recording annotation too many requests response has a 3xx status code

func (*PutConversationRecordingAnnotationTooManyRequests) IsServerError

IsServerError returns true when this put conversation recording annotation too many requests response has a 5xx status code

func (*PutConversationRecordingAnnotationTooManyRequests) IsSuccess

IsSuccess returns true when this put conversation recording annotation too many requests response has a 2xx status code

func (*PutConversationRecordingAnnotationTooManyRequests) String

type PutConversationRecordingAnnotationUnauthorized

type PutConversationRecordingAnnotationUnauthorized struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutConversationRecordingAnnotationUnauthorized

func NewPutConversationRecordingAnnotationUnauthorized() *PutConversationRecordingAnnotationUnauthorized

NewPutConversationRecordingAnnotationUnauthorized creates a PutConversationRecordingAnnotationUnauthorized with default headers values

func (*PutConversationRecordingAnnotationUnauthorized) Error

func (*PutConversationRecordingAnnotationUnauthorized) GetPayload

func (*PutConversationRecordingAnnotationUnauthorized) IsClientError

IsClientError returns true when this put conversation recording annotation unauthorized response has a 4xx status code

func (*PutConversationRecordingAnnotationUnauthorized) IsCode

IsCode returns true when this put conversation recording annotation unauthorized response a status code equal to that given

func (*PutConversationRecordingAnnotationUnauthorized) IsRedirect

IsRedirect returns true when this put conversation recording annotation unauthorized response has a 3xx status code

func (*PutConversationRecordingAnnotationUnauthorized) IsServerError

IsServerError returns true when this put conversation recording annotation unauthorized response has a 5xx status code

func (*PutConversationRecordingAnnotationUnauthorized) IsSuccess

IsSuccess returns true when this put conversation recording annotation unauthorized response has a 2xx status code

func (*PutConversationRecordingAnnotationUnauthorized) String

type PutConversationRecordingAnnotationUnsupportedMediaType

type PutConversationRecordingAnnotationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutConversationRecordingAnnotationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutConversationRecordingAnnotationUnsupportedMediaType

func NewPutConversationRecordingAnnotationUnsupportedMediaType() *PutConversationRecordingAnnotationUnsupportedMediaType

NewPutConversationRecordingAnnotationUnsupportedMediaType creates a PutConversationRecordingAnnotationUnsupportedMediaType with default headers values

func (*PutConversationRecordingAnnotationUnsupportedMediaType) Error

func (*PutConversationRecordingAnnotationUnsupportedMediaType) GetPayload

func (*PutConversationRecordingAnnotationUnsupportedMediaType) IsClientError

IsClientError returns true when this put conversation recording annotation unsupported media type response has a 4xx status code

func (*PutConversationRecordingAnnotationUnsupportedMediaType) IsCode

IsCode returns true when this put conversation recording annotation unsupported media type response a status code equal to that given

func (*PutConversationRecordingAnnotationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put conversation recording annotation unsupported media type response has a 3xx status code

func (*PutConversationRecordingAnnotationUnsupportedMediaType) IsServerError

IsServerError returns true when this put conversation recording annotation unsupported media type response has a 5xx status code

func (*PutConversationRecordingAnnotationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put conversation recording annotation unsupported media type response has a 2xx status code

func (*PutConversationRecordingAnnotationUnsupportedMediaType) String

type PutConversationRecordingBadRequest

type PutConversationRecordingBadRequest struct {
	Payload *models.ErrorBody
}

PutConversationRecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutConversationRecordingBadRequest

func NewPutConversationRecordingBadRequest() *PutConversationRecordingBadRequest

NewPutConversationRecordingBadRequest creates a PutConversationRecordingBadRequest with default headers values

func (*PutConversationRecordingBadRequest) Error

func (*PutConversationRecordingBadRequest) GetPayload

func (*PutConversationRecordingBadRequest) IsClientError

func (o *PutConversationRecordingBadRequest) IsClientError() bool

IsClientError returns true when this put conversation recording bad request response has a 4xx status code

func (*PutConversationRecordingBadRequest) IsCode

IsCode returns true when this put conversation recording bad request response a status code equal to that given

func (*PutConversationRecordingBadRequest) IsRedirect

func (o *PutConversationRecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this put conversation recording bad request response has a 3xx status code

func (*PutConversationRecordingBadRequest) IsServerError

func (o *PutConversationRecordingBadRequest) IsServerError() bool

IsServerError returns true when this put conversation recording bad request response has a 5xx status code

func (*PutConversationRecordingBadRequest) IsSuccess

IsSuccess returns true when this put conversation recording bad request response has a 2xx status code

func (*PutConversationRecordingBadRequest) String

type PutConversationRecordingForbidden

type PutConversationRecordingForbidden struct {
	Payload *models.ErrorBody
}

PutConversationRecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutConversationRecordingForbidden

func NewPutConversationRecordingForbidden() *PutConversationRecordingForbidden

NewPutConversationRecordingForbidden creates a PutConversationRecordingForbidden with default headers values

func (*PutConversationRecordingForbidden) Error

func (*PutConversationRecordingForbidden) GetPayload

func (*PutConversationRecordingForbidden) IsClientError

func (o *PutConversationRecordingForbidden) IsClientError() bool

IsClientError returns true when this put conversation recording forbidden response has a 4xx status code

func (*PutConversationRecordingForbidden) IsCode

func (o *PutConversationRecordingForbidden) IsCode(code int) bool

IsCode returns true when this put conversation recording forbidden response a status code equal to that given

func (*PutConversationRecordingForbidden) IsRedirect

func (o *PutConversationRecordingForbidden) IsRedirect() bool

IsRedirect returns true when this put conversation recording forbidden response has a 3xx status code

func (*PutConversationRecordingForbidden) IsServerError

func (o *PutConversationRecordingForbidden) IsServerError() bool

IsServerError returns true when this put conversation recording forbidden response has a 5xx status code

func (*PutConversationRecordingForbidden) IsSuccess

func (o *PutConversationRecordingForbidden) IsSuccess() bool

IsSuccess returns true when this put conversation recording forbidden response has a 2xx status code

func (*PutConversationRecordingForbidden) String

type PutConversationRecordingGatewayTimeout

type PutConversationRecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutConversationRecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutConversationRecordingGatewayTimeout

func NewPutConversationRecordingGatewayTimeout() *PutConversationRecordingGatewayTimeout

NewPutConversationRecordingGatewayTimeout creates a PutConversationRecordingGatewayTimeout with default headers values

func (*PutConversationRecordingGatewayTimeout) Error

func (*PutConversationRecordingGatewayTimeout) GetPayload

func (*PutConversationRecordingGatewayTimeout) IsClientError

func (o *PutConversationRecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this put conversation recording gateway timeout response has a 4xx status code

func (*PutConversationRecordingGatewayTimeout) IsCode

IsCode returns true when this put conversation recording gateway timeout response a status code equal to that given

func (*PutConversationRecordingGatewayTimeout) IsRedirect

IsRedirect returns true when this put conversation recording gateway timeout response has a 3xx status code

func (*PutConversationRecordingGatewayTimeout) IsServerError

func (o *PutConversationRecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this put conversation recording gateway timeout response has a 5xx status code

func (*PutConversationRecordingGatewayTimeout) IsSuccess

IsSuccess returns true when this put conversation recording gateway timeout response has a 2xx status code

func (*PutConversationRecordingGatewayTimeout) String

type PutConversationRecordingInternalServerError

type PutConversationRecordingInternalServerError struct {
	Payload *models.ErrorBody
}

PutConversationRecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutConversationRecordingInternalServerError

func NewPutConversationRecordingInternalServerError() *PutConversationRecordingInternalServerError

NewPutConversationRecordingInternalServerError creates a PutConversationRecordingInternalServerError with default headers values

func (*PutConversationRecordingInternalServerError) Error

func (*PutConversationRecordingInternalServerError) GetPayload

func (*PutConversationRecordingInternalServerError) IsClientError

IsClientError returns true when this put conversation recording internal server error response has a 4xx status code

func (*PutConversationRecordingInternalServerError) IsCode

IsCode returns true when this put conversation recording internal server error response a status code equal to that given

func (*PutConversationRecordingInternalServerError) IsRedirect

IsRedirect returns true when this put conversation recording internal server error response has a 3xx status code

func (*PutConversationRecordingInternalServerError) IsServerError

IsServerError returns true when this put conversation recording internal server error response has a 5xx status code

func (*PutConversationRecordingInternalServerError) IsSuccess

IsSuccess returns true when this put conversation recording internal server error response has a 2xx status code

func (*PutConversationRecordingInternalServerError) String

type PutConversationRecordingNotFound

type PutConversationRecordingNotFound struct {
	Payload *models.ErrorBody
}

PutConversationRecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutConversationRecordingNotFound

func NewPutConversationRecordingNotFound() *PutConversationRecordingNotFound

NewPutConversationRecordingNotFound creates a PutConversationRecordingNotFound with default headers values

func (*PutConversationRecordingNotFound) Error

func (*PutConversationRecordingNotFound) GetPayload

func (*PutConversationRecordingNotFound) IsClientError

func (o *PutConversationRecordingNotFound) IsClientError() bool

IsClientError returns true when this put conversation recording not found response has a 4xx status code

func (*PutConversationRecordingNotFound) IsCode

func (o *PutConversationRecordingNotFound) IsCode(code int) bool

IsCode returns true when this put conversation recording not found response a status code equal to that given

func (*PutConversationRecordingNotFound) IsRedirect

func (o *PutConversationRecordingNotFound) IsRedirect() bool

IsRedirect returns true when this put conversation recording not found response has a 3xx status code

func (*PutConversationRecordingNotFound) IsServerError

func (o *PutConversationRecordingNotFound) IsServerError() bool

IsServerError returns true when this put conversation recording not found response has a 5xx status code

func (*PutConversationRecordingNotFound) IsSuccess

func (o *PutConversationRecordingNotFound) IsSuccess() bool

IsSuccess returns true when this put conversation recording not found response has a 2xx status code

func (*PutConversationRecordingNotFound) String

type PutConversationRecordingOK

type PutConversationRecordingOK struct {
	Payload *models.Recording
}

PutConversationRecordingOK describes a response with status code 200, with default header values.

successful operation

func NewPutConversationRecordingOK

func NewPutConversationRecordingOK() *PutConversationRecordingOK

NewPutConversationRecordingOK creates a PutConversationRecordingOK with default headers values

func (*PutConversationRecordingOK) Error

func (*PutConversationRecordingOK) GetPayload

func (o *PutConversationRecordingOK) GetPayload() *models.Recording

func (*PutConversationRecordingOK) IsClientError

func (o *PutConversationRecordingOK) IsClientError() bool

IsClientError returns true when this put conversation recording o k response has a 4xx status code

func (*PutConversationRecordingOK) IsCode

func (o *PutConversationRecordingOK) IsCode(code int) bool

IsCode returns true when this put conversation recording o k response a status code equal to that given

func (*PutConversationRecordingOK) IsRedirect

func (o *PutConversationRecordingOK) IsRedirect() bool

IsRedirect returns true when this put conversation recording o k response has a 3xx status code

func (*PutConversationRecordingOK) IsServerError

func (o *PutConversationRecordingOK) IsServerError() bool

IsServerError returns true when this put conversation recording o k response has a 5xx status code

func (*PutConversationRecordingOK) IsSuccess

func (o *PutConversationRecordingOK) IsSuccess() bool

IsSuccess returns true when this put conversation recording o k response has a 2xx status code

func (*PutConversationRecordingOK) String

func (o *PutConversationRecordingOK) String() string

type PutConversationRecordingParams

type PutConversationRecordingParams struct {

	/* Body.

	   recording
	*/
	Body *models.Recording

	/* ClearExport.

	   Whether to clear the pending export for the recording
	*/
	ClearExport *bool

	/* ConversationID.

	   Conversation ID
	*/
	ConversationID string

	/* RecordingID.

	   Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutConversationRecordingParams contains all the parameters to send to the API endpoint

for the put conversation recording operation.

Typically these are written to a http.Request.

func NewPutConversationRecordingParams

func NewPutConversationRecordingParams() *PutConversationRecordingParams

NewPutConversationRecordingParams creates a new PutConversationRecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutConversationRecordingParamsWithContext

func NewPutConversationRecordingParamsWithContext(ctx context.Context) *PutConversationRecordingParams

NewPutConversationRecordingParamsWithContext creates a new PutConversationRecordingParams object with the ability to set a context for a request.

func NewPutConversationRecordingParamsWithHTTPClient

func NewPutConversationRecordingParamsWithHTTPClient(client *http.Client) *PutConversationRecordingParams

NewPutConversationRecordingParamsWithHTTPClient creates a new PutConversationRecordingParams object with the ability to set a custom HTTPClient for a request.

func NewPutConversationRecordingParamsWithTimeout

func NewPutConversationRecordingParamsWithTimeout(timeout time.Duration) *PutConversationRecordingParams

NewPutConversationRecordingParamsWithTimeout creates a new PutConversationRecordingParams object with the ability to set a timeout on a request.

func (*PutConversationRecordingParams) SetBody

SetBody adds the body to the put conversation recording params

func (*PutConversationRecordingParams) SetClearExport

func (o *PutConversationRecordingParams) SetClearExport(clearExport *bool)

SetClearExport adds the clearExport to the put conversation recording params

func (*PutConversationRecordingParams) SetContext

func (o *PutConversationRecordingParams) SetContext(ctx context.Context)

SetContext adds the context to the put conversation recording params

func (*PutConversationRecordingParams) SetConversationID

func (o *PutConversationRecordingParams) SetConversationID(conversationID string)

SetConversationID adds the conversationId to the put conversation recording params

func (*PutConversationRecordingParams) SetDefaults

func (o *PutConversationRecordingParams) SetDefaults()

SetDefaults hydrates default values in the put conversation recording params (not the query body).

All values with no default are reset to their zero value.

func (*PutConversationRecordingParams) SetHTTPClient

func (o *PutConversationRecordingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put conversation recording params

func (*PutConversationRecordingParams) SetRecordingID

func (o *PutConversationRecordingParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the put conversation recording params

func (*PutConversationRecordingParams) SetTimeout

func (o *PutConversationRecordingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put conversation recording params

func (*PutConversationRecordingParams) WithBody

WithBody adds the body to the put conversation recording params

func (*PutConversationRecordingParams) WithClearExport

func (o *PutConversationRecordingParams) WithClearExport(clearExport *bool) *PutConversationRecordingParams

WithClearExport adds the clearExport to the put conversation recording params

func (*PutConversationRecordingParams) WithContext

WithContext adds the context to the put conversation recording params

func (*PutConversationRecordingParams) WithConversationID

func (o *PutConversationRecordingParams) WithConversationID(conversationID string) *PutConversationRecordingParams

WithConversationID adds the conversationID to the put conversation recording params

func (*PutConversationRecordingParams) WithDefaults

WithDefaults hydrates default values in the put conversation recording params (not the query body).

All values with no default are reset to their zero value.

func (*PutConversationRecordingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put conversation recording params

func (*PutConversationRecordingParams) WithRecordingID

func (o *PutConversationRecordingParams) WithRecordingID(recordingID string) *PutConversationRecordingParams

WithRecordingID adds the recordingID to the put conversation recording params

func (*PutConversationRecordingParams) WithTimeout

WithTimeout adds the timeout to the put conversation recording params

func (*PutConversationRecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutConversationRecordingReader

type PutConversationRecordingReader struct {
	// contains filtered or unexported fields
}

PutConversationRecordingReader is a Reader for the PutConversationRecording structure.

func (*PutConversationRecordingReader) ReadResponse

func (o *PutConversationRecordingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutConversationRecordingRequestEntityTooLarge

type PutConversationRecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutConversationRecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutConversationRecordingRequestEntityTooLarge

func NewPutConversationRecordingRequestEntityTooLarge() *PutConversationRecordingRequestEntityTooLarge

NewPutConversationRecordingRequestEntityTooLarge creates a PutConversationRecordingRequestEntityTooLarge with default headers values

func (*PutConversationRecordingRequestEntityTooLarge) Error

func (*PutConversationRecordingRequestEntityTooLarge) GetPayload

func (*PutConversationRecordingRequestEntityTooLarge) IsClientError

IsClientError returns true when this put conversation recording request entity too large response has a 4xx status code

func (*PutConversationRecordingRequestEntityTooLarge) IsCode

IsCode returns true when this put conversation recording request entity too large response a status code equal to that given

func (*PutConversationRecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put conversation recording request entity too large response has a 3xx status code

func (*PutConversationRecordingRequestEntityTooLarge) IsServerError

IsServerError returns true when this put conversation recording request entity too large response has a 5xx status code

func (*PutConversationRecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put conversation recording request entity too large response has a 2xx status code

func (*PutConversationRecordingRequestEntityTooLarge) String

type PutConversationRecordingRequestTimeout

type PutConversationRecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

PutConversationRecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutConversationRecordingRequestTimeout

func NewPutConversationRecordingRequestTimeout() *PutConversationRecordingRequestTimeout

NewPutConversationRecordingRequestTimeout creates a PutConversationRecordingRequestTimeout with default headers values

func (*PutConversationRecordingRequestTimeout) Error

func (*PutConversationRecordingRequestTimeout) GetPayload

func (*PutConversationRecordingRequestTimeout) IsClientError

func (o *PutConversationRecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this put conversation recording request timeout response has a 4xx status code

func (*PutConversationRecordingRequestTimeout) IsCode

IsCode returns true when this put conversation recording request timeout response a status code equal to that given

func (*PutConversationRecordingRequestTimeout) IsRedirect

IsRedirect returns true when this put conversation recording request timeout response has a 3xx status code

func (*PutConversationRecordingRequestTimeout) IsServerError

func (o *PutConversationRecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this put conversation recording request timeout response has a 5xx status code

func (*PutConversationRecordingRequestTimeout) IsSuccess

IsSuccess returns true when this put conversation recording request timeout response has a 2xx status code

func (*PutConversationRecordingRequestTimeout) String

type PutConversationRecordingServiceUnavailable

type PutConversationRecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutConversationRecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutConversationRecordingServiceUnavailable

func NewPutConversationRecordingServiceUnavailable() *PutConversationRecordingServiceUnavailable

NewPutConversationRecordingServiceUnavailable creates a PutConversationRecordingServiceUnavailable with default headers values

func (*PutConversationRecordingServiceUnavailable) Error

func (*PutConversationRecordingServiceUnavailable) GetPayload

func (*PutConversationRecordingServiceUnavailable) IsClientError

IsClientError returns true when this put conversation recording service unavailable response has a 4xx status code

func (*PutConversationRecordingServiceUnavailable) IsCode

IsCode returns true when this put conversation recording service unavailable response a status code equal to that given

func (*PutConversationRecordingServiceUnavailable) IsRedirect

IsRedirect returns true when this put conversation recording service unavailable response has a 3xx status code

func (*PutConversationRecordingServiceUnavailable) IsServerError

IsServerError returns true when this put conversation recording service unavailable response has a 5xx status code

func (*PutConversationRecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this put conversation recording service unavailable response has a 2xx status code

func (*PutConversationRecordingServiceUnavailable) String

type PutConversationRecordingTooManyRequests

type PutConversationRecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

PutConversationRecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutConversationRecordingTooManyRequests

func NewPutConversationRecordingTooManyRequests() *PutConversationRecordingTooManyRequests

NewPutConversationRecordingTooManyRequests creates a PutConversationRecordingTooManyRequests with default headers values

func (*PutConversationRecordingTooManyRequests) Error

func (*PutConversationRecordingTooManyRequests) GetPayload

func (*PutConversationRecordingTooManyRequests) IsClientError

func (o *PutConversationRecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this put conversation recording too many requests response has a 4xx status code

func (*PutConversationRecordingTooManyRequests) IsCode

IsCode returns true when this put conversation recording too many requests response a status code equal to that given

func (*PutConversationRecordingTooManyRequests) IsRedirect

IsRedirect returns true when this put conversation recording too many requests response has a 3xx status code

func (*PutConversationRecordingTooManyRequests) IsServerError

func (o *PutConversationRecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this put conversation recording too many requests response has a 5xx status code

func (*PutConversationRecordingTooManyRequests) IsSuccess

IsSuccess returns true when this put conversation recording too many requests response has a 2xx status code

func (*PutConversationRecordingTooManyRequests) String

type PutConversationRecordingUnauthorized

type PutConversationRecordingUnauthorized struct {
	Payload *models.ErrorBody
}

PutConversationRecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutConversationRecordingUnauthorized

func NewPutConversationRecordingUnauthorized() *PutConversationRecordingUnauthorized

NewPutConversationRecordingUnauthorized creates a PutConversationRecordingUnauthorized with default headers values

func (*PutConversationRecordingUnauthorized) Error

func (*PutConversationRecordingUnauthorized) GetPayload

func (*PutConversationRecordingUnauthorized) IsClientError

func (o *PutConversationRecordingUnauthorized) IsClientError() bool

IsClientError returns true when this put conversation recording unauthorized response has a 4xx status code

func (*PutConversationRecordingUnauthorized) IsCode

IsCode returns true when this put conversation recording unauthorized response a status code equal to that given

func (*PutConversationRecordingUnauthorized) IsRedirect

IsRedirect returns true when this put conversation recording unauthorized response has a 3xx status code

func (*PutConversationRecordingUnauthorized) IsServerError

func (o *PutConversationRecordingUnauthorized) IsServerError() bool

IsServerError returns true when this put conversation recording unauthorized response has a 5xx status code

func (*PutConversationRecordingUnauthorized) IsSuccess

IsSuccess returns true when this put conversation recording unauthorized response has a 2xx status code

func (*PutConversationRecordingUnauthorized) String

type PutConversationRecordingUnsupportedMediaType

type PutConversationRecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutConversationRecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutConversationRecordingUnsupportedMediaType

func NewPutConversationRecordingUnsupportedMediaType() *PutConversationRecordingUnsupportedMediaType

NewPutConversationRecordingUnsupportedMediaType creates a PutConversationRecordingUnsupportedMediaType with default headers values

func (*PutConversationRecordingUnsupportedMediaType) Error

func (*PutConversationRecordingUnsupportedMediaType) GetPayload

func (*PutConversationRecordingUnsupportedMediaType) IsClientError

IsClientError returns true when this put conversation recording unsupported media type response has a 4xx status code

func (*PutConversationRecordingUnsupportedMediaType) IsCode

IsCode returns true when this put conversation recording unsupported media type response a status code equal to that given

func (*PutConversationRecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put conversation recording unsupported media type response has a 3xx status code

func (*PutConversationRecordingUnsupportedMediaType) IsServerError

IsServerError returns true when this put conversation recording unsupported media type response has a 5xx status code

func (*PutConversationRecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put conversation recording unsupported media type response has a 2xx status code

func (*PutConversationRecordingUnsupportedMediaType) String

type PutOrphanrecordingBadRequest

type PutOrphanrecordingBadRequest struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutOrphanrecordingBadRequest

func NewPutOrphanrecordingBadRequest() *PutOrphanrecordingBadRequest

NewPutOrphanrecordingBadRequest creates a PutOrphanrecordingBadRequest with default headers values

func (*PutOrphanrecordingBadRequest) Error

func (*PutOrphanrecordingBadRequest) GetPayload

func (*PutOrphanrecordingBadRequest) IsClientError

func (o *PutOrphanrecordingBadRequest) IsClientError() bool

IsClientError returns true when this put orphanrecording bad request response has a 4xx status code

func (*PutOrphanrecordingBadRequest) IsCode

func (o *PutOrphanrecordingBadRequest) IsCode(code int) bool

IsCode returns true when this put orphanrecording bad request response a status code equal to that given

func (*PutOrphanrecordingBadRequest) IsRedirect

func (o *PutOrphanrecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this put orphanrecording bad request response has a 3xx status code

func (*PutOrphanrecordingBadRequest) IsServerError

func (o *PutOrphanrecordingBadRequest) IsServerError() bool

IsServerError returns true when this put orphanrecording bad request response has a 5xx status code

func (*PutOrphanrecordingBadRequest) IsSuccess

func (o *PutOrphanrecordingBadRequest) IsSuccess() bool

IsSuccess returns true when this put orphanrecording bad request response has a 2xx status code

func (*PutOrphanrecordingBadRequest) String

type PutOrphanrecordingForbidden

type PutOrphanrecordingForbidden struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutOrphanrecordingForbidden

func NewPutOrphanrecordingForbidden() *PutOrphanrecordingForbidden

NewPutOrphanrecordingForbidden creates a PutOrphanrecordingForbidden with default headers values

func (*PutOrphanrecordingForbidden) Error

func (*PutOrphanrecordingForbidden) GetPayload

func (o *PutOrphanrecordingForbidden) GetPayload() *models.ErrorBody

func (*PutOrphanrecordingForbidden) IsClientError

func (o *PutOrphanrecordingForbidden) IsClientError() bool

IsClientError returns true when this put orphanrecording forbidden response has a 4xx status code

func (*PutOrphanrecordingForbidden) IsCode

func (o *PutOrphanrecordingForbidden) IsCode(code int) bool

IsCode returns true when this put orphanrecording forbidden response a status code equal to that given

func (*PutOrphanrecordingForbidden) IsRedirect

func (o *PutOrphanrecordingForbidden) IsRedirect() bool

IsRedirect returns true when this put orphanrecording forbidden response has a 3xx status code

func (*PutOrphanrecordingForbidden) IsServerError

func (o *PutOrphanrecordingForbidden) IsServerError() bool

IsServerError returns true when this put orphanrecording forbidden response has a 5xx status code

func (*PutOrphanrecordingForbidden) IsSuccess

func (o *PutOrphanrecordingForbidden) IsSuccess() bool

IsSuccess returns true when this put orphanrecording forbidden response has a 2xx status code

func (*PutOrphanrecordingForbidden) String

func (o *PutOrphanrecordingForbidden) String() string

type PutOrphanrecordingGatewayTimeout

type PutOrphanrecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutOrphanrecordingGatewayTimeout

func NewPutOrphanrecordingGatewayTimeout() *PutOrphanrecordingGatewayTimeout

NewPutOrphanrecordingGatewayTimeout creates a PutOrphanrecordingGatewayTimeout with default headers values

func (*PutOrphanrecordingGatewayTimeout) Error

func (*PutOrphanrecordingGatewayTimeout) GetPayload

func (*PutOrphanrecordingGatewayTimeout) IsClientError

func (o *PutOrphanrecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this put orphanrecording gateway timeout response has a 4xx status code

func (*PutOrphanrecordingGatewayTimeout) IsCode

func (o *PutOrphanrecordingGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put orphanrecording gateway timeout response a status code equal to that given

func (*PutOrphanrecordingGatewayTimeout) IsRedirect

func (o *PutOrphanrecordingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put orphanrecording gateway timeout response has a 3xx status code

func (*PutOrphanrecordingGatewayTimeout) IsServerError

func (o *PutOrphanrecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this put orphanrecording gateway timeout response has a 5xx status code

func (*PutOrphanrecordingGatewayTimeout) IsSuccess

func (o *PutOrphanrecordingGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put orphanrecording gateway timeout response has a 2xx status code

func (*PutOrphanrecordingGatewayTimeout) String

type PutOrphanrecordingInternalServerError

type PutOrphanrecordingInternalServerError struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutOrphanrecordingInternalServerError

func NewPutOrphanrecordingInternalServerError() *PutOrphanrecordingInternalServerError

NewPutOrphanrecordingInternalServerError creates a PutOrphanrecordingInternalServerError with default headers values

func (*PutOrphanrecordingInternalServerError) Error

func (*PutOrphanrecordingInternalServerError) GetPayload

func (*PutOrphanrecordingInternalServerError) IsClientError

func (o *PutOrphanrecordingInternalServerError) IsClientError() bool

IsClientError returns true when this put orphanrecording internal server error response has a 4xx status code

func (*PutOrphanrecordingInternalServerError) IsCode

IsCode returns true when this put orphanrecording internal server error response a status code equal to that given

func (*PutOrphanrecordingInternalServerError) IsRedirect

IsRedirect returns true when this put orphanrecording internal server error response has a 3xx status code

func (*PutOrphanrecordingInternalServerError) IsServerError

func (o *PutOrphanrecordingInternalServerError) IsServerError() bool

IsServerError returns true when this put orphanrecording internal server error response has a 5xx status code

func (*PutOrphanrecordingInternalServerError) IsSuccess

IsSuccess returns true when this put orphanrecording internal server error response has a 2xx status code

func (*PutOrphanrecordingInternalServerError) String

type PutOrphanrecordingNotFound

type PutOrphanrecordingNotFound struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutOrphanrecordingNotFound

func NewPutOrphanrecordingNotFound() *PutOrphanrecordingNotFound

NewPutOrphanrecordingNotFound creates a PutOrphanrecordingNotFound with default headers values

func (*PutOrphanrecordingNotFound) Error

func (*PutOrphanrecordingNotFound) GetPayload

func (o *PutOrphanrecordingNotFound) GetPayload() *models.ErrorBody

func (*PutOrphanrecordingNotFound) IsClientError

func (o *PutOrphanrecordingNotFound) IsClientError() bool

IsClientError returns true when this put orphanrecording not found response has a 4xx status code

func (*PutOrphanrecordingNotFound) IsCode

func (o *PutOrphanrecordingNotFound) IsCode(code int) bool

IsCode returns true when this put orphanrecording not found response a status code equal to that given

func (*PutOrphanrecordingNotFound) IsRedirect

func (o *PutOrphanrecordingNotFound) IsRedirect() bool

IsRedirect returns true when this put orphanrecording not found response has a 3xx status code

func (*PutOrphanrecordingNotFound) IsServerError

func (o *PutOrphanrecordingNotFound) IsServerError() bool

IsServerError returns true when this put orphanrecording not found response has a 5xx status code

func (*PutOrphanrecordingNotFound) IsSuccess

func (o *PutOrphanrecordingNotFound) IsSuccess() bool

IsSuccess returns true when this put orphanrecording not found response has a 2xx status code

func (*PutOrphanrecordingNotFound) String

func (o *PutOrphanrecordingNotFound) String() string

type PutOrphanrecordingOK

type PutOrphanrecordingOK struct {
	Payload *models.Recording
}

PutOrphanrecordingOK describes a response with status code 200, with default header values.

successful operation

func NewPutOrphanrecordingOK

func NewPutOrphanrecordingOK() *PutOrphanrecordingOK

NewPutOrphanrecordingOK creates a PutOrphanrecordingOK with default headers values

func (*PutOrphanrecordingOK) Error

func (o *PutOrphanrecordingOK) Error() string

func (*PutOrphanrecordingOK) GetPayload

func (o *PutOrphanrecordingOK) GetPayload() *models.Recording

func (*PutOrphanrecordingOK) IsClientError

func (o *PutOrphanrecordingOK) IsClientError() bool

IsClientError returns true when this put orphanrecording o k response has a 4xx status code

func (*PutOrphanrecordingOK) IsCode

func (o *PutOrphanrecordingOK) IsCode(code int) bool

IsCode returns true when this put orphanrecording o k response a status code equal to that given

func (*PutOrphanrecordingOK) IsRedirect

func (o *PutOrphanrecordingOK) IsRedirect() bool

IsRedirect returns true when this put orphanrecording o k response has a 3xx status code

func (*PutOrphanrecordingOK) IsServerError

func (o *PutOrphanrecordingOK) IsServerError() bool

IsServerError returns true when this put orphanrecording o k response has a 5xx status code

func (*PutOrphanrecordingOK) IsSuccess

func (o *PutOrphanrecordingOK) IsSuccess() bool

IsSuccess returns true when this put orphanrecording o k response has a 2xx status code

func (*PutOrphanrecordingOK) String

func (o *PutOrphanrecordingOK) String() string

type PutOrphanrecordingParams

type PutOrphanrecordingParams struct {

	// Body.
	Body *models.OrphanUpdateRequest

	/* OrphanID.

	   Orphan ID
	*/
	OrphanID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutOrphanrecordingParams contains all the parameters to send to the API endpoint

for the put orphanrecording operation.

Typically these are written to a http.Request.

func NewPutOrphanrecordingParams

func NewPutOrphanrecordingParams() *PutOrphanrecordingParams

NewPutOrphanrecordingParams creates a new PutOrphanrecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutOrphanrecordingParamsWithContext

func NewPutOrphanrecordingParamsWithContext(ctx context.Context) *PutOrphanrecordingParams

NewPutOrphanrecordingParamsWithContext creates a new PutOrphanrecordingParams object with the ability to set a context for a request.

func NewPutOrphanrecordingParamsWithHTTPClient

func NewPutOrphanrecordingParamsWithHTTPClient(client *http.Client) *PutOrphanrecordingParams

NewPutOrphanrecordingParamsWithHTTPClient creates a new PutOrphanrecordingParams object with the ability to set a custom HTTPClient for a request.

func NewPutOrphanrecordingParamsWithTimeout

func NewPutOrphanrecordingParamsWithTimeout(timeout time.Duration) *PutOrphanrecordingParams

NewPutOrphanrecordingParamsWithTimeout creates a new PutOrphanrecordingParams object with the ability to set a timeout on a request.

func (*PutOrphanrecordingParams) SetBody

SetBody adds the body to the put orphanrecording params

func (*PutOrphanrecordingParams) SetContext

func (o *PutOrphanrecordingParams) SetContext(ctx context.Context)

SetContext adds the context to the put orphanrecording params

func (*PutOrphanrecordingParams) SetDefaults

func (o *PutOrphanrecordingParams) SetDefaults()

SetDefaults hydrates default values in the put orphanrecording params (not the query body).

All values with no default are reset to their zero value.

func (*PutOrphanrecordingParams) SetHTTPClient

func (o *PutOrphanrecordingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put orphanrecording params

func (*PutOrphanrecordingParams) SetOrphanID

func (o *PutOrphanrecordingParams) SetOrphanID(orphanID string)

SetOrphanID adds the orphanId to the put orphanrecording params

func (*PutOrphanrecordingParams) SetTimeout

func (o *PutOrphanrecordingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put orphanrecording params

func (*PutOrphanrecordingParams) WithBody

WithBody adds the body to the put orphanrecording params

func (*PutOrphanrecordingParams) WithContext

WithContext adds the context to the put orphanrecording params

func (*PutOrphanrecordingParams) WithDefaults

WithDefaults hydrates default values in the put orphanrecording params (not the query body).

All values with no default are reset to their zero value.

func (*PutOrphanrecordingParams) WithHTTPClient

func (o *PutOrphanrecordingParams) WithHTTPClient(client *http.Client) *PutOrphanrecordingParams

WithHTTPClient adds the HTTPClient to the put orphanrecording params

func (*PutOrphanrecordingParams) WithOrphanID

func (o *PutOrphanrecordingParams) WithOrphanID(orphanID string) *PutOrphanrecordingParams

WithOrphanID adds the orphanID to the put orphanrecording params

func (*PutOrphanrecordingParams) WithTimeout

WithTimeout adds the timeout to the put orphanrecording params

func (*PutOrphanrecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutOrphanrecordingReader

type PutOrphanrecordingReader struct {
	// contains filtered or unexported fields
}

PutOrphanrecordingReader is a Reader for the PutOrphanrecording structure.

func (*PutOrphanrecordingReader) ReadResponse

func (o *PutOrphanrecordingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutOrphanrecordingRequestEntityTooLarge

type PutOrphanrecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutOrphanrecordingRequestEntityTooLarge

func NewPutOrphanrecordingRequestEntityTooLarge() *PutOrphanrecordingRequestEntityTooLarge

NewPutOrphanrecordingRequestEntityTooLarge creates a PutOrphanrecordingRequestEntityTooLarge with default headers values

func (*PutOrphanrecordingRequestEntityTooLarge) Error

func (*PutOrphanrecordingRequestEntityTooLarge) GetPayload

func (*PutOrphanrecordingRequestEntityTooLarge) IsClientError

func (o *PutOrphanrecordingRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put orphanrecording request entity too large response has a 4xx status code

func (*PutOrphanrecordingRequestEntityTooLarge) IsCode

IsCode returns true when this put orphanrecording request entity too large response a status code equal to that given

func (*PutOrphanrecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put orphanrecording request entity too large response has a 3xx status code

func (*PutOrphanrecordingRequestEntityTooLarge) IsServerError

func (o *PutOrphanrecordingRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put orphanrecording request entity too large response has a 5xx status code

func (*PutOrphanrecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put orphanrecording request entity too large response has a 2xx status code

func (*PutOrphanrecordingRequestEntityTooLarge) String

type PutOrphanrecordingRequestTimeout

type PutOrphanrecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutOrphanrecordingRequestTimeout

func NewPutOrphanrecordingRequestTimeout() *PutOrphanrecordingRequestTimeout

NewPutOrphanrecordingRequestTimeout creates a PutOrphanrecordingRequestTimeout with default headers values

func (*PutOrphanrecordingRequestTimeout) Error

func (*PutOrphanrecordingRequestTimeout) GetPayload

func (*PutOrphanrecordingRequestTimeout) IsClientError

func (o *PutOrphanrecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this put orphanrecording request timeout response has a 4xx status code

func (*PutOrphanrecordingRequestTimeout) IsCode

func (o *PutOrphanrecordingRequestTimeout) IsCode(code int) bool

IsCode returns true when this put orphanrecording request timeout response a status code equal to that given

func (*PutOrphanrecordingRequestTimeout) IsRedirect

func (o *PutOrphanrecordingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put orphanrecording request timeout response has a 3xx status code

func (*PutOrphanrecordingRequestTimeout) IsServerError

func (o *PutOrphanrecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this put orphanrecording request timeout response has a 5xx status code

func (*PutOrphanrecordingRequestTimeout) IsSuccess

func (o *PutOrphanrecordingRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put orphanrecording request timeout response has a 2xx status code

func (*PutOrphanrecordingRequestTimeout) String

type PutOrphanrecordingServiceUnavailable

type PutOrphanrecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutOrphanrecordingServiceUnavailable

func NewPutOrphanrecordingServiceUnavailable() *PutOrphanrecordingServiceUnavailable

NewPutOrphanrecordingServiceUnavailable creates a PutOrphanrecordingServiceUnavailable with default headers values

func (*PutOrphanrecordingServiceUnavailable) Error

func (*PutOrphanrecordingServiceUnavailable) GetPayload

func (*PutOrphanrecordingServiceUnavailable) IsClientError

func (o *PutOrphanrecordingServiceUnavailable) IsClientError() bool

IsClientError returns true when this put orphanrecording service unavailable response has a 4xx status code

func (*PutOrphanrecordingServiceUnavailable) IsCode

IsCode returns true when this put orphanrecording service unavailable response a status code equal to that given

func (*PutOrphanrecordingServiceUnavailable) IsRedirect

IsRedirect returns true when this put orphanrecording service unavailable response has a 3xx status code

func (*PutOrphanrecordingServiceUnavailable) IsServerError

func (o *PutOrphanrecordingServiceUnavailable) IsServerError() bool

IsServerError returns true when this put orphanrecording service unavailable response has a 5xx status code

func (*PutOrphanrecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this put orphanrecording service unavailable response has a 2xx status code

func (*PutOrphanrecordingServiceUnavailable) String

type PutOrphanrecordingTooManyRequests

type PutOrphanrecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutOrphanrecordingTooManyRequests

func NewPutOrphanrecordingTooManyRequests() *PutOrphanrecordingTooManyRequests

NewPutOrphanrecordingTooManyRequests creates a PutOrphanrecordingTooManyRequests with default headers values

func (*PutOrphanrecordingTooManyRequests) Error

func (*PutOrphanrecordingTooManyRequests) GetPayload

func (*PutOrphanrecordingTooManyRequests) IsClientError

func (o *PutOrphanrecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this put orphanrecording too many requests response has a 4xx status code

func (*PutOrphanrecordingTooManyRequests) IsCode

func (o *PutOrphanrecordingTooManyRequests) IsCode(code int) bool

IsCode returns true when this put orphanrecording too many requests response a status code equal to that given

func (*PutOrphanrecordingTooManyRequests) IsRedirect

func (o *PutOrphanrecordingTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put orphanrecording too many requests response has a 3xx status code

func (*PutOrphanrecordingTooManyRequests) IsServerError

func (o *PutOrphanrecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this put orphanrecording too many requests response has a 5xx status code

func (*PutOrphanrecordingTooManyRequests) IsSuccess

func (o *PutOrphanrecordingTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put orphanrecording too many requests response has a 2xx status code

func (*PutOrphanrecordingTooManyRequests) String

type PutOrphanrecordingUnauthorized

type PutOrphanrecordingUnauthorized struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutOrphanrecordingUnauthorized

func NewPutOrphanrecordingUnauthorized() *PutOrphanrecordingUnauthorized

NewPutOrphanrecordingUnauthorized creates a PutOrphanrecordingUnauthorized with default headers values

func (*PutOrphanrecordingUnauthorized) Error

func (*PutOrphanrecordingUnauthorized) GetPayload

func (*PutOrphanrecordingUnauthorized) IsClientError

func (o *PutOrphanrecordingUnauthorized) IsClientError() bool

IsClientError returns true when this put orphanrecording unauthorized response has a 4xx status code

func (*PutOrphanrecordingUnauthorized) IsCode

func (o *PutOrphanrecordingUnauthorized) IsCode(code int) bool

IsCode returns true when this put orphanrecording unauthorized response a status code equal to that given

func (*PutOrphanrecordingUnauthorized) IsRedirect

func (o *PutOrphanrecordingUnauthorized) IsRedirect() bool

IsRedirect returns true when this put orphanrecording unauthorized response has a 3xx status code

func (*PutOrphanrecordingUnauthorized) IsServerError

func (o *PutOrphanrecordingUnauthorized) IsServerError() bool

IsServerError returns true when this put orphanrecording unauthorized response has a 5xx status code

func (*PutOrphanrecordingUnauthorized) IsSuccess

func (o *PutOrphanrecordingUnauthorized) IsSuccess() bool

IsSuccess returns true when this put orphanrecording unauthorized response has a 2xx status code

func (*PutOrphanrecordingUnauthorized) String

type PutOrphanrecordingUnsupportedMediaType

type PutOrphanrecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutOrphanrecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutOrphanrecordingUnsupportedMediaType

func NewPutOrphanrecordingUnsupportedMediaType() *PutOrphanrecordingUnsupportedMediaType

NewPutOrphanrecordingUnsupportedMediaType creates a PutOrphanrecordingUnsupportedMediaType with default headers values

func (*PutOrphanrecordingUnsupportedMediaType) Error

func (*PutOrphanrecordingUnsupportedMediaType) GetPayload

func (*PutOrphanrecordingUnsupportedMediaType) IsClientError

func (o *PutOrphanrecordingUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put orphanrecording unsupported media type response has a 4xx status code

func (*PutOrphanrecordingUnsupportedMediaType) IsCode

IsCode returns true when this put orphanrecording unsupported media type response a status code equal to that given

func (*PutOrphanrecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put orphanrecording unsupported media type response has a 3xx status code

func (*PutOrphanrecordingUnsupportedMediaType) IsServerError

func (o *PutOrphanrecordingUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put orphanrecording unsupported media type response has a 5xx status code

func (*PutOrphanrecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put orphanrecording unsupported media type response has a 2xx status code

func (*PutOrphanrecordingUnsupportedMediaType) String

type PutRecordingCrossplatformMediaretentionpolicyBadRequest

type PutRecordingCrossplatformMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingCrossplatformMediaretentionpolicyBadRequest

func NewPutRecordingCrossplatformMediaretentionpolicyBadRequest() *PutRecordingCrossplatformMediaretentionpolicyBadRequest

NewPutRecordingCrossplatformMediaretentionpolicyBadRequest creates a PutRecordingCrossplatformMediaretentionpolicyBadRequest with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) Error

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy bad request response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy bad request response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy bad request response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy bad request response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy bad request response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyBadRequest) String

type PutRecordingCrossplatformMediaretentionpolicyForbidden

type PutRecordingCrossplatformMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingCrossplatformMediaretentionpolicyForbidden

func NewPutRecordingCrossplatformMediaretentionpolicyForbidden() *PutRecordingCrossplatformMediaretentionpolicyForbidden

NewPutRecordingCrossplatformMediaretentionpolicyForbidden creates a PutRecordingCrossplatformMediaretentionpolicyForbidden with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) Error

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy forbidden response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy forbidden response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy forbidden response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy forbidden response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy forbidden response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyForbidden) String

type PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout

type PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingCrossplatformMediaretentionpolicyGatewayTimeout

func NewPutRecordingCrossplatformMediaretentionpolicyGatewayTimeout() *PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout

NewPutRecordingCrossplatformMediaretentionpolicyGatewayTimeout creates a PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) Error

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy gateway timeout response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy gateway timeout response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy gateway timeout response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy gateway timeout response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy gateway timeout response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyGatewayTimeout) String

type PutRecordingCrossplatformMediaretentionpolicyInternalServerError

type PutRecordingCrossplatformMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingCrossplatformMediaretentionpolicyInternalServerError

func NewPutRecordingCrossplatformMediaretentionpolicyInternalServerError() *PutRecordingCrossplatformMediaretentionpolicyInternalServerError

NewPutRecordingCrossplatformMediaretentionpolicyInternalServerError creates a PutRecordingCrossplatformMediaretentionpolicyInternalServerError with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) Error

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy internal server error response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy internal server error response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy internal server error response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy internal server error response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy internal server error response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyInternalServerError) String

type PutRecordingCrossplatformMediaretentionpolicyNotFound

type PutRecordingCrossplatformMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingCrossplatformMediaretentionpolicyNotFound

func NewPutRecordingCrossplatformMediaretentionpolicyNotFound() *PutRecordingCrossplatformMediaretentionpolicyNotFound

NewPutRecordingCrossplatformMediaretentionpolicyNotFound creates a PutRecordingCrossplatformMediaretentionpolicyNotFound with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) Error

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy not found response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy not found response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy not found response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy not found response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy not found response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyNotFound) String

type PutRecordingCrossplatformMediaretentionpolicyOK

type PutRecordingCrossplatformMediaretentionpolicyOK struct {
	Payload *models.CrossPlatformPolicy
}

PutRecordingCrossplatformMediaretentionpolicyOK describes a response with status code 200, with default header values.

successful operation

func NewPutRecordingCrossplatformMediaretentionpolicyOK

func NewPutRecordingCrossplatformMediaretentionpolicyOK() *PutRecordingCrossplatformMediaretentionpolicyOK

NewPutRecordingCrossplatformMediaretentionpolicyOK creates a PutRecordingCrossplatformMediaretentionpolicyOK with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyOK) Error

func (*PutRecordingCrossplatformMediaretentionpolicyOK) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyOK) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy o k response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyOK) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy o k response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyOK) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy o k response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyOK) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy o k response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy o k response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyOK) String

type PutRecordingCrossplatformMediaretentionpolicyParams

type PutRecordingCrossplatformMediaretentionpolicyParams struct {

	/* Body.

	   Policy
	*/
	Body *models.CrossPlatformPolicy

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingCrossplatformMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the put recording crossplatform mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewPutRecordingCrossplatformMediaretentionpolicyParams

func NewPutRecordingCrossplatformMediaretentionpolicyParams() *PutRecordingCrossplatformMediaretentionpolicyParams

NewPutRecordingCrossplatformMediaretentionpolicyParams creates a new PutRecordingCrossplatformMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingCrossplatformMediaretentionpolicyParamsWithContext

func NewPutRecordingCrossplatformMediaretentionpolicyParamsWithContext(ctx context.Context) *PutRecordingCrossplatformMediaretentionpolicyParams

NewPutRecordingCrossplatformMediaretentionpolicyParamsWithContext creates a new PutRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a context for a request.

func NewPutRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient

func NewPutRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *PutRecordingCrossplatformMediaretentionpolicyParams

NewPutRecordingCrossplatformMediaretentionpolicyParamsWithHTTPClient creates a new PutRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingCrossplatformMediaretentionpolicyParamsWithTimeout

func NewPutRecordingCrossplatformMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *PutRecordingCrossplatformMediaretentionpolicyParams

NewPutRecordingCrossplatformMediaretentionpolicyParamsWithTimeout creates a new PutRecordingCrossplatformMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*PutRecordingCrossplatformMediaretentionpolicyParams) SetBody

SetBody adds the body to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) SetContext

SetContext adds the context to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) SetDefaults

SetDefaults hydrates default values in the put recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingCrossplatformMediaretentionpolicyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) SetPolicyID

SetPolicyID adds the policyId to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) SetTimeout

SetTimeout adds the timeout to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WithBody

WithBody adds the body to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WithContext

WithContext adds the context to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the put recording crossplatform mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the put recording crossplatform mediaretentionpolicy params

func (*PutRecordingCrossplatformMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRecordingCrossplatformMediaretentionpolicyReader

type PutRecordingCrossplatformMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

PutRecordingCrossplatformMediaretentionpolicyReader is a Reader for the PutRecordingCrossplatformMediaretentionpolicy structure.

func (*PutRecordingCrossplatformMediaretentionpolicyReader) ReadResponse

func (o *PutRecordingCrossplatformMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

type PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

func NewPutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge() *PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge

NewPutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge creates a PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) Error

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy request entity too large response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy request entity too large response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy request entity too large response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy request entity too large response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy request entity too large response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestEntityTooLarge) String

type PutRecordingCrossplatformMediaretentionpolicyRequestTimeout

type PutRecordingCrossplatformMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingCrossplatformMediaretentionpolicyRequestTimeout

func NewPutRecordingCrossplatformMediaretentionpolicyRequestTimeout() *PutRecordingCrossplatformMediaretentionpolicyRequestTimeout

NewPutRecordingCrossplatformMediaretentionpolicyRequestTimeout creates a PutRecordingCrossplatformMediaretentionpolicyRequestTimeout with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) Error

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy request timeout response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy request timeout response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy request timeout response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy request timeout response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy request timeout response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyRequestTimeout) String

type PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable

type PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingCrossplatformMediaretentionpolicyServiceUnavailable

func NewPutRecordingCrossplatformMediaretentionpolicyServiceUnavailable() *PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable

NewPutRecordingCrossplatformMediaretentionpolicyServiceUnavailable creates a PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) Error

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy service unavailable response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy service unavailable response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy service unavailable response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy service unavailable response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy service unavailable response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyServiceUnavailable) String

type PutRecordingCrossplatformMediaretentionpolicyTooManyRequests

type PutRecordingCrossplatformMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingCrossplatformMediaretentionpolicyTooManyRequests

func NewPutRecordingCrossplatformMediaretentionpolicyTooManyRequests() *PutRecordingCrossplatformMediaretentionpolicyTooManyRequests

NewPutRecordingCrossplatformMediaretentionpolicyTooManyRequests creates a PutRecordingCrossplatformMediaretentionpolicyTooManyRequests with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) Error

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy too many requests response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy too many requests response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy too many requests response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy too many requests response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy too many requests response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyTooManyRequests) String

type PutRecordingCrossplatformMediaretentionpolicyUnauthorized

type PutRecordingCrossplatformMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingCrossplatformMediaretentionpolicyUnauthorized

func NewPutRecordingCrossplatformMediaretentionpolicyUnauthorized() *PutRecordingCrossplatformMediaretentionpolicyUnauthorized

NewPutRecordingCrossplatformMediaretentionpolicyUnauthorized creates a PutRecordingCrossplatformMediaretentionpolicyUnauthorized with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) Error

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy unauthorized response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy unauthorized response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy unauthorized response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy unauthorized response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy unauthorized response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnauthorized) String

type PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

type PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

func NewPutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType() *PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType

NewPutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType creates a PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType with default headers values

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) Error

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this put recording crossplatform mediaretentionpolicy unsupported media type response has a 4xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this put recording crossplatform mediaretentionpolicy unsupported media type response a status code equal to that given

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put recording crossplatform mediaretentionpolicy unsupported media type response has a 3xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this put recording crossplatform mediaretentionpolicy unsupported media type response has a 5xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recording crossplatform mediaretentionpolicy unsupported media type response has a 2xx status code

func (*PutRecordingCrossplatformMediaretentionpolicyUnsupportedMediaType) String

type PutRecordingJobBadRequest

type PutRecordingJobBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingJobBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingJobBadRequest

func NewPutRecordingJobBadRequest() *PutRecordingJobBadRequest

NewPutRecordingJobBadRequest creates a PutRecordingJobBadRequest with default headers values

func (*PutRecordingJobBadRequest) Error

func (o *PutRecordingJobBadRequest) Error() string

func (*PutRecordingJobBadRequest) GetPayload

func (o *PutRecordingJobBadRequest) GetPayload() *models.ErrorBody

func (*PutRecordingJobBadRequest) IsClientError

func (o *PutRecordingJobBadRequest) IsClientError() bool

IsClientError returns true when this put recording job bad request response has a 4xx status code

func (*PutRecordingJobBadRequest) IsCode

func (o *PutRecordingJobBadRequest) IsCode(code int) bool

IsCode returns true when this put recording job bad request response a status code equal to that given

func (*PutRecordingJobBadRequest) IsRedirect

func (o *PutRecordingJobBadRequest) IsRedirect() bool

IsRedirect returns true when this put recording job bad request response has a 3xx status code

func (*PutRecordingJobBadRequest) IsServerError

func (o *PutRecordingJobBadRequest) IsServerError() bool

IsServerError returns true when this put recording job bad request response has a 5xx status code

func (*PutRecordingJobBadRequest) IsSuccess

func (o *PutRecordingJobBadRequest) IsSuccess() bool

IsSuccess returns true when this put recording job bad request response has a 2xx status code

func (*PutRecordingJobBadRequest) String

func (o *PutRecordingJobBadRequest) String() string

type PutRecordingJobForbidden

type PutRecordingJobForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingJobForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingJobForbidden

func NewPutRecordingJobForbidden() *PutRecordingJobForbidden

NewPutRecordingJobForbidden creates a PutRecordingJobForbidden with default headers values

func (*PutRecordingJobForbidden) Error

func (o *PutRecordingJobForbidden) Error() string

func (*PutRecordingJobForbidden) GetPayload

func (o *PutRecordingJobForbidden) GetPayload() *models.ErrorBody

func (*PutRecordingJobForbidden) IsClientError

func (o *PutRecordingJobForbidden) IsClientError() bool

IsClientError returns true when this put recording job forbidden response has a 4xx status code

func (*PutRecordingJobForbidden) IsCode

func (o *PutRecordingJobForbidden) IsCode(code int) bool

IsCode returns true when this put recording job forbidden response a status code equal to that given

func (*PutRecordingJobForbidden) IsRedirect

func (o *PutRecordingJobForbidden) IsRedirect() bool

IsRedirect returns true when this put recording job forbidden response has a 3xx status code

func (*PutRecordingJobForbidden) IsServerError

func (o *PutRecordingJobForbidden) IsServerError() bool

IsServerError returns true when this put recording job forbidden response has a 5xx status code

func (*PutRecordingJobForbidden) IsSuccess

func (o *PutRecordingJobForbidden) IsSuccess() bool

IsSuccess returns true when this put recording job forbidden response has a 2xx status code

func (*PutRecordingJobForbidden) String

func (o *PutRecordingJobForbidden) String() string

type PutRecordingJobGatewayTimeout

type PutRecordingJobGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingJobGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingJobGatewayTimeout

func NewPutRecordingJobGatewayTimeout() *PutRecordingJobGatewayTimeout

NewPutRecordingJobGatewayTimeout creates a PutRecordingJobGatewayTimeout with default headers values

func (*PutRecordingJobGatewayTimeout) Error

func (*PutRecordingJobGatewayTimeout) GetPayload

func (*PutRecordingJobGatewayTimeout) IsClientError

func (o *PutRecordingJobGatewayTimeout) IsClientError() bool

IsClientError returns true when this put recording job gateway timeout response has a 4xx status code

func (*PutRecordingJobGatewayTimeout) IsCode

func (o *PutRecordingJobGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put recording job gateway timeout response a status code equal to that given

func (*PutRecordingJobGatewayTimeout) IsRedirect

func (o *PutRecordingJobGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put recording job gateway timeout response has a 3xx status code

func (*PutRecordingJobGatewayTimeout) IsServerError

func (o *PutRecordingJobGatewayTimeout) IsServerError() bool

IsServerError returns true when this put recording job gateway timeout response has a 5xx status code

func (*PutRecordingJobGatewayTimeout) IsSuccess

func (o *PutRecordingJobGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put recording job gateway timeout response has a 2xx status code

func (*PutRecordingJobGatewayTimeout) String

type PutRecordingJobInternalServerError

type PutRecordingJobInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingJobInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingJobInternalServerError

func NewPutRecordingJobInternalServerError() *PutRecordingJobInternalServerError

NewPutRecordingJobInternalServerError creates a PutRecordingJobInternalServerError with default headers values

func (*PutRecordingJobInternalServerError) Error

func (*PutRecordingJobInternalServerError) GetPayload

func (*PutRecordingJobInternalServerError) IsClientError

func (o *PutRecordingJobInternalServerError) IsClientError() bool

IsClientError returns true when this put recording job internal server error response has a 4xx status code

func (*PutRecordingJobInternalServerError) IsCode

IsCode returns true when this put recording job internal server error response a status code equal to that given

func (*PutRecordingJobInternalServerError) IsRedirect

func (o *PutRecordingJobInternalServerError) IsRedirect() bool

IsRedirect returns true when this put recording job internal server error response has a 3xx status code

func (*PutRecordingJobInternalServerError) IsServerError

func (o *PutRecordingJobInternalServerError) IsServerError() bool

IsServerError returns true when this put recording job internal server error response has a 5xx status code

func (*PutRecordingJobInternalServerError) IsSuccess

IsSuccess returns true when this put recording job internal server error response has a 2xx status code

func (*PutRecordingJobInternalServerError) String

type PutRecordingJobNotFound

type PutRecordingJobNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingJobNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingJobNotFound

func NewPutRecordingJobNotFound() *PutRecordingJobNotFound

NewPutRecordingJobNotFound creates a PutRecordingJobNotFound with default headers values

func (*PutRecordingJobNotFound) Error

func (o *PutRecordingJobNotFound) Error() string

func (*PutRecordingJobNotFound) GetPayload

func (o *PutRecordingJobNotFound) GetPayload() *models.ErrorBody

func (*PutRecordingJobNotFound) IsClientError

func (o *PutRecordingJobNotFound) IsClientError() bool

IsClientError returns true when this put recording job not found response has a 4xx status code

func (*PutRecordingJobNotFound) IsCode

func (o *PutRecordingJobNotFound) IsCode(code int) bool

IsCode returns true when this put recording job not found response a status code equal to that given

func (*PutRecordingJobNotFound) IsRedirect

func (o *PutRecordingJobNotFound) IsRedirect() bool

IsRedirect returns true when this put recording job not found response has a 3xx status code

func (*PutRecordingJobNotFound) IsServerError

func (o *PutRecordingJobNotFound) IsServerError() bool

IsServerError returns true when this put recording job not found response has a 5xx status code

func (*PutRecordingJobNotFound) IsSuccess

func (o *PutRecordingJobNotFound) IsSuccess() bool

IsSuccess returns true when this put recording job not found response has a 2xx status code

func (*PutRecordingJobNotFound) String

func (o *PutRecordingJobNotFound) String() string

type PutRecordingJobOK

type PutRecordingJobOK struct {
	Payload *models.RecordingJob
}

PutRecordingJobOK describes a response with status code 200, with default header values.

successful operation

func NewPutRecordingJobOK

func NewPutRecordingJobOK() *PutRecordingJobOK

NewPutRecordingJobOK creates a PutRecordingJobOK with default headers values

func (*PutRecordingJobOK) Error

func (o *PutRecordingJobOK) Error() string

func (*PutRecordingJobOK) GetPayload

func (o *PutRecordingJobOK) GetPayload() *models.RecordingJob

func (*PutRecordingJobOK) IsClientError

func (o *PutRecordingJobOK) IsClientError() bool

IsClientError returns true when this put recording job o k response has a 4xx status code

func (*PutRecordingJobOK) IsCode

func (o *PutRecordingJobOK) IsCode(code int) bool

IsCode returns true when this put recording job o k response a status code equal to that given

func (*PutRecordingJobOK) IsRedirect

func (o *PutRecordingJobOK) IsRedirect() bool

IsRedirect returns true when this put recording job o k response has a 3xx status code

func (*PutRecordingJobOK) IsServerError

func (o *PutRecordingJobOK) IsServerError() bool

IsServerError returns true when this put recording job o k response has a 5xx status code

func (*PutRecordingJobOK) IsSuccess

func (o *PutRecordingJobOK) IsSuccess() bool

IsSuccess returns true when this put recording job o k response has a 2xx status code

func (*PutRecordingJobOK) String

func (o *PutRecordingJobOK) String() string

type PutRecordingJobParams

type PutRecordingJobParams struct {

	/* Body.

	   query
	*/
	Body *models.ExecuteRecordingJobsQuery

	/* JobID.

	   jobId
	*/
	JobID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingJobParams contains all the parameters to send to the API endpoint

for the put recording job operation.

Typically these are written to a http.Request.

func NewPutRecordingJobParams

func NewPutRecordingJobParams() *PutRecordingJobParams

NewPutRecordingJobParams creates a new PutRecordingJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingJobParamsWithContext

func NewPutRecordingJobParamsWithContext(ctx context.Context) *PutRecordingJobParams

NewPutRecordingJobParamsWithContext creates a new PutRecordingJobParams object with the ability to set a context for a request.

func NewPutRecordingJobParamsWithHTTPClient

func NewPutRecordingJobParamsWithHTTPClient(client *http.Client) *PutRecordingJobParams

NewPutRecordingJobParamsWithHTTPClient creates a new PutRecordingJobParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingJobParamsWithTimeout

func NewPutRecordingJobParamsWithTimeout(timeout time.Duration) *PutRecordingJobParams

NewPutRecordingJobParamsWithTimeout creates a new PutRecordingJobParams object with the ability to set a timeout on a request.

func (*PutRecordingJobParams) SetBody

SetBody adds the body to the put recording job params

func (*PutRecordingJobParams) SetContext

func (o *PutRecordingJobParams) SetContext(ctx context.Context)

SetContext adds the context to the put recording job params

func (*PutRecordingJobParams) SetDefaults

func (o *PutRecordingJobParams) SetDefaults()

SetDefaults hydrates default values in the put recording job params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingJobParams) SetHTTPClient

func (o *PutRecordingJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put recording job params

func (*PutRecordingJobParams) SetJobID

func (o *PutRecordingJobParams) SetJobID(jobID string)

SetJobID adds the jobId to the put recording job params

func (*PutRecordingJobParams) SetTimeout

func (o *PutRecordingJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put recording job params

func (*PutRecordingJobParams) WithBody

WithBody adds the body to the put recording job params

func (*PutRecordingJobParams) WithContext

WithContext adds the context to the put recording job params

func (*PutRecordingJobParams) WithDefaults

func (o *PutRecordingJobParams) WithDefaults() *PutRecordingJobParams

WithDefaults hydrates default values in the put recording job params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingJobParams) WithHTTPClient

func (o *PutRecordingJobParams) WithHTTPClient(client *http.Client) *PutRecordingJobParams

WithHTTPClient adds the HTTPClient to the put recording job params

func (*PutRecordingJobParams) WithJobID

func (o *PutRecordingJobParams) WithJobID(jobID string) *PutRecordingJobParams

WithJobID adds the jobID to the put recording job params

func (*PutRecordingJobParams) WithTimeout

func (o *PutRecordingJobParams) WithTimeout(timeout time.Duration) *PutRecordingJobParams

WithTimeout adds the timeout to the put recording job params

func (*PutRecordingJobParams) WriteToRequest

func (o *PutRecordingJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutRecordingJobReader

type PutRecordingJobReader struct {
	// contains filtered or unexported fields
}

PutRecordingJobReader is a Reader for the PutRecordingJob structure.

func (*PutRecordingJobReader) ReadResponse

func (o *PutRecordingJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingJobRequestEntityTooLarge

type PutRecordingJobRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingJobRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingJobRequestEntityTooLarge

func NewPutRecordingJobRequestEntityTooLarge() *PutRecordingJobRequestEntityTooLarge

NewPutRecordingJobRequestEntityTooLarge creates a PutRecordingJobRequestEntityTooLarge with default headers values

func (*PutRecordingJobRequestEntityTooLarge) Error

func (*PutRecordingJobRequestEntityTooLarge) GetPayload

func (*PutRecordingJobRequestEntityTooLarge) IsClientError

func (o *PutRecordingJobRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put recording job request entity too large response has a 4xx status code

func (*PutRecordingJobRequestEntityTooLarge) IsCode

IsCode returns true when this put recording job request entity too large response a status code equal to that given

func (*PutRecordingJobRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recording job request entity too large response has a 3xx status code

func (*PutRecordingJobRequestEntityTooLarge) IsServerError

func (o *PutRecordingJobRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put recording job request entity too large response has a 5xx status code

func (*PutRecordingJobRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recording job request entity too large response has a 2xx status code

func (*PutRecordingJobRequestEntityTooLarge) String

type PutRecordingJobRequestTimeout

type PutRecordingJobRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingJobRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingJobRequestTimeout

func NewPutRecordingJobRequestTimeout() *PutRecordingJobRequestTimeout

NewPutRecordingJobRequestTimeout creates a PutRecordingJobRequestTimeout with default headers values

func (*PutRecordingJobRequestTimeout) Error

func (*PutRecordingJobRequestTimeout) GetPayload

func (*PutRecordingJobRequestTimeout) IsClientError

func (o *PutRecordingJobRequestTimeout) IsClientError() bool

IsClientError returns true when this put recording job request timeout response has a 4xx status code

func (*PutRecordingJobRequestTimeout) IsCode

func (o *PutRecordingJobRequestTimeout) IsCode(code int) bool

IsCode returns true when this put recording job request timeout response a status code equal to that given

func (*PutRecordingJobRequestTimeout) IsRedirect

func (o *PutRecordingJobRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put recording job request timeout response has a 3xx status code

func (*PutRecordingJobRequestTimeout) IsServerError

func (o *PutRecordingJobRequestTimeout) IsServerError() bool

IsServerError returns true when this put recording job request timeout response has a 5xx status code

func (*PutRecordingJobRequestTimeout) IsSuccess

func (o *PutRecordingJobRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put recording job request timeout response has a 2xx status code

func (*PutRecordingJobRequestTimeout) String

type PutRecordingJobServiceUnavailable

type PutRecordingJobServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingJobServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingJobServiceUnavailable

func NewPutRecordingJobServiceUnavailable() *PutRecordingJobServiceUnavailable

NewPutRecordingJobServiceUnavailable creates a PutRecordingJobServiceUnavailable with default headers values

func (*PutRecordingJobServiceUnavailable) Error

func (*PutRecordingJobServiceUnavailable) GetPayload

func (*PutRecordingJobServiceUnavailable) IsClientError

func (o *PutRecordingJobServiceUnavailable) IsClientError() bool

IsClientError returns true when this put recording job service unavailable response has a 4xx status code

func (*PutRecordingJobServiceUnavailable) IsCode

func (o *PutRecordingJobServiceUnavailable) IsCode(code int) bool

IsCode returns true when this put recording job service unavailable response a status code equal to that given

func (*PutRecordingJobServiceUnavailable) IsRedirect

func (o *PutRecordingJobServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put recording job service unavailable response has a 3xx status code

func (*PutRecordingJobServiceUnavailable) IsServerError

func (o *PutRecordingJobServiceUnavailable) IsServerError() bool

IsServerError returns true when this put recording job service unavailable response has a 5xx status code

func (*PutRecordingJobServiceUnavailable) IsSuccess

func (o *PutRecordingJobServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this put recording job service unavailable response has a 2xx status code

func (*PutRecordingJobServiceUnavailable) String

type PutRecordingJobTooManyRequests

type PutRecordingJobTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingJobTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingJobTooManyRequests

func NewPutRecordingJobTooManyRequests() *PutRecordingJobTooManyRequests

NewPutRecordingJobTooManyRequests creates a PutRecordingJobTooManyRequests with default headers values

func (*PutRecordingJobTooManyRequests) Error

func (*PutRecordingJobTooManyRequests) GetPayload

func (*PutRecordingJobTooManyRequests) IsClientError

func (o *PutRecordingJobTooManyRequests) IsClientError() bool

IsClientError returns true when this put recording job too many requests response has a 4xx status code

func (*PutRecordingJobTooManyRequests) IsCode

func (o *PutRecordingJobTooManyRequests) IsCode(code int) bool

IsCode returns true when this put recording job too many requests response a status code equal to that given

func (*PutRecordingJobTooManyRequests) IsRedirect

func (o *PutRecordingJobTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put recording job too many requests response has a 3xx status code

func (*PutRecordingJobTooManyRequests) IsServerError

func (o *PutRecordingJobTooManyRequests) IsServerError() bool

IsServerError returns true when this put recording job too many requests response has a 5xx status code

func (*PutRecordingJobTooManyRequests) IsSuccess

func (o *PutRecordingJobTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put recording job too many requests response has a 2xx status code

func (*PutRecordingJobTooManyRequests) String

type PutRecordingJobUnauthorized

type PutRecordingJobUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingJobUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingJobUnauthorized

func NewPutRecordingJobUnauthorized() *PutRecordingJobUnauthorized

NewPutRecordingJobUnauthorized creates a PutRecordingJobUnauthorized with default headers values

func (*PutRecordingJobUnauthorized) Error

func (*PutRecordingJobUnauthorized) GetPayload

func (o *PutRecordingJobUnauthorized) GetPayload() *models.ErrorBody

func (*PutRecordingJobUnauthorized) IsClientError

func (o *PutRecordingJobUnauthorized) IsClientError() bool

IsClientError returns true when this put recording job unauthorized response has a 4xx status code

func (*PutRecordingJobUnauthorized) IsCode

func (o *PutRecordingJobUnauthorized) IsCode(code int) bool

IsCode returns true when this put recording job unauthorized response a status code equal to that given

func (*PutRecordingJobUnauthorized) IsRedirect

func (o *PutRecordingJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this put recording job unauthorized response has a 3xx status code

func (*PutRecordingJobUnauthorized) IsServerError

func (o *PutRecordingJobUnauthorized) IsServerError() bool

IsServerError returns true when this put recording job unauthorized response has a 5xx status code

func (*PutRecordingJobUnauthorized) IsSuccess

func (o *PutRecordingJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this put recording job unauthorized response has a 2xx status code

func (*PutRecordingJobUnauthorized) String

func (o *PutRecordingJobUnauthorized) String() string

type PutRecordingJobUnsupportedMediaType

type PutRecordingJobUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingJobUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingJobUnsupportedMediaType

func NewPutRecordingJobUnsupportedMediaType() *PutRecordingJobUnsupportedMediaType

NewPutRecordingJobUnsupportedMediaType creates a PutRecordingJobUnsupportedMediaType with default headers values

func (*PutRecordingJobUnsupportedMediaType) Error

func (*PutRecordingJobUnsupportedMediaType) GetPayload

func (*PutRecordingJobUnsupportedMediaType) IsClientError

func (o *PutRecordingJobUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put recording job unsupported media type response has a 4xx status code

func (*PutRecordingJobUnsupportedMediaType) IsCode

IsCode returns true when this put recording job unsupported media type response a status code equal to that given

func (*PutRecordingJobUnsupportedMediaType) IsRedirect

func (o *PutRecordingJobUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this put recording job unsupported media type response has a 3xx status code

func (*PutRecordingJobUnsupportedMediaType) IsServerError

func (o *PutRecordingJobUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put recording job unsupported media type response has a 5xx status code

func (*PutRecordingJobUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recording job unsupported media type response has a 2xx status code

func (*PutRecordingJobUnsupportedMediaType) String

type PutRecordingKeyconfigurationBadRequest

type PutRecordingKeyconfigurationBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingKeyconfigurationBadRequest

func NewPutRecordingKeyconfigurationBadRequest() *PutRecordingKeyconfigurationBadRequest

NewPutRecordingKeyconfigurationBadRequest creates a PutRecordingKeyconfigurationBadRequest with default headers values

func (*PutRecordingKeyconfigurationBadRequest) Error

func (*PutRecordingKeyconfigurationBadRequest) GetPayload

func (*PutRecordingKeyconfigurationBadRequest) IsClientError

func (o *PutRecordingKeyconfigurationBadRequest) IsClientError() bool

IsClientError returns true when this put recording keyconfiguration bad request response has a 4xx status code

func (*PutRecordingKeyconfigurationBadRequest) IsCode

IsCode returns true when this put recording keyconfiguration bad request response a status code equal to that given

func (*PutRecordingKeyconfigurationBadRequest) IsRedirect

IsRedirect returns true when this put recording keyconfiguration bad request response has a 3xx status code

func (*PutRecordingKeyconfigurationBadRequest) IsServerError

func (o *PutRecordingKeyconfigurationBadRequest) IsServerError() bool

IsServerError returns true when this put recording keyconfiguration bad request response has a 5xx status code

func (*PutRecordingKeyconfigurationBadRequest) IsSuccess

IsSuccess returns true when this put recording keyconfiguration bad request response has a 2xx status code

func (*PutRecordingKeyconfigurationBadRequest) String

type PutRecordingKeyconfigurationForbidden

type PutRecordingKeyconfigurationForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingKeyconfigurationForbidden

func NewPutRecordingKeyconfigurationForbidden() *PutRecordingKeyconfigurationForbidden

NewPutRecordingKeyconfigurationForbidden creates a PutRecordingKeyconfigurationForbidden with default headers values

func (*PutRecordingKeyconfigurationForbidden) Error

func (*PutRecordingKeyconfigurationForbidden) GetPayload

func (*PutRecordingKeyconfigurationForbidden) IsClientError

func (o *PutRecordingKeyconfigurationForbidden) IsClientError() bool

IsClientError returns true when this put recording keyconfiguration forbidden response has a 4xx status code

func (*PutRecordingKeyconfigurationForbidden) IsCode

IsCode returns true when this put recording keyconfiguration forbidden response a status code equal to that given

func (*PutRecordingKeyconfigurationForbidden) IsRedirect

IsRedirect returns true when this put recording keyconfiguration forbidden response has a 3xx status code

func (*PutRecordingKeyconfigurationForbidden) IsServerError

func (o *PutRecordingKeyconfigurationForbidden) IsServerError() bool

IsServerError returns true when this put recording keyconfiguration forbidden response has a 5xx status code

func (*PutRecordingKeyconfigurationForbidden) IsSuccess

IsSuccess returns true when this put recording keyconfiguration forbidden response has a 2xx status code

func (*PutRecordingKeyconfigurationForbidden) String

type PutRecordingKeyconfigurationGatewayTimeout

type PutRecordingKeyconfigurationGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingKeyconfigurationGatewayTimeout

func NewPutRecordingKeyconfigurationGatewayTimeout() *PutRecordingKeyconfigurationGatewayTimeout

NewPutRecordingKeyconfigurationGatewayTimeout creates a PutRecordingKeyconfigurationGatewayTimeout with default headers values

func (*PutRecordingKeyconfigurationGatewayTimeout) Error

func (*PutRecordingKeyconfigurationGatewayTimeout) GetPayload

func (*PutRecordingKeyconfigurationGatewayTimeout) IsClientError

IsClientError returns true when this put recording keyconfiguration gateway timeout response has a 4xx status code

func (*PutRecordingKeyconfigurationGatewayTimeout) IsCode

IsCode returns true when this put recording keyconfiguration gateway timeout response a status code equal to that given

func (*PutRecordingKeyconfigurationGatewayTimeout) IsRedirect

IsRedirect returns true when this put recording keyconfiguration gateway timeout response has a 3xx status code

func (*PutRecordingKeyconfigurationGatewayTimeout) IsServerError

IsServerError returns true when this put recording keyconfiguration gateway timeout response has a 5xx status code

func (*PutRecordingKeyconfigurationGatewayTimeout) IsSuccess

IsSuccess returns true when this put recording keyconfiguration gateway timeout response has a 2xx status code

func (*PutRecordingKeyconfigurationGatewayTimeout) String

type PutRecordingKeyconfigurationInternalServerError

type PutRecordingKeyconfigurationInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingKeyconfigurationInternalServerError

func NewPutRecordingKeyconfigurationInternalServerError() *PutRecordingKeyconfigurationInternalServerError

NewPutRecordingKeyconfigurationInternalServerError creates a PutRecordingKeyconfigurationInternalServerError with default headers values

func (*PutRecordingKeyconfigurationInternalServerError) Error

func (*PutRecordingKeyconfigurationInternalServerError) GetPayload

func (*PutRecordingKeyconfigurationInternalServerError) IsClientError

IsClientError returns true when this put recording keyconfiguration internal server error response has a 4xx status code

func (*PutRecordingKeyconfigurationInternalServerError) IsCode

IsCode returns true when this put recording keyconfiguration internal server error response a status code equal to that given

func (*PutRecordingKeyconfigurationInternalServerError) IsRedirect

IsRedirect returns true when this put recording keyconfiguration internal server error response has a 3xx status code

func (*PutRecordingKeyconfigurationInternalServerError) IsServerError

IsServerError returns true when this put recording keyconfiguration internal server error response has a 5xx status code

func (*PutRecordingKeyconfigurationInternalServerError) IsSuccess

IsSuccess returns true when this put recording keyconfiguration internal server error response has a 2xx status code

func (*PutRecordingKeyconfigurationInternalServerError) String

type PutRecordingKeyconfigurationNotFound

type PutRecordingKeyconfigurationNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingKeyconfigurationNotFound

func NewPutRecordingKeyconfigurationNotFound() *PutRecordingKeyconfigurationNotFound

NewPutRecordingKeyconfigurationNotFound creates a PutRecordingKeyconfigurationNotFound with default headers values

func (*PutRecordingKeyconfigurationNotFound) Error

func (*PutRecordingKeyconfigurationNotFound) GetPayload

func (*PutRecordingKeyconfigurationNotFound) IsClientError

func (o *PutRecordingKeyconfigurationNotFound) IsClientError() bool

IsClientError returns true when this put recording keyconfiguration not found response has a 4xx status code

func (*PutRecordingKeyconfigurationNotFound) IsCode

IsCode returns true when this put recording keyconfiguration not found response a status code equal to that given

func (*PutRecordingKeyconfigurationNotFound) IsRedirect

IsRedirect returns true when this put recording keyconfiguration not found response has a 3xx status code

func (*PutRecordingKeyconfigurationNotFound) IsServerError

func (o *PutRecordingKeyconfigurationNotFound) IsServerError() bool

IsServerError returns true when this put recording keyconfiguration not found response has a 5xx status code

func (*PutRecordingKeyconfigurationNotFound) IsSuccess

IsSuccess returns true when this put recording keyconfiguration not found response has a 2xx status code

func (*PutRecordingKeyconfigurationNotFound) String

type PutRecordingKeyconfigurationOK

type PutRecordingKeyconfigurationOK struct {
	Payload *models.RecordingEncryptionConfiguration
}

PutRecordingKeyconfigurationOK describes a response with status code 200, with default header values.

successful operation

func NewPutRecordingKeyconfigurationOK

func NewPutRecordingKeyconfigurationOK() *PutRecordingKeyconfigurationOK

NewPutRecordingKeyconfigurationOK creates a PutRecordingKeyconfigurationOK with default headers values

func (*PutRecordingKeyconfigurationOK) Error

func (*PutRecordingKeyconfigurationOK) GetPayload

func (*PutRecordingKeyconfigurationOK) IsClientError

func (o *PutRecordingKeyconfigurationOK) IsClientError() bool

IsClientError returns true when this put recording keyconfiguration o k response has a 4xx status code

func (*PutRecordingKeyconfigurationOK) IsCode

func (o *PutRecordingKeyconfigurationOK) IsCode(code int) bool

IsCode returns true when this put recording keyconfiguration o k response a status code equal to that given

func (*PutRecordingKeyconfigurationOK) IsRedirect

func (o *PutRecordingKeyconfigurationOK) IsRedirect() bool

IsRedirect returns true when this put recording keyconfiguration o k response has a 3xx status code

func (*PutRecordingKeyconfigurationOK) IsServerError

func (o *PutRecordingKeyconfigurationOK) IsServerError() bool

IsServerError returns true when this put recording keyconfiguration o k response has a 5xx status code

func (*PutRecordingKeyconfigurationOK) IsSuccess

func (o *PutRecordingKeyconfigurationOK) IsSuccess() bool

IsSuccess returns true when this put recording keyconfiguration o k response has a 2xx status code

func (*PutRecordingKeyconfigurationOK) String

type PutRecordingKeyconfigurationParams

type PutRecordingKeyconfigurationParams struct {

	/* Body.

	   Encryption key configuration metadata
	*/
	Body *models.RecordingEncryptionConfiguration

	/* KeyConfigurationID.

	   Key Configurations Id
	*/
	KeyConfigurationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingKeyconfigurationParams contains all the parameters to send to the API endpoint

for the put recording keyconfiguration operation.

Typically these are written to a http.Request.

func NewPutRecordingKeyconfigurationParams

func NewPutRecordingKeyconfigurationParams() *PutRecordingKeyconfigurationParams

NewPutRecordingKeyconfigurationParams creates a new PutRecordingKeyconfigurationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingKeyconfigurationParamsWithContext

func NewPutRecordingKeyconfigurationParamsWithContext(ctx context.Context) *PutRecordingKeyconfigurationParams

NewPutRecordingKeyconfigurationParamsWithContext creates a new PutRecordingKeyconfigurationParams object with the ability to set a context for a request.

func NewPutRecordingKeyconfigurationParamsWithHTTPClient

func NewPutRecordingKeyconfigurationParamsWithHTTPClient(client *http.Client) *PutRecordingKeyconfigurationParams

NewPutRecordingKeyconfigurationParamsWithHTTPClient creates a new PutRecordingKeyconfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingKeyconfigurationParamsWithTimeout

func NewPutRecordingKeyconfigurationParamsWithTimeout(timeout time.Duration) *PutRecordingKeyconfigurationParams

NewPutRecordingKeyconfigurationParamsWithTimeout creates a new PutRecordingKeyconfigurationParams object with the ability to set a timeout on a request.

func (*PutRecordingKeyconfigurationParams) SetBody

SetBody adds the body to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) SetContext

SetContext adds the context to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) SetDefaults

func (o *PutRecordingKeyconfigurationParams) SetDefaults()

SetDefaults hydrates default values in the put recording keyconfiguration params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingKeyconfigurationParams) SetHTTPClient

func (o *PutRecordingKeyconfigurationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) SetKeyConfigurationID

func (o *PutRecordingKeyconfigurationParams) SetKeyConfigurationID(keyConfigurationID string)

SetKeyConfigurationID adds the keyConfigurationId to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) SetTimeout

func (o *PutRecordingKeyconfigurationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) WithBody

WithBody adds the body to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) WithContext

WithContext adds the context to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) WithDefaults

WithDefaults hydrates default values in the put recording keyconfiguration params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingKeyconfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) WithKeyConfigurationID

func (o *PutRecordingKeyconfigurationParams) WithKeyConfigurationID(keyConfigurationID string) *PutRecordingKeyconfigurationParams

WithKeyConfigurationID adds the keyConfigurationID to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) WithTimeout

WithTimeout adds the timeout to the put recording keyconfiguration params

func (*PutRecordingKeyconfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRecordingKeyconfigurationReader

type PutRecordingKeyconfigurationReader struct {
	// contains filtered or unexported fields
}

PutRecordingKeyconfigurationReader is a Reader for the PutRecordingKeyconfiguration structure.

func (*PutRecordingKeyconfigurationReader) ReadResponse

func (o *PutRecordingKeyconfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingKeyconfigurationRequestEntityTooLarge

type PutRecordingKeyconfigurationRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingKeyconfigurationRequestEntityTooLarge

func NewPutRecordingKeyconfigurationRequestEntityTooLarge() *PutRecordingKeyconfigurationRequestEntityTooLarge

NewPutRecordingKeyconfigurationRequestEntityTooLarge creates a PutRecordingKeyconfigurationRequestEntityTooLarge with default headers values

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) Error

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) GetPayload

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) IsClientError

IsClientError returns true when this put recording keyconfiguration request entity too large response has a 4xx status code

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) IsCode

IsCode returns true when this put recording keyconfiguration request entity too large response a status code equal to that given

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recording keyconfiguration request entity too large response has a 3xx status code

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) IsServerError

IsServerError returns true when this put recording keyconfiguration request entity too large response has a 5xx status code

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recording keyconfiguration request entity too large response has a 2xx status code

func (*PutRecordingKeyconfigurationRequestEntityTooLarge) String

type PutRecordingKeyconfigurationRequestTimeout

type PutRecordingKeyconfigurationRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingKeyconfigurationRequestTimeout

func NewPutRecordingKeyconfigurationRequestTimeout() *PutRecordingKeyconfigurationRequestTimeout

NewPutRecordingKeyconfigurationRequestTimeout creates a PutRecordingKeyconfigurationRequestTimeout with default headers values

func (*PutRecordingKeyconfigurationRequestTimeout) Error

func (*PutRecordingKeyconfigurationRequestTimeout) GetPayload

func (*PutRecordingKeyconfigurationRequestTimeout) IsClientError

IsClientError returns true when this put recording keyconfiguration request timeout response has a 4xx status code

func (*PutRecordingKeyconfigurationRequestTimeout) IsCode

IsCode returns true when this put recording keyconfiguration request timeout response a status code equal to that given

func (*PutRecordingKeyconfigurationRequestTimeout) IsRedirect

IsRedirect returns true when this put recording keyconfiguration request timeout response has a 3xx status code

func (*PutRecordingKeyconfigurationRequestTimeout) IsServerError

IsServerError returns true when this put recording keyconfiguration request timeout response has a 5xx status code

func (*PutRecordingKeyconfigurationRequestTimeout) IsSuccess

IsSuccess returns true when this put recording keyconfiguration request timeout response has a 2xx status code

func (*PutRecordingKeyconfigurationRequestTimeout) String

type PutRecordingKeyconfigurationServiceUnavailable

type PutRecordingKeyconfigurationServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingKeyconfigurationServiceUnavailable

func NewPutRecordingKeyconfigurationServiceUnavailable() *PutRecordingKeyconfigurationServiceUnavailable

NewPutRecordingKeyconfigurationServiceUnavailable creates a PutRecordingKeyconfigurationServiceUnavailable with default headers values

func (*PutRecordingKeyconfigurationServiceUnavailable) Error

func (*PutRecordingKeyconfigurationServiceUnavailable) GetPayload

func (*PutRecordingKeyconfigurationServiceUnavailable) IsClientError

IsClientError returns true when this put recording keyconfiguration service unavailable response has a 4xx status code

func (*PutRecordingKeyconfigurationServiceUnavailable) IsCode

IsCode returns true when this put recording keyconfiguration service unavailable response a status code equal to that given

func (*PutRecordingKeyconfigurationServiceUnavailable) IsRedirect

IsRedirect returns true when this put recording keyconfiguration service unavailable response has a 3xx status code

func (*PutRecordingKeyconfigurationServiceUnavailable) IsServerError

IsServerError returns true when this put recording keyconfiguration service unavailable response has a 5xx status code

func (*PutRecordingKeyconfigurationServiceUnavailable) IsSuccess

IsSuccess returns true when this put recording keyconfiguration service unavailable response has a 2xx status code

func (*PutRecordingKeyconfigurationServiceUnavailable) String

type PutRecordingKeyconfigurationTooManyRequests

type PutRecordingKeyconfigurationTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingKeyconfigurationTooManyRequests

func NewPutRecordingKeyconfigurationTooManyRequests() *PutRecordingKeyconfigurationTooManyRequests

NewPutRecordingKeyconfigurationTooManyRequests creates a PutRecordingKeyconfigurationTooManyRequests with default headers values

func (*PutRecordingKeyconfigurationTooManyRequests) Error

func (*PutRecordingKeyconfigurationTooManyRequests) GetPayload

func (*PutRecordingKeyconfigurationTooManyRequests) IsClientError

IsClientError returns true when this put recording keyconfiguration too many requests response has a 4xx status code

func (*PutRecordingKeyconfigurationTooManyRequests) IsCode

IsCode returns true when this put recording keyconfiguration too many requests response a status code equal to that given

func (*PutRecordingKeyconfigurationTooManyRequests) IsRedirect

IsRedirect returns true when this put recording keyconfiguration too many requests response has a 3xx status code

func (*PutRecordingKeyconfigurationTooManyRequests) IsServerError

IsServerError returns true when this put recording keyconfiguration too many requests response has a 5xx status code

func (*PutRecordingKeyconfigurationTooManyRequests) IsSuccess

IsSuccess returns true when this put recording keyconfiguration too many requests response has a 2xx status code

func (*PutRecordingKeyconfigurationTooManyRequests) String

type PutRecordingKeyconfigurationUnauthorized

type PutRecordingKeyconfigurationUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingKeyconfigurationUnauthorized

func NewPutRecordingKeyconfigurationUnauthorized() *PutRecordingKeyconfigurationUnauthorized

NewPutRecordingKeyconfigurationUnauthorized creates a PutRecordingKeyconfigurationUnauthorized with default headers values

func (*PutRecordingKeyconfigurationUnauthorized) Error

func (*PutRecordingKeyconfigurationUnauthorized) GetPayload

func (*PutRecordingKeyconfigurationUnauthorized) IsClientError

IsClientError returns true when this put recording keyconfiguration unauthorized response has a 4xx status code

func (*PutRecordingKeyconfigurationUnauthorized) IsCode

IsCode returns true when this put recording keyconfiguration unauthorized response a status code equal to that given

func (*PutRecordingKeyconfigurationUnauthorized) IsRedirect

IsRedirect returns true when this put recording keyconfiguration unauthorized response has a 3xx status code

func (*PutRecordingKeyconfigurationUnauthorized) IsServerError

IsServerError returns true when this put recording keyconfiguration unauthorized response has a 5xx status code

func (*PutRecordingKeyconfigurationUnauthorized) IsSuccess

IsSuccess returns true when this put recording keyconfiguration unauthorized response has a 2xx status code

func (*PutRecordingKeyconfigurationUnauthorized) String

type PutRecordingKeyconfigurationUnsupportedMediaType

type PutRecordingKeyconfigurationUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingKeyconfigurationUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingKeyconfigurationUnsupportedMediaType

func NewPutRecordingKeyconfigurationUnsupportedMediaType() *PutRecordingKeyconfigurationUnsupportedMediaType

NewPutRecordingKeyconfigurationUnsupportedMediaType creates a PutRecordingKeyconfigurationUnsupportedMediaType with default headers values

func (*PutRecordingKeyconfigurationUnsupportedMediaType) Error

func (*PutRecordingKeyconfigurationUnsupportedMediaType) GetPayload

func (*PutRecordingKeyconfigurationUnsupportedMediaType) IsClientError

IsClientError returns true when this put recording keyconfiguration unsupported media type response has a 4xx status code

func (*PutRecordingKeyconfigurationUnsupportedMediaType) IsCode

IsCode returns true when this put recording keyconfiguration unsupported media type response a status code equal to that given

func (*PutRecordingKeyconfigurationUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put recording keyconfiguration unsupported media type response has a 3xx status code

func (*PutRecordingKeyconfigurationUnsupportedMediaType) IsServerError

IsServerError returns true when this put recording keyconfiguration unsupported media type response has a 5xx status code

func (*PutRecordingKeyconfigurationUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recording keyconfiguration unsupported media type response has a 2xx status code

func (*PutRecordingKeyconfigurationUnsupportedMediaType) String

type PutRecordingMediaretentionpolicyBadRequest

type PutRecordingMediaretentionpolicyBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingMediaretentionpolicyBadRequest

func NewPutRecordingMediaretentionpolicyBadRequest() *PutRecordingMediaretentionpolicyBadRequest

NewPutRecordingMediaretentionpolicyBadRequest creates a PutRecordingMediaretentionpolicyBadRequest with default headers values

func (*PutRecordingMediaretentionpolicyBadRequest) Error

func (*PutRecordingMediaretentionpolicyBadRequest) GetPayload

func (*PutRecordingMediaretentionpolicyBadRequest) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy bad request response has a 4xx status code

func (*PutRecordingMediaretentionpolicyBadRequest) IsCode

IsCode returns true when this put recording mediaretentionpolicy bad request response a status code equal to that given

func (*PutRecordingMediaretentionpolicyBadRequest) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy bad request response has a 3xx status code

func (*PutRecordingMediaretentionpolicyBadRequest) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy bad request response has a 5xx status code

func (*PutRecordingMediaretentionpolicyBadRequest) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy bad request response has a 2xx status code

func (*PutRecordingMediaretentionpolicyBadRequest) String

type PutRecordingMediaretentionpolicyForbidden

type PutRecordingMediaretentionpolicyForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingMediaretentionpolicyForbidden

func NewPutRecordingMediaretentionpolicyForbidden() *PutRecordingMediaretentionpolicyForbidden

NewPutRecordingMediaretentionpolicyForbidden creates a PutRecordingMediaretentionpolicyForbidden with default headers values

func (*PutRecordingMediaretentionpolicyForbidden) Error

func (*PutRecordingMediaretentionpolicyForbidden) GetPayload

func (*PutRecordingMediaretentionpolicyForbidden) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy forbidden response has a 4xx status code

func (*PutRecordingMediaretentionpolicyForbidden) IsCode

IsCode returns true when this put recording mediaretentionpolicy forbidden response a status code equal to that given

func (*PutRecordingMediaretentionpolicyForbidden) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy forbidden response has a 3xx status code

func (*PutRecordingMediaretentionpolicyForbidden) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy forbidden response has a 5xx status code

func (*PutRecordingMediaretentionpolicyForbidden) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy forbidden response has a 2xx status code

func (*PutRecordingMediaretentionpolicyForbidden) String

type PutRecordingMediaretentionpolicyGatewayTimeout

type PutRecordingMediaretentionpolicyGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingMediaretentionpolicyGatewayTimeout

func NewPutRecordingMediaretentionpolicyGatewayTimeout() *PutRecordingMediaretentionpolicyGatewayTimeout

NewPutRecordingMediaretentionpolicyGatewayTimeout creates a PutRecordingMediaretentionpolicyGatewayTimeout with default headers values

func (*PutRecordingMediaretentionpolicyGatewayTimeout) Error

func (*PutRecordingMediaretentionpolicyGatewayTimeout) GetPayload

func (*PutRecordingMediaretentionpolicyGatewayTimeout) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy gateway timeout response has a 4xx status code

func (*PutRecordingMediaretentionpolicyGatewayTimeout) IsCode

IsCode returns true when this put recording mediaretentionpolicy gateway timeout response a status code equal to that given

func (*PutRecordingMediaretentionpolicyGatewayTimeout) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy gateway timeout response has a 3xx status code

func (*PutRecordingMediaretentionpolicyGatewayTimeout) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy gateway timeout response has a 5xx status code

func (*PutRecordingMediaretentionpolicyGatewayTimeout) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy gateway timeout response has a 2xx status code

func (*PutRecordingMediaretentionpolicyGatewayTimeout) String

type PutRecordingMediaretentionpolicyInternalServerError

type PutRecordingMediaretentionpolicyInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingMediaretentionpolicyInternalServerError

func NewPutRecordingMediaretentionpolicyInternalServerError() *PutRecordingMediaretentionpolicyInternalServerError

NewPutRecordingMediaretentionpolicyInternalServerError creates a PutRecordingMediaretentionpolicyInternalServerError with default headers values

func (*PutRecordingMediaretentionpolicyInternalServerError) Error

func (*PutRecordingMediaretentionpolicyInternalServerError) GetPayload

func (*PutRecordingMediaretentionpolicyInternalServerError) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy internal server error response has a 4xx status code

func (*PutRecordingMediaretentionpolicyInternalServerError) IsCode

IsCode returns true when this put recording mediaretentionpolicy internal server error response a status code equal to that given

func (*PutRecordingMediaretentionpolicyInternalServerError) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy internal server error response has a 3xx status code

func (*PutRecordingMediaretentionpolicyInternalServerError) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy internal server error response has a 5xx status code

func (*PutRecordingMediaretentionpolicyInternalServerError) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy internal server error response has a 2xx status code

func (*PutRecordingMediaretentionpolicyInternalServerError) String

type PutRecordingMediaretentionpolicyNotFound

type PutRecordingMediaretentionpolicyNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingMediaretentionpolicyNotFound

func NewPutRecordingMediaretentionpolicyNotFound() *PutRecordingMediaretentionpolicyNotFound

NewPutRecordingMediaretentionpolicyNotFound creates a PutRecordingMediaretentionpolicyNotFound with default headers values

func (*PutRecordingMediaretentionpolicyNotFound) Error

func (*PutRecordingMediaretentionpolicyNotFound) GetPayload

func (*PutRecordingMediaretentionpolicyNotFound) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy not found response has a 4xx status code

func (*PutRecordingMediaretentionpolicyNotFound) IsCode

IsCode returns true when this put recording mediaretentionpolicy not found response a status code equal to that given

func (*PutRecordingMediaretentionpolicyNotFound) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy not found response has a 3xx status code

func (*PutRecordingMediaretentionpolicyNotFound) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy not found response has a 5xx status code

func (*PutRecordingMediaretentionpolicyNotFound) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy not found response has a 2xx status code

func (*PutRecordingMediaretentionpolicyNotFound) String

type PutRecordingMediaretentionpolicyOK

type PutRecordingMediaretentionpolicyOK struct {
	Payload *models.Policy
}

PutRecordingMediaretentionpolicyOK describes a response with status code 200, with default header values.

successful operation

func NewPutRecordingMediaretentionpolicyOK

func NewPutRecordingMediaretentionpolicyOK() *PutRecordingMediaretentionpolicyOK

NewPutRecordingMediaretentionpolicyOK creates a PutRecordingMediaretentionpolicyOK with default headers values

func (*PutRecordingMediaretentionpolicyOK) Error

func (*PutRecordingMediaretentionpolicyOK) GetPayload

func (*PutRecordingMediaretentionpolicyOK) IsClientError

func (o *PutRecordingMediaretentionpolicyOK) IsClientError() bool

IsClientError returns true when this put recording mediaretentionpolicy o k response has a 4xx status code

func (*PutRecordingMediaretentionpolicyOK) IsCode

IsCode returns true when this put recording mediaretentionpolicy o k response a status code equal to that given

func (*PutRecordingMediaretentionpolicyOK) IsRedirect

func (o *PutRecordingMediaretentionpolicyOK) IsRedirect() bool

IsRedirect returns true when this put recording mediaretentionpolicy o k response has a 3xx status code

func (*PutRecordingMediaretentionpolicyOK) IsServerError

func (o *PutRecordingMediaretentionpolicyOK) IsServerError() bool

IsServerError returns true when this put recording mediaretentionpolicy o k response has a 5xx status code

func (*PutRecordingMediaretentionpolicyOK) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy o k response has a 2xx status code

func (*PutRecordingMediaretentionpolicyOK) String

type PutRecordingMediaretentionpolicyParams

type PutRecordingMediaretentionpolicyParams struct {

	/* Body.

	   Policy
	*/
	Body *models.Policy

	/* PolicyID.

	   Policy ID
	*/
	PolicyID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingMediaretentionpolicyParams contains all the parameters to send to the API endpoint

for the put recording mediaretentionpolicy operation.

Typically these are written to a http.Request.

func NewPutRecordingMediaretentionpolicyParams

func NewPutRecordingMediaretentionpolicyParams() *PutRecordingMediaretentionpolicyParams

NewPutRecordingMediaretentionpolicyParams creates a new PutRecordingMediaretentionpolicyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingMediaretentionpolicyParamsWithContext

func NewPutRecordingMediaretentionpolicyParamsWithContext(ctx context.Context) *PutRecordingMediaretentionpolicyParams

NewPutRecordingMediaretentionpolicyParamsWithContext creates a new PutRecordingMediaretentionpolicyParams object with the ability to set a context for a request.

func NewPutRecordingMediaretentionpolicyParamsWithHTTPClient

func NewPutRecordingMediaretentionpolicyParamsWithHTTPClient(client *http.Client) *PutRecordingMediaretentionpolicyParams

NewPutRecordingMediaretentionpolicyParamsWithHTTPClient creates a new PutRecordingMediaretentionpolicyParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingMediaretentionpolicyParamsWithTimeout

func NewPutRecordingMediaretentionpolicyParamsWithTimeout(timeout time.Duration) *PutRecordingMediaretentionpolicyParams

NewPutRecordingMediaretentionpolicyParamsWithTimeout creates a new PutRecordingMediaretentionpolicyParams object with the ability to set a timeout on a request.

func (*PutRecordingMediaretentionpolicyParams) SetBody

SetBody adds the body to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) SetContext

SetContext adds the context to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) SetDefaults

func (o *PutRecordingMediaretentionpolicyParams) SetDefaults()

SetDefaults hydrates default values in the put recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingMediaretentionpolicyParams) SetHTTPClient

func (o *PutRecordingMediaretentionpolicyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) SetPolicyID

func (o *PutRecordingMediaretentionpolicyParams) SetPolicyID(policyID string)

SetPolicyID adds the policyId to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) SetTimeout

func (o *PutRecordingMediaretentionpolicyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) WithBody

WithBody adds the body to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) WithContext

WithContext adds the context to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) WithDefaults

WithDefaults hydrates default values in the put recording mediaretentionpolicy params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingMediaretentionpolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) WithPolicyID

WithPolicyID adds the policyID to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) WithTimeout

WithTimeout adds the timeout to the put recording mediaretentionpolicy params

func (*PutRecordingMediaretentionpolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRecordingMediaretentionpolicyReader

type PutRecordingMediaretentionpolicyReader struct {
	// contains filtered or unexported fields
}

PutRecordingMediaretentionpolicyReader is a Reader for the PutRecordingMediaretentionpolicy structure.

func (*PutRecordingMediaretentionpolicyReader) ReadResponse

func (o *PutRecordingMediaretentionpolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingMediaretentionpolicyRequestEntityTooLarge

type PutRecordingMediaretentionpolicyRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingMediaretentionpolicyRequestEntityTooLarge

func NewPutRecordingMediaretentionpolicyRequestEntityTooLarge() *PutRecordingMediaretentionpolicyRequestEntityTooLarge

NewPutRecordingMediaretentionpolicyRequestEntityTooLarge creates a PutRecordingMediaretentionpolicyRequestEntityTooLarge with default headers values

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) Error

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) GetPayload

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy request entity too large response has a 4xx status code

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) IsCode

IsCode returns true when this put recording mediaretentionpolicy request entity too large response a status code equal to that given

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy request entity too large response has a 3xx status code

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy request entity too large response has a 5xx status code

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy request entity too large response has a 2xx status code

func (*PutRecordingMediaretentionpolicyRequestEntityTooLarge) String

type PutRecordingMediaretentionpolicyRequestTimeout

type PutRecordingMediaretentionpolicyRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingMediaretentionpolicyRequestTimeout

func NewPutRecordingMediaretentionpolicyRequestTimeout() *PutRecordingMediaretentionpolicyRequestTimeout

NewPutRecordingMediaretentionpolicyRequestTimeout creates a PutRecordingMediaretentionpolicyRequestTimeout with default headers values

func (*PutRecordingMediaretentionpolicyRequestTimeout) Error

func (*PutRecordingMediaretentionpolicyRequestTimeout) GetPayload

func (*PutRecordingMediaretentionpolicyRequestTimeout) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy request timeout response has a 4xx status code

func (*PutRecordingMediaretentionpolicyRequestTimeout) IsCode

IsCode returns true when this put recording mediaretentionpolicy request timeout response a status code equal to that given

func (*PutRecordingMediaretentionpolicyRequestTimeout) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy request timeout response has a 3xx status code

func (*PutRecordingMediaretentionpolicyRequestTimeout) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy request timeout response has a 5xx status code

func (*PutRecordingMediaretentionpolicyRequestTimeout) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy request timeout response has a 2xx status code

func (*PutRecordingMediaretentionpolicyRequestTimeout) String

type PutRecordingMediaretentionpolicyServiceUnavailable

type PutRecordingMediaretentionpolicyServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingMediaretentionpolicyServiceUnavailable

func NewPutRecordingMediaretentionpolicyServiceUnavailable() *PutRecordingMediaretentionpolicyServiceUnavailable

NewPutRecordingMediaretentionpolicyServiceUnavailable creates a PutRecordingMediaretentionpolicyServiceUnavailable with default headers values

func (*PutRecordingMediaretentionpolicyServiceUnavailable) Error

func (*PutRecordingMediaretentionpolicyServiceUnavailable) GetPayload

func (*PutRecordingMediaretentionpolicyServiceUnavailable) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy service unavailable response has a 4xx status code

func (*PutRecordingMediaretentionpolicyServiceUnavailable) IsCode

IsCode returns true when this put recording mediaretentionpolicy service unavailable response a status code equal to that given

func (*PutRecordingMediaretentionpolicyServiceUnavailable) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy service unavailable response has a 3xx status code

func (*PutRecordingMediaretentionpolicyServiceUnavailable) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy service unavailable response has a 5xx status code

func (*PutRecordingMediaretentionpolicyServiceUnavailable) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy service unavailable response has a 2xx status code

func (*PutRecordingMediaretentionpolicyServiceUnavailable) String

type PutRecordingMediaretentionpolicyTooManyRequests

type PutRecordingMediaretentionpolicyTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingMediaretentionpolicyTooManyRequests

func NewPutRecordingMediaretentionpolicyTooManyRequests() *PutRecordingMediaretentionpolicyTooManyRequests

NewPutRecordingMediaretentionpolicyTooManyRequests creates a PutRecordingMediaretentionpolicyTooManyRequests with default headers values

func (*PutRecordingMediaretentionpolicyTooManyRequests) Error

func (*PutRecordingMediaretentionpolicyTooManyRequests) GetPayload

func (*PutRecordingMediaretentionpolicyTooManyRequests) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy too many requests response has a 4xx status code

func (*PutRecordingMediaretentionpolicyTooManyRequests) IsCode

IsCode returns true when this put recording mediaretentionpolicy too many requests response a status code equal to that given

func (*PutRecordingMediaretentionpolicyTooManyRequests) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy too many requests response has a 3xx status code

func (*PutRecordingMediaretentionpolicyTooManyRequests) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy too many requests response has a 5xx status code

func (*PutRecordingMediaretentionpolicyTooManyRequests) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy too many requests response has a 2xx status code

func (*PutRecordingMediaretentionpolicyTooManyRequests) String

type PutRecordingMediaretentionpolicyUnauthorized

type PutRecordingMediaretentionpolicyUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingMediaretentionpolicyUnauthorized

func NewPutRecordingMediaretentionpolicyUnauthorized() *PutRecordingMediaretentionpolicyUnauthorized

NewPutRecordingMediaretentionpolicyUnauthorized creates a PutRecordingMediaretentionpolicyUnauthorized with default headers values

func (*PutRecordingMediaretentionpolicyUnauthorized) Error

func (*PutRecordingMediaretentionpolicyUnauthorized) GetPayload

func (*PutRecordingMediaretentionpolicyUnauthorized) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy unauthorized response has a 4xx status code

func (*PutRecordingMediaretentionpolicyUnauthorized) IsCode

IsCode returns true when this put recording mediaretentionpolicy unauthorized response a status code equal to that given

func (*PutRecordingMediaretentionpolicyUnauthorized) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy unauthorized response has a 3xx status code

func (*PutRecordingMediaretentionpolicyUnauthorized) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy unauthorized response has a 5xx status code

func (*PutRecordingMediaretentionpolicyUnauthorized) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy unauthorized response has a 2xx status code

func (*PutRecordingMediaretentionpolicyUnauthorized) String

type PutRecordingMediaretentionpolicyUnsupportedMediaType

type PutRecordingMediaretentionpolicyUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingMediaretentionpolicyUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingMediaretentionpolicyUnsupportedMediaType

func NewPutRecordingMediaretentionpolicyUnsupportedMediaType() *PutRecordingMediaretentionpolicyUnsupportedMediaType

NewPutRecordingMediaretentionpolicyUnsupportedMediaType creates a PutRecordingMediaretentionpolicyUnsupportedMediaType with default headers values

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) Error

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) GetPayload

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) IsClientError

IsClientError returns true when this put recording mediaretentionpolicy unsupported media type response has a 4xx status code

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) IsCode

IsCode returns true when this put recording mediaretentionpolicy unsupported media type response a status code equal to that given

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put recording mediaretentionpolicy unsupported media type response has a 3xx status code

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) IsServerError

IsServerError returns true when this put recording mediaretentionpolicy unsupported media type response has a 5xx status code

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recording mediaretentionpolicy unsupported media type response has a 2xx status code

func (*PutRecordingMediaretentionpolicyUnsupportedMediaType) String

type PutRecordingRecordingkeysRotationscheduleBadRequest

type PutRecordingRecordingkeysRotationscheduleBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingRecordingkeysRotationscheduleBadRequest

func NewPutRecordingRecordingkeysRotationscheduleBadRequest() *PutRecordingRecordingkeysRotationscheduleBadRequest

NewPutRecordingRecordingkeysRotationscheduleBadRequest creates a PutRecordingRecordingkeysRotationscheduleBadRequest with default headers values

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) Error

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule bad request response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule bad request response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule bad request response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule bad request response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule bad request response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleBadRequest) String

type PutRecordingRecordingkeysRotationscheduleForbidden

type PutRecordingRecordingkeysRotationscheduleForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingRecordingkeysRotationscheduleForbidden

func NewPutRecordingRecordingkeysRotationscheduleForbidden() *PutRecordingRecordingkeysRotationscheduleForbidden

NewPutRecordingRecordingkeysRotationscheduleForbidden creates a PutRecordingRecordingkeysRotationscheduleForbidden with default headers values

func (*PutRecordingRecordingkeysRotationscheduleForbidden) Error

func (*PutRecordingRecordingkeysRotationscheduleForbidden) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleForbidden) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule forbidden response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleForbidden) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule forbidden response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleForbidden) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule forbidden response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleForbidden) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule forbidden response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleForbidden) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule forbidden response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleForbidden) String

type PutRecordingRecordingkeysRotationscheduleGatewayTimeout

type PutRecordingRecordingkeysRotationscheduleGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingRecordingkeysRotationscheduleGatewayTimeout

func NewPutRecordingRecordingkeysRotationscheduleGatewayTimeout() *PutRecordingRecordingkeysRotationscheduleGatewayTimeout

NewPutRecordingRecordingkeysRotationscheduleGatewayTimeout creates a PutRecordingRecordingkeysRotationscheduleGatewayTimeout with default headers values

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) Error

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule gateway timeout response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule gateway timeout response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule gateway timeout response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule gateway timeout response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule gateway timeout response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleGatewayTimeout) String

type PutRecordingRecordingkeysRotationscheduleInternalServerError

type PutRecordingRecordingkeysRotationscheduleInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingRecordingkeysRotationscheduleInternalServerError

func NewPutRecordingRecordingkeysRotationscheduleInternalServerError() *PutRecordingRecordingkeysRotationscheduleInternalServerError

NewPutRecordingRecordingkeysRotationscheduleInternalServerError creates a PutRecordingRecordingkeysRotationscheduleInternalServerError with default headers values

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) Error

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule internal server error response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule internal server error response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule internal server error response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule internal server error response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule internal server error response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleInternalServerError) String

type PutRecordingRecordingkeysRotationscheduleNotFound

type PutRecordingRecordingkeysRotationscheduleNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingRecordingkeysRotationscheduleNotFound

func NewPutRecordingRecordingkeysRotationscheduleNotFound() *PutRecordingRecordingkeysRotationscheduleNotFound

NewPutRecordingRecordingkeysRotationscheduleNotFound creates a PutRecordingRecordingkeysRotationscheduleNotFound with default headers values

func (*PutRecordingRecordingkeysRotationscheduleNotFound) Error

func (*PutRecordingRecordingkeysRotationscheduleNotFound) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleNotFound) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule not found response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleNotFound) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule not found response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleNotFound) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule not found response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleNotFound) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule not found response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleNotFound) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule not found response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleNotFound) String

type PutRecordingRecordingkeysRotationscheduleOK

type PutRecordingRecordingkeysRotationscheduleOK struct {
	Payload *models.KeyRotationSchedule
}

PutRecordingRecordingkeysRotationscheduleOK describes a response with status code 200, with default header values.

successful operation

func NewPutRecordingRecordingkeysRotationscheduleOK

func NewPutRecordingRecordingkeysRotationscheduleOK() *PutRecordingRecordingkeysRotationscheduleOK

NewPutRecordingRecordingkeysRotationscheduleOK creates a PutRecordingRecordingkeysRotationscheduleOK with default headers values

func (*PutRecordingRecordingkeysRotationscheduleOK) Error

func (*PutRecordingRecordingkeysRotationscheduleOK) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleOK) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule o k response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleOK) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule o k response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleOK) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule o k response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleOK) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule o k response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleOK) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule o k response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleOK) String

type PutRecordingRecordingkeysRotationscheduleParams

type PutRecordingRecordingkeysRotationscheduleParams struct {

	/* Body.

	   KeyRotationSchedule
	*/
	Body *models.KeyRotationSchedule

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingRecordingkeysRotationscheduleParams contains all the parameters to send to the API endpoint

for the put recording recordingkeys rotationschedule operation.

Typically these are written to a http.Request.

func NewPutRecordingRecordingkeysRotationscheduleParams

func NewPutRecordingRecordingkeysRotationscheduleParams() *PutRecordingRecordingkeysRotationscheduleParams

NewPutRecordingRecordingkeysRotationscheduleParams creates a new PutRecordingRecordingkeysRotationscheduleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingRecordingkeysRotationscheduleParamsWithContext

func NewPutRecordingRecordingkeysRotationscheduleParamsWithContext(ctx context.Context) *PutRecordingRecordingkeysRotationscheduleParams

NewPutRecordingRecordingkeysRotationscheduleParamsWithContext creates a new PutRecordingRecordingkeysRotationscheduleParams object with the ability to set a context for a request.

func NewPutRecordingRecordingkeysRotationscheduleParamsWithHTTPClient

func NewPutRecordingRecordingkeysRotationscheduleParamsWithHTTPClient(client *http.Client) *PutRecordingRecordingkeysRotationscheduleParams

NewPutRecordingRecordingkeysRotationscheduleParamsWithHTTPClient creates a new PutRecordingRecordingkeysRotationscheduleParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingRecordingkeysRotationscheduleParamsWithTimeout

func NewPutRecordingRecordingkeysRotationscheduleParamsWithTimeout(timeout time.Duration) *PutRecordingRecordingkeysRotationscheduleParams

NewPutRecordingRecordingkeysRotationscheduleParamsWithTimeout creates a new PutRecordingRecordingkeysRotationscheduleParams object with the ability to set a timeout on a request.

func (*PutRecordingRecordingkeysRotationscheduleParams) SetBody

SetBody adds the body to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) SetContext

SetContext adds the context to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) SetDefaults

SetDefaults hydrates default values in the put recording recordingkeys rotationschedule params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingRecordingkeysRotationscheduleParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) SetTimeout

SetTimeout adds the timeout to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) WithBody

WithBody adds the body to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) WithContext

WithContext adds the context to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) WithDefaults

WithDefaults hydrates default values in the put recording recordingkeys rotationschedule params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingRecordingkeysRotationscheduleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) WithTimeout

WithTimeout adds the timeout to the put recording recordingkeys rotationschedule params

func (*PutRecordingRecordingkeysRotationscheduleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRecordingRecordingkeysRotationscheduleReader

type PutRecordingRecordingkeysRotationscheduleReader struct {
	// contains filtered or unexported fields
}

PutRecordingRecordingkeysRotationscheduleReader is a Reader for the PutRecordingRecordingkeysRotationschedule structure.

func (*PutRecordingRecordingkeysRotationscheduleReader) ReadResponse

func (o *PutRecordingRecordingkeysRotationscheduleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge

type PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge

func NewPutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge() *PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge

NewPutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge creates a PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge with default headers values

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) Error

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule request entity too large response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule request entity too large response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule request entity too large response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule request entity too large response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule request entity too large response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestEntityTooLarge) String

type PutRecordingRecordingkeysRotationscheduleRequestTimeout

type PutRecordingRecordingkeysRotationscheduleRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingRecordingkeysRotationscheduleRequestTimeout

func NewPutRecordingRecordingkeysRotationscheduleRequestTimeout() *PutRecordingRecordingkeysRotationscheduleRequestTimeout

NewPutRecordingRecordingkeysRotationscheduleRequestTimeout creates a PutRecordingRecordingkeysRotationscheduleRequestTimeout with default headers values

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) Error

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule request timeout response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule request timeout response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule request timeout response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule request timeout response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule request timeout response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleRequestTimeout) String

type PutRecordingRecordingkeysRotationscheduleServiceUnavailable

type PutRecordingRecordingkeysRotationscheduleServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingRecordingkeysRotationscheduleServiceUnavailable

func NewPutRecordingRecordingkeysRotationscheduleServiceUnavailable() *PutRecordingRecordingkeysRotationscheduleServiceUnavailable

NewPutRecordingRecordingkeysRotationscheduleServiceUnavailable creates a PutRecordingRecordingkeysRotationscheduleServiceUnavailable with default headers values

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) Error

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule service unavailable response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule service unavailable response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule service unavailable response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule service unavailable response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule service unavailable response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleServiceUnavailable) String

type PutRecordingRecordingkeysRotationscheduleTooManyRequests

type PutRecordingRecordingkeysRotationscheduleTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingRecordingkeysRotationscheduleTooManyRequests

func NewPutRecordingRecordingkeysRotationscheduleTooManyRequests() *PutRecordingRecordingkeysRotationscheduleTooManyRequests

NewPutRecordingRecordingkeysRotationscheduleTooManyRequests creates a PutRecordingRecordingkeysRotationscheduleTooManyRequests with default headers values

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) Error

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule too many requests response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule too many requests response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule too many requests response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule too many requests response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule too many requests response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleTooManyRequests) String

type PutRecordingRecordingkeysRotationscheduleUnauthorized

type PutRecordingRecordingkeysRotationscheduleUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingRecordingkeysRotationscheduleUnauthorized

func NewPutRecordingRecordingkeysRotationscheduleUnauthorized() *PutRecordingRecordingkeysRotationscheduleUnauthorized

NewPutRecordingRecordingkeysRotationscheduleUnauthorized creates a PutRecordingRecordingkeysRotationscheduleUnauthorized with default headers values

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) Error

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule unauthorized response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule unauthorized response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule unauthorized response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule unauthorized response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule unauthorized response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnauthorized) String

type PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType

type PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingRecordingkeysRotationscheduleUnsupportedMediaType

func NewPutRecordingRecordingkeysRotationscheduleUnsupportedMediaType() *PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType

NewPutRecordingRecordingkeysRotationscheduleUnsupportedMediaType creates a PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType with default headers values

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) Error

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) GetPayload

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsClientError

IsClientError returns true when this put recording recordingkeys rotationschedule unsupported media type response has a 4xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsCode

IsCode returns true when this put recording recordingkeys rotationschedule unsupported media type response a status code equal to that given

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put recording recordingkeys rotationschedule unsupported media type response has a 3xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsServerError

IsServerError returns true when this put recording recordingkeys rotationschedule unsupported media type response has a 5xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recording recordingkeys rotationschedule unsupported media type response has a 2xx status code

func (*PutRecordingRecordingkeysRotationscheduleUnsupportedMediaType) String

type PutRecordingSettingsBadRequest

type PutRecordingSettingsBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingSettingsBadRequest

func NewPutRecordingSettingsBadRequest() *PutRecordingSettingsBadRequest

NewPutRecordingSettingsBadRequest creates a PutRecordingSettingsBadRequest with default headers values

func (*PutRecordingSettingsBadRequest) Error

func (*PutRecordingSettingsBadRequest) GetPayload

func (*PutRecordingSettingsBadRequest) IsClientError

func (o *PutRecordingSettingsBadRequest) IsClientError() bool

IsClientError returns true when this put recording settings bad request response has a 4xx status code

func (*PutRecordingSettingsBadRequest) IsCode

func (o *PutRecordingSettingsBadRequest) IsCode(code int) bool

IsCode returns true when this put recording settings bad request response a status code equal to that given

func (*PutRecordingSettingsBadRequest) IsRedirect

func (o *PutRecordingSettingsBadRequest) IsRedirect() bool

IsRedirect returns true when this put recording settings bad request response has a 3xx status code

func (*PutRecordingSettingsBadRequest) IsServerError

func (o *PutRecordingSettingsBadRequest) IsServerError() bool

IsServerError returns true when this put recording settings bad request response has a 5xx status code

func (*PutRecordingSettingsBadRequest) IsSuccess

func (o *PutRecordingSettingsBadRequest) IsSuccess() bool

IsSuccess returns true when this put recording settings bad request response has a 2xx status code

func (*PutRecordingSettingsBadRequest) String

type PutRecordingSettingsForbidden

type PutRecordingSettingsForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingSettingsForbidden

func NewPutRecordingSettingsForbidden() *PutRecordingSettingsForbidden

NewPutRecordingSettingsForbidden creates a PutRecordingSettingsForbidden with default headers values

func (*PutRecordingSettingsForbidden) Error

func (*PutRecordingSettingsForbidden) GetPayload

func (*PutRecordingSettingsForbidden) IsClientError

func (o *PutRecordingSettingsForbidden) IsClientError() bool

IsClientError returns true when this put recording settings forbidden response has a 4xx status code

func (*PutRecordingSettingsForbidden) IsCode

func (o *PutRecordingSettingsForbidden) IsCode(code int) bool

IsCode returns true when this put recording settings forbidden response a status code equal to that given

func (*PutRecordingSettingsForbidden) IsRedirect

func (o *PutRecordingSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this put recording settings forbidden response has a 3xx status code

func (*PutRecordingSettingsForbidden) IsServerError

func (o *PutRecordingSettingsForbidden) IsServerError() bool

IsServerError returns true when this put recording settings forbidden response has a 5xx status code

func (*PutRecordingSettingsForbidden) IsSuccess

func (o *PutRecordingSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this put recording settings forbidden response has a 2xx status code

func (*PutRecordingSettingsForbidden) String

type PutRecordingSettingsGatewayTimeout

type PutRecordingSettingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingSettingsGatewayTimeout

func NewPutRecordingSettingsGatewayTimeout() *PutRecordingSettingsGatewayTimeout

NewPutRecordingSettingsGatewayTimeout creates a PutRecordingSettingsGatewayTimeout with default headers values

func (*PutRecordingSettingsGatewayTimeout) Error

func (*PutRecordingSettingsGatewayTimeout) GetPayload

func (*PutRecordingSettingsGatewayTimeout) IsClientError

func (o *PutRecordingSettingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this put recording settings gateway timeout response has a 4xx status code

func (*PutRecordingSettingsGatewayTimeout) IsCode

IsCode returns true when this put recording settings gateway timeout response a status code equal to that given

func (*PutRecordingSettingsGatewayTimeout) IsRedirect

func (o *PutRecordingSettingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put recording settings gateway timeout response has a 3xx status code

func (*PutRecordingSettingsGatewayTimeout) IsServerError

func (o *PutRecordingSettingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this put recording settings gateway timeout response has a 5xx status code

func (*PutRecordingSettingsGatewayTimeout) IsSuccess

IsSuccess returns true when this put recording settings gateway timeout response has a 2xx status code

func (*PutRecordingSettingsGatewayTimeout) String

type PutRecordingSettingsInternalServerError

type PutRecordingSettingsInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingSettingsInternalServerError

func NewPutRecordingSettingsInternalServerError() *PutRecordingSettingsInternalServerError

NewPutRecordingSettingsInternalServerError creates a PutRecordingSettingsInternalServerError with default headers values

func (*PutRecordingSettingsInternalServerError) Error

func (*PutRecordingSettingsInternalServerError) GetPayload

func (*PutRecordingSettingsInternalServerError) IsClientError

func (o *PutRecordingSettingsInternalServerError) IsClientError() bool

IsClientError returns true when this put recording settings internal server error response has a 4xx status code

func (*PutRecordingSettingsInternalServerError) IsCode

IsCode returns true when this put recording settings internal server error response a status code equal to that given

func (*PutRecordingSettingsInternalServerError) IsRedirect

IsRedirect returns true when this put recording settings internal server error response has a 3xx status code

func (*PutRecordingSettingsInternalServerError) IsServerError

func (o *PutRecordingSettingsInternalServerError) IsServerError() bool

IsServerError returns true when this put recording settings internal server error response has a 5xx status code

func (*PutRecordingSettingsInternalServerError) IsSuccess

IsSuccess returns true when this put recording settings internal server error response has a 2xx status code

func (*PutRecordingSettingsInternalServerError) String

type PutRecordingSettingsNotFound

type PutRecordingSettingsNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingSettingsNotFound

func NewPutRecordingSettingsNotFound() *PutRecordingSettingsNotFound

NewPutRecordingSettingsNotFound creates a PutRecordingSettingsNotFound with default headers values

func (*PutRecordingSettingsNotFound) Error

func (*PutRecordingSettingsNotFound) GetPayload

func (*PutRecordingSettingsNotFound) IsClientError

func (o *PutRecordingSettingsNotFound) IsClientError() bool

IsClientError returns true when this put recording settings not found response has a 4xx status code

func (*PutRecordingSettingsNotFound) IsCode

func (o *PutRecordingSettingsNotFound) IsCode(code int) bool

IsCode returns true when this put recording settings not found response a status code equal to that given

func (*PutRecordingSettingsNotFound) IsRedirect

func (o *PutRecordingSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this put recording settings not found response has a 3xx status code

func (*PutRecordingSettingsNotFound) IsServerError

func (o *PutRecordingSettingsNotFound) IsServerError() bool

IsServerError returns true when this put recording settings not found response has a 5xx status code

func (*PutRecordingSettingsNotFound) IsSuccess

func (o *PutRecordingSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this put recording settings not found response has a 2xx status code

func (*PutRecordingSettingsNotFound) String

type PutRecordingSettingsOK

type PutRecordingSettingsOK struct {
	Payload *models.RecordingSettings
}

PutRecordingSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewPutRecordingSettingsOK

func NewPutRecordingSettingsOK() *PutRecordingSettingsOK

NewPutRecordingSettingsOK creates a PutRecordingSettingsOK with default headers values

func (*PutRecordingSettingsOK) Error

func (o *PutRecordingSettingsOK) Error() string

func (*PutRecordingSettingsOK) GetPayload

func (*PutRecordingSettingsOK) IsClientError

func (o *PutRecordingSettingsOK) IsClientError() bool

IsClientError returns true when this put recording settings o k response has a 4xx status code

func (*PutRecordingSettingsOK) IsCode

func (o *PutRecordingSettingsOK) IsCode(code int) bool

IsCode returns true when this put recording settings o k response a status code equal to that given

func (*PutRecordingSettingsOK) IsRedirect

func (o *PutRecordingSettingsOK) IsRedirect() bool

IsRedirect returns true when this put recording settings o k response has a 3xx status code

func (*PutRecordingSettingsOK) IsServerError

func (o *PutRecordingSettingsOK) IsServerError() bool

IsServerError returns true when this put recording settings o k response has a 5xx status code

func (*PutRecordingSettingsOK) IsSuccess

func (o *PutRecordingSettingsOK) IsSuccess() bool

IsSuccess returns true when this put recording settings o k response has a 2xx status code

func (*PutRecordingSettingsOK) String

func (o *PutRecordingSettingsOK) String() string

type PutRecordingSettingsParams

type PutRecordingSettingsParams struct {

	/* Body.

	   Recording settings
	*/
	Body *models.RecordingSettings

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingSettingsParams contains all the parameters to send to the API endpoint

for the put recording settings operation.

Typically these are written to a http.Request.

func NewPutRecordingSettingsParams

func NewPutRecordingSettingsParams() *PutRecordingSettingsParams

NewPutRecordingSettingsParams creates a new PutRecordingSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingSettingsParamsWithContext

func NewPutRecordingSettingsParamsWithContext(ctx context.Context) *PutRecordingSettingsParams

NewPutRecordingSettingsParamsWithContext creates a new PutRecordingSettingsParams object with the ability to set a context for a request.

func NewPutRecordingSettingsParamsWithHTTPClient

func NewPutRecordingSettingsParamsWithHTTPClient(client *http.Client) *PutRecordingSettingsParams

NewPutRecordingSettingsParamsWithHTTPClient creates a new PutRecordingSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingSettingsParamsWithTimeout

func NewPutRecordingSettingsParamsWithTimeout(timeout time.Duration) *PutRecordingSettingsParams

NewPutRecordingSettingsParamsWithTimeout creates a new PutRecordingSettingsParams object with the ability to set a timeout on a request.

func (*PutRecordingSettingsParams) SetBody

SetBody adds the body to the put recording settings params

func (*PutRecordingSettingsParams) SetContext

func (o *PutRecordingSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the put recording settings params

func (*PutRecordingSettingsParams) SetDefaults

func (o *PutRecordingSettingsParams) SetDefaults()

SetDefaults hydrates default values in the put recording settings params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingSettingsParams) SetHTTPClient

func (o *PutRecordingSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put recording settings params

func (*PutRecordingSettingsParams) SetTimeout

func (o *PutRecordingSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put recording settings params

func (*PutRecordingSettingsParams) WithBody

WithBody adds the body to the put recording settings params

func (*PutRecordingSettingsParams) WithContext

WithContext adds the context to the put recording settings params

func (*PutRecordingSettingsParams) WithDefaults

WithDefaults hydrates default values in the put recording settings params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put recording settings params

func (*PutRecordingSettingsParams) WithTimeout

WithTimeout adds the timeout to the put recording settings params

func (*PutRecordingSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRecordingSettingsReader

type PutRecordingSettingsReader struct {
	// contains filtered or unexported fields
}

PutRecordingSettingsReader is a Reader for the PutRecordingSettings structure.

func (*PutRecordingSettingsReader) ReadResponse

func (o *PutRecordingSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingSettingsRequestEntityTooLarge

type PutRecordingSettingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingSettingsRequestEntityTooLarge

func NewPutRecordingSettingsRequestEntityTooLarge() *PutRecordingSettingsRequestEntityTooLarge

NewPutRecordingSettingsRequestEntityTooLarge creates a PutRecordingSettingsRequestEntityTooLarge with default headers values

func (*PutRecordingSettingsRequestEntityTooLarge) Error

func (*PutRecordingSettingsRequestEntityTooLarge) GetPayload

func (*PutRecordingSettingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this put recording settings request entity too large response has a 4xx status code

func (*PutRecordingSettingsRequestEntityTooLarge) IsCode

IsCode returns true when this put recording settings request entity too large response a status code equal to that given

func (*PutRecordingSettingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recording settings request entity too large response has a 3xx status code

func (*PutRecordingSettingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this put recording settings request entity too large response has a 5xx status code

func (*PutRecordingSettingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recording settings request entity too large response has a 2xx status code

func (*PutRecordingSettingsRequestEntityTooLarge) String

type PutRecordingSettingsRequestTimeout

type PutRecordingSettingsRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingSettingsRequestTimeout

func NewPutRecordingSettingsRequestTimeout() *PutRecordingSettingsRequestTimeout

NewPutRecordingSettingsRequestTimeout creates a PutRecordingSettingsRequestTimeout with default headers values

func (*PutRecordingSettingsRequestTimeout) Error

func (*PutRecordingSettingsRequestTimeout) GetPayload

func (*PutRecordingSettingsRequestTimeout) IsClientError

func (o *PutRecordingSettingsRequestTimeout) IsClientError() bool

IsClientError returns true when this put recording settings request timeout response has a 4xx status code

func (*PutRecordingSettingsRequestTimeout) IsCode

IsCode returns true when this put recording settings request timeout response a status code equal to that given

func (*PutRecordingSettingsRequestTimeout) IsRedirect

func (o *PutRecordingSettingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put recording settings request timeout response has a 3xx status code

func (*PutRecordingSettingsRequestTimeout) IsServerError

func (o *PutRecordingSettingsRequestTimeout) IsServerError() bool

IsServerError returns true when this put recording settings request timeout response has a 5xx status code

func (*PutRecordingSettingsRequestTimeout) IsSuccess

IsSuccess returns true when this put recording settings request timeout response has a 2xx status code

func (*PutRecordingSettingsRequestTimeout) String

type PutRecordingSettingsServiceUnavailable

type PutRecordingSettingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingSettingsServiceUnavailable

func NewPutRecordingSettingsServiceUnavailable() *PutRecordingSettingsServiceUnavailable

NewPutRecordingSettingsServiceUnavailable creates a PutRecordingSettingsServiceUnavailable with default headers values

func (*PutRecordingSettingsServiceUnavailable) Error

func (*PutRecordingSettingsServiceUnavailable) GetPayload

func (*PutRecordingSettingsServiceUnavailable) IsClientError

func (o *PutRecordingSettingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this put recording settings service unavailable response has a 4xx status code

func (*PutRecordingSettingsServiceUnavailable) IsCode

IsCode returns true when this put recording settings service unavailable response a status code equal to that given

func (*PutRecordingSettingsServiceUnavailable) IsRedirect

IsRedirect returns true when this put recording settings service unavailable response has a 3xx status code

func (*PutRecordingSettingsServiceUnavailable) IsServerError

func (o *PutRecordingSettingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this put recording settings service unavailable response has a 5xx status code

func (*PutRecordingSettingsServiceUnavailable) IsSuccess

IsSuccess returns true when this put recording settings service unavailable response has a 2xx status code

func (*PutRecordingSettingsServiceUnavailable) String

type PutRecordingSettingsTooManyRequests

type PutRecordingSettingsTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingSettingsTooManyRequests

func NewPutRecordingSettingsTooManyRequests() *PutRecordingSettingsTooManyRequests

NewPutRecordingSettingsTooManyRequests creates a PutRecordingSettingsTooManyRequests with default headers values

func (*PutRecordingSettingsTooManyRequests) Error

func (*PutRecordingSettingsTooManyRequests) GetPayload

func (*PutRecordingSettingsTooManyRequests) IsClientError

func (o *PutRecordingSettingsTooManyRequests) IsClientError() bool

IsClientError returns true when this put recording settings too many requests response has a 4xx status code

func (*PutRecordingSettingsTooManyRequests) IsCode

IsCode returns true when this put recording settings too many requests response a status code equal to that given

func (*PutRecordingSettingsTooManyRequests) IsRedirect

func (o *PutRecordingSettingsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put recording settings too many requests response has a 3xx status code

func (*PutRecordingSettingsTooManyRequests) IsServerError

func (o *PutRecordingSettingsTooManyRequests) IsServerError() bool

IsServerError returns true when this put recording settings too many requests response has a 5xx status code

func (*PutRecordingSettingsTooManyRequests) IsSuccess

IsSuccess returns true when this put recording settings too many requests response has a 2xx status code

func (*PutRecordingSettingsTooManyRequests) String

type PutRecordingSettingsUnauthorized

type PutRecordingSettingsUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingSettingsUnauthorized

func NewPutRecordingSettingsUnauthorized() *PutRecordingSettingsUnauthorized

NewPutRecordingSettingsUnauthorized creates a PutRecordingSettingsUnauthorized with default headers values

func (*PutRecordingSettingsUnauthorized) Error

func (*PutRecordingSettingsUnauthorized) GetPayload

func (*PutRecordingSettingsUnauthorized) IsClientError

func (o *PutRecordingSettingsUnauthorized) IsClientError() bool

IsClientError returns true when this put recording settings unauthorized response has a 4xx status code

func (*PutRecordingSettingsUnauthorized) IsCode

func (o *PutRecordingSettingsUnauthorized) IsCode(code int) bool

IsCode returns true when this put recording settings unauthorized response a status code equal to that given

func (*PutRecordingSettingsUnauthorized) IsRedirect

func (o *PutRecordingSettingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this put recording settings unauthorized response has a 3xx status code

func (*PutRecordingSettingsUnauthorized) IsServerError

func (o *PutRecordingSettingsUnauthorized) IsServerError() bool

IsServerError returns true when this put recording settings unauthorized response has a 5xx status code

func (*PutRecordingSettingsUnauthorized) IsSuccess

func (o *PutRecordingSettingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this put recording settings unauthorized response has a 2xx status code

func (*PutRecordingSettingsUnauthorized) String

type PutRecordingSettingsUnsupportedMediaType

type PutRecordingSettingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingSettingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingSettingsUnsupportedMediaType

func NewPutRecordingSettingsUnsupportedMediaType() *PutRecordingSettingsUnsupportedMediaType

NewPutRecordingSettingsUnsupportedMediaType creates a PutRecordingSettingsUnsupportedMediaType with default headers values

func (*PutRecordingSettingsUnsupportedMediaType) Error

func (*PutRecordingSettingsUnsupportedMediaType) GetPayload

func (*PutRecordingSettingsUnsupportedMediaType) IsClientError

IsClientError returns true when this put recording settings unsupported media type response has a 4xx status code

func (*PutRecordingSettingsUnsupportedMediaType) IsCode

IsCode returns true when this put recording settings unsupported media type response a status code equal to that given

func (*PutRecordingSettingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put recording settings unsupported media type response has a 3xx status code

func (*PutRecordingSettingsUnsupportedMediaType) IsServerError

IsServerError returns true when this put recording settings unsupported media type response has a 5xx status code

func (*PutRecordingSettingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recording settings unsupported media type response has a 2xx status code

func (*PutRecordingSettingsUnsupportedMediaType) String

type PutRecordingsDeletionprotectionBadRequest

type PutRecordingsDeletionprotectionBadRequest struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutRecordingsDeletionprotectionBadRequest

func NewPutRecordingsDeletionprotectionBadRequest() *PutRecordingsDeletionprotectionBadRequest

NewPutRecordingsDeletionprotectionBadRequest creates a PutRecordingsDeletionprotectionBadRequest with default headers values

func (*PutRecordingsDeletionprotectionBadRequest) Error

func (*PutRecordingsDeletionprotectionBadRequest) GetPayload

func (*PutRecordingsDeletionprotectionBadRequest) IsClientError

IsClientError returns true when this put recordings deletionprotection bad request response has a 4xx status code

func (*PutRecordingsDeletionprotectionBadRequest) IsCode

IsCode returns true when this put recordings deletionprotection bad request response a status code equal to that given

func (*PutRecordingsDeletionprotectionBadRequest) IsRedirect

IsRedirect returns true when this put recordings deletionprotection bad request response has a 3xx status code

func (*PutRecordingsDeletionprotectionBadRequest) IsServerError

IsServerError returns true when this put recordings deletionprotection bad request response has a 5xx status code

func (*PutRecordingsDeletionprotectionBadRequest) IsSuccess

IsSuccess returns true when this put recordings deletionprotection bad request response has a 2xx status code

func (*PutRecordingsDeletionprotectionBadRequest) String

type PutRecordingsDeletionprotectionForbidden

type PutRecordingsDeletionprotectionForbidden struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutRecordingsDeletionprotectionForbidden

func NewPutRecordingsDeletionprotectionForbidden() *PutRecordingsDeletionprotectionForbidden

NewPutRecordingsDeletionprotectionForbidden creates a PutRecordingsDeletionprotectionForbidden with default headers values

func (*PutRecordingsDeletionprotectionForbidden) Error

func (*PutRecordingsDeletionprotectionForbidden) GetPayload

func (*PutRecordingsDeletionprotectionForbidden) IsClientError

IsClientError returns true when this put recordings deletionprotection forbidden response has a 4xx status code

func (*PutRecordingsDeletionprotectionForbidden) IsCode

IsCode returns true when this put recordings deletionprotection forbidden response a status code equal to that given

func (*PutRecordingsDeletionprotectionForbidden) IsRedirect

IsRedirect returns true when this put recordings deletionprotection forbidden response has a 3xx status code

func (*PutRecordingsDeletionprotectionForbidden) IsServerError

IsServerError returns true when this put recordings deletionprotection forbidden response has a 5xx status code

func (*PutRecordingsDeletionprotectionForbidden) IsSuccess

IsSuccess returns true when this put recordings deletionprotection forbidden response has a 2xx status code

func (*PutRecordingsDeletionprotectionForbidden) String

type PutRecordingsDeletionprotectionGatewayTimeout

type PutRecordingsDeletionprotectionGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutRecordingsDeletionprotectionGatewayTimeout

func NewPutRecordingsDeletionprotectionGatewayTimeout() *PutRecordingsDeletionprotectionGatewayTimeout

NewPutRecordingsDeletionprotectionGatewayTimeout creates a PutRecordingsDeletionprotectionGatewayTimeout with default headers values

func (*PutRecordingsDeletionprotectionGatewayTimeout) Error

func (*PutRecordingsDeletionprotectionGatewayTimeout) GetPayload

func (*PutRecordingsDeletionprotectionGatewayTimeout) IsClientError

IsClientError returns true when this put recordings deletionprotection gateway timeout response has a 4xx status code

func (*PutRecordingsDeletionprotectionGatewayTimeout) IsCode

IsCode returns true when this put recordings deletionprotection gateway timeout response a status code equal to that given

func (*PutRecordingsDeletionprotectionGatewayTimeout) IsRedirect

IsRedirect returns true when this put recordings deletionprotection gateway timeout response has a 3xx status code

func (*PutRecordingsDeletionprotectionGatewayTimeout) IsServerError

IsServerError returns true when this put recordings deletionprotection gateway timeout response has a 5xx status code

func (*PutRecordingsDeletionprotectionGatewayTimeout) IsSuccess

IsSuccess returns true when this put recordings deletionprotection gateway timeout response has a 2xx status code

func (*PutRecordingsDeletionprotectionGatewayTimeout) String

type PutRecordingsDeletionprotectionInternalServerError

type PutRecordingsDeletionprotectionInternalServerError struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutRecordingsDeletionprotectionInternalServerError

func NewPutRecordingsDeletionprotectionInternalServerError() *PutRecordingsDeletionprotectionInternalServerError

NewPutRecordingsDeletionprotectionInternalServerError creates a PutRecordingsDeletionprotectionInternalServerError with default headers values

func (*PutRecordingsDeletionprotectionInternalServerError) Error

func (*PutRecordingsDeletionprotectionInternalServerError) GetPayload

func (*PutRecordingsDeletionprotectionInternalServerError) IsClientError

IsClientError returns true when this put recordings deletionprotection internal server error response has a 4xx status code

func (*PutRecordingsDeletionprotectionInternalServerError) IsCode

IsCode returns true when this put recordings deletionprotection internal server error response a status code equal to that given

func (*PutRecordingsDeletionprotectionInternalServerError) IsRedirect

IsRedirect returns true when this put recordings deletionprotection internal server error response has a 3xx status code

func (*PutRecordingsDeletionprotectionInternalServerError) IsServerError

IsServerError returns true when this put recordings deletionprotection internal server error response has a 5xx status code

func (*PutRecordingsDeletionprotectionInternalServerError) IsSuccess

IsSuccess returns true when this put recordings deletionprotection internal server error response has a 2xx status code

func (*PutRecordingsDeletionprotectionInternalServerError) String

type PutRecordingsDeletionprotectionNoContent

type PutRecordingsDeletionprotectionNoContent struct {
}

PutRecordingsDeletionprotectionNoContent describes a response with status code 204, with default header values.

Operation was successful.

func NewPutRecordingsDeletionprotectionNoContent

func NewPutRecordingsDeletionprotectionNoContent() *PutRecordingsDeletionprotectionNoContent

NewPutRecordingsDeletionprotectionNoContent creates a PutRecordingsDeletionprotectionNoContent with default headers values

func (*PutRecordingsDeletionprotectionNoContent) Error

func (*PutRecordingsDeletionprotectionNoContent) IsClientError

IsClientError returns true when this put recordings deletionprotection no content response has a 4xx status code

func (*PutRecordingsDeletionprotectionNoContent) IsCode

IsCode returns true when this put recordings deletionprotection no content response a status code equal to that given

func (*PutRecordingsDeletionprotectionNoContent) IsRedirect

IsRedirect returns true when this put recordings deletionprotection no content response has a 3xx status code

func (*PutRecordingsDeletionprotectionNoContent) IsServerError

IsServerError returns true when this put recordings deletionprotection no content response has a 5xx status code

func (*PutRecordingsDeletionprotectionNoContent) IsSuccess

IsSuccess returns true when this put recordings deletionprotection no content response has a 2xx status code

func (*PutRecordingsDeletionprotectionNoContent) String

type PutRecordingsDeletionprotectionNotFound

type PutRecordingsDeletionprotectionNotFound struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutRecordingsDeletionprotectionNotFound

func NewPutRecordingsDeletionprotectionNotFound() *PutRecordingsDeletionprotectionNotFound

NewPutRecordingsDeletionprotectionNotFound creates a PutRecordingsDeletionprotectionNotFound with default headers values

func (*PutRecordingsDeletionprotectionNotFound) Error

func (*PutRecordingsDeletionprotectionNotFound) GetPayload

func (*PutRecordingsDeletionprotectionNotFound) IsClientError

func (o *PutRecordingsDeletionprotectionNotFound) IsClientError() bool

IsClientError returns true when this put recordings deletionprotection not found response has a 4xx status code

func (*PutRecordingsDeletionprotectionNotFound) IsCode

IsCode returns true when this put recordings deletionprotection not found response a status code equal to that given

func (*PutRecordingsDeletionprotectionNotFound) IsRedirect

IsRedirect returns true when this put recordings deletionprotection not found response has a 3xx status code

func (*PutRecordingsDeletionprotectionNotFound) IsServerError

func (o *PutRecordingsDeletionprotectionNotFound) IsServerError() bool

IsServerError returns true when this put recordings deletionprotection not found response has a 5xx status code

func (*PutRecordingsDeletionprotectionNotFound) IsSuccess

IsSuccess returns true when this put recordings deletionprotection not found response has a 2xx status code

func (*PutRecordingsDeletionprotectionNotFound) String

type PutRecordingsDeletionprotectionParams

type PutRecordingsDeletionprotectionParams struct {

	// Body.
	Body *models.ConversationDeletionProtectionQuery

	/* Protect.

	   Check for apply, uncheck for revoke (each action requires the respective permission)

	   Default: true
	*/
	Protect *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutRecordingsDeletionprotectionParams contains all the parameters to send to the API endpoint

for the put recordings deletionprotection operation.

Typically these are written to a http.Request.

func NewPutRecordingsDeletionprotectionParams

func NewPutRecordingsDeletionprotectionParams() *PutRecordingsDeletionprotectionParams

NewPutRecordingsDeletionprotectionParams creates a new PutRecordingsDeletionprotectionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutRecordingsDeletionprotectionParamsWithContext

func NewPutRecordingsDeletionprotectionParamsWithContext(ctx context.Context) *PutRecordingsDeletionprotectionParams

NewPutRecordingsDeletionprotectionParamsWithContext creates a new PutRecordingsDeletionprotectionParams object with the ability to set a context for a request.

func NewPutRecordingsDeletionprotectionParamsWithHTTPClient

func NewPutRecordingsDeletionprotectionParamsWithHTTPClient(client *http.Client) *PutRecordingsDeletionprotectionParams

NewPutRecordingsDeletionprotectionParamsWithHTTPClient creates a new PutRecordingsDeletionprotectionParams object with the ability to set a custom HTTPClient for a request.

func NewPutRecordingsDeletionprotectionParamsWithTimeout

func NewPutRecordingsDeletionprotectionParamsWithTimeout(timeout time.Duration) *PutRecordingsDeletionprotectionParams

NewPutRecordingsDeletionprotectionParamsWithTimeout creates a new PutRecordingsDeletionprotectionParams object with the ability to set a timeout on a request.

func (*PutRecordingsDeletionprotectionParams) SetBody

SetBody adds the body to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) SetContext

SetContext adds the context to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) SetDefaults

func (o *PutRecordingsDeletionprotectionParams) SetDefaults()

SetDefaults hydrates default values in the put recordings deletionprotection params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingsDeletionprotectionParams) SetHTTPClient

func (o *PutRecordingsDeletionprotectionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) SetProtect

func (o *PutRecordingsDeletionprotectionParams) SetProtect(protect *bool)

SetProtect adds the protect to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) SetTimeout

func (o *PutRecordingsDeletionprotectionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) WithBody

WithBody adds the body to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) WithContext

WithContext adds the context to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) WithDefaults

WithDefaults hydrates default values in the put recordings deletionprotection params (not the query body).

All values with no default are reset to their zero value.

func (*PutRecordingsDeletionprotectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) WithProtect

WithProtect adds the protect to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) WithTimeout

WithTimeout adds the timeout to the put recordings deletionprotection params

func (*PutRecordingsDeletionprotectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutRecordingsDeletionprotectionReader

type PutRecordingsDeletionprotectionReader struct {
	// contains filtered or unexported fields
}

PutRecordingsDeletionprotectionReader is a Reader for the PutRecordingsDeletionprotection structure.

func (*PutRecordingsDeletionprotectionReader) ReadResponse

func (o *PutRecordingsDeletionprotectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PutRecordingsDeletionprotectionRequestEntityTooLarge

type PutRecordingsDeletionprotectionRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutRecordingsDeletionprotectionRequestEntityTooLarge

func NewPutRecordingsDeletionprotectionRequestEntityTooLarge() *PutRecordingsDeletionprotectionRequestEntityTooLarge

NewPutRecordingsDeletionprotectionRequestEntityTooLarge creates a PutRecordingsDeletionprotectionRequestEntityTooLarge with default headers values

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) Error

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) GetPayload

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) IsClientError

IsClientError returns true when this put recordings deletionprotection request entity too large response has a 4xx status code

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) IsCode

IsCode returns true when this put recordings deletionprotection request entity too large response a status code equal to that given

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put recordings deletionprotection request entity too large response has a 3xx status code

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) IsServerError

IsServerError returns true when this put recordings deletionprotection request entity too large response has a 5xx status code

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put recordings deletionprotection request entity too large response has a 2xx status code

func (*PutRecordingsDeletionprotectionRequestEntityTooLarge) String

type PutRecordingsDeletionprotectionRequestTimeout

type PutRecordingsDeletionprotectionRequestTimeout struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutRecordingsDeletionprotectionRequestTimeout

func NewPutRecordingsDeletionprotectionRequestTimeout() *PutRecordingsDeletionprotectionRequestTimeout

NewPutRecordingsDeletionprotectionRequestTimeout creates a PutRecordingsDeletionprotectionRequestTimeout with default headers values

func (*PutRecordingsDeletionprotectionRequestTimeout) Error

func (*PutRecordingsDeletionprotectionRequestTimeout) GetPayload

func (*PutRecordingsDeletionprotectionRequestTimeout) IsClientError

IsClientError returns true when this put recordings deletionprotection request timeout response has a 4xx status code

func (*PutRecordingsDeletionprotectionRequestTimeout) IsCode

IsCode returns true when this put recordings deletionprotection request timeout response a status code equal to that given

func (*PutRecordingsDeletionprotectionRequestTimeout) IsRedirect

IsRedirect returns true when this put recordings deletionprotection request timeout response has a 3xx status code

func (*PutRecordingsDeletionprotectionRequestTimeout) IsServerError

IsServerError returns true when this put recordings deletionprotection request timeout response has a 5xx status code

func (*PutRecordingsDeletionprotectionRequestTimeout) IsSuccess

IsSuccess returns true when this put recordings deletionprotection request timeout response has a 2xx status code

func (*PutRecordingsDeletionprotectionRequestTimeout) String

type PutRecordingsDeletionprotectionServiceUnavailable

type PutRecordingsDeletionprotectionServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutRecordingsDeletionprotectionServiceUnavailable

func NewPutRecordingsDeletionprotectionServiceUnavailable() *PutRecordingsDeletionprotectionServiceUnavailable

NewPutRecordingsDeletionprotectionServiceUnavailable creates a PutRecordingsDeletionprotectionServiceUnavailable with default headers values

func (*PutRecordingsDeletionprotectionServiceUnavailable) Error

func (*PutRecordingsDeletionprotectionServiceUnavailable) GetPayload

func (*PutRecordingsDeletionprotectionServiceUnavailable) IsClientError

IsClientError returns true when this put recordings deletionprotection service unavailable response has a 4xx status code

func (*PutRecordingsDeletionprotectionServiceUnavailable) IsCode

IsCode returns true when this put recordings deletionprotection service unavailable response a status code equal to that given

func (*PutRecordingsDeletionprotectionServiceUnavailable) IsRedirect

IsRedirect returns true when this put recordings deletionprotection service unavailable response has a 3xx status code

func (*PutRecordingsDeletionprotectionServiceUnavailable) IsServerError

IsServerError returns true when this put recordings deletionprotection service unavailable response has a 5xx status code

func (*PutRecordingsDeletionprotectionServiceUnavailable) IsSuccess

IsSuccess returns true when this put recordings deletionprotection service unavailable response has a 2xx status code

func (*PutRecordingsDeletionprotectionServiceUnavailable) String

type PutRecordingsDeletionprotectionTooManyRequests

type PutRecordingsDeletionprotectionTooManyRequests struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutRecordingsDeletionprotectionTooManyRequests

func NewPutRecordingsDeletionprotectionTooManyRequests() *PutRecordingsDeletionprotectionTooManyRequests

NewPutRecordingsDeletionprotectionTooManyRequests creates a PutRecordingsDeletionprotectionTooManyRequests with default headers values

func (*PutRecordingsDeletionprotectionTooManyRequests) Error

func (*PutRecordingsDeletionprotectionTooManyRequests) GetPayload

func (*PutRecordingsDeletionprotectionTooManyRequests) IsClientError

IsClientError returns true when this put recordings deletionprotection too many requests response has a 4xx status code

func (*PutRecordingsDeletionprotectionTooManyRequests) IsCode

IsCode returns true when this put recordings deletionprotection too many requests response a status code equal to that given

func (*PutRecordingsDeletionprotectionTooManyRequests) IsRedirect

IsRedirect returns true when this put recordings deletionprotection too many requests response has a 3xx status code

func (*PutRecordingsDeletionprotectionTooManyRequests) IsServerError

IsServerError returns true when this put recordings deletionprotection too many requests response has a 5xx status code

func (*PutRecordingsDeletionprotectionTooManyRequests) IsSuccess

IsSuccess returns true when this put recordings deletionprotection too many requests response has a 2xx status code

func (*PutRecordingsDeletionprotectionTooManyRequests) String

type PutRecordingsDeletionprotectionUnauthorized

type PutRecordingsDeletionprotectionUnauthorized struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutRecordingsDeletionprotectionUnauthorized

func NewPutRecordingsDeletionprotectionUnauthorized() *PutRecordingsDeletionprotectionUnauthorized

NewPutRecordingsDeletionprotectionUnauthorized creates a PutRecordingsDeletionprotectionUnauthorized with default headers values

func (*PutRecordingsDeletionprotectionUnauthorized) Error

func (*PutRecordingsDeletionprotectionUnauthorized) GetPayload

func (*PutRecordingsDeletionprotectionUnauthorized) IsClientError

IsClientError returns true when this put recordings deletionprotection unauthorized response has a 4xx status code

func (*PutRecordingsDeletionprotectionUnauthorized) IsCode

IsCode returns true when this put recordings deletionprotection unauthorized response a status code equal to that given

func (*PutRecordingsDeletionprotectionUnauthorized) IsRedirect

IsRedirect returns true when this put recordings deletionprotection unauthorized response has a 3xx status code

func (*PutRecordingsDeletionprotectionUnauthorized) IsServerError

IsServerError returns true when this put recordings deletionprotection unauthorized response has a 5xx status code

func (*PutRecordingsDeletionprotectionUnauthorized) IsSuccess

IsSuccess returns true when this put recordings deletionprotection unauthorized response has a 2xx status code

func (*PutRecordingsDeletionprotectionUnauthorized) String

type PutRecordingsDeletionprotectionUnsupportedMediaType

type PutRecordingsDeletionprotectionUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutRecordingsDeletionprotectionUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutRecordingsDeletionprotectionUnsupportedMediaType

func NewPutRecordingsDeletionprotectionUnsupportedMediaType() *PutRecordingsDeletionprotectionUnsupportedMediaType

NewPutRecordingsDeletionprotectionUnsupportedMediaType creates a PutRecordingsDeletionprotectionUnsupportedMediaType with default headers values

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) Error

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) GetPayload

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) IsClientError

IsClientError returns true when this put recordings deletionprotection unsupported media type response has a 4xx status code

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) IsCode

IsCode returns true when this put recordings deletionprotection unsupported media type response a status code equal to that given

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put recordings deletionprotection unsupported media type response has a 3xx status code

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) IsServerError

IsServerError returns true when this put recordings deletionprotection unsupported media type response has a 5xx status code

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put recordings deletionprotection unsupported media type response has a 2xx status code

func (*PutRecordingsDeletionprotectionUnsupportedMediaType) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL