notification

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for notification API

func (*Client) CreateNotificationTemplateV1Admin deprecated

Deprecated: Use CreateNotificationTemplateV1AdminShort instead.

  CreateNotificationTemplateV1Admin creates new notification template

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Create new notification template. Include handlebars {{key}} for replaceable contexts. The key inside
			handlebars will be the key to be replaced when sending notification. Already existing template with the same
			slug and language can not be created.
			<br>Check model description for detailed input restrictions.<br>
			Action Code: 50204

func (*Client) CreateNotificationTemplateV1AdminShort added in v0.8.0

  CreateNotificationTemplateV1AdminShort creates new notification template

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Create new notification template. Include handlebars {{key}} for replaceable contexts. The key inside
			handlebars will be the key to be replaced when sending notification. Already existing template with the same
			slug and language can not be created.
			<br>Check model description for detailed input restrictions.<br>
			Action Code: 50204

func (*Client) CreateNotificationTopicV1Admin deprecated

Deprecated: Use CreateNotificationTopicV1AdminShort instead.

  CreateNotificationTopicV1Admin creates new notification topic

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Create new notification topic.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created<br/>
			Action Code: 50214

func (*Client) CreateNotificationTopicV1AdminShort added in v0.8.0

func (a *Client) CreateNotificationTopicV1AdminShort(params *CreateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTopicV1AdminNoContent, error)
  CreateNotificationTopicV1AdminShort creates new notification topic

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Create new notification topic.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created<br/>
			Action Code: 50214

func (*Client) CreateTemplate deprecated

Deprecated: Use CreateTemplateShort instead.

  CreateTemplate creates new notification template

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [CREATE]</code> with scope <code>social</code>
			<br>Create new notification template. Include handlebars {{key}} for replaceable contexts. The the key inside
			handlebars will be the key to be replaced when sending notification. Already existing template with the same
			slug and language can not be created.
			<br>Check model description for detailed input restrictions.

func (*Client) CreateTemplateShort added in v0.8.0

func (a *Client) CreateTemplateShort(params *CreateTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTemplateNoContent, error)
  CreateTemplateShort creates new notification template

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [CREATE]</code> with scope <code>social</code>
			<br>Create new notification template. Include handlebars {{key}} for replaceable contexts. The the key inside
			handlebars will be the key to be replaced when sending notification. Already existing template with the same
			slug and language can not be created.
			<br>Check model description for detailed input restrictions.

func (*Client) CreateTopic deprecated

Deprecated: Use CreateTopicShort instead.

  CreateTopic creates new notification topic

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [CREATE]</code> with scope <code>social</code>
			<br>Create new notification topic.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created

func (*Client) CreateTopicShort added in v0.8.0

func (a *Client) CreateTopicShort(params *CreateTopicParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicCreated, error)
  CreateTopicShort creates new notification topic

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [CREATE]</code> with scope <code>social</code>
			<br>Create new notification topic.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created

func (*Client) DeleteNotificationTemplateSlugV1Admin deprecated

Deprecated: Use DeleteNotificationTemplateSlugV1AdminShort instead.

  DeleteNotificationTemplateSlugV1Admin deletes template slug in notification template

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [DELETE]</code> with scope <code>social</code>
			<br>Delete template slug in notification template<br>
			Action Code: 50206

func (*Client) DeleteNotificationTemplateSlugV1AdminShort added in v0.8.0

  DeleteNotificationTemplateSlugV1AdminShort deletes template slug in notification template

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [DELETE]</code> with scope <code>social</code>
			<br>Delete template slug in notification template<br>
			Action Code: 50206

func (*Client) DeleteNotificationTopicV1Admin deprecated

Deprecated: Use DeleteNotificationTopicV1AdminShort instead.

  DeleteNotificationTopicV1Admin deletes topic information by topic name

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [DELETE]</code> with scope <code>social</code>
			<br>delete topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created <br/>
			Action Code: 50217

func (*Client) DeleteNotificationTopicV1AdminShort added in v0.8.0

func (a *Client) DeleteNotificationTopicV1AdminShort(params *DeleteNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTopicV1AdminNoContent, error)
  DeleteNotificationTopicV1AdminShort deletes topic information by topic name

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [DELETE]</code> with scope <code>social</code>
			<br>delete topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created <br/>
			Action Code: 50217

func (*Client) DeleteTemplateLocalization deprecated

Deprecated: Use DeleteTemplateLocalizationShort instead.

  DeleteTemplateLocalization deletes template localization

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [DELETE]</code> with scope <code>social</code>
			<br>Delete all template in a slug

func (*Client) DeleteTemplateLocalizationShort added in v0.8.0

func (a *Client) DeleteTemplateLocalizationShort(params *DeleteTemplateLocalizationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationNoContent, error)
  DeleteTemplateLocalizationShort deletes template localization

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [DELETE]</code> with scope <code>social</code>
			<br>Delete all template in a slug

func (*Client) DeleteTemplateLocalizationV1Admin deprecated

Deprecated: Use DeleteTemplateLocalizationV1AdminShort instead.

  DeleteTemplateLocalizationV1Admin deletes template localization

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [DELETE]</code> with scope <code>social</code>
			<br>delete template localization<br/>
			Action Code: 50209

func (*Client) DeleteTemplateLocalizationV1AdminShort added in v0.8.0

  DeleteTemplateLocalizationV1AdminShort deletes template localization

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [DELETE]</code> with scope <code>social</code>
			<br>delete template localization<br/>
			Action Code: 50209

func (*Client) DeleteTemplateSlug deprecated

Deprecated: Use DeleteTemplateSlugShort instead.

  DeleteTemplateSlug deletes template localization

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [DELETE]</code> with scope <code>social</code>
			<br>Delete localization template

func (*Client) DeleteTemplateSlugShort added in v0.8.0

func (a *Client) DeleteTemplateSlugShort(params *DeleteTemplateSlugParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateSlugNoContent, error)
  DeleteTemplateSlugShort deletes template localization

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [DELETE]</code> with scope <code>social</code>
			<br>Delete localization template

func (*Client) DeleteTopicByTopicName deprecated

Deprecated: Use DeleteTopicByTopicNameShort instead.

  DeleteTopicByTopicName deletes topic information by topic name

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [DELETE]</code> with scope <code>social</code>
			<br>delete topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created

func (*Client) DeleteTopicByTopicNameShort added in v0.8.0

func (a *Client) DeleteTopicByTopicNameShort(params *DeleteTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicByTopicNameNoContent, error)
  DeleteTopicByTopicNameShort deletes topic information by topic name

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [DELETE]</code> with scope <code>social</code>
			<br>delete topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created

func (*Client) FreeFormNotification deprecated

Deprecated: Use FreeFormNotificationShort instead.

  FreeFormNotification sends freeform notification to a user

  Required permission : <code>NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace.

func (*Client) FreeFormNotificationByUserID deprecated

Deprecated: Use FreeFormNotificationByUserIDShort instead.

  FreeFormNotificationByUserID sends freeform notification to a user

  Required permission : <code>NAMESPACE:{namespace}:USER:{userId}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to a user.

func (*Client) FreeFormNotificationByUserIDShort added in v0.8.0

func (a *Client) FreeFormNotificationByUserIDShort(params *FreeFormNotificationByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationByUserIDNoContent, error)
  FreeFormNotificationByUserIDShort sends freeform notification to a user

  Required permission : <code>NAMESPACE:{namespace}:USER:{userId}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to a user.

func (*Client) FreeFormNotificationShort added in v0.8.0

func (a *Client) FreeFormNotificationShort(params *FreeFormNotificationParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationAccepted, error)
  FreeFormNotificationShort sends freeform notification to a user

  Required permission : <code>NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace.

func (*Client) GetAllNotificationTemplatesV1Admin deprecated

Deprecated: Use GetAllNotificationTemplatesV1AdminShort instead.

  GetAllNotificationTemplatesV1Admin gets all notification template in a namespace

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace<br>
			Action Code: 50203

func (*Client) GetAllNotificationTemplatesV1AdminShort added in v0.8.0

func (a *Client) GetAllNotificationTemplatesV1AdminShort(params *GetAllNotificationTemplatesV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTemplatesV1AdminOK, error)
  GetAllNotificationTemplatesV1AdminShort gets all notification template in a namespace

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace<br>
			Action Code: 50203

func (*Client) GetAllNotificationTopicsV1Admin deprecated

Deprecated: Use GetAllNotificationTopicsV1AdminShort instead.

  GetAllNotificationTopicsV1Admin gets topic by namespace

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>get topic by namespace.<br/>
			Action Code: 50213

func (*Client) GetAllNotificationTopicsV1AdminShort added in v0.8.0

func (a *Client) GetAllNotificationTopicsV1AdminShort(params *GetAllNotificationTopicsV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTopicsV1AdminOK, error)
  GetAllNotificationTopicsV1AdminShort gets topic by namespace

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>get topic by namespace.<br/>
			Action Code: 50213

func (*Client) GetGameTemplate deprecated

Deprecated: Use GetGameTemplateShort instead.

  GetGameTemplate gets all notification template in a namespace

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace

func (*Client) GetGameTemplateShort added in v0.8.0

func (a *Client) GetGameTemplateShort(params *GetGameTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetGameTemplateOK, error)
  GetGameTemplateShort gets all notification template in a namespace

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace

func (*Client) GetLocalizationTemplate deprecated

Deprecated: Use GetLocalizationTemplateShort instead.

  GetLocalizationTemplate gets a template localization

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [READ]</code> with scope <code>social</code>
			<br>Get a template localization

func (*Client) GetLocalizationTemplateShort added in v0.8.0

func (a *Client) GetLocalizationTemplateShort(params *GetLocalizationTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetLocalizationTemplateOK, error)
  GetLocalizationTemplateShort gets a template localization

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [READ]</code> with scope <code>social</code>
			<br>Get a template localization

func (*Client) GetNotificationTopicV1Admin deprecated

Deprecated: Use GetNotificationTopicV1AdminShort instead.

  GetNotificationTopicV1Admin gets topic information by topic name

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>get topic information by topic name.<br/>
			Action Code: 50215

func (*Client) GetNotificationTopicV1AdminShort added in v0.8.0

func (a *Client) GetNotificationTopicV1AdminShort(params *GetNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetNotificationTopicV1AdminOK, error)
  GetNotificationTopicV1AdminShort gets topic information by topic name

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>get topic information by topic name.<br/>
			Action Code: 50215

func (*Client) GetSingleTemplateLocalizationV1Admin deprecated

Deprecated: Use GetSingleTemplateLocalizationV1AdminShort instead.

  GetSingleTemplateLocalizationV1Admin gets a template localization

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>Get a template localization<br/>
			Action Code: 50207

func (*Client) GetSingleTemplateLocalizationV1AdminShort added in v0.8.0

func (a *Client) GetSingleTemplateLocalizationV1AdminShort(params *GetSingleTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleTemplateLocalizationV1AdminOK, error)
  GetSingleTemplateLocalizationV1AdminShort gets a template localization

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>Get a template localization<br/>
			Action Code: 50207

func (*Client) GetSlugTemplate deprecated

Deprecated: Use GetSlugTemplateShort instead.

  GetSlugTemplate gets all notification template in a slug

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace

func (*Client) GetSlugTemplateShort added in v0.8.0

func (a *Client) GetSlugTemplateShort(params *GetSlugTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetSlugTemplateOK, error)
  GetSlugTemplateShort gets all notification template in a slug

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace

func (*Client) GetTemplateSlugLocalizationsTemplateV1Admin deprecated

Deprecated: Use GetTemplateSlugLocalizationsTemplateV1AdminShort instead.

  GetTemplateSlugLocalizationsTemplateV1Admin gets all notification template localization in a slug

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace<br>
			Action Code: 50205

func (*Client) GetTemplateSlugLocalizationsTemplateV1AdminShort added in v0.8.0

func (a *Client) GetTemplateSlugLocalizationsTemplateV1AdminShort(params *GetTemplateSlugLocalizationsTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateSlugLocalizationsTemplateV1AdminOK, error)
  GetTemplateSlugLocalizationsTemplateV1AdminShort gets all notification template localization in a slug

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [READ]</code> with scope <code>social</code>
			<br>Get all templates in a namespace<br>
			Action Code: 50205

func (*Client) GetTopicByNamespace deprecated

Deprecated: Use GetTopicByNamespaceShort instead.

  GetTopicByNamespace gets topic by namespace

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [READ]</code> with scope <code>social</code>
			<br>get topic by namespace.

func (*Client) GetTopicByNamespaceShort added in v0.8.0

func (a *Client) GetTopicByNamespaceShort(params *GetTopicByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByNamespaceOK, error)
  GetTopicByNamespaceShort gets topic by namespace

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [READ]</code> with scope <code>social</code>
			<br>get topic by namespace.

func (*Client) GetTopicByTopicName deprecated

Deprecated: Use GetTopicByTopicNameShort instead.

  GetTopicByTopicName gets topic information by topic name

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [READ]</code> with scope <code>social</code>
			<br>get topic information by topic name.

func (*Client) GetTopicByTopicNameShort added in v0.8.0

func (a *Client) GetTopicByTopicNameShort(params *GetTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByTopicNameOK, error)
  GetTopicByTopicNameShort gets topic information by topic name

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [READ]</code> with scope <code>social</code>
			<br>get topic information by topic name.

func (*Client) NotificationWithTemplate deprecated

Deprecated: Use NotificationWithTemplateShort instead.

  NotificationWithTemplate sends notification to a user with template

  Required permission : <code>NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace with predefined template.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications

func (*Client) NotificationWithTemplateByUserID deprecated

Deprecated: Use NotificationWithTemplateByUserIDShort instead.

  NotificationWithTemplateByUserID sends notification to a user with template

  Required permission : <code>NAMESPACE:{namespace}:USER:{userId}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to a user with predefined template.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications

func (*Client) NotificationWithTemplateByUserIDShort added in v0.8.0

func (a *Client) NotificationWithTemplateByUserIDShort(params *NotificationWithTemplateByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateByUserIDNoContent, error)
  NotificationWithTemplateByUserIDShort sends notification to a user with template

  Required permission : <code>NAMESPACE:{namespace}:USER:{userId}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to a user with predefined template.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications

func (*Client) NotificationWithTemplateShort added in v0.8.0

func (a *Client) NotificationWithTemplateShort(params *NotificationWithTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateAccepted, error)
  NotificationWithTemplateShort sends notification to a user with template

  Required permission : <code>NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace with predefined template.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications

func (*Client) PublishTemplate deprecated

Deprecated: Use PublishTemplateShort instead.

  PublishTemplate publishes draft template

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [CREATE]</code> with scope <code>social</code>
			<br>Publish notification template draft. Empty draft can not be published.

func (*Client) PublishTemplateLocalizationV1Admin deprecated

Deprecated: Use PublishTemplateLocalizationV1AdminShort instead.

  PublishTemplateLocalizationV1Admin publishes template localization draft

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Publish notification template draft. Empty draft can not be published.<br/>
			Action Code: 50210

func (*Client) PublishTemplateLocalizationV1AdminShort added in v0.8.0

  PublishTemplateLocalizationV1AdminShort publishes template localization draft

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Publish notification template draft. Empty draft can not be published.<br/>
			Action Code: 50210

func (*Client) PublishTemplateShort added in v0.8.0

func (a *Client) PublishTemplateShort(params *PublishTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateNoContent, error)
  PublishTemplateShort publishes draft template

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [CREATE]</code> with scope <code>social</code>
			<br>Publish notification template draft. Empty draft can not be published.

func (*Client) SendMultipleUsersFreeformNotificationV1Admin deprecated

Deprecated: Use SendMultipleUsersFreeformNotificationV1AdminShort instead.

  SendMultipleUsersFreeformNotificationV1Admin sends freeform notification to multiple users

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to multiple user.
			Action Code: 50211

func (*Client) SendMultipleUsersFreeformNotificationV1AdminShort added in v0.8.0

  SendMultipleUsersFreeformNotificationV1AdminShort sends freeform notification to multiple users

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to multiple user.
			Action Code: 50211

func (*Client) SendPartyFreeformNotificationV1Admin deprecated added in v0.7.0

Deprecated: Use SendPartyFreeformNotificationV1AdminShort instead.

  SendPartyFreeformNotificationV1Admin sends freeform notification to a party

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
					<br>Sends notification to a party.

func (*Client) SendPartyFreeformNotificationV1AdminShort added in v0.8.0

  SendPartyFreeformNotificationV1AdminShort sends freeform notification to a party

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
					<br>Sends notification to a party.

func (*Client) SendPartyTemplatedNotificationV1Admin deprecated added in v0.7.0

Deprecated: Use SendPartyTemplatedNotificationV1AdminShort instead.

  SendPartyTemplatedNotificationV1Admin sends templated notification to a party

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
					<br>Sends templated notification to a party.
					<br>In the request body, specify which template slug (template identifier) to use and the template language.
					<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
					Template need to be published before it can be use to send notifications<br>

func (*Client) SendPartyTemplatedNotificationV1AdminShort added in v0.8.0

  SendPartyTemplatedNotificationV1AdminShort sends templated notification to a party

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
					<br>Sends templated notification to a party.
					<br>In the request body, specify which template slug (template identifier) to use and the template language.
					<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
					Template need to be published before it can be use to send notifications<br>

func (*Client) SendSpecificUserFreeformNotificationV1Admin deprecated

Deprecated: Use SendSpecificUserFreeformNotificationV1AdminShort instead.

  SendSpecificUserFreeformNotificationV1Admin sends freeform notification to a user

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to a user.
			Action Code: 50211

func (*Client) SendSpecificUserFreeformNotificationV1AdminShort added in v0.8.0

  SendSpecificUserFreeformNotificationV1AdminShort sends freeform notification to a user

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to a user.
			Action Code: 50211

func (*Client) SendSpecificUserTemplatedNotificationV1Admin deprecated

Deprecated: Use SendSpecificUserTemplatedNotificationV1AdminShort instead.

  SendSpecificUserTemplatedNotificationV1Admin sends templated notification to specific user

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends templated notification to a user.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications<br>
			Action Code: 50212

func (*Client) SendSpecificUserTemplatedNotificationV1AdminShort added in v0.8.0

  SendSpecificUserTemplatedNotificationV1AdminShort sends templated notification to specific user

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends templated notification to a user.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications<br>
			Action Code: 50212

func (*Client) SendUsersFreeformNotificationV1Admin deprecated

Deprecated: Use SendUsersFreeformNotificationV1AdminShort instead.

  SendUsersFreeformNotificationV1Admin sends freeform notification to connected users

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace.<br>
			Action Code: 50201

func (*Client) SendUsersFreeformNotificationV1AdminShort added in v0.8.0

  SendUsersFreeformNotificationV1AdminShort sends freeform notification to connected users

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace.<br>
			Action Code: 50201

func (*Client) SendUsersTemplatedNotificationV1Admin deprecated

Deprecated: Use SendUsersTemplatedNotificationV1AdminShort instead.

  SendUsersTemplatedNotificationV1Admin sends notification to connected users with template

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace with predefined template.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications<br/>
			Action Code: 50202

func (*Client) SendUsersTemplatedNotificationV1AdminShort added in v0.8.0

  SendUsersTemplatedNotificationV1AdminShort sends notification to connected users with template

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [CREATE]</code> with scope <code>social</code>
			<br>Sends notification to all connected users in a namespace with predefined template.
			<br>In the request body, specify which template slug (template identifier) to use and the template language.
			<br>NotificationTemplate context is the key-value pair defining the value of each handlebar specified in the template content.
			Template need to be published before it can be use to send notifications<br/>
			Action Code: 50202

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateLocalizationTemplate deprecated

Deprecated: Use UpdateLocalizationTemplateShort instead.

  UpdateLocalizationTemplate updates template draft

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [UPDATE]</code> with scope <code>social</code>
			<br>Modify draft template

func (*Client) UpdateLocalizationTemplateShort added in v0.8.0

func (a *Client) UpdateLocalizationTemplateShort(params *UpdateLocalizationTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLocalizationTemplateNoContent, error)
  UpdateLocalizationTemplateShort updates template draft

  Required permission : <code>NAMESPACE:{namespace}:TEMPLATE [UPDATE]</code> with scope <code>social</code>
			<br>Modify draft template

func (*Client) UpdateNotificationTopicV1Admin deprecated

Deprecated: Use UpdateNotificationTopicV1AdminShort instead.

  UpdateNotificationTopicV1Admin updates topic information by topic name

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [UPDATE]</code> with scope <code>social</code>
			<br>update topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created <br/>
			Action Code: 50216

func (*Client) UpdateNotificationTopicV1AdminShort added in v0.8.0

func (a *Client) UpdateNotificationTopicV1AdminShort(params *UpdateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNotificationTopicV1AdminNoContent, error)
  UpdateNotificationTopicV1AdminShort updates topic information by topic name

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [UPDATE]</code> with scope <code>social</code>
			<br>update topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created <br/>
			Action Code: 50216

func (*Client) UpdateTemplateLocalizationV1Admin deprecated

Deprecated: Use UpdateTemplateLocalizationV1AdminShort instead.

  UpdateTemplateLocalizationV1Admin updates template localization

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [UPDATE]</code> with scope <code>social</code>
			<br/>update template localization<br/>
			Action Code: 50208

func (*Client) UpdateTemplateLocalizationV1AdminShort added in v0.8.0

  UpdateTemplateLocalizationV1AdminShort updates template localization

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:NOTIFICATION [UPDATE]</code> with scope <code>social</code>
			<br/>update template localization<br/>
			Action Code: 50208

func (*Client) UpdateTopicByTopicName deprecated

Deprecated: Use UpdateTopicByTopicNameShort instead.

  UpdateTopicByTopicName updates topic information by topic name

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [UPDATE]</code> with scope <code>social</code>
			<br>update topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created

func (*Client) UpdateTopicByTopicNameShort added in v0.8.0

func (a *Client) UpdateTopicByTopicNameShort(params *UpdateTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTopicByTopicNameNoContent, error)
  UpdateTopicByTopicNameShort updates topic information by topic name

  Required permission : <code>NAMESPACE:{namespace}:TOPIC [UPDATE]</code> with scope <code>social</code>
			<br>update topic information by topic name.
			<br>topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST.
			Already existing topic can not be created

type ClientService

type ClientService interface {
	CreateNotificationTemplateV1Admin(params *CreateNotificationTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTemplateV1AdminNoContent, *CreateNotificationTemplateV1AdminBadRequest, *CreateNotificationTemplateV1AdminUnauthorized, *CreateNotificationTemplateV1AdminForbidden, *CreateNotificationTemplateV1AdminNotFound, *CreateNotificationTemplateV1AdminConflict, error)
	CreateNotificationTemplateV1AdminShort(params *CreateNotificationTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTemplateV1AdminNoContent, error)
	CreateNotificationTopicV1Admin(params *CreateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTopicV1AdminNoContent, *CreateNotificationTopicV1AdminBadRequest, *CreateNotificationTopicV1AdminUnauthorized, *CreateNotificationTopicV1AdminForbidden, error)
	CreateNotificationTopicV1AdminShort(params *CreateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTopicV1AdminNoContent, error)
	CreateTemplate(params *CreateTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTemplateNoContent, *CreateTemplateBadRequest, *CreateTemplateUnauthorized, *CreateTemplateForbidden, *CreateTemplateNotFound, error)
	CreateTemplateShort(params *CreateTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTemplateNoContent, error)
	CreateTopic(params *CreateTopicParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicCreated, *CreateTopicBadRequest, *CreateTopicUnauthorized, *CreateTopicForbidden, *CreateTopicConflict, error)
	CreateTopicShort(params *CreateTopicParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicCreated, error)
	DeleteNotificationTemplateSlugV1Admin(params *DeleteNotificationTemplateSlugV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTemplateSlugV1AdminNoContent, *DeleteNotificationTemplateSlugV1AdminBadRequest, *DeleteNotificationTemplateSlugV1AdminUnauthorized, *DeleteNotificationTemplateSlugV1AdminForbidden, *DeleteNotificationTemplateSlugV1AdminNotFound, error)
	DeleteNotificationTemplateSlugV1AdminShort(params *DeleteNotificationTemplateSlugV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTemplateSlugV1AdminNoContent, error)
	DeleteNotificationTopicV1Admin(params *DeleteNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTopicV1AdminNoContent, *DeleteNotificationTopicV1AdminUnauthorized, *DeleteNotificationTopicV1AdminForbidden, *DeleteNotificationTopicV1AdminNotFound, *DeleteNotificationTopicV1AdminInternalServerError, error)
	DeleteNotificationTopicV1AdminShort(params *DeleteNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTopicV1AdminNoContent, error)
	DeleteTemplateLocalization(params *DeleteTemplateLocalizationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationNoContent, *DeleteTemplateLocalizationBadRequest, *DeleteTemplateLocalizationUnauthorized, *DeleteTemplateLocalizationForbidden, *DeleteTemplateLocalizationNotFound, error)
	DeleteTemplateLocalizationShort(params *DeleteTemplateLocalizationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationNoContent, error)
	DeleteTemplateLocalizationV1Admin(params *DeleteTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationV1AdminNoContent, *DeleteTemplateLocalizationV1AdminUnauthorized, *DeleteTemplateLocalizationV1AdminForbidden, *DeleteTemplateLocalizationV1AdminNotFound, *DeleteTemplateLocalizationV1AdminInternalServerError, error)
	DeleteTemplateLocalizationV1AdminShort(params *DeleteTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationV1AdminNoContent, error)
	DeleteTemplateSlug(params *DeleteTemplateSlugParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateSlugNoContent, *DeleteTemplateSlugBadRequest, *DeleteTemplateSlugUnauthorized, *DeleteTemplateSlugForbidden, *DeleteTemplateSlugNotFound, error)
	DeleteTemplateSlugShort(params *DeleteTemplateSlugParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateSlugNoContent, error)
	DeleteTopicByTopicName(params *DeleteTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicByTopicNameNoContent, *DeleteTopicByTopicNameUnauthorized, *DeleteTopicByTopicNameForbidden, *DeleteTopicByTopicNameNotFound, *DeleteTopicByTopicNameInternalServerError, error)
	DeleteTopicByTopicNameShort(params *DeleteTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicByTopicNameNoContent, error)
	FreeFormNotification(params *FreeFormNotificationParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationAccepted, *FreeFormNotificationBadRequest, *FreeFormNotificationUnauthorized, *FreeFormNotificationForbidden, *FreeFormNotificationNotFound, error)
	FreeFormNotificationShort(params *FreeFormNotificationParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationAccepted, error)
	FreeFormNotificationByUserID(params *FreeFormNotificationByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationByUserIDNoContent, *FreeFormNotificationByUserIDBadRequest, *FreeFormNotificationByUserIDUnauthorized, *FreeFormNotificationByUserIDForbidden, *FreeFormNotificationByUserIDNotFound, error)
	FreeFormNotificationByUserIDShort(params *FreeFormNotificationByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationByUserIDNoContent, error)
	GetAllNotificationTemplatesV1Admin(params *GetAllNotificationTemplatesV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTemplatesV1AdminOK, *GetAllNotificationTemplatesV1AdminBadRequest, *GetAllNotificationTemplatesV1AdminUnauthorized, *GetAllNotificationTemplatesV1AdminForbidden, *GetAllNotificationTemplatesV1AdminNotFound, *GetAllNotificationTemplatesV1AdminInternalServerError, error)
	GetAllNotificationTemplatesV1AdminShort(params *GetAllNotificationTemplatesV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTemplatesV1AdminOK, error)
	GetAllNotificationTopicsV1Admin(params *GetAllNotificationTopicsV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTopicsV1AdminOK, *GetAllNotificationTopicsV1AdminUnauthorized, *GetAllNotificationTopicsV1AdminForbidden, *GetAllNotificationTopicsV1AdminNotFound, *GetAllNotificationTopicsV1AdminInternalServerError, error)
	GetAllNotificationTopicsV1AdminShort(params *GetAllNotificationTopicsV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTopicsV1AdminOK, error)
	GetGameTemplate(params *GetGameTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetGameTemplateOK, *GetGameTemplateBadRequest, *GetGameTemplateUnauthorized, *GetGameTemplateForbidden, *GetGameTemplateNotFound, error)
	GetGameTemplateShort(params *GetGameTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetGameTemplateOK, error)
	GetLocalizationTemplate(params *GetLocalizationTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetLocalizationTemplateOK, *GetLocalizationTemplateBadRequest, *GetLocalizationTemplateUnauthorized, *GetLocalizationTemplateForbidden, *GetLocalizationTemplateNotFound, error)
	GetLocalizationTemplateShort(params *GetLocalizationTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetLocalizationTemplateOK, error)
	GetNotificationTopicV1Admin(params *GetNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetNotificationTopicV1AdminOK, *GetNotificationTopicV1AdminUnauthorized, *GetNotificationTopicV1AdminForbidden, *GetNotificationTopicV1AdminNotFound, *GetNotificationTopicV1AdminInternalServerError, error)
	GetNotificationTopicV1AdminShort(params *GetNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetNotificationTopicV1AdminOK, error)
	GetSingleTemplateLocalizationV1Admin(params *GetSingleTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleTemplateLocalizationV1AdminOK, *GetSingleTemplateLocalizationV1AdminUnauthorized, *GetSingleTemplateLocalizationV1AdminForbidden, *GetSingleTemplateLocalizationV1AdminNotFound, *GetSingleTemplateLocalizationV1AdminInternalServerError, error)
	GetSingleTemplateLocalizationV1AdminShort(params *GetSingleTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleTemplateLocalizationV1AdminOK, error)
	GetSlugTemplate(params *GetSlugTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetSlugTemplateOK, *GetSlugTemplateBadRequest, *GetSlugTemplateUnauthorized, *GetSlugTemplateForbidden, *GetSlugTemplateNotFound, error)
	GetSlugTemplateShort(params *GetSlugTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetSlugTemplateOK, error)
	GetTemplateSlugLocalizationsTemplateV1Admin(params *GetTemplateSlugLocalizationsTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateSlugLocalizationsTemplateV1AdminOK, *GetTemplateSlugLocalizationsTemplateV1AdminBadRequest, *GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized, *GetTemplateSlugLocalizationsTemplateV1AdminForbidden, *GetTemplateSlugLocalizationsTemplateV1AdminNotFound, error)
	GetTemplateSlugLocalizationsTemplateV1AdminShort(params *GetTemplateSlugLocalizationsTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateSlugLocalizationsTemplateV1AdminOK, error)
	GetTopicByNamespace(params *GetTopicByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByNamespaceOK, *GetTopicByNamespaceUnauthorized, *GetTopicByNamespaceForbidden, *GetTopicByNamespaceNotFound, *GetTopicByNamespaceInternalServerError, error)
	GetTopicByNamespaceShort(params *GetTopicByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByNamespaceOK, error)
	GetTopicByTopicName(params *GetTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByTopicNameOK, *GetTopicByTopicNameUnauthorized, *GetTopicByTopicNameForbidden, *GetTopicByTopicNameNotFound, *GetTopicByTopicNameInternalServerError, error)
	GetTopicByTopicNameShort(params *GetTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByTopicNameOK, error)
	NotificationWithTemplate(params *NotificationWithTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateAccepted, *NotificationWithTemplateBadRequest, *NotificationWithTemplateUnauthorized, *NotificationWithTemplateForbidden, *NotificationWithTemplateNotFound, error)
	NotificationWithTemplateShort(params *NotificationWithTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateAccepted, error)
	NotificationWithTemplateByUserID(params *NotificationWithTemplateByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateByUserIDNoContent, *NotificationWithTemplateByUserIDBadRequest, *NotificationWithTemplateByUserIDUnauthorized, *NotificationWithTemplateByUserIDForbidden, *NotificationWithTemplateByUserIDNotFound, error)
	NotificationWithTemplateByUserIDShort(params *NotificationWithTemplateByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateByUserIDNoContent, error)
	PublishTemplate(params *PublishTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateNoContent, *PublishTemplateBadRequest, *PublishTemplateUnauthorized, *PublishTemplateForbidden, *PublishTemplateNotFound, error)
	PublishTemplateShort(params *PublishTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateNoContent, error)
	PublishTemplateLocalizationV1Admin(params *PublishTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateLocalizationV1AdminNoContent, *PublishTemplateLocalizationV1AdminUnauthorized, *PublishTemplateLocalizationV1AdminForbidden, *PublishTemplateLocalizationV1AdminNotFound, *PublishTemplateLocalizationV1AdminInternalServerError, error)
	PublishTemplateLocalizationV1AdminShort(params *PublishTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateLocalizationV1AdminNoContent, error)
	SendMultipleUsersFreeformNotificationV1Admin(params *SendMultipleUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendMultipleUsersFreeformNotificationV1AdminNoContent, *SendMultipleUsersFreeformNotificationV1AdminBadRequest, *SendMultipleUsersFreeformNotificationV1AdminUnauthorized, *SendMultipleUsersFreeformNotificationV1AdminForbidden, error)
	SendMultipleUsersFreeformNotificationV1AdminShort(params *SendMultipleUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendMultipleUsersFreeformNotificationV1AdminNoContent, error)
	SendPartyFreeformNotificationV1Admin(params *SendPartyFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendPartyFreeformNotificationV1AdminNoContent, *SendPartyFreeformNotificationV1AdminBadRequest, *SendPartyFreeformNotificationV1AdminUnauthorized, *SendPartyFreeformNotificationV1AdminForbidden, *SendPartyFreeformNotificationV1AdminNotFound, error)
	SendPartyFreeformNotificationV1AdminShort(params *SendPartyFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendPartyFreeformNotificationV1AdminNoContent, error)
	SendPartyTemplatedNotificationV1Admin(params *SendPartyTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendPartyTemplatedNotificationV1AdminNoContent, *SendPartyTemplatedNotificationV1AdminBadRequest, *SendPartyTemplatedNotificationV1AdminUnauthorized, *SendPartyTemplatedNotificationV1AdminForbidden, *SendPartyTemplatedNotificationV1AdminNotFound, error)
	SendPartyTemplatedNotificationV1AdminShort(params *SendPartyTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendPartyTemplatedNotificationV1AdminNoContent, error)
	SendSpecificUserFreeformNotificationV1Admin(params *SendSpecificUserFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendSpecificUserFreeformNotificationV1AdminNoContent, *SendSpecificUserFreeformNotificationV1AdminBadRequest, *SendSpecificUserFreeformNotificationV1AdminUnauthorized, *SendSpecificUserFreeformNotificationV1AdminForbidden, *SendSpecificUserFreeformNotificationV1AdminNotFound, error)
	SendSpecificUserFreeformNotificationV1AdminShort(params *SendSpecificUserFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendSpecificUserFreeformNotificationV1AdminNoContent, error)
	SendSpecificUserTemplatedNotificationV1Admin(params *SendSpecificUserTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendSpecificUserTemplatedNotificationV1AdminNoContent, *SendSpecificUserTemplatedNotificationV1AdminBadRequest, *SendSpecificUserTemplatedNotificationV1AdminUnauthorized, *SendSpecificUserTemplatedNotificationV1AdminForbidden, *SendSpecificUserTemplatedNotificationV1AdminNotFound, error)
	SendSpecificUserTemplatedNotificationV1AdminShort(params *SendSpecificUserTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendSpecificUserTemplatedNotificationV1AdminNoContent, error)
	SendUsersFreeformNotificationV1Admin(params *SendUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersFreeformNotificationV1AdminAccepted, *SendUsersFreeformNotificationV1AdminBadRequest, *SendUsersFreeformNotificationV1AdminUnauthorized, *SendUsersFreeformNotificationV1AdminForbidden, *SendUsersFreeformNotificationV1AdminNotFound, error)
	SendUsersFreeformNotificationV1AdminShort(params *SendUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersFreeformNotificationV1AdminAccepted, error)
	SendUsersTemplatedNotificationV1Admin(params *SendUsersTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersTemplatedNotificationV1AdminAccepted, *SendUsersTemplatedNotificationV1AdminBadRequest, *SendUsersTemplatedNotificationV1AdminUnauthorized, *SendUsersTemplatedNotificationV1AdminForbidden, *SendUsersTemplatedNotificationV1AdminNotFound, error)
	SendUsersTemplatedNotificationV1AdminShort(params *SendUsersTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersTemplatedNotificationV1AdminAccepted, error)
	UpdateLocalizationTemplate(params *UpdateLocalizationTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLocalizationTemplateNoContent, *UpdateLocalizationTemplateBadRequest, *UpdateLocalizationTemplateUnauthorized, *UpdateLocalizationTemplateForbidden, *UpdateLocalizationTemplateNotFound, error)
	UpdateLocalizationTemplateShort(params *UpdateLocalizationTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLocalizationTemplateNoContent, error)
	UpdateNotificationTopicV1Admin(params *UpdateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNotificationTopicV1AdminNoContent, *UpdateNotificationTopicV1AdminBadRequest, *UpdateNotificationTopicV1AdminUnauthorized, *UpdateNotificationTopicV1AdminForbidden, *UpdateNotificationTopicV1AdminNotFound, *UpdateNotificationTopicV1AdminInternalServerError, error)
	UpdateNotificationTopicV1AdminShort(params *UpdateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNotificationTopicV1AdminNoContent, error)
	UpdateTemplateLocalizationV1Admin(params *UpdateTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTemplateLocalizationV1AdminNoContent, *UpdateTemplateLocalizationV1AdminBadRequest, *UpdateTemplateLocalizationV1AdminUnauthorized, *UpdateTemplateLocalizationV1AdminForbidden, *UpdateTemplateLocalizationV1AdminNotFound, *UpdateTemplateLocalizationV1AdminInternalServerError, error)
	UpdateTemplateLocalizationV1AdminShort(params *UpdateTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTemplateLocalizationV1AdminNoContent, error)
	UpdateTopicByTopicName(params *UpdateTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTopicByTopicNameNoContent, *UpdateTopicByTopicNameUnauthorized, *UpdateTopicByTopicNameForbidden, *UpdateTopicByTopicNameNotFound, *UpdateTopicByTopicNameInternalServerError, error)
	UpdateTopicByTopicNameShort(params *UpdateTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTopicByTopicNameNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new notification API client.

type CreateNotificationTemplateV1AdminBadRequest

type CreateNotificationTemplateV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTemplateV1AdminBadRequest handles this case with default header values.

Bad Request

func NewCreateNotificationTemplateV1AdminBadRequest

func NewCreateNotificationTemplateV1AdminBadRequest() *CreateNotificationTemplateV1AdminBadRequest

NewCreateNotificationTemplateV1AdminBadRequest creates a CreateNotificationTemplateV1AdminBadRequest with default headers values

func (*CreateNotificationTemplateV1AdminBadRequest) Error

func (*CreateNotificationTemplateV1AdminBadRequest) GetPayload

func (*CreateNotificationTemplateV1AdminBadRequest) ToJSONString added in v0.25.0

type CreateNotificationTemplateV1AdminConflict

type CreateNotificationTemplateV1AdminConflict struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTemplateV1AdminConflict handles this case with default header values.

Conflict

func NewCreateNotificationTemplateV1AdminConflict

func NewCreateNotificationTemplateV1AdminConflict() *CreateNotificationTemplateV1AdminConflict

NewCreateNotificationTemplateV1AdminConflict creates a CreateNotificationTemplateV1AdminConflict with default headers values

func (*CreateNotificationTemplateV1AdminConflict) Error

func (*CreateNotificationTemplateV1AdminConflict) GetPayload

func (*CreateNotificationTemplateV1AdminConflict) ToJSONString added in v0.25.0

type CreateNotificationTemplateV1AdminForbidden

type CreateNotificationTemplateV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTemplateV1AdminForbidden handles this case with default header values.

Forbidden

func NewCreateNotificationTemplateV1AdminForbidden

func NewCreateNotificationTemplateV1AdminForbidden() *CreateNotificationTemplateV1AdminForbidden

NewCreateNotificationTemplateV1AdminForbidden creates a CreateNotificationTemplateV1AdminForbidden with default headers values

func (*CreateNotificationTemplateV1AdminForbidden) Error

func (*CreateNotificationTemplateV1AdminForbidden) GetPayload

func (*CreateNotificationTemplateV1AdminForbidden) ToJSONString added in v0.25.0

type CreateNotificationTemplateV1AdminNoContent

type CreateNotificationTemplateV1AdminNoContent struct {
}

CreateNotificationTemplateV1AdminNoContent handles this case with default header values.

No Content

func NewCreateNotificationTemplateV1AdminNoContent

func NewCreateNotificationTemplateV1AdminNoContent() *CreateNotificationTemplateV1AdminNoContent

NewCreateNotificationTemplateV1AdminNoContent creates a CreateNotificationTemplateV1AdminNoContent with default headers values

func (*CreateNotificationTemplateV1AdminNoContent) Error

type CreateNotificationTemplateV1AdminNotFound

type CreateNotificationTemplateV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTemplateV1AdminNotFound handles this case with default header values.

Not Found

func NewCreateNotificationTemplateV1AdminNotFound

func NewCreateNotificationTemplateV1AdminNotFound() *CreateNotificationTemplateV1AdminNotFound

NewCreateNotificationTemplateV1AdminNotFound creates a CreateNotificationTemplateV1AdminNotFound with default headers values

func (*CreateNotificationTemplateV1AdminNotFound) Error

func (*CreateNotificationTemplateV1AdminNotFound) GetPayload

func (*CreateNotificationTemplateV1AdminNotFound) ToJSONString added in v0.25.0

type CreateNotificationTemplateV1AdminParams

type CreateNotificationTemplateV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  create template input

	*/
	Body *lobbyclientmodels.ModelCreateTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string

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

CreateNotificationTemplateV1AdminParams contains all the parameters to send to the API endpoint for the create notification template v1 admin operation typically these are written to a http.Request

func NewCreateNotificationTemplateV1AdminParams

func NewCreateNotificationTemplateV1AdminParams() *CreateNotificationTemplateV1AdminParams

NewCreateNotificationTemplateV1AdminParams creates a new CreateNotificationTemplateV1AdminParams object with the default values initialized.

func NewCreateNotificationTemplateV1AdminParamsWithContext

func NewCreateNotificationTemplateV1AdminParamsWithContext(ctx context.Context) *CreateNotificationTemplateV1AdminParams

NewCreateNotificationTemplateV1AdminParamsWithContext creates a new CreateNotificationTemplateV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewCreateNotificationTemplateV1AdminParamsWithHTTPClient

func NewCreateNotificationTemplateV1AdminParamsWithHTTPClient(client *http.Client) *CreateNotificationTemplateV1AdminParams

NewCreateNotificationTemplateV1AdminParamsWithHTTPClient creates a new CreateNotificationTemplateV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateNotificationTemplateV1AdminParamsWithTimeout

func NewCreateNotificationTemplateV1AdminParamsWithTimeout(timeout time.Duration) *CreateNotificationTemplateV1AdminParams

NewCreateNotificationTemplateV1AdminParamsWithTimeout creates a new CreateNotificationTemplateV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateNotificationTemplateV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *CreateNotificationTemplateV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) SetBody

SetBody adds the body to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) SetContext

SetContext adds the context to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *CreateNotificationTemplateV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) SetNamespace

func (o *CreateNotificationTemplateV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) WithBody

WithBody adds the body to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) WithContext

WithContext adds the context to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) WithNamespace

WithNamespace adds the namespace to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) WithTimeout

WithTimeout adds the timeout to the create notification template v1 admin params

func (*CreateNotificationTemplateV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNotificationTemplateV1AdminReader

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

CreateNotificationTemplateV1AdminReader is a Reader for the CreateNotificationTemplateV1Admin structure.

func (*CreateNotificationTemplateV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateNotificationTemplateV1AdminUnauthorized

type CreateNotificationTemplateV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTemplateV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewCreateNotificationTemplateV1AdminUnauthorized

func NewCreateNotificationTemplateV1AdminUnauthorized() *CreateNotificationTemplateV1AdminUnauthorized

NewCreateNotificationTemplateV1AdminUnauthorized creates a CreateNotificationTemplateV1AdminUnauthorized with default headers values

func (*CreateNotificationTemplateV1AdminUnauthorized) Error

func (*CreateNotificationTemplateV1AdminUnauthorized) GetPayload

func (*CreateNotificationTemplateV1AdminUnauthorized) ToJSONString added in v0.25.0

type CreateNotificationTopicV1AdminBadRequest

type CreateNotificationTopicV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTopicV1AdminBadRequest handles this case with default header values.

Bad Request

func NewCreateNotificationTopicV1AdminBadRequest

func NewCreateNotificationTopicV1AdminBadRequest() *CreateNotificationTopicV1AdminBadRequest

NewCreateNotificationTopicV1AdminBadRequest creates a CreateNotificationTopicV1AdminBadRequest with default headers values

func (*CreateNotificationTopicV1AdminBadRequest) Error

func (*CreateNotificationTopicV1AdminBadRequest) GetPayload

func (*CreateNotificationTopicV1AdminBadRequest) ToJSONString added in v0.25.0

type CreateNotificationTopicV1AdminForbidden

type CreateNotificationTopicV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTopicV1AdminForbidden handles this case with default header values.

Forbidden

func NewCreateNotificationTopicV1AdminForbidden

func NewCreateNotificationTopicV1AdminForbidden() *CreateNotificationTopicV1AdminForbidden

NewCreateNotificationTopicV1AdminForbidden creates a CreateNotificationTopicV1AdminForbidden with default headers values

func (*CreateNotificationTopicV1AdminForbidden) Error

func (*CreateNotificationTopicV1AdminForbidden) GetPayload

func (*CreateNotificationTopicV1AdminForbidden) ToJSONString added in v0.25.0

type CreateNotificationTopicV1AdminNoContent

type CreateNotificationTopicV1AdminNoContent struct {
}

CreateNotificationTopicV1AdminNoContent handles this case with default header values.

No Content

func NewCreateNotificationTopicV1AdminNoContent

func NewCreateNotificationTopicV1AdminNoContent() *CreateNotificationTopicV1AdminNoContent

NewCreateNotificationTopicV1AdminNoContent creates a CreateNotificationTopicV1AdminNoContent with default headers values

func (*CreateNotificationTopicV1AdminNoContent) Error

type CreateNotificationTopicV1AdminParams

type CreateNotificationTopicV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  create topic input

	*/
	Body *lobbyclientmodels.ModelCreateTopicRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

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

CreateNotificationTopicV1AdminParams contains all the parameters to send to the API endpoint for the create notification topic v1 admin operation typically these are written to a http.Request

func NewCreateNotificationTopicV1AdminParams

func NewCreateNotificationTopicV1AdminParams() *CreateNotificationTopicV1AdminParams

NewCreateNotificationTopicV1AdminParams creates a new CreateNotificationTopicV1AdminParams object with the default values initialized.

func NewCreateNotificationTopicV1AdminParamsWithContext

func NewCreateNotificationTopicV1AdminParamsWithContext(ctx context.Context) *CreateNotificationTopicV1AdminParams

NewCreateNotificationTopicV1AdminParamsWithContext creates a new CreateNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewCreateNotificationTopicV1AdminParamsWithHTTPClient

func NewCreateNotificationTopicV1AdminParamsWithHTTPClient(client *http.Client) *CreateNotificationTopicV1AdminParams

NewCreateNotificationTopicV1AdminParamsWithHTTPClient creates a new CreateNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateNotificationTopicV1AdminParamsWithTimeout

func NewCreateNotificationTopicV1AdminParamsWithTimeout(timeout time.Duration) *CreateNotificationTopicV1AdminParams

NewCreateNotificationTopicV1AdminParamsWithTimeout creates a new CreateNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateNotificationTopicV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *CreateNotificationTopicV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) SetBody

SetBody adds the body to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) SetContext

SetContext adds the context to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *CreateNotificationTopicV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) SetNamespace

func (o *CreateNotificationTopicV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) WithBody

WithBody adds the body to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) WithContext

WithContext adds the context to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) WithNamespace

WithNamespace adds the namespace to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) WithTimeout

WithTimeout adds the timeout to the create notification topic v1 admin params

func (*CreateNotificationTopicV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNotificationTopicV1AdminReader

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

CreateNotificationTopicV1AdminReader is a Reader for the CreateNotificationTopicV1Admin structure.

func (*CreateNotificationTopicV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateNotificationTopicV1AdminUnauthorized

type CreateNotificationTopicV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

CreateNotificationTopicV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewCreateNotificationTopicV1AdminUnauthorized

func NewCreateNotificationTopicV1AdminUnauthorized() *CreateNotificationTopicV1AdminUnauthorized

NewCreateNotificationTopicV1AdminUnauthorized creates a CreateNotificationTopicV1AdminUnauthorized with default headers values

func (*CreateNotificationTopicV1AdminUnauthorized) Error

func (*CreateNotificationTopicV1AdminUnauthorized) GetPayload

func (*CreateNotificationTopicV1AdminUnauthorized) ToJSONString added in v0.25.0

type CreateTemplateBadRequest

type CreateTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTemplateBadRequest handles this case with default header values.

Bad Request

func NewCreateTemplateBadRequest

func NewCreateTemplateBadRequest() *CreateTemplateBadRequest

NewCreateTemplateBadRequest creates a CreateTemplateBadRequest with default headers values

func (*CreateTemplateBadRequest) Error

func (o *CreateTemplateBadRequest) Error() string

func (*CreateTemplateBadRequest) GetPayload

func (*CreateTemplateBadRequest) ToJSONString added in v0.25.0

func (o *CreateTemplateBadRequest) ToJSONString() string

type CreateTemplateForbidden

type CreateTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTemplateForbidden handles this case with default header values.

Forbidden

func NewCreateTemplateForbidden

func NewCreateTemplateForbidden() *CreateTemplateForbidden

NewCreateTemplateForbidden creates a CreateTemplateForbidden with default headers values

func (*CreateTemplateForbidden) Error

func (o *CreateTemplateForbidden) Error() string

func (*CreateTemplateForbidden) GetPayload

func (*CreateTemplateForbidden) ToJSONString added in v0.25.0

func (o *CreateTemplateForbidden) ToJSONString() string

type CreateTemplateNoContent

type CreateTemplateNoContent struct {
}

CreateTemplateNoContent handles this case with default header values.

No Content

func NewCreateTemplateNoContent

func NewCreateTemplateNoContent() *CreateTemplateNoContent

NewCreateTemplateNoContent creates a CreateTemplateNoContent with default headers values

func (*CreateTemplateNoContent) Error

func (o *CreateTemplateNoContent) Error() string

type CreateTemplateNotFound

type CreateTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTemplateNotFound handles this case with default header values.

Not Found

func NewCreateTemplateNotFound

func NewCreateTemplateNotFound() *CreateTemplateNotFound

NewCreateTemplateNotFound creates a CreateTemplateNotFound with default headers values

func (*CreateTemplateNotFound) Error

func (o *CreateTemplateNotFound) Error() string

func (*CreateTemplateNotFound) GetPayload

func (*CreateTemplateNotFound) ToJSONString added in v0.25.0

func (o *CreateTemplateNotFound) ToJSONString() string

type CreateTemplateParams

type CreateTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  create template input

	*/
	Body *lobbyclientmodels.ModelCreateTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string

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

CreateTemplateParams contains all the parameters to send to the API endpoint for the create template operation typically these are written to a http.Request

func NewCreateTemplateParams

func NewCreateTemplateParams() *CreateTemplateParams

NewCreateTemplateParams creates a new CreateTemplateParams object with the default values initialized.

func NewCreateTemplateParamsWithContext

func NewCreateTemplateParamsWithContext(ctx context.Context) *CreateTemplateParams

NewCreateTemplateParamsWithContext creates a new CreateTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewCreateTemplateParamsWithHTTPClient

func NewCreateTemplateParamsWithHTTPClient(client *http.Client) *CreateTemplateParams

NewCreateTemplateParamsWithHTTPClient creates a new CreateTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateTemplateParamsWithTimeout

func NewCreateTemplateParamsWithTimeout(timeout time.Duration) *CreateTemplateParams

NewCreateTemplateParamsWithTimeout creates a new CreateTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *CreateTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create template params

func (*CreateTemplateParams) SetBody

SetBody adds the body to the create template params

func (*CreateTemplateParams) SetContext

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

SetContext adds the context to the create template params

func (*CreateTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create template params

func (*CreateTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *CreateTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create template params

func (*CreateTemplateParams) SetNamespace

func (o *CreateTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create template params

func (*CreateTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the create template params

func (*CreateTemplateParams) WithBody

WithBody adds the body to the create template params

func (*CreateTemplateParams) WithContext

WithContext adds the context to the create template params

func (*CreateTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create template params

func (*CreateTemplateParams) WithNamespace

func (o *CreateTemplateParams) WithNamespace(namespace string) *CreateTemplateParams

WithNamespace adds the namespace to the create template params

func (*CreateTemplateParams) WithTimeout

func (o *CreateTemplateParams) WithTimeout(timeout time.Duration) *CreateTemplateParams

WithTimeout adds the timeout to the create template params

func (*CreateTemplateParams) WriteToRequest

func (o *CreateTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateTemplateReader

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

CreateTemplateReader is a Reader for the CreateTemplate structure.

func (*CreateTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTemplateUnauthorized

type CreateTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewCreateTemplateUnauthorized

func NewCreateTemplateUnauthorized() *CreateTemplateUnauthorized

NewCreateTemplateUnauthorized creates a CreateTemplateUnauthorized with default headers values

func (*CreateTemplateUnauthorized) Error

func (*CreateTemplateUnauthorized) GetPayload

func (*CreateTemplateUnauthorized) ToJSONString added in v0.25.0

func (o *CreateTemplateUnauthorized) ToJSONString() string

type CreateTopicBadRequest

type CreateTopicBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTopicBadRequest handles this case with default header values.

Bad Request

func NewCreateTopicBadRequest

func NewCreateTopicBadRequest() *CreateTopicBadRequest

NewCreateTopicBadRequest creates a CreateTopicBadRequest with default headers values

func (*CreateTopicBadRequest) Error

func (o *CreateTopicBadRequest) Error() string

func (*CreateTopicBadRequest) GetPayload

func (*CreateTopicBadRequest) ToJSONString added in v0.25.0

func (o *CreateTopicBadRequest) ToJSONString() string

type CreateTopicConflict

type CreateTopicConflict struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTopicConflict handles this case with default header values.

Conflict

func NewCreateTopicConflict

func NewCreateTopicConflict() *CreateTopicConflict

NewCreateTopicConflict creates a CreateTopicConflict with default headers values

func (*CreateTopicConflict) Error

func (o *CreateTopicConflict) Error() string

func (*CreateTopicConflict) GetPayload

func (*CreateTopicConflict) ToJSONString added in v0.25.0

func (o *CreateTopicConflict) ToJSONString() string

type CreateTopicCreated

type CreateTopicCreated struct {
}

CreateTopicCreated handles this case with default header values.

Created

func NewCreateTopicCreated

func NewCreateTopicCreated() *CreateTopicCreated

NewCreateTopicCreated creates a CreateTopicCreated with default headers values

func (*CreateTopicCreated) Error

func (o *CreateTopicCreated) Error() string

type CreateTopicForbidden

type CreateTopicForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTopicForbidden handles this case with default header values.

Forbidden

func NewCreateTopicForbidden

func NewCreateTopicForbidden() *CreateTopicForbidden

NewCreateTopicForbidden creates a CreateTopicForbidden with default headers values

func (*CreateTopicForbidden) Error

func (o *CreateTopicForbidden) Error() string

func (*CreateTopicForbidden) GetPayload

func (*CreateTopicForbidden) ToJSONString added in v0.25.0

func (o *CreateTopicForbidden) ToJSONString() string

type CreateTopicParams

type CreateTopicParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  create topic input

	*/
	Body *lobbyclientmodels.ModelCreateTopicRequest
	/*Namespace
	  namespace

	*/
	Namespace string

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

CreateTopicParams contains all the parameters to send to the API endpoint for the create topic operation typically these are written to a http.Request

func NewCreateTopicParams

func NewCreateTopicParams() *CreateTopicParams

NewCreateTopicParams creates a new CreateTopicParams object with the default values initialized.

func NewCreateTopicParamsWithContext

func NewCreateTopicParamsWithContext(ctx context.Context) *CreateTopicParams

NewCreateTopicParamsWithContext creates a new CreateTopicParams object with the default values initialized, and the ability to set a context for a request

func NewCreateTopicParamsWithHTTPClient

func NewCreateTopicParamsWithHTTPClient(client *http.Client) *CreateTopicParams

NewCreateTopicParamsWithHTTPClient creates a new CreateTopicParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateTopicParamsWithTimeout

func NewCreateTopicParamsWithTimeout(timeout time.Duration) *CreateTopicParams

NewCreateTopicParamsWithTimeout creates a new CreateTopicParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateTopicParams) SetAuthInfoWriter added in v0.17.0

func (o *CreateTopicParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create topic params

func (*CreateTopicParams) SetBody

SetBody adds the body to the create topic params

func (*CreateTopicParams) SetContext

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

SetContext adds the context to the create topic params

func (*CreateTopicParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create topic params

func (*CreateTopicParams) SetHTTPClientTransport added in v0.19.0

func (o *CreateTopicParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create topic params

func (*CreateTopicParams) SetNamespace

func (o *CreateTopicParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create topic params

func (*CreateTopicParams) SetTimeout

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

SetTimeout adds the timeout to the create topic params

func (*CreateTopicParams) WithBody

WithBody adds the body to the create topic params

func (*CreateTopicParams) WithContext

func (o *CreateTopicParams) WithContext(ctx context.Context) *CreateTopicParams

WithContext adds the context to the create topic params

func (*CreateTopicParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create topic params

func (*CreateTopicParams) WithNamespace

func (o *CreateTopicParams) WithNamespace(namespace string) *CreateTopicParams

WithNamespace adds the namespace to the create topic params

func (*CreateTopicParams) WithTimeout

func (o *CreateTopicParams) WithTimeout(timeout time.Duration) *CreateTopicParams

WithTimeout adds the timeout to the create topic params

func (*CreateTopicParams) WriteToRequest

func (o *CreateTopicParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateTopicReader

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

CreateTopicReader is a Reader for the CreateTopic structure.

func (*CreateTopicReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateTopicUnauthorized

type CreateTopicUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

CreateTopicUnauthorized handles this case with default header values.

Unauthorized

func NewCreateTopicUnauthorized

func NewCreateTopicUnauthorized() *CreateTopicUnauthorized

NewCreateTopicUnauthorized creates a CreateTopicUnauthorized with default headers values

func (*CreateTopicUnauthorized) Error

func (o *CreateTopicUnauthorized) Error() string

func (*CreateTopicUnauthorized) GetPayload

func (*CreateTopicUnauthorized) ToJSONString added in v0.25.0

func (o *CreateTopicUnauthorized) ToJSONString() string

type DeleteNotificationTemplateSlugV1AdminBadRequest

type DeleteNotificationTemplateSlugV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTemplateSlugV1AdminBadRequest handles this case with default header values.

Bad Request

func NewDeleteNotificationTemplateSlugV1AdminBadRequest

func NewDeleteNotificationTemplateSlugV1AdminBadRequest() *DeleteNotificationTemplateSlugV1AdminBadRequest

NewDeleteNotificationTemplateSlugV1AdminBadRequest creates a DeleteNotificationTemplateSlugV1AdminBadRequest with default headers values

func (*DeleteNotificationTemplateSlugV1AdminBadRequest) Error

func (*DeleteNotificationTemplateSlugV1AdminBadRequest) GetPayload

func (*DeleteNotificationTemplateSlugV1AdminBadRequest) ToJSONString added in v0.25.0

type DeleteNotificationTemplateSlugV1AdminForbidden

type DeleteNotificationTemplateSlugV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTemplateSlugV1AdminForbidden handles this case with default header values.

Forbidden

func NewDeleteNotificationTemplateSlugV1AdminForbidden

func NewDeleteNotificationTemplateSlugV1AdminForbidden() *DeleteNotificationTemplateSlugV1AdminForbidden

NewDeleteNotificationTemplateSlugV1AdminForbidden creates a DeleteNotificationTemplateSlugV1AdminForbidden with default headers values

func (*DeleteNotificationTemplateSlugV1AdminForbidden) Error

func (*DeleteNotificationTemplateSlugV1AdminForbidden) GetPayload

func (*DeleteNotificationTemplateSlugV1AdminForbidden) ToJSONString added in v0.25.0

type DeleteNotificationTemplateSlugV1AdminNoContent

type DeleteNotificationTemplateSlugV1AdminNoContent struct {
}

DeleteNotificationTemplateSlugV1AdminNoContent handles this case with default header values.

No Content

func NewDeleteNotificationTemplateSlugV1AdminNoContent

func NewDeleteNotificationTemplateSlugV1AdminNoContent() *DeleteNotificationTemplateSlugV1AdminNoContent

NewDeleteNotificationTemplateSlugV1AdminNoContent creates a DeleteNotificationTemplateSlugV1AdminNoContent with default headers values

func (*DeleteNotificationTemplateSlugV1AdminNoContent) Error

type DeleteNotificationTemplateSlugV1AdminNotFound

type DeleteNotificationTemplateSlugV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTemplateSlugV1AdminNotFound handles this case with default header values.

Not Found

func NewDeleteNotificationTemplateSlugV1AdminNotFound

func NewDeleteNotificationTemplateSlugV1AdminNotFound() *DeleteNotificationTemplateSlugV1AdminNotFound

NewDeleteNotificationTemplateSlugV1AdminNotFound creates a DeleteNotificationTemplateSlugV1AdminNotFound with default headers values

func (*DeleteNotificationTemplateSlugV1AdminNotFound) Error

func (*DeleteNotificationTemplateSlugV1AdminNotFound) GetPayload

func (*DeleteNotificationTemplateSlugV1AdminNotFound) ToJSONString added in v0.25.0

type DeleteNotificationTemplateSlugV1AdminParams

type DeleteNotificationTemplateSlugV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

DeleteNotificationTemplateSlugV1AdminParams contains all the parameters to send to the API endpoint for the delete notification template slug v1 admin operation typically these are written to a http.Request

func NewDeleteNotificationTemplateSlugV1AdminParams

func NewDeleteNotificationTemplateSlugV1AdminParams() *DeleteNotificationTemplateSlugV1AdminParams

NewDeleteNotificationTemplateSlugV1AdminParams creates a new DeleteNotificationTemplateSlugV1AdminParams object with the default values initialized.

func NewDeleteNotificationTemplateSlugV1AdminParamsWithContext

func NewDeleteNotificationTemplateSlugV1AdminParamsWithContext(ctx context.Context) *DeleteNotificationTemplateSlugV1AdminParams

NewDeleteNotificationTemplateSlugV1AdminParamsWithContext creates a new DeleteNotificationTemplateSlugV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNotificationTemplateSlugV1AdminParamsWithHTTPClient

func NewDeleteNotificationTemplateSlugV1AdminParamsWithHTTPClient(client *http.Client) *DeleteNotificationTemplateSlugV1AdminParams

NewDeleteNotificationTemplateSlugV1AdminParamsWithHTTPClient creates a new DeleteNotificationTemplateSlugV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNotificationTemplateSlugV1AdminParamsWithTimeout

func NewDeleteNotificationTemplateSlugV1AdminParamsWithTimeout(timeout time.Duration) *DeleteNotificationTemplateSlugV1AdminParams

NewDeleteNotificationTemplateSlugV1AdminParamsWithTimeout creates a new DeleteNotificationTemplateSlugV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNotificationTemplateSlugV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteNotificationTemplateSlugV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) SetContext

SetContext adds the context to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteNotificationTemplateSlugV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) SetNamespace

func (o *DeleteNotificationTemplateSlugV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) SetTemplateSlug

func (o *DeleteNotificationTemplateSlugV1AdminParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) SetTimeout

SetTimeout adds the timeout to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) WithContext

WithContext adds the context to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) WithNamespace

WithNamespace adds the namespace to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) WithTimeout

WithTimeout adds the timeout to the delete notification template slug v1 admin params

func (*DeleteNotificationTemplateSlugV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNotificationTemplateSlugV1AdminReader

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

DeleteNotificationTemplateSlugV1AdminReader is a Reader for the DeleteNotificationTemplateSlugV1Admin structure.

func (*DeleteNotificationTemplateSlugV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNotificationTemplateSlugV1AdminUnauthorized

type DeleteNotificationTemplateSlugV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTemplateSlugV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteNotificationTemplateSlugV1AdminUnauthorized

func NewDeleteNotificationTemplateSlugV1AdminUnauthorized() *DeleteNotificationTemplateSlugV1AdminUnauthorized

NewDeleteNotificationTemplateSlugV1AdminUnauthorized creates a DeleteNotificationTemplateSlugV1AdminUnauthorized with default headers values

func (*DeleteNotificationTemplateSlugV1AdminUnauthorized) Error

func (*DeleteNotificationTemplateSlugV1AdminUnauthorized) GetPayload

func (*DeleteNotificationTemplateSlugV1AdminUnauthorized) ToJSONString added in v0.25.0

type DeleteNotificationTopicV1AdminForbidden

type DeleteNotificationTopicV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTopicV1AdminForbidden handles this case with default header values.

Forbidden

func NewDeleteNotificationTopicV1AdminForbidden

func NewDeleteNotificationTopicV1AdminForbidden() *DeleteNotificationTopicV1AdminForbidden

NewDeleteNotificationTopicV1AdminForbidden creates a DeleteNotificationTopicV1AdminForbidden with default headers values

func (*DeleteNotificationTopicV1AdminForbidden) Error

func (*DeleteNotificationTopicV1AdminForbidden) GetPayload

func (*DeleteNotificationTopicV1AdminForbidden) ToJSONString added in v0.25.0

type DeleteNotificationTopicV1AdminInternalServerError

type DeleteNotificationTopicV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTopicV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteNotificationTopicV1AdminInternalServerError

func NewDeleteNotificationTopicV1AdminInternalServerError() *DeleteNotificationTopicV1AdminInternalServerError

NewDeleteNotificationTopicV1AdminInternalServerError creates a DeleteNotificationTopicV1AdminInternalServerError with default headers values

func (*DeleteNotificationTopicV1AdminInternalServerError) Error

func (*DeleteNotificationTopicV1AdminInternalServerError) GetPayload

func (*DeleteNotificationTopicV1AdminInternalServerError) ToJSONString added in v0.25.0

type DeleteNotificationTopicV1AdminNoContent

type DeleteNotificationTopicV1AdminNoContent struct {
}

DeleteNotificationTopicV1AdminNoContent handles this case with default header values.

No Content

func NewDeleteNotificationTopicV1AdminNoContent

func NewDeleteNotificationTopicV1AdminNoContent() *DeleteNotificationTopicV1AdminNoContent

NewDeleteNotificationTopicV1AdminNoContent creates a DeleteNotificationTopicV1AdminNoContent with default headers values

func (*DeleteNotificationTopicV1AdminNoContent) Error

type DeleteNotificationTopicV1AdminNotFound

type DeleteNotificationTopicV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTopicV1AdminNotFound handles this case with default header values.

Not Found

func NewDeleteNotificationTopicV1AdminNotFound

func NewDeleteNotificationTopicV1AdminNotFound() *DeleteNotificationTopicV1AdminNotFound

NewDeleteNotificationTopicV1AdminNotFound creates a DeleteNotificationTopicV1AdminNotFound with default headers values

func (*DeleteNotificationTopicV1AdminNotFound) Error

func (*DeleteNotificationTopicV1AdminNotFound) GetPayload

func (*DeleteNotificationTopicV1AdminNotFound) ToJSONString added in v0.25.0

type DeleteNotificationTopicV1AdminParams

type DeleteNotificationTopicV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TopicName
	  topic name

	*/
	TopicName string

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

DeleteNotificationTopicV1AdminParams contains all the parameters to send to the API endpoint for the delete notification topic v1 admin operation typically these are written to a http.Request

func NewDeleteNotificationTopicV1AdminParams

func NewDeleteNotificationTopicV1AdminParams() *DeleteNotificationTopicV1AdminParams

NewDeleteNotificationTopicV1AdminParams creates a new DeleteNotificationTopicV1AdminParams object with the default values initialized.

func NewDeleteNotificationTopicV1AdminParamsWithContext

func NewDeleteNotificationTopicV1AdminParamsWithContext(ctx context.Context) *DeleteNotificationTopicV1AdminParams

NewDeleteNotificationTopicV1AdminParamsWithContext creates a new DeleteNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNotificationTopicV1AdminParamsWithHTTPClient

func NewDeleteNotificationTopicV1AdminParamsWithHTTPClient(client *http.Client) *DeleteNotificationTopicV1AdminParams

NewDeleteNotificationTopicV1AdminParamsWithHTTPClient creates a new DeleteNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNotificationTopicV1AdminParamsWithTimeout

func NewDeleteNotificationTopicV1AdminParamsWithTimeout(timeout time.Duration) *DeleteNotificationTopicV1AdminParams

NewDeleteNotificationTopicV1AdminParamsWithTimeout creates a new DeleteNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNotificationTopicV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteNotificationTopicV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) SetContext

SetContext adds the context to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteNotificationTopicV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) SetNamespace

func (o *DeleteNotificationTopicV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) SetTopicName

func (o *DeleteNotificationTopicV1AdminParams) SetTopicName(topicName string)

SetTopicName adds the topicName to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) WithContext

WithContext adds the context to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) WithNamespace

WithNamespace adds the namespace to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) WithTimeout

WithTimeout adds the timeout to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) WithTopicName

WithTopicName adds the topicName to the delete notification topic v1 admin params

func (*DeleteNotificationTopicV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNotificationTopicV1AdminReader

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

DeleteNotificationTopicV1AdminReader is a Reader for the DeleteNotificationTopicV1Admin structure.

func (*DeleteNotificationTopicV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNotificationTopicV1AdminUnauthorized

type DeleteNotificationTopicV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteNotificationTopicV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteNotificationTopicV1AdminUnauthorized

func NewDeleteNotificationTopicV1AdminUnauthorized() *DeleteNotificationTopicV1AdminUnauthorized

NewDeleteNotificationTopicV1AdminUnauthorized creates a DeleteNotificationTopicV1AdminUnauthorized with default headers values

func (*DeleteNotificationTopicV1AdminUnauthorized) Error

func (*DeleteNotificationTopicV1AdminUnauthorized) GetPayload

func (*DeleteNotificationTopicV1AdminUnauthorized) ToJSONString added in v0.25.0

type DeleteTemplateLocalizationBadRequest

type DeleteTemplateLocalizationBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateLocalizationBadRequest handles this case with default header values.

Bad Request

func NewDeleteTemplateLocalizationBadRequest

func NewDeleteTemplateLocalizationBadRequest() *DeleteTemplateLocalizationBadRequest

NewDeleteTemplateLocalizationBadRequest creates a DeleteTemplateLocalizationBadRequest with default headers values

func (*DeleteTemplateLocalizationBadRequest) Error

func (*DeleteTemplateLocalizationBadRequest) GetPayload

func (*DeleteTemplateLocalizationBadRequest) ToJSONString added in v0.25.0

func (o *DeleteTemplateLocalizationBadRequest) ToJSONString() string

type DeleteTemplateLocalizationForbidden

type DeleteTemplateLocalizationForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateLocalizationForbidden handles this case with default header values.

Forbidden

func NewDeleteTemplateLocalizationForbidden

func NewDeleteTemplateLocalizationForbidden() *DeleteTemplateLocalizationForbidden

NewDeleteTemplateLocalizationForbidden creates a DeleteTemplateLocalizationForbidden with default headers values

func (*DeleteTemplateLocalizationForbidden) Error

func (*DeleteTemplateLocalizationForbidden) GetPayload

func (*DeleteTemplateLocalizationForbidden) ToJSONString added in v0.25.0

func (o *DeleteTemplateLocalizationForbidden) ToJSONString() string

type DeleteTemplateLocalizationNoContent

type DeleteTemplateLocalizationNoContent struct {
}

DeleteTemplateLocalizationNoContent handles this case with default header values.

No Content

func NewDeleteTemplateLocalizationNoContent

func NewDeleteTemplateLocalizationNoContent() *DeleteTemplateLocalizationNoContent

NewDeleteTemplateLocalizationNoContent creates a DeleteTemplateLocalizationNoContent with default headers values

func (*DeleteTemplateLocalizationNoContent) Error

type DeleteTemplateLocalizationNotFound

type DeleteTemplateLocalizationNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateLocalizationNotFound handles this case with default header values.

Not Found

func NewDeleteTemplateLocalizationNotFound

func NewDeleteTemplateLocalizationNotFound() *DeleteTemplateLocalizationNotFound

NewDeleteTemplateLocalizationNotFound creates a DeleteTemplateLocalizationNotFound with default headers values

func (*DeleteTemplateLocalizationNotFound) Error

func (*DeleteTemplateLocalizationNotFound) GetPayload

func (*DeleteTemplateLocalizationNotFound) ToJSONString added in v0.25.0

func (o *DeleteTemplateLocalizationNotFound) ToJSONString() string

type DeleteTemplateLocalizationParams

type DeleteTemplateLocalizationParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language

	*/
	TemplateLanguage string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

DeleteTemplateLocalizationParams contains all the parameters to send to the API endpoint for the delete template localization operation typically these are written to a http.Request

func NewDeleteTemplateLocalizationParams

func NewDeleteTemplateLocalizationParams() *DeleteTemplateLocalizationParams

NewDeleteTemplateLocalizationParams creates a new DeleteTemplateLocalizationParams object with the default values initialized.

func NewDeleteTemplateLocalizationParamsWithContext

func NewDeleteTemplateLocalizationParamsWithContext(ctx context.Context) *DeleteTemplateLocalizationParams

NewDeleteTemplateLocalizationParamsWithContext creates a new DeleteTemplateLocalizationParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteTemplateLocalizationParamsWithHTTPClient

func NewDeleteTemplateLocalizationParamsWithHTTPClient(client *http.Client) *DeleteTemplateLocalizationParams

NewDeleteTemplateLocalizationParamsWithHTTPClient creates a new DeleteTemplateLocalizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteTemplateLocalizationParamsWithTimeout

func NewDeleteTemplateLocalizationParamsWithTimeout(timeout time.Duration) *DeleteTemplateLocalizationParams

NewDeleteTemplateLocalizationParamsWithTimeout creates a new DeleteTemplateLocalizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteTemplateLocalizationParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteTemplateLocalizationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetContext

SetContext adds the context to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteTemplateLocalizationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetNamespace

func (o *DeleteTemplateLocalizationParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetTemplateLanguage

func (o *DeleteTemplateLocalizationParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetTemplateSlug

func (o *DeleteTemplateLocalizationParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the delete template localization params

func (*DeleteTemplateLocalizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete template localization params

func (*DeleteTemplateLocalizationParams) WithContext

WithContext adds the context to the delete template localization params

func (*DeleteTemplateLocalizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete template localization params

func (*DeleteTemplateLocalizationParams) WithNamespace

WithNamespace adds the namespace to the delete template localization params

func (*DeleteTemplateLocalizationParams) WithTemplateLanguage

func (o *DeleteTemplateLocalizationParams) WithTemplateLanguage(templateLanguage string) *DeleteTemplateLocalizationParams

WithTemplateLanguage adds the templateLanguage to the delete template localization params

func (*DeleteTemplateLocalizationParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the delete template localization params

func (*DeleteTemplateLocalizationParams) WithTimeout

WithTimeout adds the timeout to the delete template localization params

func (*DeleteTemplateLocalizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTemplateLocalizationReader

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

DeleteTemplateLocalizationReader is a Reader for the DeleteTemplateLocalization structure.

func (*DeleteTemplateLocalizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTemplateLocalizationUnauthorized

type DeleteTemplateLocalizationUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateLocalizationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteTemplateLocalizationUnauthorized

func NewDeleteTemplateLocalizationUnauthorized() *DeleteTemplateLocalizationUnauthorized

NewDeleteTemplateLocalizationUnauthorized creates a DeleteTemplateLocalizationUnauthorized with default headers values

func (*DeleteTemplateLocalizationUnauthorized) Error

func (*DeleteTemplateLocalizationUnauthorized) GetPayload

func (*DeleteTemplateLocalizationUnauthorized) ToJSONString added in v0.25.0

type DeleteTemplateLocalizationV1AdminForbidden

type DeleteTemplateLocalizationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteTemplateLocalizationV1AdminForbidden handles this case with default header values.

Forbidden

func NewDeleteTemplateLocalizationV1AdminForbidden

func NewDeleteTemplateLocalizationV1AdminForbidden() *DeleteTemplateLocalizationV1AdminForbidden

NewDeleteTemplateLocalizationV1AdminForbidden creates a DeleteTemplateLocalizationV1AdminForbidden with default headers values

func (*DeleteTemplateLocalizationV1AdminForbidden) Error

func (*DeleteTemplateLocalizationV1AdminForbidden) GetPayload

func (*DeleteTemplateLocalizationV1AdminForbidden) ToJSONString added in v0.25.0

type DeleteTemplateLocalizationV1AdminInternalServerError

type DeleteTemplateLocalizationV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteTemplateLocalizationV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteTemplateLocalizationV1AdminInternalServerError

func NewDeleteTemplateLocalizationV1AdminInternalServerError() *DeleteTemplateLocalizationV1AdminInternalServerError

NewDeleteTemplateLocalizationV1AdminInternalServerError creates a DeleteTemplateLocalizationV1AdminInternalServerError with default headers values

func (*DeleteTemplateLocalizationV1AdminInternalServerError) Error

func (*DeleteTemplateLocalizationV1AdminInternalServerError) GetPayload

func (*DeleteTemplateLocalizationV1AdminInternalServerError) ToJSONString added in v0.25.0

type DeleteTemplateLocalizationV1AdminNoContent

type DeleteTemplateLocalizationV1AdminNoContent struct {
}

DeleteTemplateLocalizationV1AdminNoContent handles this case with default header values.

No Content

func NewDeleteTemplateLocalizationV1AdminNoContent

func NewDeleteTemplateLocalizationV1AdminNoContent() *DeleteTemplateLocalizationV1AdminNoContent

NewDeleteTemplateLocalizationV1AdminNoContent creates a DeleteTemplateLocalizationV1AdminNoContent with default headers values

func (*DeleteTemplateLocalizationV1AdminNoContent) Error

type DeleteTemplateLocalizationV1AdminNotFound

type DeleteTemplateLocalizationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteTemplateLocalizationV1AdminNotFound handles this case with default header values.

Not Found

func NewDeleteTemplateLocalizationV1AdminNotFound

func NewDeleteTemplateLocalizationV1AdminNotFound() *DeleteTemplateLocalizationV1AdminNotFound

NewDeleteTemplateLocalizationV1AdminNotFound creates a DeleteTemplateLocalizationV1AdminNotFound with default headers values

func (*DeleteTemplateLocalizationV1AdminNotFound) Error

func (*DeleteTemplateLocalizationV1AdminNotFound) GetPayload

func (*DeleteTemplateLocalizationV1AdminNotFound) ToJSONString added in v0.25.0

type DeleteTemplateLocalizationV1AdminParams

type DeleteTemplateLocalizationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language, follows IETF BCP 47 standard

	*/
	TemplateLanguage string
	/*TemplateSlug
	  Template Identifier, only alphabet characters and hyphens are permitted

	*/
	TemplateSlug string

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

DeleteTemplateLocalizationV1AdminParams contains all the parameters to send to the API endpoint for the delete template localization v1 admin operation typically these are written to a http.Request

func NewDeleteTemplateLocalizationV1AdminParams

func NewDeleteTemplateLocalizationV1AdminParams() *DeleteTemplateLocalizationV1AdminParams

NewDeleteTemplateLocalizationV1AdminParams creates a new DeleteTemplateLocalizationV1AdminParams object with the default values initialized.

func NewDeleteTemplateLocalizationV1AdminParamsWithContext

func NewDeleteTemplateLocalizationV1AdminParamsWithContext(ctx context.Context) *DeleteTemplateLocalizationV1AdminParams

NewDeleteTemplateLocalizationV1AdminParamsWithContext creates a new DeleteTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteTemplateLocalizationV1AdminParamsWithHTTPClient

func NewDeleteTemplateLocalizationV1AdminParamsWithHTTPClient(client *http.Client) *DeleteTemplateLocalizationV1AdminParams

NewDeleteTemplateLocalizationV1AdminParamsWithHTTPClient creates a new DeleteTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteTemplateLocalizationV1AdminParamsWithTimeout

func NewDeleteTemplateLocalizationV1AdminParamsWithTimeout(timeout time.Duration) *DeleteTemplateLocalizationV1AdminParams

NewDeleteTemplateLocalizationV1AdminParamsWithTimeout creates a new DeleteTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteTemplateLocalizationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteTemplateLocalizationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetContext

SetContext adds the context to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteTemplateLocalizationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetNamespace

func (o *DeleteTemplateLocalizationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetTemplateLanguage

func (o *DeleteTemplateLocalizationV1AdminParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetTemplateSlug

func (o *DeleteTemplateLocalizationV1AdminParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WithContext

WithContext adds the context to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WithTemplateLanguage

WithTemplateLanguage adds the templateLanguage to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the delete template localization v1 admin params

func (*DeleteTemplateLocalizationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTemplateLocalizationV1AdminReader

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

DeleteTemplateLocalizationV1AdminReader is a Reader for the DeleteTemplateLocalizationV1Admin structure.

func (*DeleteTemplateLocalizationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTemplateLocalizationV1AdminUnauthorized

type DeleteTemplateLocalizationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

DeleteTemplateLocalizationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteTemplateLocalizationV1AdminUnauthorized

func NewDeleteTemplateLocalizationV1AdminUnauthorized() *DeleteTemplateLocalizationV1AdminUnauthorized

NewDeleteTemplateLocalizationV1AdminUnauthorized creates a DeleteTemplateLocalizationV1AdminUnauthorized with default headers values

func (*DeleteTemplateLocalizationV1AdminUnauthorized) Error

func (*DeleteTemplateLocalizationV1AdminUnauthorized) GetPayload

func (*DeleteTemplateLocalizationV1AdminUnauthorized) ToJSONString added in v0.25.0

type DeleteTemplateSlugBadRequest

type DeleteTemplateSlugBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateSlugBadRequest handles this case with default header values.

Bad Request

func NewDeleteTemplateSlugBadRequest

func NewDeleteTemplateSlugBadRequest() *DeleteTemplateSlugBadRequest

NewDeleteTemplateSlugBadRequest creates a DeleteTemplateSlugBadRequest with default headers values

func (*DeleteTemplateSlugBadRequest) Error

func (*DeleteTemplateSlugBadRequest) GetPayload

func (*DeleteTemplateSlugBadRequest) ToJSONString added in v0.25.0

func (o *DeleteTemplateSlugBadRequest) ToJSONString() string

type DeleteTemplateSlugForbidden

type DeleteTemplateSlugForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateSlugForbidden handles this case with default header values.

Forbidden

func NewDeleteTemplateSlugForbidden

func NewDeleteTemplateSlugForbidden() *DeleteTemplateSlugForbidden

NewDeleteTemplateSlugForbidden creates a DeleteTemplateSlugForbidden with default headers values

func (*DeleteTemplateSlugForbidden) Error

func (*DeleteTemplateSlugForbidden) GetPayload

func (*DeleteTemplateSlugForbidden) ToJSONString added in v0.25.0

func (o *DeleteTemplateSlugForbidden) ToJSONString() string

type DeleteTemplateSlugNoContent

type DeleteTemplateSlugNoContent struct {
}

DeleteTemplateSlugNoContent handles this case with default header values.

No Content

func NewDeleteTemplateSlugNoContent

func NewDeleteTemplateSlugNoContent() *DeleteTemplateSlugNoContent

NewDeleteTemplateSlugNoContent creates a DeleteTemplateSlugNoContent with default headers values

func (*DeleteTemplateSlugNoContent) Error

type DeleteTemplateSlugNotFound

type DeleteTemplateSlugNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateSlugNotFound handles this case with default header values.

Not Found

func NewDeleteTemplateSlugNotFound

func NewDeleteTemplateSlugNotFound() *DeleteTemplateSlugNotFound

NewDeleteTemplateSlugNotFound creates a DeleteTemplateSlugNotFound with default headers values

func (*DeleteTemplateSlugNotFound) Error

func (*DeleteTemplateSlugNotFound) GetPayload

func (*DeleteTemplateSlugNotFound) ToJSONString added in v0.25.0

func (o *DeleteTemplateSlugNotFound) ToJSONString() string

type DeleteTemplateSlugParams

type DeleteTemplateSlugParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

DeleteTemplateSlugParams contains all the parameters to send to the API endpoint for the delete template slug operation typically these are written to a http.Request

func NewDeleteTemplateSlugParams

func NewDeleteTemplateSlugParams() *DeleteTemplateSlugParams

NewDeleteTemplateSlugParams creates a new DeleteTemplateSlugParams object with the default values initialized.

func NewDeleteTemplateSlugParamsWithContext

func NewDeleteTemplateSlugParamsWithContext(ctx context.Context) *DeleteTemplateSlugParams

NewDeleteTemplateSlugParamsWithContext creates a new DeleteTemplateSlugParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteTemplateSlugParamsWithHTTPClient

func NewDeleteTemplateSlugParamsWithHTTPClient(client *http.Client) *DeleteTemplateSlugParams

NewDeleteTemplateSlugParamsWithHTTPClient creates a new DeleteTemplateSlugParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteTemplateSlugParamsWithTimeout

func NewDeleteTemplateSlugParamsWithTimeout(timeout time.Duration) *DeleteTemplateSlugParams

NewDeleteTemplateSlugParamsWithTimeout creates a new DeleteTemplateSlugParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteTemplateSlugParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteTemplateSlugParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete template slug params

func (*DeleteTemplateSlugParams) SetContext

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

SetContext adds the context to the delete template slug params

func (*DeleteTemplateSlugParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete template slug params

func (*DeleteTemplateSlugParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteTemplateSlugParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete template slug params

func (*DeleteTemplateSlugParams) SetNamespace

func (o *DeleteTemplateSlugParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete template slug params

func (*DeleteTemplateSlugParams) SetTemplateSlug

func (o *DeleteTemplateSlugParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the delete template slug params

func (*DeleteTemplateSlugParams) SetTimeout

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

SetTimeout adds the timeout to the delete template slug params

func (*DeleteTemplateSlugParams) WithContext

WithContext adds the context to the delete template slug params

func (*DeleteTemplateSlugParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete template slug params

func (*DeleteTemplateSlugParams) WithNamespace

func (o *DeleteTemplateSlugParams) WithNamespace(namespace string) *DeleteTemplateSlugParams

WithNamespace adds the namespace to the delete template slug params

func (*DeleteTemplateSlugParams) WithTemplateSlug

func (o *DeleteTemplateSlugParams) WithTemplateSlug(templateSlug string) *DeleteTemplateSlugParams

WithTemplateSlug adds the templateSlug to the delete template slug params

func (*DeleteTemplateSlugParams) WithTimeout

WithTimeout adds the timeout to the delete template slug params

func (*DeleteTemplateSlugParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTemplateSlugReader

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

DeleteTemplateSlugReader is a Reader for the DeleteTemplateSlug structure.

func (*DeleteTemplateSlugReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTemplateSlugUnauthorized

type DeleteTemplateSlugUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTemplateSlugUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteTemplateSlugUnauthorized

func NewDeleteTemplateSlugUnauthorized() *DeleteTemplateSlugUnauthorized

NewDeleteTemplateSlugUnauthorized creates a DeleteTemplateSlugUnauthorized with default headers values

func (*DeleteTemplateSlugUnauthorized) Error

func (*DeleteTemplateSlugUnauthorized) GetPayload

func (*DeleteTemplateSlugUnauthorized) ToJSONString added in v0.25.0

func (o *DeleteTemplateSlugUnauthorized) ToJSONString() string

type DeleteTopicByTopicNameForbidden

type DeleteTopicByTopicNameForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTopicByTopicNameForbidden handles this case with default header values.

Forbidden

func NewDeleteTopicByTopicNameForbidden

func NewDeleteTopicByTopicNameForbidden() *DeleteTopicByTopicNameForbidden

NewDeleteTopicByTopicNameForbidden creates a DeleteTopicByTopicNameForbidden with default headers values

func (*DeleteTopicByTopicNameForbidden) Error

func (*DeleteTopicByTopicNameForbidden) GetPayload

func (*DeleteTopicByTopicNameForbidden) ToJSONString added in v0.25.0

func (o *DeleteTopicByTopicNameForbidden) ToJSONString() string

type DeleteTopicByTopicNameInternalServerError

type DeleteTopicByTopicNameInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTopicByTopicNameInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteTopicByTopicNameInternalServerError

func NewDeleteTopicByTopicNameInternalServerError() *DeleteTopicByTopicNameInternalServerError

NewDeleteTopicByTopicNameInternalServerError creates a DeleteTopicByTopicNameInternalServerError with default headers values

func (*DeleteTopicByTopicNameInternalServerError) Error

func (*DeleteTopicByTopicNameInternalServerError) GetPayload

func (*DeleteTopicByTopicNameInternalServerError) ToJSONString added in v0.25.0

type DeleteTopicByTopicNameNoContent

type DeleteTopicByTopicNameNoContent struct {
}

DeleteTopicByTopicNameNoContent handles this case with default header values.

No Content

func NewDeleteTopicByTopicNameNoContent

func NewDeleteTopicByTopicNameNoContent() *DeleteTopicByTopicNameNoContent

NewDeleteTopicByTopicNameNoContent creates a DeleteTopicByTopicNameNoContent with default headers values

func (*DeleteTopicByTopicNameNoContent) Error

type DeleteTopicByTopicNameNotFound

type DeleteTopicByTopicNameNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTopicByTopicNameNotFound handles this case with default header values.

Not Found

func NewDeleteTopicByTopicNameNotFound

func NewDeleteTopicByTopicNameNotFound() *DeleteTopicByTopicNameNotFound

NewDeleteTopicByTopicNameNotFound creates a DeleteTopicByTopicNameNotFound with default headers values

func (*DeleteTopicByTopicNameNotFound) Error

func (*DeleteTopicByTopicNameNotFound) GetPayload

func (*DeleteTopicByTopicNameNotFound) ToJSONString added in v0.25.0

func (o *DeleteTopicByTopicNameNotFound) ToJSONString() string

type DeleteTopicByTopicNameParams

type DeleteTopicByTopicNameParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Topic
	  topic name

	*/
	Topic string

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

DeleteTopicByTopicNameParams contains all the parameters to send to the API endpoint for the delete topic by topic name operation typically these are written to a http.Request

func NewDeleteTopicByTopicNameParams

func NewDeleteTopicByTopicNameParams() *DeleteTopicByTopicNameParams

NewDeleteTopicByTopicNameParams creates a new DeleteTopicByTopicNameParams object with the default values initialized.

func NewDeleteTopicByTopicNameParamsWithContext

func NewDeleteTopicByTopicNameParamsWithContext(ctx context.Context) *DeleteTopicByTopicNameParams

NewDeleteTopicByTopicNameParamsWithContext creates a new DeleteTopicByTopicNameParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteTopicByTopicNameParamsWithHTTPClient

func NewDeleteTopicByTopicNameParamsWithHTTPClient(client *http.Client) *DeleteTopicByTopicNameParams

NewDeleteTopicByTopicNameParamsWithHTTPClient creates a new DeleteTopicByTopicNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteTopicByTopicNameParamsWithTimeout

func NewDeleteTopicByTopicNameParamsWithTimeout(timeout time.Duration) *DeleteTopicByTopicNameParams

NewDeleteTopicByTopicNameParamsWithTimeout creates a new DeleteTopicByTopicNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteTopicByTopicNameParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteTopicByTopicNameParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) SetContext

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

SetContext adds the context to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteTopicByTopicNameParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) SetNamespace

func (o *DeleteTopicByTopicNameParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) SetTopic

func (o *DeleteTopicByTopicNameParams) SetTopic(topic string)

SetTopic adds the topic to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) WithContext

WithContext adds the context to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) WithNamespace

WithNamespace adds the namespace to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) WithTimeout

WithTimeout adds the timeout to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) WithTopic

WithTopic adds the topic to the delete topic by topic name params

func (*DeleteTopicByTopicNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTopicByTopicNameReader

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

DeleteTopicByTopicNameReader is a Reader for the DeleteTopicByTopicName structure.

func (*DeleteTopicByTopicNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTopicByTopicNameUnauthorized

type DeleteTopicByTopicNameUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

DeleteTopicByTopicNameUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteTopicByTopicNameUnauthorized

func NewDeleteTopicByTopicNameUnauthorized() *DeleteTopicByTopicNameUnauthorized

NewDeleteTopicByTopicNameUnauthorized creates a DeleteTopicByTopicNameUnauthorized with default headers values

func (*DeleteTopicByTopicNameUnauthorized) Error

func (*DeleteTopicByTopicNameUnauthorized) GetPayload

func (*DeleteTopicByTopicNameUnauthorized) ToJSONString added in v0.25.0

func (o *DeleteTopicByTopicNameUnauthorized) ToJSONString() string

type FreeFormNotificationAccepted

type FreeFormNotificationAccepted struct {
}

FreeFormNotificationAccepted handles this case with default header values.

Accepted

func NewFreeFormNotificationAccepted

func NewFreeFormNotificationAccepted() *FreeFormNotificationAccepted

NewFreeFormNotificationAccepted creates a FreeFormNotificationAccepted with default headers values

func (*FreeFormNotificationAccepted) Error

type FreeFormNotificationBadRequest

type FreeFormNotificationBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationBadRequest handles this case with default header values.

Bad Request

func NewFreeFormNotificationBadRequest

func NewFreeFormNotificationBadRequest() *FreeFormNotificationBadRequest

NewFreeFormNotificationBadRequest creates a FreeFormNotificationBadRequest with default headers values

func (*FreeFormNotificationBadRequest) Error

func (*FreeFormNotificationBadRequest) GetPayload

func (*FreeFormNotificationBadRequest) ToJSONString added in v0.25.0

func (o *FreeFormNotificationBadRequest) ToJSONString() string

type FreeFormNotificationByUserIDBadRequest

type FreeFormNotificationByUserIDBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationByUserIDBadRequest handles this case with default header values.

Bad Request

func NewFreeFormNotificationByUserIDBadRequest

func NewFreeFormNotificationByUserIDBadRequest() *FreeFormNotificationByUserIDBadRequest

NewFreeFormNotificationByUserIDBadRequest creates a FreeFormNotificationByUserIDBadRequest with default headers values

func (*FreeFormNotificationByUserIDBadRequest) Error

func (*FreeFormNotificationByUserIDBadRequest) GetPayload

func (*FreeFormNotificationByUserIDBadRequest) ToJSONString added in v0.25.0

type FreeFormNotificationByUserIDForbidden

type FreeFormNotificationByUserIDForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationByUserIDForbidden handles this case with default header values.

Forbidden

func NewFreeFormNotificationByUserIDForbidden

func NewFreeFormNotificationByUserIDForbidden() *FreeFormNotificationByUserIDForbidden

NewFreeFormNotificationByUserIDForbidden creates a FreeFormNotificationByUserIDForbidden with default headers values

func (*FreeFormNotificationByUserIDForbidden) Error

func (*FreeFormNotificationByUserIDForbidden) GetPayload

func (*FreeFormNotificationByUserIDForbidden) ToJSONString added in v0.25.0

type FreeFormNotificationByUserIDNoContent

type FreeFormNotificationByUserIDNoContent struct {
}

FreeFormNotificationByUserIDNoContent handles this case with default header values.

No Content

func NewFreeFormNotificationByUserIDNoContent

func NewFreeFormNotificationByUserIDNoContent() *FreeFormNotificationByUserIDNoContent

NewFreeFormNotificationByUserIDNoContent creates a FreeFormNotificationByUserIDNoContent with default headers values

func (*FreeFormNotificationByUserIDNoContent) Error

type FreeFormNotificationByUserIDNotFound

type FreeFormNotificationByUserIDNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationByUserIDNotFound handles this case with default header values.

Not Found

func NewFreeFormNotificationByUserIDNotFound

func NewFreeFormNotificationByUserIDNotFound() *FreeFormNotificationByUserIDNotFound

NewFreeFormNotificationByUserIDNotFound creates a FreeFormNotificationByUserIDNotFound with default headers values

func (*FreeFormNotificationByUserIDNotFound) Error

func (*FreeFormNotificationByUserIDNotFound) GetPayload

func (*FreeFormNotificationByUserIDNotFound) ToJSONString added in v0.25.0

func (o *FreeFormNotificationByUserIDNotFound) ToJSONString() string

type FreeFormNotificationByUserIDParams

type FreeFormNotificationByUserIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

FreeFormNotificationByUserIDParams contains all the parameters to send to the API endpoint for the free form notification by user ID operation typically these are written to a http.Request

func NewFreeFormNotificationByUserIDParams

func NewFreeFormNotificationByUserIDParams() *FreeFormNotificationByUserIDParams

NewFreeFormNotificationByUserIDParams creates a new FreeFormNotificationByUserIDParams object with the default values initialized.

func NewFreeFormNotificationByUserIDParamsWithContext

func NewFreeFormNotificationByUserIDParamsWithContext(ctx context.Context) *FreeFormNotificationByUserIDParams

NewFreeFormNotificationByUserIDParamsWithContext creates a new FreeFormNotificationByUserIDParams object with the default values initialized, and the ability to set a context for a request

func NewFreeFormNotificationByUserIDParamsWithHTTPClient

func NewFreeFormNotificationByUserIDParamsWithHTTPClient(client *http.Client) *FreeFormNotificationByUserIDParams

NewFreeFormNotificationByUserIDParamsWithHTTPClient creates a new FreeFormNotificationByUserIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewFreeFormNotificationByUserIDParamsWithTimeout

func NewFreeFormNotificationByUserIDParamsWithTimeout(timeout time.Duration) *FreeFormNotificationByUserIDParams

NewFreeFormNotificationByUserIDParamsWithTimeout creates a new FreeFormNotificationByUserIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*FreeFormNotificationByUserIDParams) SetAuthInfoWriter added in v0.17.0

func (o *FreeFormNotificationByUserIDParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetBody

SetBody adds the body to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetContext

SetContext adds the context to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetHTTPClientTransport added in v0.19.0

func (o *FreeFormNotificationByUserIDParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetNamespace

func (o *FreeFormNotificationByUserIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetTimeout

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

SetTimeout adds the timeout to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) SetUserID

func (o *FreeFormNotificationByUserIDParams) SetUserID(userID string)

SetUserID adds the userId to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WithBody

WithBody adds the body to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WithContext

WithContext adds the context to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WithNamespace

WithNamespace adds the namespace to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WithTimeout

WithTimeout adds the timeout to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WithUserID

WithUserID adds the userID to the free form notification by user ID params

func (*FreeFormNotificationByUserIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FreeFormNotificationByUserIDReader

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

FreeFormNotificationByUserIDReader is a Reader for the FreeFormNotificationByUserID structure.

func (*FreeFormNotificationByUserIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FreeFormNotificationByUserIDUnauthorized

type FreeFormNotificationByUserIDUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationByUserIDUnauthorized handles this case with default header values.

Unauthorized

func NewFreeFormNotificationByUserIDUnauthorized

func NewFreeFormNotificationByUserIDUnauthorized() *FreeFormNotificationByUserIDUnauthorized

NewFreeFormNotificationByUserIDUnauthorized creates a FreeFormNotificationByUserIDUnauthorized with default headers values

func (*FreeFormNotificationByUserIDUnauthorized) Error

func (*FreeFormNotificationByUserIDUnauthorized) GetPayload

func (*FreeFormNotificationByUserIDUnauthorized) ToJSONString added in v0.25.0

type FreeFormNotificationForbidden

type FreeFormNotificationForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationForbidden handles this case with default header values.

Forbidden

func NewFreeFormNotificationForbidden

func NewFreeFormNotificationForbidden() *FreeFormNotificationForbidden

NewFreeFormNotificationForbidden creates a FreeFormNotificationForbidden with default headers values

func (*FreeFormNotificationForbidden) Error

func (*FreeFormNotificationForbidden) GetPayload

func (*FreeFormNotificationForbidden) ToJSONString added in v0.25.0

func (o *FreeFormNotificationForbidden) ToJSONString() string

type FreeFormNotificationNotFound

type FreeFormNotificationNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationNotFound handles this case with default header values.

Not Found

func NewFreeFormNotificationNotFound

func NewFreeFormNotificationNotFound() *FreeFormNotificationNotFound

NewFreeFormNotificationNotFound creates a FreeFormNotificationNotFound with default headers values

func (*FreeFormNotificationNotFound) Error

func (*FreeFormNotificationNotFound) GetPayload

func (*FreeFormNotificationNotFound) ToJSONString added in v0.25.0

func (o *FreeFormNotificationNotFound) ToJSONString() string

type FreeFormNotificationParams

type FreeFormNotificationParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequest
	/*Namespace
	  namespace

	*/
	Namespace string

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

FreeFormNotificationParams contains all the parameters to send to the API endpoint for the free form notification operation typically these are written to a http.Request

func NewFreeFormNotificationParams

func NewFreeFormNotificationParams() *FreeFormNotificationParams

NewFreeFormNotificationParams creates a new FreeFormNotificationParams object with the default values initialized.

func NewFreeFormNotificationParamsWithContext

func NewFreeFormNotificationParamsWithContext(ctx context.Context) *FreeFormNotificationParams

NewFreeFormNotificationParamsWithContext creates a new FreeFormNotificationParams object with the default values initialized, and the ability to set a context for a request

func NewFreeFormNotificationParamsWithHTTPClient

func NewFreeFormNotificationParamsWithHTTPClient(client *http.Client) *FreeFormNotificationParams

NewFreeFormNotificationParamsWithHTTPClient creates a new FreeFormNotificationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewFreeFormNotificationParamsWithTimeout

func NewFreeFormNotificationParamsWithTimeout(timeout time.Duration) *FreeFormNotificationParams

NewFreeFormNotificationParamsWithTimeout creates a new FreeFormNotificationParams object with the default values initialized, and the ability to set a timeout on a request

func (*FreeFormNotificationParams) SetAuthInfoWriter added in v0.17.0

func (o *FreeFormNotificationParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the free form notification params

func (*FreeFormNotificationParams) SetBody

SetBody adds the body to the free form notification params

func (*FreeFormNotificationParams) SetContext

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

SetContext adds the context to the free form notification params

func (*FreeFormNotificationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the free form notification params

func (*FreeFormNotificationParams) SetHTTPClientTransport added in v0.19.0

func (o *FreeFormNotificationParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the free form notification params

func (*FreeFormNotificationParams) SetNamespace

func (o *FreeFormNotificationParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the free form notification params

func (*FreeFormNotificationParams) SetTimeout

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

SetTimeout adds the timeout to the free form notification params

func (*FreeFormNotificationParams) WithBody

WithBody adds the body to the free form notification params

func (*FreeFormNotificationParams) WithContext

WithContext adds the context to the free form notification params

func (*FreeFormNotificationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the free form notification params

func (*FreeFormNotificationParams) WithNamespace

func (o *FreeFormNotificationParams) WithNamespace(namespace string) *FreeFormNotificationParams

WithNamespace adds the namespace to the free form notification params

func (*FreeFormNotificationParams) WithTimeout

WithTimeout adds the timeout to the free form notification params

func (*FreeFormNotificationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FreeFormNotificationReader

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

FreeFormNotificationReader is a Reader for the FreeFormNotification structure.

func (*FreeFormNotificationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FreeFormNotificationUnauthorized

type FreeFormNotificationUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

FreeFormNotificationUnauthorized handles this case with default header values.

Unauthorized

func NewFreeFormNotificationUnauthorized

func NewFreeFormNotificationUnauthorized() *FreeFormNotificationUnauthorized

NewFreeFormNotificationUnauthorized creates a FreeFormNotificationUnauthorized with default headers values

func (*FreeFormNotificationUnauthorized) Error

func (*FreeFormNotificationUnauthorized) GetPayload

func (*FreeFormNotificationUnauthorized) ToJSONString added in v0.25.0

func (o *FreeFormNotificationUnauthorized) ToJSONString() string

type GetAllNotificationTemplatesV1AdminBadRequest

type GetAllNotificationTemplatesV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTemplatesV1AdminBadRequest handles this case with default header values.

Bad Request

func NewGetAllNotificationTemplatesV1AdminBadRequest

func NewGetAllNotificationTemplatesV1AdminBadRequest() *GetAllNotificationTemplatesV1AdminBadRequest

NewGetAllNotificationTemplatesV1AdminBadRequest creates a GetAllNotificationTemplatesV1AdminBadRequest with default headers values

func (*GetAllNotificationTemplatesV1AdminBadRequest) Error

func (*GetAllNotificationTemplatesV1AdminBadRequest) GetPayload

func (*GetAllNotificationTemplatesV1AdminBadRequest) ToJSONString added in v0.25.0

type GetAllNotificationTemplatesV1AdminForbidden

type GetAllNotificationTemplatesV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTemplatesV1AdminForbidden handles this case with default header values.

Forbidden

func NewGetAllNotificationTemplatesV1AdminForbidden

func NewGetAllNotificationTemplatesV1AdminForbidden() *GetAllNotificationTemplatesV1AdminForbidden

NewGetAllNotificationTemplatesV1AdminForbidden creates a GetAllNotificationTemplatesV1AdminForbidden with default headers values

func (*GetAllNotificationTemplatesV1AdminForbidden) Error

func (*GetAllNotificationTemplatesV1AdminForbidden) GetPayload

func (*GetAllNotificationTemplatesV1AdminForbidden) ToJSONString added in v0.25.0

type GetAllNotificationTemplatesV1AdminInternalServerError

type GetAllNotificationTemplatesV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTemplatesV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAllNotificationTemplatesV1AdminInternalServerError

func NewGetAllNotificationTemplatesV1AdminInternalServerError() *GetAllNotificationTemplatesV1AdminInternalServerError

NewGetAllNotificationTemplatesV1AdminInternalServerError creates a GetAllNotificationTemplatesV1AdminInternalServerError with default headers values

func (*GetAllNotificationTemplatesV1AdminInternalServerError) Error

func (*GetAllNotificationTemplatesV1AdminInternalServerError) GetPayload

func (*GetAllNotificationTemplatesV1AdminInternalServerError) ToJSONString added in v0.25.0

type GetAllNotificationTemplatesV1AdminNotFound

type GetAllNotificationTemplatesV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTemplatesV1AdminNotFound handles this case with default header values.

Not Found

func NewGetAllNotificationTemplatesV1AdminNotFound

func NewGetAllNotificationTemplatesV1AdminNotFound() *GetAllNotificationTemplatesV1AdminNotFound

NewGetAllNotificationTemplatesV1AdminNotFound creates a GetAllNotificationTemplatesV1AdminNotFound with default headers values

func (*GetAllNotificationTemplatesV1AdminNotFound) Error

func (*GetAllNotificationTemplatesV1AdminNotFound) GetPayload

func (*GetAllNotificationTemplatesV1AdminNotFound) ToJSONString added in v0.25.0

type GetAllNotificationTemplatesV1AdminOK

type GetAllNotificationTemplatesV1AdminOK struct {
	Payload []*lobbyclientmodels.ModelNotificationTemplateResponse
}

GetAllNotificationTemplatesV1AdminOK handles this case with default header values.

OK

func NewGetAllNotificationTemplatesV1AdminOK

func NewGetAllNotificationTemplatesV1AdminOK() *GetAllNotificationTemplatesV1AdminOK

NewGetAllNotificationTemplatesV1AdminOK creates a GetAllNotificationTemplatesV1AdminOK with default headers values

func (*GetAllNotificationTemplatesV1AdminOK) Error

func (*GetAllNotificationTemplatesV1AdminOK) GetPayload

func (*GetAllNotificationTemplatesV1AdminOK) ToJSONString added in v0.25.0

func (o *GetAllNotificationTemplatesV1AdminOK) ToJSONString() string

type GetAllNotificationTemplatesV1AdminParams

type GetAllNotificationTemplatesV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string

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

GetAllNotificationTemplatesV1AdminParams contains all the parameters to send to the API endpoint for the get all notification templates v1 admin operation typically these are written to a http.Request

func NewGetAllNotificationTemplatesV1AdminParams

func NewGetAllNotificationTemplatesV1AdminParams() *GetAllNotificationTemplatesV1AdminParams

NewGetAllNotificationTemplatesV1AdminParams creates a new GetAllNotificationTemplatesV1AdminParams object with the default values initialized.

func NewGetAllNotificationTemplatesV1AdminParamsWithContext

func NewGetAllNotificationTemplatesV1AdminParamsWithContext(ctx context.Context) *GetAllNotificationTemplatesV1AdminParams

NewGetAllNotificationTemplatesV1AdminParamsWithContext creates a new GetAllNotificationTemplatesV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllNotificationTemplatesV1AdminParamsWithHTTPClient

func NewGetAllNotificationTemplatesV1AdminParamsWithHTTPClient(client *http.Client) *GetAllNotificationTemplatesV1AdminParams

NewGetAllNotificationTemplatesV1AdminParamsWithHTTPClient creates a new GetAllNotificationTemplatesV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllNotificationTemplatesV1AdminParamsWithTimeout

func NewGetAllNotificationTemplatesV1AdminParamsWithTimeout(timeout time.Duration) *GetAllNotificationTemplatesV1AdminParams

NewGetAllNotificationTemplatesV1AdminParamsWithTimeout creates a new GetAllNotificationTemplatesV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllNotificationTemplatesV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *GetAllNotificationTemplatesV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) SetContext

SetContext adds the context to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *GetAllNotificationTemplatesV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) SetNamespace

func (o *GetAllNotificationTemplatesV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) SetTimeout

SetTimeout adds the timeout to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) WithContext

WithContext adds the context to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) WithNamespace

WithNamespace adds the namespace to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) WithTimeout

WithTimeout adds the timeout to the get all notification templates v1 admin params

func (*GetAllNotificationTemplatesV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllNotificationTemplatesV1AdminReader

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

GetAllNotificationTemplatesV1AdminReader is a Reader for the GetAllNotificationTemplatesV1Admin structure.

func (*GetAllNotificationTemplatesV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllNotificationTemplatesV1AdminUnauthorized

type GetAllNotificationTemplatesV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTemplatesV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewGetAllNotificationTemplatesV1AdminUnauthorized

func NewGetAllNotificationTemplatesV1AdminUnauthorized() *GetAllNotificationTemplatesV1AdminUnauthorized

NewGetAllNotificationTemplatesV1AdminUnauthorized creates a GetAllNotificationTemplatesV1AdminUnauthorized with default headers values

func (*GetAllNotificationTemplatesV1AdminUnauthorized) Error

func (*GetAllNotificationTemplatesV1AdminUnauthorized) GetPayload

func (*GetAllNotificationTemplatesV1AdminUnauthorized) ToJSONString added in v0.25.0

type GetAllNotificationTopicsV1AdminForbidden

type GetAllNotificationTopicsV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTopicsV1AdminForbidden handles this case with default header values.

Forbidden

func NewGetAllNotificationTopicsV1AdminForbidden

func NewGetAllNotificationTopicsV1AdminForbidden() *GetAllNotificationTopicsV1AdminForbidden

NewGetAllNotificationTopicsV1AdminForbidden creates a GetAllNotificationTopicsV1AdminForbidden with default headers values

func (*GetAllNotificationTopicsV1AdminForbidden) Error

func (*GetAllNotificationTopicsV1AdminForbidden) GetPayload

func (*GetAllNotificationTopicsV1AdminForbidden) ToJSONString added in v0.25.0

type GetAllNotificationTopicsV1AdminInternalServerError

type GetAllNotificationTopicsV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTopicsV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAllNotificationTopicsV1AdminInternalServerError

func NewGetAllNotificationTopicsV1AdminInternalServerError() *GetAllNotificationTopicsV1AdminInternalServerError

NewGetAllNotificationTopicsV1AdminInternalServerError creates a GetAllNotificationTopicsV1AdminInternalServerError with default headers values

func (*GetAllNotificationTopicsV1AdminInternalServerError) Error

func (*GetAllNotificationTopicsV1AdminInternalServerError) GetPayload

func (*GetAllNotificationTopicsV1AdminInternalServerError) ToJSONString added in v0.25.0

type GetAllNotificationTopicsV1AdminNotFound

type GetAllNotificationTopicsV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTopicsV1AdminNotFound handles this case with default header values.

Not Found

func NewGetAllNotificationTopicsV1AdminNotFound

func NewGetAllNotificationTopicsV1AdminNotFound() *GetAllNotificationTopicsV1AdminNotFound

NewGetAllNotificationTopicsV1AdminNotFound creates a GetAllNotificationTopicsV1AdminNotFound with default headers values

func (*GetAllNotificationTopicsV1AdminNotFound) Error

func (*GetAllNotificationTopicsV1AdminNotFound) GetPayload

func (*GetAllNotificationTopicsV1AdminNotFound) ToJSONString added in v0.25.0

type GetAllNotificationTopicsV1AdminOK

type GetAllNotificationTopicsV1AdminOK struct {
	Payload *lobbyclientmodels.ModelGetAllNotificationTopicsResponse
}

GetAllNotificationTopicsV1AdminOK handles this case with default header values.

OK

func NewGetAllNotificationTopicsV1AdminOK

func NewGetAllNotificationTopicsV1AdminOK() *GetAllNotificationTopicsV1AdminOK

NewGetAllNotificationTopicsV1AdminOK creates a GetAllNotificationTopicsV1AdminOK with default headers values

func (*GetAllNotificationTopicsV1AdminOK) Error

func (*GetAllNotificationTopicsV1AdminOK) GetPayload

func (*GetAllNotificationTopicsV1AdminOK) ToJSONString added in v0.25.0

func (o *GetAllNotificationTopicsV1AdminOK) ToJSONString() string

type GetAllNotificationTopicsV1AdminParams

type GetAllNotificationTopicsV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*After
	  last topic name of previous page

	*/
	After *string
	/*Before
	  first topic name of next page

	*/
	Before *string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Namespace
	  namespace

	*/
	Namespace string

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

GetAllNotificationTopicsV1AdminParams contains all the parameters to send to the API endpoint for the get all notification topics v1 admin operation typically these are written to a http.Request

func NewGetAllNotificationTopicsV1AdminParams

func NewGetAllNotificationTopicsV1AdminParams() *GetAllNotificationTopicsV1AdminParams

NewGetAllNotificationTopicsV1AdminParams creates a new GetAllNotificationTopicsV1AdminParams object with the default values initialized.

func NewGetAllNotificationTopicsV1AdminParamsWithContext

func NewGetAllNotificationTopicsV1AdminParamsWithContext(ctx context.Context) *GetAllNotificationTopicsV1AdminParams

NewGetAllNotificationTopicsV1AdminParamsWithContext creates a new GetAllNotificationTopicsV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllNotificationTopicsV1AdminParamsWithHTTPClient

func NewGetAllNotificationTopicsV1AdminParamsWithHTTPClient(client *http.Client) *GetAllNotificationTopicsV1AdminParams

NewGetAllNotificationTopicsV1AdminParamsWithHTTPClient creates a new GetAllNotificationTopicsV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllNotificationTopicsV1AdminParamsWithTimeout

func NewGetAllNotificationTopicsV1AdminParamsWithTimeout(timeout time.Duration) *GetAllNotificationTopicsV1AdminParams

NewGetAllNotificationTopicsV1AdminParamsWithTimeout creates a new GetAllNotificationTopicsV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllNotificationTopicsV1AdminParams) SetAfter

func (o *GetAllNotificationTopicsV1AdminParams) SetAfter(after *string)

SetAfter adds the after to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *GetAllNotificationTopicsV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetBefore

func (o *GetAllNotificationTopicsV1AdminParams) SetBefore(before *string)

SetBefore adds the before to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetContext

SetContext adds the context to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *GetAllNotificationTopicsV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetLimit

func (o *GetAllNotificationTopicsV1AdminParams) SetLimit(limit *int64)

SetLimit adds the limit to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetNamespace

func (o *GetAllNotificationTopicsV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithAfter

WithAfter adds the after to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithBefore

WithBefore adds the before to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithContext

WithContext adds the context to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithLimit

WithLimit adds the limit to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithNamespace

WithNamespace adds the namespace to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WithTimeout

WithTimeout adds the timeout to the get all notification topics v1 admin params

func (*GetAllNotificationTopicsV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllNotificationTopicsV1AdminReader

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

GetAllNotificationTopicsV1AdminReader is a Reader for the GetAllNotificationTopicsV1Admin structure.

func (*GetAllNotificationTopicsV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllNotificationTopicsV1AdminUnauthorized

type GetAllNotificationTopicsV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetAllNotificationTopicsV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewGetAllNotificationTopicsV1AdminUnauthorized

func NewGetAllNotificationTopicsV1AdminUnauthorized() *GetAllNotificationTopicsV1AdminUnauthorized

NewGetAllNotificationTopicsV1AdminUnauthorized creates a GetAllNotificationTopicsV1AdminUnauthorized with default headers values

func (*GetAllNotificationTopicsV1AdminUnauthorized) Error

func (*GetAllNotificationTopicsV1AdminUnauthorized) GetPayload

func (*GetAllNotificationTopicsV1AdminUnauthorized) ToJSONString added in v0.25.0

type GetGameTemplateBadRequest

type GetGameTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetGameTemplateBadRequest handles this case with default header values.

Bad Request

func NewGetGameTemplateBadRequest

func NewGetGameTemplateBadRequest() *GetGameTemplateBadRequest

NewGetGameTemplateBadRequest creates a GetGameTemplateBadRequest with default headers values

func (*GetGameTemplateBadRequest) Error

func (o *GetGameTemplateBadRequest) Error() string

func (*GetGameTemplateBadRequest) GetPayload

func (*GetGameTemplateBadRequest) ToJSONString added in v0.25.0

func (o *GetGameTemplateBadRequest) ToJSONString() string

type GetGameTemplateForbidden

type GetGameTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetGameTemplateForbidden handles this case with default header values.

Forbidden

func NewGetGameTemplateForbidden

func NewGetGameTemplateForbidden() *GetGameTemplateForbidden

NewGetGameTemplateForbidden creates a GetGameTemplateForbidden with default headers values

func (*GetGameTemplateForbidden) Error

func (o *GetGameTemplateForbidden) Error() string

func (*GetGameTemplateForbidden) GetPayload

func (*GetGameTemplateForbidden) ToJSONString added in v0.25.0

func (o *GetGameTemplateForbidden) ToJSONString() string

type GetGameTemplateNotFound

type GetGameTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetGameTemplateNotFound handles this case with default header values.

Not Found

func NewGetGameTemplateNotFound

func NewGetGameTemplateNotFound() *GetGameTemplateNotFound

NewGetGameTemplateNotFound creates a GetGameTemplateNotFound with default headers values

func (*GetGameTemplateNotFound) Error

func (o *GetGameTemplateNotFound) Error() string

func (*GetGameTemplateNotFound) GetPayload

func (*GetGameTemplateNotFound) ToJSONString added in v0.25.0

func (o *GetGameTemplateNotFound) ToJSONString() string

type GetGameTemplateOK

type GetGameTemplateOK struct {
	Payload []*lobbyclientmodels.ModelTemplateResponse
}

GetGameTemplateOK handles this case with default header values.

OK

func NewGetGameTemplateOK

func NewGetGameTemplateOK() *GetGameTemplateOK

NewGetGameTemplateOK creates a GetGameTemplateOK with default headers values

func (*GetGameTemplateOK) Error

func (o *GetGameTemplateOK) Error() string

func (*GetGameTemplateOK) GetPayload

func (*GetGameTemplateOK) ToJSONString added in v0.25.0

func (o *GetGameTemplateOK) ToJSONString() string

type GetGameTemplateParams

type GetGameTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string

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

GetGameTemplateParams contains all the parameters to send to the API endpoint for the get game template operation typically these are written to a http.Request

func NewGetGameTemplateParams

func NewGetGameTemplateParams() *GetGameTemplateParams

NewGetGameTemplateParams creates a new GetGameTemplateParams object with the default values initialized.

func NewGetGameTemplateParamsWithContext

func NewGetGameTemplateParamsWithContext(ctx context.Context) *GetGameTemplateParams

NewGetGameTemplateParamsWithContext creates a new GetGameTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewGetGameTemplateParamsWithHTTPClient

func NewGetGameTemplateParamsWithHTTPClient(client *http.Client) *GetGameTemplateParams

NewGetGameTemplateParamsWithHTTPClient creates a new GetGameTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetGameTemplateParamsWithTimeout

func NewGetGameTemplateParamsWithTimeout(timeout time.Duration) *GetGameTemplateParams

NewGetGameTemplateParamsWithTimeout creates a new GetGameTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetGameTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *GetGameTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get game template params

func (*GetGameTemplateParams) SetContext

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

SetContext adds the context to the get game template params

func (*GetGameTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get game template params

func (*GetGameTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *GetGameTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get game template params

func (*GetGameTemplateParams) SetNamespace

func (o *GetGameTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get game template params

func (*GetGameTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get game template params

func (*GetGameTemplateParams) WithContext

WithContext adds the context to the get game template params

func (*GetGameTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get game template params

func (*GetGameTemplateParams) WithNamespace

func (o *GetGameTemplateParams) WithNamespace(namespace string) *GetGameTemplateParams

WithNamespace adds the namespace to the get game template params

func (*GetGameTemplateParams) WithTimeout

func (o *GetGameTemplateParams) WithTimeout(timeout time.Duration) *GetGameTemplateParams

WithTimeout adds the timeout to the get game template params

func (*GetGameTemplateParams) WriteToRequest

func (o *GetGameTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGameTemplateReader

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

GetGameTemplateReader is a Reader for the GetGameTemplate structure.

func (*GetGameTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGameTemplateUnauthorized

type GetGameTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetGameTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewGetGameTemplateUnauthorized

func NewGetGameTemplateUnauthorized() *GetGameTemplateUnauthorized

NewGetGameTemplateUnauthorized creates a GetGameTemplateUnauthorized with default headers values

func (*GetGameTemplateUnauthorized) Error

func (*GetGameTemplateUnauthorized) GetPayload

func (*GetGameTemplateUnauthorized) ToJSONString added in v0.25.0

func (o *GetGameTemplateUnauthorized) ToJSONString() string

type GetLocalizationTemplateBadRequest

type GetLocalizationTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetLocalizationTemplateBadRequest handles this case with default header values.

Bad Request

func NewGetLocalizationTemplateBadRequest

func NewGetLocalizationTemplateBadRequest() *GetLocalizationTemplateBadRequest

NewGetLocalizationTemplateBadRequest creates a GetLocalizationTemplateBadRequest with default headers values

func (*GetLocalizationTemplateBadRequest) Error

func (*GetLocalizationTemplateBadRequest) GetPayload

func (*GetLocalizationTemplateBadRequest) ToJSONString added in v0.25.0

func (o *GetLocalizationTemplateBadRequest) ToJSONString() string

type GetLocalizationTemplateForbidden

type GetLocalizationTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetLocalizationTemplateForbidden handles this case with default header values.

Forbidden

func NewGetLocalizationTemplateForbidden

func NewGetLocalizationTemplateForbidden() *GetLocalizationTemplateForbidden

NewGetLocalizationTemplateForbidden creates a GetLocalizationTemplateForbidden with default headers values

func (*GetLocalizationTemplateForbidden) Error

func (*GetLocalizationTemplateForbidden) GetPayload

func (*GetLocalizationTemplateForbidden) ToJSONString added in v0.25.0

func (o *GetLocalizationTemplateForbidden) ToJSONString() string

type GetLocalizationTemplateNotFound

type GetLocalizationTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetLocalizationTemplateNotFound handles this case with default header values.

Not Found

func NewGetLocalizationTemplateNotFound

func NewGetLocalizationTemplateNotFound() *GetLocalizationTemplateNotFound

NewGetLocalizationTemplateNotFound creates a GetLocalizationTemplateNotFound with default headers values

func (*GetLocalizationTemplateNotFound) Error

func (*GetLocalizationTemplateNotFound) GetPayload

func (*GetLocalizationTemplateNotFound) ToJSONString added in v0.25.0

func (o *GetLocalizationTemplateNotFound) ToJSONString() string

type GetLocalizationTemplateOK

type GetLocalizationTemplateOK struct {
	Payload *lobbyclientmodels.ModelTemplateLocalization
}

GetLocalizationTemplateOK handles this case with default header values.

OK

func NewGetLocalizationTemplateOK

func NewGetLocalizationTemplateOK() *GetLocalizationTemplateOK

NewGetLocalizationTemplateOK creates a GetLocalizationTemplateOK with default headers values

func (*GetLocalizationTemplateOK) Error

func (o *GetLocalizationTemplateOK) Error() string

func (*GetLocalizationTemplateOK) GetPayload

func (*GetLocalizationTemplateOK) ToJSONString added in v0.25.0

func (o *GetLocalizationTemplateOK) ToJSONString() string

type GetLocalizationTemplateParams

type GetLocalizationTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language

	*/
	TemplateLanguage string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

GetLocalizationTemplateParams contains all the parameters to send to the API endpoint for the get localization template operation typically these are written to a http.Request

func NewGetLocalizationTemplateParams

func NewGetLocalizationTemplateParams() *GetLocalizationTemplateParams

NewGetLocalizationTemplateParams creates a new GetLocalizationTemplateParams object with the default values initialized.

func NewGetLocalizationTemplateParamsWithContext

func NewGetLocalizationTemplateParamsWithContext(ctx context.Context) *GetLocalizationTemplateParams

NewGetLocalizationTemplateParamsWithContext creates a new GetLocalizationTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewGetLocalizationTemplateParamsWithHTTPClient

func NewGetLocalizationTemplateParamsWithHTTPClient(client *http.Client) *GetLocalizationTemplateParams

NewGetLocalizationTemplateParamsWithHTTPClient creates a new GetLocalizationTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLocalizationTemplateParamsWithTimeout

func NewGetLocalizationTemplateParamsWithTimeout(timeout time.Duration) *GetLocalizationTemplateParams

NewGetLocalizationTemplateParamsWithTimeout creates a new GetLocalizationTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLocalizationTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *GetLocalizationTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get localization template params

func (*GetLocalizationTemplateParams) SetContext

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

SetContext adds the context to the get localization template params

func (*GetLocalizationTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get localization template params

func (*GetLocalizationTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *GetLocalizationTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get localization template params

func (*GetLocalizationTemplateParams) SetNamespace

func (o *GetLocalizationTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get localization template params

func (*GetLocalizationTemplateParams) SetTemplateLanguage

func (o *GetLocalizationTemplateParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the get localization template params

func (*GetLocalizationTemplateParams) SetTemplateSlug

func (o *GetLocalizationTemplateParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the get localization template params

func (*GetLocalizationTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get localization template params

func (*GetLocalizationTemplateParams) WithContext

WithContext adds the context to the get localization template params

func (*GetLocalizationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get localization template params

func (*GetLocalizationTemplateParams) WithNamespace

WithNamespace adds the namespace to the get localization template params

func (*GetLocalizationTemplateParams) WithTemplateLanguage

func (o *GetLocalizationTemplateParams) WithTemplateLanguage(templateLanguage string) *GetLocalizationTemplateParams

WithTemplateLanguage adds the templateLanguage to the get localization template params

func (*GetLocalizationTemplateParams) WithTemplateSlug

func (o *GetLocalizationTemplateParams) WithTemplateSlug(templateSlug string) *GetLocalizationTemplateParams

WithTemplateSlug adds the templateSlug to the get localization template params

func (*GetLocalizationTemplateParams) WithTimeout

WithTimeout adds the timeout to the get localization template params

func (*GetLocalizationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLocalizationTemplateReader

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

GetLocalizationTemplateReader is a Reader for the GetLocalizationTemplate structure.

func (*GetLocalizationTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLocalizationTemplateUnauthorized

type GetLocalizationTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetLocalizationTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewGetLocalizationTemplateUnauthorized

func NewGetLocalizationTemplateUnauthorized() *GetLocalizationTemplateUnauthorized

NewGetLocalizationTemplateUnauthorized creates a GetLocalizationTemplateUnauthorized with default headers values

func (*GetLocalizationTemplateUnauthorized) Error

func (*GetLocalizationTemplateUnauthorized) GetPayload

func (*GetLocalizationTemplateUnauthorized) ToJSONString added in v0.25.0

func (o *GetLocalizationTemplateUnauthorized) ToJSONString() string

type GetNotificationTopicV1AdminForbidden

type GetNotificationTopicV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetNotificationTopicV1AdminForbidden handles this case with default header values.

Forbidden

func NewGetNotificationTopicV1AdminForbidden

func NewGetNotificationTopicV1AdminForbidden() *GetNotificationTopicV1AdminForbidden

NewGetNotificationTopicV1AdminForbidden creates a GetNotificationTopicV1AdminForbidden with default headers values

func (*GetNotificationTopicV1AdminForbidden) Error

func (*GetNotificationTopicV1AdminForbidden) GetPayload

func (*GetNotificationTopicV1AdminForbidden) ToJSONString added in v0.25.0

func (o *GetNotificationTopicV1AdminForbidden) ToJSONString() string

type GetNotificationTopicV1AdminInternalServerError

type GetNotificationTopicV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetNotificationTopicV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewGetNotificationTopicV1AdminInternalServerError

func NewGetNotificationTopicV1AdminInternalServerError() *GetNotificationTopicV1AdminInternalServerError

NewGetNotificationTopicV1AdminInternalServerError creates a GetNotificationTopicV1AdminInternalServerError with default headers values

func (*GetNotificationTopicV1AdminInternalServerError) Error

func (*GetNotificationTopicV1AdminInternalServerError) GetPayload

func (*GetNotificationTopicV1AdminInternalServerError) ToJSONString added in v0.25.0

type GetNotificationTopicV1AdminNotFound

type GetNotificationTopicV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetNotificationTopicV1AdminNotFound handles this case with default header values.

Not Found

func NewGetNotificationTopicV1AdminNotFound

func NewGetNotificationTopicV1AdminNotFound() *GetNotificationTopicV1AdminNotFound

NewGetNotificationTopicV1AdminNotFound creates a GetNotificationTopicV1AdminNotFound with default headers values

func (*GetNotificationTopicV1AdminNotFound) Error

func (*GetNotificationTopicV1AdminNotFound) GetPayload

func (*GetNotificationTopicV1AdminNotFound) ToJSONString added in v0.25.0

func (o *GetNotificationTopicV1AdminNotFound) ToJSONString() string

type GetNotificationTopicV1AdminOK

type GetNotificationTopicV1AdminOK struct {
	Payload *lobbyclientmodels.ModelNotificationTopicResponseV1
}

GetNotificationTopicV1AdminOK handles this case with default header values.

OK

func NewGetNotificationTopicV1AdminOK

func NewGetNotificationTopicV1AdminOK() *GetNotificationTopicV1AdminOK

NewGetNotificationTopicV1AdminOK creates a GetNotificationTopicV1AdminOK with default headers values

func (*GetNotificationTopicV1AdminOK) Error

func (*GetNotificationTopicV1AdminOK) GetPayload

func (*GetNotificationTopicV1AdminOK) ToJSONString added in v0.25.0

func (o *GetNotificationTopicV1AdminOK) ToJSONString() string

type GetNotificationTopicV1AdminParams

type GetNotificationTopicV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TopicName
	  topic name

	*/
	TopicName string

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

GetNotificationTopicV1AdminParams contains all the parameters to send to the API endpoint for the get notification topic v1 admin operation typically these are written to a http.Request

func NewGetNotificationTopicV1AdminParams

func NewGetNotificationTopicV1AdminParams() *GetNotificationTopicV1AdminParams

NewGetNotificationTopicV1AdminParams creates a new GetNotificationTopicV1AdminParams object with the default values initialized.

func NewGetNotificationTopicV1AdminParamsWithContext

func NewGetNotificationTopicV1AdminParamsWithContext(ctx context.Context) *GetNotificationTopicV1AdminParams

NewGetNotificationTopicV1AdminParamsWithContext creates a new GetNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewGetNotificationTopicV1AdminParamsWithHTTPClient

func NewGetNotificationTopicV1AdminParamsWithHTTPClient(client *http.Client) *GetNotificationTopicV1AdminParams

NewGetNotificationTopicV1AdminParamsWithHTTPClient creates a new GetNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNotificationTopicV1AdminParamsWithTimeout

func NewGetNotificationTopicV1AdminParamsWithTimeout(timeout time.Duration) *GetNotificationTopicV1AdminParams

NewGetNotificationTopicV1AdminParamsWithTimeout creates a new GetNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNotificationTopicV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *GetNotificationTopicV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) SetContext

SetContext adds the context to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *GetNotificationTopicV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) SetNamespace

func (o *GetNotificationTopicV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) SetTopicName

func (o *GetNotificationTopicV1AdminParams) SetTopicName(topicName string)

SetTopicName adds the topicName to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) WithContext

WithContext adds the context to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) WithNamespace

WithNamespace adds the namespace to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) WithTimeout

WithTimeout adds the timeout to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) WithTopicName

WithTopicName adds the topicName to the get notification topic v1 admin params

func (*GetNotificationTopicV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNotificationTopicV1AdminReader

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

GetNotificationTopicV1AdminReader is a Reader for the GetNotificationTopicV1Admin structure.

func (*GetNotificationTopicV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNotificationTopicV1AdminUnauthorized

type GetNotificationTopicV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetNotificationTopicV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewGetNotificationTopicV1AdminUnauthorized

func NewGetNotificationTopicV1AdminUnauthorized() *GetNotificationTopicV1AdminUnauthorized

NewGetNotificationTopicV1AdminUnauthorized creates a GetNotificationTopicV1AdminUnauthorized with default headers values

func (*GetNotificationTopicV1AdminUnauthorized) Error

func (*GetNotificationTopicV1AdminUnauthorized) GetPayload

func (*GetNotificationTopicV1AdminUnauthorized) ToJSONString added in v0.25.0

type GetSingleTemplateLocalizationV1AdminForbidden

type GetSingleTemplateLocalizationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetSingleTemplateLocalizationV1AdminForbidden handles this case with default header values.

Forbidden

func NewGetSingleTemplateLocalizationV1AdminForbidden

func NewGetSingleTemplateLocalizationV1AdminForbidden() *GetSingleTemplateLocalizationV1AdminForbidden

NewGetSingleTemplateLocalizationV1AdminForbidden creates a GetSingleTemplateLocalizationV1AdminForbidden with default headers values

func (*GetSingleTemplateLocalizationV1AdminForbidden) Error

func (*GetSingleTemplateLocalizationV1AdminForbidden) GetPayload

func (*GetSingleTemplateLocalizationV1AdminForbidden) ToJSONString added in v0.25.0

type GetSingleTemplateLocalizationV1AdminInternalServerError

type GetSingleTemplateLocalizationV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetSingleTemplateLocalizationV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewGetSingleTemplateLocalizationV1AdminInternalServerError

func NewGetSingleTemplateLocalizationV1AdminInternalServerError() *GetSingleTemplateLocalizationV1AdminInternalServerError

NewGetSingleTemplateLocalizationV1AdminInternalServerError creates a GetSingleTemplateLocalizationV1AdminInternalServerError with default headers values

func (*GetSingleTemplateLocalizationV1AdminInternalServerError) Error

func (*GetSingleTemplateLocalizationV1AdminInternalServerError) GetPayload

func (*GetSingleTemplateLocalizationV1AdminInternalServerError) ToJSONString added in v0.25.0

type GetSingleTemplateLocalizationV1AdminNotFound

type GetSingleTemplateLocalizationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetSingleTemplateLocalizationV1AdminNotFound handles this case with default header values.

Not Found

func NewGetSingleTemplateLocalizationV1AdminNotFound

func NewGetSingleTemplateLocalizationV1AdminNotFound() *GetSingleTemplateLocalizationV1AdminNotFound

NewGetSingleTemplateLocalizationV1AdminNotFound creates a GetSingleTemplateLocalizationV1AdminNotFound with default headers values

func (*GetSingleTemplateLocalizationV1AdminNotFound) Error

func (*GetSingleTemplateLocalizationV1AdminNotFound) GetPayload

func (*GetSingleTemplateLocalizationV1AdminNotFound) ToJSONString added in v0.25.0

type GetSingleTemplateLocalizationV1AdminOK

type GetSingleTemplateLocalizationV1AdminOK struct {
	Payload *lobbyclientmodels.ModelLocalization
}

GetSingleTemplateLocalizationV1AdminOK handles this case with default header values.

OK

func NewGetSingleTemplateLocalizationV1AdminOK

func NewGetSingleTemplateLocalizationV1AdminOK() *GetSingleTemplateLocalizationV1AdminOK

NewGetSingleTemplateLocalizationV1AdminOK creates a GetSingleTemplateLocalizationV1AdminOK with default headers values

func (*GetSingleTemplateLocalizationV1AdminOK) Error

func (*GetSingleTemplateLocalizationV1AdminOK) GetPayload

func (*GetSingleTemplateLocalizationV1AdminOK) ToJSONString added in v0.25.0

type GetSingleTemplateLocalizationV1AdminParams

type GetSingleTemplateLocalizationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language, follows IETF BCP 47 standard

	*/
	TemplateLanguage string
	/*TemplateSlug
	  Template Identifier, only alphabet characters and hyphens are permitted

	*/
	TemplateSlug string

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

GetSingleTemplateLocalizationV1AdminParams contains all the parameters to send to the API endpoint for the get single template localization v1 admin operation typically these are written to a http.Request

func NewGetSingleTemplateLocalizationV1AdminParams

func NewGetSingleTemplateLocalizationV1AdminParams() *GetSingleTemplateLocalizationV1AdminParams

NewGetSingleTemplateLocalizationV1AdminParams creates a new GetSingleTemplateLocalizationV1AdminParams object with the default values initialized.

func NewGetSingleTemplateLocalizationV1AdminParamsWithContext

func NewGetSingleTemplateLocalizationV1AdminParamsWithContext(ctx context.Context) *GetSingleTemplateLocalizationV1AdminParams

NewGetSingleTemplateLocalizationV1AdminParamsWithContext creates a new GetSingleTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewGetSingleTemplateLocalizationV1AdminParamsWithHTTPClient

func NewGetSingleTemplateLocalizationV1AdminParamsWithHTTPClient(client *http.Client) *GetSingleTemplateLocalizationV1AdminParams

NewGetSingleTemplateLocalizationV1AdminParamsWithHTTPClient creates a new GetSingleTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSingleTemplateLocalizationV1AdminParamsWithTimeout

func NewGetSingleTemplateLocalizationV1AdminParamsWithTimeout(timeout time.Duration) *GetSingleTemplateLocalizationV1AdminParams

NewGetSingleTemplateLocalizationV1AdminParamsWithTimeout creates a new GetSingleTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSingleTemplateLocalizationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *GetSingleTemplateLocalizationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetContext

SetContext adds the context to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *GetSingleTemplateLocalizationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetNamespace

func (o *GetSingleTemplateLocalizationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetTemplateLanguage

func (o *GetSingleTemplateLocalizationV1AdminParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetTemplateSlug

func (o *GetSingleTemplateLocalizationV1AdminParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WithContext

WithContext adds the context to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WithTemplateLanguage

WithTemplateLanguage adds the templateLanguage to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the get single template localization v1 admin params

func (*GetSingleTemplateLocalizationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSingleTemplateLocalizationV1AdminReader

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

GetSingleTemplateLocalizationV1AdminReader is a Reader for the GetSingleTemplateLocalizationV1Admin structure.

func (*GetSingleTemplateLocalizationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSingleTemplateLocalizationV1AdminUnauthorized

type GetSingleTemplateLocalizationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetSingleTemplateLocalizationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewGetSingleTemplateLocalizationV1AdminUnauthorized

func NewGetSingleTemplateLocalizationV1AdminUnauthorized() *GetSingleTemplateLocalizationV1AdminUnauthorized

NewGetSingleTemplateLocalizationV1AdminUnauthorized creates a GetSingleTemplateLocalizationV1AdminUnauthorized with default headers values

func (*GetSingleTemplateLocalizationV1AdminUnauthorized) Error

func (*GetSingleTemplateLocalizationV1AdminUnauthorized) GetPayload

func (*GetSingleTemplateLocalizationV1AdminUnauthorized) ToJSONString added in v0.25.0

type GetSlugTemplateBadRequest

type GetSlugTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetSlugTemplateBadRequest handles this case with default header values.

Bad Request

func NewGetSlugTemplateBadRequest

func NewGetSlugTemplateBadRequest() *GetSlugTemplateBadRequest

NewGetSlugTemplateBadRequest creates a GetSlugTemplateBadRequest with default headers values

func (*GetSlugTemplateBadRequest) Error

func (o *GetSlugTemplateBadRequest) Error() string

func (*GetSlugTemplateBadRequest) GetPayload

func (*GetSlugTemplateBadRequest) ToJSONString added in v0.25.0

func (o *GetSlugTemplateBadRequest) ToJSONString() string

type GetSlugTemplateForbidden

type GetSlugTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetSlugTemplateForbidden handles this case with default header values.

Forbidden

func NewGetSlugTemplateForbidden

func NewGetSlugTemplateForbidden() *GetSlugTemplateForbidden

NewGetSlugTemplateForbidden creates a GetSlugTemplateForbidden with default headers values

func (*GetSlugTemplateForbidden) Error

func (o *GetSlugTemplateForbidden) Error() string

func (*GetSlugTemplateForbidden) GetPayload

func (*GetSlugTemplateForbidden) ToJSONString added in v0.25.0

func (o *GetSlugTemplateForbidden) ToJSONString() string

type GetSlugTemplateNotFound

type GetSlugTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetSlugTemplateNotFound handles this case with default header values.

Not Found

func NewGetSlugTemplateNotFound

func NewGetSlugTemplateNotFound() *GetSlugTemplateNotFound

NewGetSlugTemplateNotFound creates a GetSlugTemplateNotFound with default headers values

func (*GetSlugTemplateNotFound) Error

func (o *GetSlugTemplateNotFound) Error() string

func (*GetSlugTemplateNotFound) GetPayload

func (*GetSlugTemplateNotFound) ToJSONString added in v0.25.0

func (o *GetSlugTemplateNotFound) ToJSONString() string

type GetSlugTemplateOK

type GetSlugTemplateOK struct {
	Payload *lobbyclientmodels.ModelTemplateLocalizationResponse
}

GetSlugTemplateOK handles this case with default header values.

OK

func NewGetSlugTemplateOK

func NewGetSlugTemplateOK() *GetSlugTemplateOK

NewGetSlugTemplateOK creates a GetSlugTemplateOK with default headers values

func (*GetSlugTemplateOK) Error

func (o *GetSlugTemplateOK) Error() string

func (*GetSlugTemplateOK) GetPayload

func (*GetSlugTemplateOK) ToJSONString added in v0.25.0

func (o *GetSlugTemplateOK) ToJSONString() string

type GetSlugTemplateParams

type GetSlugTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*After
	  last language code of previous page

	*/
	After *string
	/*Before
	  first language code of next page

	*/
	Before *string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

GetSlugTemplateParams contains all the parameters to send to the API endpoint for the get slug template operation typically these are written to a http.Request

func NewGetSlugTemplateParams

func NewGetSlugTemplateParams() *GetSlugTemplateParams

NewGetSlugTemplateParams creates a new GetSlugTemplateParams object with the default values initialized.

func NewGetSlugTemplateParamsWithContext

func NewGetSlugTemplateParamsWithContext(ctx context.Context) *GetSlugTemplateParams

NewGetSlugTemplateParamsWithContext creates a new GetSlugTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewGetSlugTemplateParamsWithHTTPClient

func NewGetSlugTemplateParamsWithHTTPClient(client *http.Client) *GetSlugTemplateParams

NewGetSlugTemplateParamsWithHTTPClient creates a new GetSlugTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSlugTemplateParamsWithTimeout

func NewGetSlugTemplateParamsWithTimeout(timeout time.Duration) *GetSlugTemplateParams

NewGetSlugTemplateParamsWithTimeout creates a new GetSlugTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSlugTemplateParams) SetAfter

func (o *GetSlugTemplateParams) SetAfter(after *string)

SetAfter adds the after to the get slug template params

func (*GetSlugTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *GetSlugTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get slug template params

func (*GetSlugTemplateParams) SetBefore

func (o *GetSlugTemplateParams) SetBefore(before *string)

SetBefore adds the before to the get slug template params

func (*GetSlugTemplateParams) SetContext

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

SetContext adds the context to the get slug template params

func (*GetSlugTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get slug template params

func (*GetSlugTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *GetSlugTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get slug template params

func (*GetSlugTemplateParams) SetLimit

func (o *GetSlugTemplateParams) SetLimit(limit *int64)

SetLimit adds the limit to the get slug template params

func (*GetSlugTemplateParams) SetNamespace

func (o *GetSlugTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get slug template params

func (*GetSlugTemplateParams) SetTemplateSlug

func (o *GetSlugTemplateParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the get slug template params

func (*GetSlugTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get slug template params

func (*GetSlugTemplateParams) WithAfter

func (o *GetSlugTemplateParams) WithAfter(after *string) *GetSlugTemplateParams

WithAfter adds the after to the get slug template params

func (*GetSlugTemplateParams) WithBefore

func (o *GetSlugTemplateParams) WithBefore(before *string) *GetSlugTemplateParams

WithBefore adds the before to the get slug template params

func (*GetSlugTemplateParams) WithContext

WithContext adds the context to the get slug template params

func (*GetSlugTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get slug template params

func (*GetSlugTemplateParams) WithLimit

func (o *GetSlugTemplateParams) WithLimit(limit *int64) *GetSlugTemplateParams

WithLimit adds the limit to the get slug template params

func (*GetSlugTemplateParams) WithNamespace

func (o *GetSlugTemplateParams) WithNamespace(namespace string) *GetSlugTemplateParams

WithNamespace adds the namespace to the get slug template params

func (*GetSlugTemplateParams) WithTemplateSlug

func (o *GetSlugTemplateParams) WithTemplateSlug(templateSlug string) *GetSlugTemplateParams

WithTemplateSlug adds the templateSlug to the get slug template params

func (*GetSlugTemplateParams) WithTimeout

func (o *GetSlugTemplateParams) WithTimeout(timeout time.Duration) *GetSlugTemplateParams

WithTimeout adds the timeout to the get slug template params

func (*GetSlugTemplateParams) WriteToRequest

func (o *GetSlugTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSlugTemplateReader

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

GetSlugTemplateReader is a Reader for the GetSlugTemplate structure.

func (*GetSlugTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSlugTemplateUnauthorized

type GetSlugTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetSlugTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewGetSlugTemplateUnauthorized

func NewGetSlugTemplateUnauthorized() *GetSlugTemplateUnauthorized

NewGetSlugTemplateUnauthorized creates a GetSlugTemplateUnauthorized with default headers values

func (*GetSlugTemplateUnauthorized) Error

func (*GetSlugTemplateUnauthorized) GetPayload

func (*GetSlugTemplateUnauthorized) ToJSONString added in v0.25.0

func (o *GetSlugTemplateUnauthorized) ToJSONString() string

type GetTemplateSlugLocalizationsTemplateV1AdminBadRequest

type GetTemplateSlugLocalizationsTemplateV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetTemplateSlugLocalizationsTemplateV1AdminBadRequest handles this case with default header values.

Bad Request

func NewGetTemplateSlugLocalizationsTemplateV1AdminBadRequest

func NewGetTemplateSlugLocalizationsTemplateV1AdminBadRequest() *GetTemplateSlugLocalizationsTemplateV1AdminBadRequest

NewGetTemplateSlugLocalizationsTemplateV1AdminBadRequest creates a GetTemplateSlugLocalizationsTemplateV1AdminBadRequest with default headers values

func (*GetTemplateSlugLocalizationsTemplateV1AdminBadRequest) Error

func (*GetTemplateSlugLocalizationsTemplateV1AdminBadRequest) GetPayload

func (*GetTemplateSlugLocalizationsTemplateV1AdminBadRequest) ToJSONString added in v0.25.0

type GetTemplateSlugLocalizationsTemplateV1AdminForbidden

type GetTemplateSlugLocalizationsTemplateV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetTemplateSlugLocalizationsTemplateV1AdminForbidden handles this case with default header values.

Forbidden

func NewGetTemplateSlugLocalizationsTemplateV1AdminForbidden

func NewGetTemplateSlugLocalizationsTemplateV1AdminForbidden() *GetTemplateSlugLocalizationsTemplateV1AdminForbidden

NewGetTemplateSlugLocalizationsTemplateV1AdminForbidden creates a GetTemplateSlugLocalizationsTemplateV1AdminForbidden with default headers values

func (*GetTemplateSlugLocalizationsTemplateV1AdminForbidden) Error

func (*GetTemplateSlugLocalizationsTemplateV1AdminForbidden) GetPayload

func (*GetTemplateSlugLocalizationsTemplateV1AdminForbidden) ToJSONString added in v0.25.0

type GetTemplateSlugLocalizationsTemplateV1AdminNotFound

type GetTemplateSlugLocalizationsTemplateV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetTemplateSlugLocalizationsTemplateV1AdminNotFound handles this case with default header values.

Not Found

func NewGetTemplateSlugLocalizationsTemplateV1AdminNotFound

func NewGetTemplateSlugLocalizationsTemplateV1AdminNotFound() *GetTemplateSlugLocalizationsTemplateV1AdminNotFound

NewGetTemplateSlugLocalizationsTemplateV1AdminNotFound creates a GetTemplateSlugLocalizationsTemplateV1AdminNotFound with default headers values

func (*GetTemplateSlugLocalizationsTemplateV1AdminNotFound) Error

func (*GetTemplateSlugLocalizationsTemplateV1AdminNotFound) GetPayload

func (*GetTemplateSlugLocalizationsTemplateV1AdminNotFound) ToJSONString added in v0.25.0

type GetTemplateSlugLocalizationsTemplateV1AdminOK

type GetTemplateSlugLocalizationsTemplateV1AdminOK struct {
	Payload *lobbyclientmodels.ModelGetAllNotificationTemplateSlugResp
}

GetTemplateSlugLocalizationsTemplateV1AdminOK handles this case with default header values.

OK

func NewGetTemplateSlugLocalizationsTemplateV1AdminOK

func NewGetTemplateSlugLocalizationsTemplateV1AdminOK() *GetTemplateSlugLocalizationsTemplateV1AdminOK

NewGetTemplateSlugLocalizationsTemplateV1AdminOK creates a GetTemplateSlugLocalizationsTemplateV1AdminOK with default headers values

func (*GetTemplateSlugLocalizationsTemplateV1AdminOK) Error

func (*GetTemplateSlugLocalizationsTemplateV1AdminOK) GetPayload

func (*GetTemplateSlugLocalizationsTemplateV1AdminOK) ToJSONString added in v0.25.0

type GetTemplateSlugLocalizationsTemplateV1AdminParams

type GetTemplateSlugLocalizationsTemplateV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*After
	  last language code of previous page

	*/
	After *string
	/*Before
	  first language code of next page

	*/
	Before *string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

GetTemplateSlugLocalizationsTemplateV1AdminParams contains all the parameters to send to the API endpoint for the get template slug localizations template v1 admin operation typically these are written to a http.Request

func NewGetTemplateSlugLocalizationsTemplateV1AdminParams

func NewGetTemplateSlugLocalizationsTemplateV1AdminParams() *GetTemplateSlugLocalizationsTemplateV1AdminParams

NewGetTemplateSlugLocalizationsTemplateV1AdminParams creates a new GetTemplateSlugLocalizationsTemplateV1AdminParams object with the default values initialized.

func NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithContext

func NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithContext(ctx context.Context) *GetTemplateSlugLocalizationsTemplateV1AdminParams

NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithContext creates a new GetTemplateSlugLocalizationsTemplateV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithHTTPClient

func NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithHTTPClient(client *http.Client) *GetTemplateSlugLocalizationsTemplateV1AdminParams

NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithHTTPClient creates a new GetTemplateSlugLocalizationsTemplateV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithTimeout

func NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithTimeout(timeout time.Duration) *GetTemplateSlugLocalizationsTemplateV1AdminParams

NewGetTemplateSlugLocalizationsTemplateV1AdminParamsWithTimeout creates a new GetTemplateSlugLocalizationsTemplateV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetAfter

SetAfter adds the after to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetAuthInfoWriter added in v0.17.0

SetAuthInfoWriter adds the authInfoWriter to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetBefore

SetBefore adds the before to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetContext

SetContext adds the context to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *GetTemplateSlugLocalizationsTemplateV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetLimit

SetLimit adds the limit to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetNamespace

func (o *GetTemplateSlugLocalizationsTemplateV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetTemplateSlug

func (o *GetTemplateSlugLocalizationsTemplateV1AdminParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetTimeout

SetTimeout adds the timeout to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithAfter

WithAfter adds the after to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithBefore

WithBefore adds the before to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithContext

WithContext adds the context to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithLimit

WithLimit adds the limit to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithNamespace

WithNamespace adds the namespace to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WithTimeout

WithTimeout adds the timeout to the get template slug localizations template v1 admin params

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTemplateSlugLocalizationsTemplateV1AdminReader

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

GetTemplateSlugLocalizationsTemplateV1AdminReader is a Reader for the GetTemplateSlugLocalizationsTemplateV1Admin structure.

func (*GetTemplateSlugLocalizationsTemplateV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized

type GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewGetTemplateSlugLocalizationsTemplateV1AdminUnauthorized

func NewGetTemplateSlugLocalizationsTemplateV1AdminUnauthorized() *GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized

NewGetTemplateSlugLocalizationsTemplateV1AdminUnauthorized creates a GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized with default headers values

func (*GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized) Error

func (*GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized) GetPayload

func (*GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized) ToJSONString added in v0.25.0

type GetTopicByNamespaceForbidden

type GetTopicByNamespaceForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByNamespaceForbidden handles this case with default header values.

Forbidden

func NewGetTopicByNamespaceForbidden

func NewGetTopicByNamespaceForbidden() *GetTopicByNamespaceForbidden

NewGetTopicByNamespaceForbidden creates a GetTopicByNamespaceForbidden with default headers values

func (*GetTopicByNamespaceForbidden) Error

func (*GetTopicByNamespaceForbidden) GetPayload

func (*GetTopicByNamespaceForbidden) ToJSONString added in v0.25.0

func (o *GetTopicByNamespaceForbidden) ToJSONString() string

type GetTopicByNamespaceInternalServerError

type GetTopicByNamespaceInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByNamespaceInternalServerError handles this case with default header values.

Internal Server Error

func NewGetTopicByNamespaceInternalServerError

func NewGetTopicByNamespaceInternalServerError() *GetTopicByNamespaceInternalServerError

NewGetTopicByNamespaceInternalServerError creates a GetTopicByNamespaceInternalServerError with default headers values

func (*GetTopicByNamespaceInternalServerError) Error

func (*GetTopicByNamespaceInternalServerError) GetPayload

func (*GetTopicByNamespaceInternalServerError) ToJSONString added in v0.25.0

type GetTopicByNamespaceNotFound

type GetTopicByNamespaceNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByNamespaceNotFound handles this case with default header values.

Not Found

func NewGetTopicByNamespaceNotFound

func NewGetTopicByNamespaceNotFound() *GetTopicByNamespaceNotFound

NewGetTopicByNamespaceNotFound creates a GetTopicByNamespaceNotFound with default headers values

func (*GetTopicByNamespaceNotFound) Error

func (*GetTopicByNamespaceNotFound) GetPayload

func (*GetTopicByNamespaceNotFound) ToJSONString added in v0.25.0

func (o *GetTopicByNamespaceNotFound) ToJSONString() string

type GetTopicByNamespaceOK

type GetTopicByNamespaceOK struct {
	Payload *lobbyclientmodels.ModelTopicByNamespacesResponse
}

GetTopicByNamespaceOK handles this case with default header values.

OK

func NewGetTopicByNamespaceOK

func NewGetTopicByNamespaceOK() *GetTopicByNamespaceOK

NewGetTopicByNamespaceOK creates a GetTopicByNamespaceOK with default headers values

func (*GetTopicByNamespaceOK) Error

func (o *GetTopicByNamespaceOK) Error() string

func (*GetTopicByNamespaceOK) GetPayload

func (*GetTopicByNamespaceOK) ToJSONString added in v0.25.0

func (o *GetTopicByNamespaceOK) ToJSONString() string

type GetTopicByNamespaceParams

type GetTopicByNamespaceParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*After
	  last topic name of previous page

	*/
	After *string
	/*Before
	  first topic name of next page

	*/
	Before *string
	/*Limit
	  size of displayed data

	*/
	Limit *int64
	/*Namespace
	  namespace

	*/
	Namespace string

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

GetTopicByNamespaceParams contains all the parameters to send to the API endpoint for the get topic by namespace operation typically these are written to a http.Request

func NewGetTopicByNamespaceParams

func NewGetTopicByNamespaceParams() *GetTopicByNamespaceParams

NewGetTopicByNamespaceParams creates a new GetTopicByNamespaceParams object with the default values initialized.

func NewGetTopicByNamespaceParamsWithContext

func NewGetTopicByNamespaceParamsWithContext(ctx context.Context) *GetTopicByNamespaceParams

NewGetTopicByNamespaceParamsWithContext creates a new GetTopicByNamespaceParams object with the default values initialized, and the ability to set a context for a request

func NewGetTopicByNamespaceParamsWithHTTPClient

func NewGetTopicByNamespaceParamsWithHTTPClient(client *http.Client) *GetTopicByNamespaceParams

NewGetTopicByNamespaceParamsWithHTTPClient creates a new GetTopicByNamespaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetTopicByNamespaceParamsWithTimeout

func NewGetTopicByNamespaceParamsWithTimeout(timeout time.Duration) *GetTopicByNamespaceParams

NewGetTopicByNamespaceParamsWithTimeout creates a new GetTopicByNamespaceParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetTopicByNamespaceParams) SetAfter

func (o *GetTopicByNamespaceParams) SetAfter(after *string)

SetAfter adds the after to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetAuthInfoWriter added in v0.17.0

func (o *GetTopicByNamespaceParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetBefore

func (o *GetTopicByNamespaceParams) SetBefore(before *string)

SetBefore adds the before to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetContext

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

SetContext adds the context to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetHTTPClientTransport added in v0.19.0

func (o *GetTopicByNamespaceParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetLimit

func (o *GetTopicByNamespaceParams) SetLimit(limit *int64)

SetLimit adds the limit to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetNamespace

func (o *GetTopicByNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithAfter

WithAfter adds the after to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithBefore

WithBefore adds the before to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithContext

WithContext adds the context to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithLimit

WithLimit adds the limit to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithNamespace

func (o *GetTopicByNamespaceParams) WithNamespace(namespace string) *GetTopicByNamespaceParams

WithNamespace adds the namespace to the get topic by namespace params

func (*GetTopicByNamespaceParams) WithTimeout

WithTimeout adds the timeout to the get topic by namespace params

func (*GetTopicByNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTopicByNamespaceReader

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

GetTopicByNamespaceReader is a Reader for the GetTopicByNamespace structure.

func (*GetTopicByNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTopicByNamespaceUnauthorized

type GetTopicByNamespaceUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByNamespaceUnauthorized handles this case with default header values.

Unauthorized

func NewGetTopicByNamespaceUnauthorized

func NewGetTopicByNamespaceUnauthorized() *GetTopicByNamespaceUnauthorized

NewGetTopicByNamespaceUnauthorized creates a GetTopicByNamespaceUnauthorized with default headers values

func (*GetTopicByNamespaceUnauthorized) Error

func (*GetTopicByNamespaceUnauthorized) GetPayload

func (*GetTopicByNamespaceUnauthorized) ToJSONString added in v0.25.0

func (o *GetTopicByNamespaceUnauthorized) ToJSONString() string

type GetTopicByTopicNameForbidden

type GetTopicByTopicNameForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByTopicNameForbidden handles this case with default header values.

Forbidden

func NewGetTopicByTopicNameForbidden

func NewGetTopicByTopicNameForbidden() *GetTopicByTopicNameForbidden

NewGetTopicByTopicNameForbidden creates a GetTopicByTopicNameForbidden with default headers values

func (*GetTopicByTopicNameForbidden) Error

func (*GetTopicByTopicNameForbidden) GetPayload

func (*GetTopicByTopicNameForbidden) ToJSONString added in v0.25.0

func (o *GetTopicByTopicNameForbidden) ToJSONString() string

type GetTopicByTopicNameInternalServerError

type GetTopicByTopicNameInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByTopicNameInternalServerError handles this case with default header values.

Internal Server Error

func NewGetTopicByTopicNameInternalServerError

func NewGetTopicByTopicNameInternalServerError() *GetTopicByTopicNameInternalServerError

NewGetTopicByTopicNameInternalServerError creates a GetTopicByTopicNameInternalServerError with default headers values

func (*GetTopicByTopicNameInternalServerError) Error

func (*GetTopicByTopicNameInternalServerError) GetPayload

func (*GetTopicByTopicNameInternalServerError) ToJSONString added in v0.25.0

type GetTopicByTopicNameNotFound

type GetTopicByTopicNameNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByTopicNameNotFound handles this case with default header values.

Not Found

func NewGetTopicByTopicNameNotFound

func NewGetTopicByTopicNameNotFound() *GetTopicByTopicNameNotFound

NewGetTopicByTopicNameNotFound creates a GetTopicByTopicNameNotFound with default headers values

func (*GetTopicByTopicNameNotFound) Error

func (*GetTopicByTopicNameNotFound) GetPayload

func (*GetTopicByTopicNameNotFound) ToJSONString added in v0.25.0

func (o *GetTopicByTopicNameNotFound) ToJSONString() string

type GetTopicByTopicNameOK

type GetTopicByTopicNameOK struct {
	Payload *lobbyclientmodels.ModelNotificationTopicResponse
}

GetTopicByTopicNameOK handles this case with default header values.

OK

func NewGetTopicByTopicNameOK

func NewGetTopicByTopicNameOK() *GetTopicByTopicNameOK

NewGetTopicByTopicNameOK creates a GetTopicByTopicNameOK with default headers values

func (*GetTopicByTopicNameOK) Error

func (o *GetTopicByTopicNameOK) Error() string

func (*GetTopicByTopicNameOK) GetPayload

func (*GetTopicByTopicNameOK) ToJSONString added in v0.25.0

func (o *GetTopicByTopicNameOK) ToJSONString() string

type GetTopicByTopicNameParams

type GetTopicByTopicNameParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Topic
	  topic name

	*/
	Topic string

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

GetTopicByTopicNameParams contains all the parameters to send to the API endpoint for the get topic by topic name operation typically these are written to a http.Request

func NewGetTopicByTopicNameParams

func NewGetTopicByTopicNameParams() *GetTopicByTopicNameParams

NewGetTopicByTopicNameParams creates a new GetTopicByTopicNameParams object with the default values initialized.

func NewGetTopicByTopicNameParamsWithContext

func NewGetTopicByTopicNameParamsWithContext(ctx context.Context) *GetTopicByTopicNameParams

NewGetTopicByTopicNameParamsWithContext creates a new GetTopicByTopicNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetTopicByTopicNameParamsWithHTTPClient

func NewGetTopicByTopicNameParamsWithHTTPClient(client *http.Client) *GetTopicByTopicNameParams

NewGetTopicByTopicNameParamsWithHTTPClient creates a new GetTopicByTopicNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetTopicByTopicNameParamsWithTimeout

func NewGetTopicByTopicNameParamsWithTimeout(timeout time.Duration) *GetTopicByTopicNameParams

NewGetTopicByTopicNameParamsWithTimeout creates a new GetTopicByTopicNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetTopicByTopicNameParams) SetAuthInfoWriter added in v0.17.0

func (o *GetTopicByTopicNameParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get topic by topic name params

func (*GetTopicByTopicNameParams) SetContext

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

SetContext adds the context to the get topic by topic name params

func (*GetTopicByTopicNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get topic by topic name params

func (*GetTopicByTopicNameParams) SetHTTPClientTransport added in v0.19.0

func (o *GetTopicByTopicNameParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get topic by topic name params

func (*GetTopicByTopicNameParams) SetNamespace

func (o *GetTopicByTopicNameParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get topic by topic name params

func (*GetTopicByTopicNameParams) SetTimeout

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

SetTimeout adds the timeout to the get topic by topic name params

func (*GetTopicByTopicNameParams) SetTopic

func (o *GetTopicByTopicNameParams) SetTopic(topic string)

SetTopic adds the topic to the get topic by topic name params

func (*GetTopicByTopicNameParams) WithContext

WithContext adds the context to the get topic by topic name params

func (*GetTopicByTopicNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get topic by topic name params

func (*GetTopicByTopicNameParams) WithNamespace

func (o *GetTopicByTopicNameParams) WithNamespace(namespace string) *GetTopicByTopicNameParams

WithNamespace adds the namespace to the get topic by topic name params

func (*GetTopicByTopicNameParams) WithTimeout

WithTimeout adds the timeout to the get topic by topic name params

func (*GetTopicByTopicNameParams) WithTopic

WithTopic adds the topic to the get topic by topic name params

func (*GetTopicByTopicNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTopicByTopicNameReader

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

GetTopicByTopicNameReader is a Reader for the GetTopicByTopicName structure.

func (*GetTopicByTopicNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTopicByTopicNameUnauthorized

type GetTopicByTopicNameUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

GetTopicByTopicNameUnauthorized handles this case with default header values.

Unauthorized

func NewGetTopicByTopicNameUnauthorized

func NewGetTopicByTopicNameUnauthorized() *GetTopicByTopicNameUnauthorized

NewGetTopicByTopicNameUnauthorized creates a GetTopicByTopicNameUnauthorized with default headers values

func (*GetTopicByTopicNameUnauthorized) Error

func (*GetTopicByTopicNameUnauthorized) GetPayload

func (*GetTopicByTopicNameUnauthorized) ToJSONString added in v0.25.0

func (o *GetTopicByTopicNameUnauthorized) ToJSONString() string

type NotificationWithTemplateAccepted

type NotificationWithTemplateAccepted struct {
}

NotificationWithTemplateAccepted handles this case with default header values.

Accepted

func NewNotificationWithTemplateAccepted

func NewNotificationWithTemplateAccepted() *NotificationWithTemplateAccepted

NewNotificationWithTemplateAccepted creates a NotificationWithTemplateAccepted with default headers values

func (*NotificationWithTemplateAccepted) Error

type NotificationWithTemplateBadRequest

type NotificationWithTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateBadRequest handles this case with default header values.

Bad Request

func NewNotificationWithTemplateBadRequest

func NewNotificationWithTemplateBadRequest() *NotificationWithTemplateBadRequest

NewNotificationWithTemplateBadRequest creates a NotificationWithTemplateBadRequest with default headers values

func (*NotificationWithTemplateBadRequest) Error

func (*NotificationWithTemplateBadRequest) GetPayload

func (*NotificationWithTemplateBadRequest) ToJSONString added in v0.25.0

func (o *NotificationWithTemplateBadRequest) ToJSONString() string

type NotificationWithTemplateByUserIDBadRequest

type NotificationWithTemplateByUserIDBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateByUserIDBadRequest handles this case with default header values.

Bad Request

func NewNotificationWithTemplateByUserIDBadRequest

func NewNotificationWithTemplateByUserIDBadRequest() *NotificationWithTemplateByUserIDBadRequest

NewNotificationWithTemplateByUserIDBadRequest creates a NotificationWithTemplateByUserIDBadRequest with default headers values

func (*NotificationWithTemplateByUserIDBadRequest) Error

func (*NotificationWithTemplateByUserIDBadRequest) GetPayload

func (*NotificationWithTemplateByUserIDBadRequest) ToJSONString added in v0.25.0

type NotificationWithTemplateByUserIDForbidden

type NotificationWithTemplateByUserIDForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateByUserIDForbidden handles this case with default header values.

Forbidden

func NewNotificationWithTemplateByUserIDForbidden

func NewNotificationWithTemplateByUserIDForbidden() *NotificationWithTemplateByUserIDForbidden

NewNotificationWithTemplateByUserIDForbidden creates a NotificationWithTemplateByUserIDForbidden with default headers values

func (*NotificationWithTemplateByUserIDForbidden) Error

func (*NotificationWithTemplateByUserIDForbidden) GetPayload

func (*NotificationWithTemplateByUserIDForbidden) ToJSONString added in v0.25.0

type NotificationWithTemplateByUserIDNoContent

type NotificationWithTemplateByUserIDNoContent struct {
}

NotificationWithTemplateByUserIDNoContent handles this case with default header values.

No Content

func NewNotificationWithTemplateByUserIDNoContent

func NewNotificationWithTemplateByUserIDNoContent() *NotificationWithTemplateByUserIDNoContent

NewNotificationWithTemplateByUserIDNoContent creates a NotificationWithTemplateByUserIDNoContent with default headers values

func (*NotificationWithTemplateByUserIDNoContent) Error

type NotificationWithTemplateByUserIDNotFound

type NotificationWithTemplateByUserIDNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateByUserIDNotFound handles this case with default header values.

Not Found

func NewNotificationWithTemplateByUserIDNotFound

func NewNotificationWithTemplateByUserIDNotFound() *NotificationWithTemplateByUserIDNotFound

NewNotificationWithTemplateByUserIDNotFound creates a NotificationWithTemplateByUserIDNotFound with default headers values

func (*NotificationWithTemplateByUserIDNotFound) Error

func (*NotificationWithTemplateByUserIDNotFound) GetPayload

func (*NotificationWithTemplateByUserIDNotFound) ToJSONString added in v0.25.0

type NotificationWithTemplateByUserIDParams

type NotificationWithTemplateByUserIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

NotificationWithTemplateByUserIDParams contains all the parameters to send to the API endpoint for the notification with template by user ID operation typically these are written to a http.Request

func NewNotificationWithTemplateByUserIDParams

func NewNotificationWithTemplateByUserIDParams() *NotificationWithTemplateByUserIDParams

NewNotificationWithTemplateByUserIDParams creates a new NotificationWithTemplateByUserIDParams object with the default values initialized.

func NewNotificationWithTemplateByUserIDParamsWithContext

func NewNotificationWithTemplateByUserIDParamsWithContext(ctx context.Context) *NotificationWithTemplateByUserIDParams

NewNotificationWithTemplateByUserIDParamsWithContext creates a new NotificationWithTemplateByUserIDParams object with the default values initialized, and the ability to set a context for a request

func NewNotificationWithTemplateByUserIDParamsWithHTTPClient

func NewNotificationWithTemplateByUserIDParamsWithHTTPClient(client *http.Client) *NotificationWithTemplateByUserIDParams

NewNotificationWithTemplateByUserIDParamsWithHTTPClient creates a new NotificationWithTemplateByUserIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewNotificationWithTemplateByUserIDParamsWithTimeout

func NewNotificationWithTemplateByUserIDParamsWithTimeout(timeout time.Duration) *NotificationWithTemplateByUserIDParams

NewNotificationWithTemplateByUserIDParamsWithTimeout creates a new NotificationWithTemplateByUserIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*NotificationWithTemplateByUserIDParams) SetAuthInfoWriter added in v0.17.0

func (o *NotificationWithTemplateByUserIDParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetBody

SetBody adds the body to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetContext

SetContext adds the context to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetHTTPClientTransport added in v0.19.0

func (o *NotificationWithTemplateByUserIDParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetNamespace

func (o *NotificationWithTemplateByUserIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetTimeout

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

SetTimeout adds the timeout to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) SetUserID

func (o *NotificationWithTemplateByUserIDParams) SetUserID(userID string)

SetUserID adds the userId to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WithBody

WithBody adds the body to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WithContext

WithContext adds the context to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WithNamespace

WithNamespace adds the namespace to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WithTimeout

WithTimeout adds the timeout to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WithUserID

WithUserID adds the userID to the notification with template by user ID params

func (*NotificationWithTemplateByUserIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type NotificationWithTemplateByUserIDReader

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

NotificationWithTemplateByUserIDReader is a Reader for the NotificationWithTemplateByUserID structure.

func (*NotificationWithTemplateByUserIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type NotificationWithTemplateByUserIDUnauthorized

type NotificationWithTemplateByUserIDUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateByUserIDUnauthorized handles this case with default header values.

Unauthorized

func NewNotificationWithTemplateByUserIDUnauthorized

func NewNotificationWithTemplateByUserIDUnauthorized() *NotificationWithTemplateByUserIDUnauthorized

NewNotificationWithTemplateByUserIDUnauthorized creates a NotificationWithTemplateByUserIDUnauthorized with default headers values

func (*NotificationWithTemplateByUserIDUnauthorized) Error

func (*NotificationWithTemplateByUserIDUnauthorized) GetPayload

func (*NotificationWithTemplateByUserIDUnauthorized) ToJSONString added in v0.25.0

type NotificationWithTemplateForbidden

type NotificationWithTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateForbidden handles this case with default header values.

Forbidden

func NewNotificationWithTemplateForbidden

func NewNotificationWithTemplateForbidden() *NotificationWithTemplateForbidden

NewNotificationWithTemplateForbidden creates a NotificationWithTemplateForbidden with default headers values

func (*NotificationWithTemplateForbidden) Error

func (*NotificationWithTemplateForbidden) GetPayload

func (*NotificationWithTemplateForbidden) ToJSONString added in v0.25.0

func (o *NotificationWithTemplateForbidden) ToJSONString() string

type NotificationWithTemplateNotFound

type NotificationWithTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateNotFound handles this case with default header values.

Not Found

func NewNotificationWithTemplateNotFound

func NewNotificationWithTemplateNotFound() *NotificationWithTemplateNotFound

NewNotificationWithTemplateNotFound creates a NotificationWithTemplateNotFound with default headers values

func (*NotificationWithTemplateNotFound) Error

func (*NotificationWithTemplateNotFound) GetPayload

func (*NotificationWithTemplateNotFound) ToJSONString added in v0.25.0

func (o *NotificationWithTemplateNotFound) ToJSONString() string

type NotificationWithTemplateParams

type NotificationWithTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string

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

NotificationWithTemplateParams contains all the parameters to send to the API endpoint for the notification with template operation typically these are written to a http.Request

func NewNotificationWithTemplateParams

func NewNotificationWithTemplateParams() *NotificationWithTemplateParams

NewNotificationWithTemplateParams creates a new NotificationWithTemplateParams object with the default values initialized.

func NewNotificationWithTemplateParamsWithContext

func NewNotificationWithTemplateParamsWithContext(ctx context.Context) *NotificationWithTemplateParams

NewNotificationWithTemplateParamsWithContext creates a new NotificationWithTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewNotificationWithTemplateParamsWithHTTPClient

func NewNotificationWithTemplateParamsWithHTTPClient(client *http.Client) *NotificationWithTemplateParams

NewNotificationWithTemplateParamsWithHTTPClient creates a new NotificationWithTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewNotificationWithTemplateParamsWithTimeout

func NewNotificationWithTemplateParamsWithTimeout(timeout time.Duration) *NotificationWithTemplateParams

NewNotificationWithTemplateParamsWithTimeout creates a new NotificationWithTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*NotificationWithTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *NotificationWithTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the notification with template params

func (*NotificationWithTemplateParams) SetBody

SetBody adds the body to the notification with template params

func (*NotificationWithTemplateParams) SetContext

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

SetContext adds the context to the notification with template params

func (*NotificationWithTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the notification with template params

func (*NotificationWithTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *NotificationWithTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the notification with template params

func (*NotificationWithTemplateParams) SetNamespace

func (o *NotificationWithTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the notification with template params

func (*NotificationWithTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the notification with template params

func (*NotificationWithTemplateParams) WithBody

WithBody adds the body to the notification with template params

func (*NotificationWithTemplateParams) WithContext

WithContext adds the context to the notification with template params

func (*NotificationWithTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the notification with template params

func (*NotificationWithTemplateParams) WithNamespace

WithNamespace adds the namespace to the notification with template params

func (*NotificationWithTemplateParams) WithTimeout

WithTimeout adds the timeout to the notification with template params

func (*NotificationWithTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type NotificationWithTemplateReader

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

NotificationWithTemplateReader is a Reader for the NotificationWithTemplate structure.

func (*NotificationWithTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type NotificationWithTemplateUnauthorized

type NotificationWithTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

NotificationWithTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewNotificationWithTemplateUnauthorized

func NewNotificationWithTemplateUnauthorized() *NotificationWithTemplateUnauthorized

NewNotificationWithTemplateUnauthorized creates a NotificationWithTemplateUnauthorized with default headers values

func (*NotificationWithTemplateUnauthorized) Error

func (*NotificationWithTemplateUnauthorized) GetPayload

func (*NotificationWithTemplateUnauthorized) ToJSONString added in v0.25.0

func (o *NotificationWithTemplateUnauthorized) ToJSONString() string

type PublishTemplateBadRequest

type PublishTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

PublishTemplateBadRequest handles this case with default header values.

Bad Request

func NewPublishTemplateBadRequest

func NewPublishTemplateBadRequest() *PublishTemplateBadRequest

NewPublishTemplateBadRequest creates a PublishTemplateBadRequest with default headers values

func (*PublishTemplateBadRequest) Error

func (o *PublishTemplateBadRequest) Error() string

func (*PublishTemplateBadRequest) GetPayload

func (*PublishTemplateBadRequest) ToJSONString added in v0.25.0

func (o *PublishTemplateBadRequest) ToJSONString() string

type PublishTemplateForbidden

type PublishTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

PublishTemplateForbidden handles this case with default header values.

Forbidden

func NewPublishTemplateForbidden

func NewPublishTemplateForbidden() *PublishTemplateForbidden

NewPublishTemplateForbidden creates a PublishTemplateForbidden with default headers values

func (*PublishTemplateForbidden) Error

func (o *PublishTemplateForbidden) Error() string

func (*PublishTemplateForbidden) GetPayload

func (*PublishTemplateForbidden) ToJSONString added in v0.25.0

func (o *PublishTemplateForbidden) ToJSONString() string

type PublishTemplateLocalizationV1AdminForbidden

type PublishTemplateLocalizationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

PublishTemplateLocalizationV1AdminForbidden handles this case with default header values.

Forbidden

func NewPublishTemplateLocalizationV1AdminForbidden

func NewPublishTemplateLocalizationV1AdminForbidden() *PublishTemplateLocalizationV1AdminForbidden

NewPublishTemplateLocalizationV1AdminForbidden creates a PublishTemplateLocalizationV1AdminForbidden with default headers values

func (*PublishTemplateLocalizationV1AdminForbidden) Error

func (*PublishTemplateLocalizationV1AdminForbidden) GetPayload

func (*PublishTemplateLocalizationV1AdminForbidden) ToJSONString added in v0.25.0

type PublishTemplateLocalizationV1AdminInternalServerError

type PublishTemplateLocalizationV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

PublishTemplateLocalizationV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewPublishTemplateLocalizationV1AdminInternalServerError

func NewPublishTemplateLocalizationV1AdminInternalServerError() *PublishTemplateLocalizationV1AdminInternalServerError

NewPublishTemplateLocalizationV1AdminInternalServerError creates a PublishTemplateLocalizationV1AdminInternalServerError with default headers values

func (*PublishTemplateLocalizationV1AdminInternalServerError) Error

func (*PublishTemplateLocalizationV1AdminInternalServerError) GetPayload

func (*PublishTemplateLocalizationV1AdminInternalServerError) ToJSONString added in v0.25.0

type PublishTemplateLocalizationV1AdminNoContent

type PublishTemplateLocalizationV1AdminNoContent struct {
}

PublishTemplateLocalizationV1AdminNoContent handles this case with default header values.

No Content

func NewPublishTemplateLocalizationV1AdminNoContent

func NewPublishTemplateLocalizationV1AdminNoContent() *PublishTemplateLocalizationV1AdminNoContent

NewPublishTemplateLocalizationV1AdminNoContent creates a PublishTemplateLocalizationV1AdminNoContent with default headers values

func (*PublishTemplateLocalizationV1AdminNoContent) Error

type PublishTemplateLocalizationV1AdminNotFound

type PublishTemplateLocalizationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

PublishTemplateLocalizationV1AdminNotFound handles this case with default header values.

Not Found

func NewPublishTemplateLocalizationV1AdminNotFound

func NewPublishTemplateLocalizationV1AdminNotFound() *PublishTemplateLocalizationV1AdminNotFound

NewPublishTemplateLocalizationV1AdminNotFound creates a PublishTemplateLocalizationV1AdminNotFound with default headers values

func (*PublishTemplateLocalizationV1AdminNotFound) Error

func (*PublishTemplateLocalizationV1AdminNotFound) GetPayload

func (*PublishTemplateLocalizationV1AdminNotFound) ToJSONString added in v0.25.0

type PublishTemplateLocalizationV1AdminParams

type PublishTemplateLocalizationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language, follows IETF BCP 47 standard

	*/
	TemplateLanguage string
	/*TemplateSlug
	  Template Identifier, only alphabet characters and hyphens are permitted

	*/
	TemplateSlug string

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

PublishTemplateLocalizationV1AdminParams contains all the parameters to send to the API endpoint for the publish template localization v1 admin operation typically these are written to a http.Request

func NewPublishTemplateLocalizationV1AdminParams

func NewPublishTemplateLocalizationV1AdminParams() *PublishTemplateLocalizationV1AdminParams

NewPublishTemplateLocalizationV1AdminParams creates a new PublishTemplateLocalizationV1AdminParams object with the default values initialized.

func NewPublishTemplateLocalizationV1AdminParamsWithContext

func NewPublishTemplateLocalizationV1AdminParamsWithContext(ctx context.Context) *PublishTemplateLocalizationV1AdminParams

NewPublishTemplateLocalizationV1AdminParamsWithContext creates a new PublishTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewPublishTemplateLocalizationV1AdminParamsWithHTTPClient

func NewPublishTemplateLocalizationV1AdminParamsWithHTTPClient(client *http.Client) *PublishTemplateLocalizationV1AdminParams

NewPublishTemplateLocalizationV1AdminParamsWithHTTPClient creates a new PublishTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublishTemplateLocalizationV1AdminParamsWithTimeout

func NewPublishTemplateLocalizationV1AdminParamsWithTimeout(timeout time.Duration) *PublishTemplateLocalizationV1AdminParams

NewPublishTemplateLocalizationV1AdminParamsWithTimeout creates a new PublishTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublishTemplateLocalizationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *PublishTemplateLocalizationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetContext

SetContext adds the context to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *PublishTemplateLocalizationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetNamespace

func (o *PublishTemplateLocalizationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetTemplateLanguage

func (o *PublishTemplateLocalizationV1AdminParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetTemplateSlug

func (o *PublishTemplateLocalizationV1AdminParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WithContext

WithContext adds the context to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WithTemplateLanguage

WithTemplateLanguage adds the templateLanguage to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the publish template localization v1 admin params

func (*PublishTemplateLocalizationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublishTemplateLocalizationV1AdminReader

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

PublishTemplateLocalizationV1AdminReader is a Reader for the PublishTemplateLocalizationV1Admin structure.

func (*PublishTemplateLocalizationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublishTemplateLocalizationV1AdminUnauthorized

type PublishTemplateLocalizationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

PublishTemplateLocalizationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewPublishTemplateLocalizationV1AdminUnauthorized

func NewPublishTemplateLocalizationV1AdminUnauthorized() *PublishTemplateLocalizationV1AdminUnauthorized

NewPublishTemplateLocalizationV1AdminUnauthorized creates a PublishTemplateLocalizationV1AdminUnauthorized with default headers values

func (*PublishTemplateLocalizationV1AdminUnauthorized) Error

func (*PublishTemplateLocalizationV1AdminUnauthorized) GetPayload

func (*PublishTemplateLocalizationV1AdminUnauthorized) ToJSONString added in v0.25.0

type PublishTemplateNoContent

type PublishTemplateNoContent struct {
}

PublishTemplateNoContent handles this case with default header values.

No Content

func NewPublishTemplateNoContent

func NewPublishTemplateNoContent() *PublishTemplateNoContent

NewPublishTemplateNoContent creates a PublishTemplateNoContent with default headers values

func (*PublishTemplateNoContent) Error

func (o *PublishTemplateNoContent) Error() string

type PublishTemplateNotFound

type PublishTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

PublishTemplateNotFound handles this case with default header values.

Not Found

func NewPublishTemplateNotFound

func NewPublishTemplateNotFound() *PublishTemplateNotFound

NewPublishTemplateNotFound creates a PublishTemplateNotFound with default headers values

func (*PublishTemplateNotFound) Error

func (o *PublishTemplateNotFound) Error() string

func (*PublishTemplateNotFound) GetPayload

func (*PublishTemplateNotFound) ToJSONString added in v0.25.0

func (o *PublishTemplateNotFound) ToJSONString() string

type PublishTemplateParams

type PublishTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language

	*/
	TemplateLanguage string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

PublishTemplateParams contains all the parameters to send to the API endpoint for the publish template operation typically these are written to a http.Request

func NewPublishTemplateParams

func NewPublishTemplateParams() *PublishTemplateParams

NewPublishTemplateParams creates a new PublishTemplateParams object with the default values initialized.

func NewPublishTemplateParamsWithContext

func NewPublishTemplateParamsWithContext(ctx context.Context) *PublishTemplateParams

NewPublishTemplateParamsWithContext creates a new PublishTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewPublishTemplateParamsWithHTTPClient

func NewPublishTemplateParamsWithHTTPClient(client *http.Client) *PublishTemplateParams

NewPublishTemplateParamsWithHTTPClient creates a new PublishTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublishTemplateParamsWithTimeout

func NewPublishTemplateParamsWithTimeout(timeout time.Duration) *PublishTemplateParams

NewPublishTemplateParamsWithTimeout creates a new PublishTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublishTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *PublishTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the publish template params

func (*PublishTemplateParams) SetContext

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

SetContext adds the context to the publish template params

func (*PublishTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the publish template params

func (*PublishTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *PublishTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the publish template params

func (*PublishTemplateParams) SetNamespace

func (o *PublishTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the publish template params

func (*PublishTemplateParams) SetTemplateLanguage

func (o *PublishTemplateParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the publish template params

func (*PublishTemplateParams) SetTemplateSlug

func (o *PublishTemplateParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the publish template params

func (*PublishTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the publish template params

func (*PublishTemplateParams) WithContext

WithContext adds the context to the publish template params

func (*PublishTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the publish template params

func (*PublishTemplateParams) WithNamespace

func (o *PublishTemplateParams) WithNamespace(namespace string) *PublishTemplateParams

WithNamespace adds the namespace to the publish template params

func (*PublishTemplateParams) WithTemplateLanguage

func (o *PublishTemplateParams) WithTemplateLanguage(templateLanguage string) *PublishTemplateParams

WithTemplateLanguage adds the templateLanguage to the publish template params

func (*PublishTemplateParams) WithTemplateSlug

func (o *PublishTemplateParams) WithTemplateSlug(templateSlug string) *PublishTemplateParams

WithTemplateSlug adds the templateSlug to the publish template params

func (*PublishTemplateParams) WithTimeout

func (o *PublishTemplateParams) WithTimeout(timeout time.Duration) *PublishTemplateParams

WithTimeout adds the timeout to the publish template params

func (*PublishTemplateParams) WriteToRequest

func (o *PublishTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PublishTemplateReader

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

PublishTemplateReader is a Reader for the PublishTemplate structure.

func (*PublishTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublishTemplateUnauthorized

type PublishTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

PublishTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewPublishTemplateUnauthorized

func NewPublishTemplateUnauthorized() *PublishTemplateUnauthorized

NewPublishTemplateUnauthorized creates a PublishTemplateUnauthorized with default headers values

func (*PublishTemplateUnauthorized) Error

func (*PublishTemplateUnauthorized) GetPayload

func (*PublishTemplateUnauthorized) ToJSONString added in v0.25.0

func (o *PublishTemplateUnauthorized) ToJSONString() string

type SendMultipleUsersFreeformNotificationV1AdminBadRequest

type SendMultipleUsersFreeformNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendMultipleUsersFreeformNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendMultipleUsersFreeformNotificationV1AdminBadRequest

func NewSendMultipleUsersFreeformNotificationV1AdminBadRequest() *SendMultipleUsersFreeformNotificationV1AdminBadRequest

NewSendMultipleUsersFreeformNotificationV1AdminBadRequest creates a SendMultipleUsersFreeformNotificationV1AdminBadRequest with default headers values

func (*SendMultipleUsersFreeformNotificationV1AdminBadRequest) Error

func (*SendMultipleUsersFreeformNotificationV1AdminBadRequest) GetPayload

func (*SendMultipleUsersFreeformNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendMultipleUsersFreeformNotificationV1AdminForbidden

type SendMultipleUsersFreeformNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendMultipleUsersFreeformNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendMultipleUsersFreeformNotificationV1AdminForbidden

func NewSendMultipleUsersFreeformNotificationV1AdminForbidden() *SendMultipleUsersFreeformNotificationV1AdminForbidden

NewSendMultipleUsersFreeformNotificationV1AdminForbidden creates a SendMultipleUsersFreeformNotificationV1AdminForbidden with default headers values

func (*SendMultipleUsersFreeformNotificationV1AdminForbidden) Error

func (*SendMultipleUsersFreeformNotificationV1AdminForbidden) GetPayload

func (*SendMultipleUsersFreeformNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendMultipleUsersFreeformNotificationV1AdminNoContent

type SendMultipleUsersFreeformNotificationV1AdminNoContent struct {
}

SendMultipleUsersFreeformNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendMultipleUsersFreeformNotificationV1AdminNoContent

func NewSendMultipleUsersFreeformNotificationV1AdminNoContent() *SendMultipleUsersFreeformNotificationV1AdminNoContent

NewSendMultipleUsersFreeformNotificationV1AdminNoContent creates a SendMultipleUsersFreeformNotificationV1AdminNoContent with default headers values

func (*SendMultipleUsersFreeformNotificationV1AdminNoContent) Error

type SendMultipleUsersFreeformNotificationV1AdminParams

type SendMultipleUsersFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelBulkUsersFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

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

SendMultipleUsersFreeformNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send multiple users freeform notification v1 admin operation typically these are written to a http.Request

func NewSendMultipleUsersFreeformNotificationV1AdminParams

func NewSendMultipleUsersFreeformNotificationV1AdminParams() *SendMultipleUsersFreeformNotificationV1AdminParams

NewSendMultipleUsersFreeformNotificationV1AdminParams creates a new SendMultipleUsersFreeformNotificationV1AdminParams object with the default values initialized.

func NewSendMultipleUsersFreeformNotificationV1AdminParamsWithContext

func NewSendMultipleUsersFreeformNotificationV1AdminParamsWithContext(ctx context.Context) *SendMultipleUsersFreeformNotificationV1AdminParams

NewSendMultipleUsersFreeformNotificationV1AdminParamsWithContext creates a new SendMultipleUsersFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendMultipleUsersFreeformNotificationV1AdminParamsWithHTTPClient

func NewSendMultipleUsersFreeformNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendMultipleUsersFreeformNotificationV1AdminParams

NewSendMultipleUsersFreeformNotificationV1AdminParamsWithHTTPClient creates a new SendMultipleUsersFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendMultipleUsersFreeformNotificationV1AdminParamsWithTimeout

func NewSendMultipleUsersFreeformNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendMultipleUsersFreeformNotificationV1AdminParams

NewSendMultipleUsersFreeformNotificationV1AdminParamsWithTimeout creates a new SendMultipleUsersFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

SetAuthInfoWriter adds the authInfoWriter to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetBody

SetBody adds the body to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetContext

SetContext adds the context to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendMultipleUsersFreeformNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetNamespace

SetNamespace adds the namespace to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) WithBody

WithBody adds the body to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) WithContext

WithContext adds the context to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the send multiple users freeform notification v1 admin params

func (*SendMultipleUsersFreeformNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendMultipleUsersFreeformNotificationV1AdminReader

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

SendMultipleUsersFreeformNotificationV1AdminReader is a Reader for the SendMultipleUsersFreeformNotificationV1Admin structure.

func (*SendMultipleUsersFreeformNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendMultipleUsersFreeformNotificationV1AdminUnauthorized

type SendMultipleUsersFreeformNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendMultipleUsersFreeformNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendMultipleUsersFreeformNotificationV1AdminUnauthorized

func NewSendMultipleUsersFreeformNotificationV1AdminUnauthorized() *SendMultipleUsersFreeformNotificationV1AdminUnauthorized

NewSendMultipleUsersFreeformNotificationV1AdminUnauthorized creates a SendMultipleUsersFreeformNotificationV1AdminUnauthorized with default headers values

func (*SendMultipleUsersFreeformNotificationV1AdminUnauthorized) Error

func (*SendMultipleUsersFreeformNotificationV1AdminUnauthorized) GetPayload

func (*SendMultipleUsersFreeformNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type SendPartyFreeformNotificationV1AdminBadRequest added in v0.7.0

type SendPartyFreeformNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendPartyFreeformNotificationV1AdminBadRequest added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminBadRequest() *SendPartyFreeformNotificationV1AdminBadRequest

NewSendPartyFreeformNotificationV1AdminBadRequest creates a SendPartyFreeformNotificationV1AdminBadRequest with default headers values

func (*SendPartyFreeformNotificationV1AdminBadRequest) Error added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminBadRequest) GetPayload added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendPartyFreeformNotificationV1AdminForbidden added in v0.7.0

type SendPartyFreeformNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendPartyFreeformNotificationV1AdminForbidden added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminForbidden() *SendPartyFreeformNotificationV1AdminForbidden

NewSendPartyFreeformNotificationV1AdminForbidden creates a SendPartyFreeformNotificationV1AdminForbidden with default headers values

func (*SendPartyFreeformNotificationV1AdminForbidden) Error added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminForbidden) GetPayload added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendPartyFreeformNotificationV1AdminNoContent added in v0.7.0

type SendPartyFreeformNotificationV1AdminNoContent struct {
}

SendPartyFreeformNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendPartyFreeformNotificationV1AdminNoContent added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminNoContent() *SendPartyFreeformNotificationV1AdminNoContent

NewSendPartyFreeformNotificationV1AdminNoContent creates a SendPartyFreeformNotificationV1AdminNoContent with default headers values

func (*SendPartyFreeformNotificationV1AdminNoContent) Error added in v0.7.0

type SendPartyFreeformNotificationV1AdminNotFound added in v0.7.0

type SendPartyFreeformNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendPartyFreeformNotificationV1AdminNotFound added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminNotFound() *SendPartyFreeformNotificationV1AdminNotFound

NewSendPartyFreeformNotificationV1AdminNotFound creates a SendPartyFreeformNotificationV1AdminNotFound with default headers values

func (*SendPartyFreeformNotificationV1AdminNotFound) Error added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminNotFound) GetPayload added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminNotFound) ToJSONString added in v0.25.0

type SendPartyFreeformNotificationV1AdminParams added in v0.7.0

type SendPartyFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string

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

SendPartyFreeformNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send party freeform notification v1 admin operation typically these are written to a http.Request

func NewSendPartyFreeformNotificationV1AdminParams added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminParams() *SendPartyFreeformNotificationV1AdminParams

NewSendPartyFreeformNotificationV1AdminParams creates a new SendPartyFreeformNotificationV1AdminParams object with the default values initialized.

func NewSendPartyFreeformNotificationV1AdminParamsWithContext added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminParamsWithContext(ctx context.Context) *SendPartyFreeformNotificationV1AdminParams

NewSendPartyFreeformNotificationV1AdminParamsWithContext creates a new SendPartyFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendPartyFreeformNotificationV1AdminParamsWithHTTPClient added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendPartyFreeformNotificationV1AdminParams

NewSendPartyFreeformNotificationV1AdminParamsWithHTTPClient creates a new SendPartyFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendPartyFreeformNotificationV1AdminParamsWithTimeout added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendPartyFreeformNotificationV1AdminParams

NewSendPartyFreeformNotificationV1AdminParamsWithTimeout creates a new SendPartyFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendPartyFreeformNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *SendPartyFreeformNotificationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetBody added in v0.7.0

SetBody adds the body to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetContext added in v0.7.0

SetContext adds the context to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendPartyFreeformNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetNamespace added in v0.7.0

func (o *SendPartyFreeformNotificationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetPartyID added in v0.7.0

func (o *SendPartyFreeformNotificationV1AdminParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) SetTimeout added in v0.7.0

SetTimeout adds the timeout to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WithBody added in v0.7.0

WithBody adds the body to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WithContext added in v0.7.0

WithContext adds the context to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WithNamespace added in v0.7.0

WithNamespace adds the namespace to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WithPartyID added in v0.7.0

WithPartyID adds the partyID to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the send party freeform notification v1 admin params

func (*SendPartyFreeformNotificationV1AdminParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type SendPartyFreeformNotificationV1AdminReader added in v0.7.0

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

SendPartyFreeformNotificationV1AdminReader is a Reader for the SendPartyFreeformNotificationV1Admin structure.

func (*SendPartyFreeformNotificationV1AdminReader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type SendPartyFreeformNotificationV1AdminUnauthorized added in v0.7.0

type SendPartyFreeformNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendPartyFreeformNotificationV1AdminUnauthorized added in v0.7.0

func NewSendPartyFreeformNotificationV1AdminUnauthorized() *SendPartyFreeformNotificationV1AdminUnauthorized

NewSendPartyFreeformNotificationV1AdminUnauthorized creates a SendPartyFreeformNotificationV1AdminUnauthorized with default headers values

func (*SendPartyFreeformNotificationV1AdminUnauthorized) Error added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminUnauthorized) GetPayload added in v0.7.0

func (*SendPartyFreeformNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type SendPartyTemplatedNotificationV1AdminBadRequest added in v0.7.0

type SendPartyTemplatedNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendPartyTemplatedNotificationV1AdminBadRequest added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminBadRequest() *SendPartyTemplatedNotificationV1AdminBadRequest

NewSendPartyTemplatedNotificationV1AdminBadRequest creates a SendPartyTemplatedNotificationV1AdminBadRequest with default headers values

func (*SendPartyTemplatedNotificationV1AdminBadRequest) Error added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminBadRequest) GetPayload added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendPartyTemplatedNotificationV1AdminForbidden added in v0.7.0

type SendPartyTemplatedNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendPartyTemplatedNotificationV1AdminForbidden added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminForbidden() *SendPartyTemplatedNotificationV1AdminForbidden

NewSendPartyTemplatedNotificationV1AdminForbidden creates a SendPartyTemplatedNotificationV1AdminForbidden with default headers values

func (*SendPartyTemplatedNotificationV1AdminForbidden) Error added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminForbidden) GetPayload added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendPartyTemplatedNotificationV1AdminNoContent added in v0.7.0

type SendPartyTemplatedNotificationV1AdminNoContent struct {
}

SendPartyTemplatedNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendPartyTemplatedNotificationV1AdminNoContent added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminNoContent() *SendPartyTemplatedNotificationV1AdminNoContent

NewSendPartyTemplatedNotificationV1AdminNoContent creates a SendPartyTemplatedNotificationV1AdminNoContent with default headers values

func (*SendPartyTemplatedNotificationV1AdminNoContent) Error added in v0.7.0

type SendPartyTemplatedNotificationV1AdminNotFound added in v0.7.0

type SendPartyTemplatedNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendPartyTemplatedNotificationV1AdminNotFound added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminNotFound() *SendPartyTemplatedNotificationV1AdminNotFound

NewSendPartyTemplatedNotificationV1AdminNotFound creates a SendPartyTemplatedNotificationV1AdminNotFound with default headers values

func (*SendPartyTemplatedNotificationV1AdminNotFound) Error added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminNotFound) GetPayload added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminNotFound) ToJSONString added in v0.25.0

type SendPartyTemplatedNotificationV1AdminParams added in v0.7.0

type SendPartyTemplatedNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string

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

SendPartyTemplatedNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send party templated notification v1 admin operation typically these are written to a http.Request

func NewSendPartyTemplatedNotificationV1AdminParams added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminParams() *SendPartyTemplatedNotificationV1AdminParams

NewSendPartyTemplatedNotificationV1AdminParams creates a new SendPartyTemplatedNotificationV1AdminParams object with the default values initialized.

func NewSendPartyTemplatedNotificationV1AdminParamsWithContext added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminParamsWithContext(ctx context.Context) *SendPartyTemplatedNotificationV1AdminParams

NewSendPartyTemplatedNotificationV1AdminParamsWithContext creates a new SendPartyTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendPartyTemplatedNotificationV1AdminParamsWithHTTPClient added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendPartyTemplatedNotificationV1AdminParams

NewSendPartyTemplatedNotificationV1AdminParamsWithHTTPClient creates a new SendPartyTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendPartyTemplatedNotificationV1AdminParamsWithTimeout added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendPartyTemplatedNotificationV1AdminParams

NewSendPartyTemplatedNotificationV1AdminParamsWithTimeout creates a new SendPartyTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendPartyTemplatedNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *SendPartyTemplatedNotificationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetBody added in v0.7.0

SetBody adds the body to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetContext added in v0.7.0

SetContext adds the context to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendPartyTemplatedNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetNamespace added in v0.7.0

func (o *SendPartyTemplatedNotificationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetPartyID added in v0.7.0

func (o *SendPartyTemplatedNotificationV1AdminParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) SetTimeout added in v0.7.0

SetTimeout adds the timeout to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WithBody added in v0.7.0

WithBody adds the body to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WithContext added in v0.7.0

WithContext adds the context to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WithNamespace added in v0.7.0

WithNamespace adds the namespace to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WithPartyID added in v0.7.0

WithPartyID adds the partyID to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the send party templated notification v1 admin params

func (*SendPartyTemplatedNotificationV1AdminParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type SendPartyTemplatedNotificationV1AdminReader added in v0.7.0

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

SendPartyTemplatedNotificationV1AdminReader is a Reader for the SendPartyTemplatedNotificationV1Admin structure.

func (*SendPartyTemplatedNotificationV1AdminReader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type SendPartyTemplatedNotificationV1AdminUnauthorized added in v0.7.0

type SendPartyTemplatedNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendPartyTemplatedNotificationV1AdminUnauthorized added in v0.7.0

func NewSendPartyTemplatedNotificationV1AdminUnauthorized() *SendPartyTemplatedNotificationV1AdminUnauthorized

NewSendPartyTemplatedNotificationV1AdminUnauthorized creates a SendPartyTemplatedNotificationV1AdminUnauthorized with default headers values

func (*SendPartyTemplatedNotificationV1AdminUnauthorized) Error added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminUnauthorized) GetPayload added in v0.7.0

func (*SendPartyTemplatedNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type SendSpecificUserFreeformNotificationV1AdminBadRequest

type SendSpecificUserFreeformNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserFreeformNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendSpecificUserFreeformNotificationV1AdminBadRequest

func NewSendSpecificUserFreeformNotificationV1AdminBadRequest() *SendSpecificUserFreeformNotificationV1AdminBadRequest

NewSendSpecificUserFreeformNotificationV1AdminBadRequest creates a SendSpecificUserFreeformNotificationV1AdminBadRequest with default headers values

func (*SendSpecificUserFreeformNotificationV1AdminBadRequest) Error

func (*SendSpecificUserFreeformNotificationV1AdminBadRequest) GetPayload

func (*SendSpecificUserFreeformNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendSpecificUserFreeformNotificationV1AdminForbidden

type SendSpecificUserFreeformNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserFreeformNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendSpecificUserFreeformNotificationV1AdminForbidden

func NewSendSpecificUserFreeformNotificationV1AdminForbidden() *SendSpecificUserFreeformNotificationV1AdminForbidden

NewSendSpecificUserFreeformNotificationV1AdminForbidden creates a SendSpecificUserFreeformNotificationV1AdminForbidden with default headers values

func (*SendSpecificUserFreeformNotificationV1AdminForbidden) Error

func (*SendSpecificUserFreeformNotificationV1AdminForbidden) GetPayload

func (*SendSpecificUserFreeformNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendSpecificUserFreeformNotificationV1AdminNoContent

type SendSpecificUserFreeformNotificationV1AdminNoContent struct {
}

SendSpecificUserFreeformNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendSpecificUserFreeformNotificationV1AdminNoContent

func NewSendSpecificUserFreeformNotificationV1AdminNoContent() *SendSpecificUserFreeformNotificationV1AdminNoContent

NewSendSpecificUserFreeformNotificationV1AdminNoContent creates a SendSpecificUserFreeformNotificationV1AdminNoContent with default headers values

func (*SendSpecificUserFreeformNotificationV1AdminNoContent) Error

type SendSpecificUserFreeformNotificationV1AdminNotFound

type SendSpecificUserFreeformNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserFreeformNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendSpecificUserFreeformNotificationV1AdminNotFound

func NewSendSpecificUserFreeformNotificationV1AdminNotFound() *SendSpecificUserFreeformNotificationV1AdminNotFound

NewSendSpecificUserFreeformNotificationV1AdminNotFound creates a SendSpecificUserFreeformNotificationV1AdminNotFound with default headers values

func (*SendSpecificUserFreeformNotificationV1AdminNotFound) Error

func (*SendSpecificUserFreeformNotificationV1AdminNotFound) GetPayload

func (*SendSpecificUserFreeformNotificationV1AdminNotFound) ToJSONString added in v0.25.0

type SendSpecificUserFreeformNotificationV1AdminParams

type SendSpecificUserFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

SendSpecificUserFreeformNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send specific user freeform notification v1 admin operation typically these are written to a http.Request

func NewSendSpecificUserFreeformNotificationV1AdminParams

func NewSendSpecificUserFreeformNotificationV1AdminParams() *SendSpecificUserFreeformNotificationV1AdminParams

NewSendSpecificUserFreeformNotificationV1AdminParams creates a new SendSpecificUserFreeformNotificationV1AdminParams object with the default values initialized.

func NewSendSpecificUserFreeformNotificationV1AdminParamsWithContext

func NewSendSpecificUserFreeformNotificationV1AdminParamsWithContext(ctx context.Context) *SendSpecificUserFreeformNotificationV1AdminParams

NewSendSpecificUserFreeformNotificationV1AdminParamsWithContext creates a new SendSpecificUserFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendSpecificUserFreeformNotificationV1AdminParamsWithHTTPClient

func NewSendSpecificUserFreeformNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendSpecificUserFreeformNotificationV1AdminParams

NewSendSpecificUserFreeformNotificationV1AdminParamsWithHTTPClient creates a new SendSpecificUserFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendSpecificUserFreeformNotificationV1AdminParamsWithTimeout

func NewSendSpecificUserFreeformNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendSpecificUserFreeformNotificationV1AdminParams

NewSendSpecificUserFreeformNotificationV1AdminParamsWithTimeout creates a new SendSpecificUserFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

SetAuthInfoWriter adds the authInfoWriter to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetBody

SetBody adds the body to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetContext

SetContext adds the context to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendSpecificUserFreeformNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetNamespace

func (o *SendSpecificUserFreeformNotificationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetUserID

SetUserID adds the userId to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WithBody

WithBody adds the body to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WithContext

WithContext adds the context to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WithUserID

WithUserID adds the userID to the send specific user freeform notification v1 admin params

func (*SendSpecificUserFreeformNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendSpecificUserFreeformNotificationV1AdminReader

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

SendSpecificUserFreeformNotificationV1AdminReader is a Reader for the SendSpecificUserFreeformNotificationV1Admin structure.

func (*SendSpecificUserFreeformNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendSpecificUserFreeformNotificationV1AdminUnauthorized

type SendSpecificUserFreeformNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserFreeformNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendSpecificUserFreeformNotificationV1AdminUnauthorized

func NewSendSpecificUserFreeformNotificationV1AdminUnauthorized() *SendSpecificUserFreeformNotificationV1AdminUnauthorized

NewSendSpecificUserFreeformNotificationV1AdminUnauthorized creates a SendSpecificUserFreeformNotificationV1AdminUnauthorized with default headers values

func (*SendSpecificUserFreeformNotificationV1AdminUnauthorized) Error

func (*SendSpecificUserFreeformNotificationV1AdminUnauthorized) GetPayload

func (*SendSpecificUserFreeformNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type SendSpecificUserTemplatedNotificationV1AdminBadRequest

type SendSpecificUserTemplatedNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserTemplatedNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendSpecificUserTemplatedNotificationV1AdminBadRequest

func NewSendSpecificUserTemplatedNotificationV1AdminBadRequest() *SendSpecificUserTemplatedNotificationV1AdminBadRequest

NewSendSpecificUserTemplatedNotificationV1AdminBadRequest creates a SendSpecificUserTemplatedNotificationV1AdminBadRequest with default headers values

func (*SendSpecificUserTemplatedNotificationV1AdminBadRequest) Error

func (*SendSpecificUserTemplatedNotificationV1AdminBadRequest) GetPayload

func (*SendSpecificUserTemplatedNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendSpecificUserTemplatedNotificationV1AdminForbidden

type SendSpecificUserTemplatedNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserTemplatedNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendSpecificUserTemplatedNotificationV1AdminForbidden

func NewSendSpecificUserTemplatedNotificationV1AdminForbidden() *SendSpecificUserTemplatedNotificationV1AdminForbidden

NewSendSpecificUserTemplatedNotificationV1AdminForbidden creates a SendSpecificUserTemplatedNotificationV1AdminForbidden with default headers values

func (*SendSpecificUserTemplatedNotificationV1AdminForbidden) Error

func (*SendSpecificUserTemplatedNotificationV1AdminForbidden) GetPayload

func (*SendSpecificUserTemplatedNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendSpecificUserTemplatedNotificationV1AdminNoContent

type SendSpecificUserTemplatedNotificationV1AdminNoContent struct {
}

SendSpecificUserTemplatedNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendSpecificUserTemplatedNotificationV1AdminNoContent

func NewSendSpecificUserTemplatedNotificationV1AdminNoContent() *SendSpecificUserTemplatedNotificationV1AdminNoContent

NewSendSpecificUserTemplatedNotificationV1AdminNoContent creates a SendSpecificUserTemplatedNotificationV1AdminNoContent with default headers values

func (*SendSpecificUserTemplatedNotificationV1AdminNoContent) Error

type SendSpecificUserTemplatedNotificationV1AdminNotFound

type SendSpecificUserTemplatedNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserTemplatedNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendSpecificUserTemplatedNotificationV1AdminNotFound

func NewSendSpecificUserTemplatedNotificationV1AdminNotFound() *SendSpecificUserTemplatedNotificationV1AdminNotFound

NewSendSpecificUserTemplatedNotificationV1AdminNotFound creates a SendSpecificUserTemplatedNotificationV1AdminNotFound with default headers values

func (*SendSpecificUserTemplatedNotificationV1AdminNotFound) Error

func (*SendSpecificUserTemplatedNotificationV1AdminNotFound) GetPayload

func (*SendSpecificUserTemplatedNotificationV1AdminNotFound) ToJSONString added in v0.25.0

type SendSpecificUserTemplatedNotificationV1AdminParams

type SendSpecificUserTemplatedNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

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

SendSpecificUserTemplatedNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send specific user templated notification v1 admin operation typically these are written to a http.Request

func NewSendSpecificUserTemplatedNotificationV1AdminParams

func NewSendSpecificUserTemplatedNotificationV1AdminParams() *SendSpecificUserTemplatedNotificationV1AdminParams

NewSendSpecificUserTemplatedNotificationV1AdminParams creates a new SendSpecificUserTemplatedNotificationV1AdminParams object with the default values initialized.

func NewSendSpecificUserTemplatedNotificationV1AdminParamsWithContext

func NewSendSpecificUserTemplatedNotificationV1AdminParamsWithContext(ctx context.Context) *SendSpecificUserTemplatedNotificationV1AdminParams

NewSendSpecificUserTemplatedNotificationV1AdminParamsWithContext creates a new SendSpecificUserTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendSpecificUserTemplatedNotificationV1AdminParamsWithHTTPClient

func NewSendSpecificUserTemplatedNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendSpecificUserTemplatedNotificationV1AdminParams

NewSendSpecificUserTemplatedNotificationV1AdminParamsWithHTTPClient creates a new SendSpecificUserTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendSpecificUserTemplatedNotificationV1AdminParamsWithTimeout

func NewSendSpecificUserTemplatedNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendSpecificUserTemplatedNotificationV1AdminParams

NewSendSpecificUserTemplatedNotificationV1AdminParamsWithTimeout creates a new SendSpecificUserTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

SetAuthInfoWriter adds the authInfoWriter to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetBody

SetBody adds the body to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetContext

SetContext adds the context to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendSpecificUserTemplatedNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetNamespace

SetNamespace adds the namespace to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetUserID

SetUserID adds the userId to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WithBody

WithBody adds the body to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WithContext

WithContext adds the context to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WithUserID

WithUserID adds the userID to the send specific user templated notification v1 admin params

func (*SendSpecificUserTemplatedNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendSpecificUserTemplatedNotificationV1AdminReader

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

SendSpecificUserTemplatedNotificationV1AdminReader is a Reader for the SendSpecificUserTemplatedNotificationV1Admin structure.

func (*SendSpecificUserTemplatedNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendSpecificUserTemplatedNotificationV1AdminUnauthorized

type SendSpecificUserTemplatedNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendSpecificUserTemplatedNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendSpecificUserTemplatedNotificationV1AdminUnauthorized

func NewSendSpecificUserTemplatedNotificationV1AdminUnauthorized() *SendSpecificUserTemplatedNotificationV1AdminUnauthorized

NewSendSpecificUserTemplatedNotificationV1AdminUnauthorized creates a SendSpecificUserTemplatedNotificationV1AdminUnauthorized with default headers values

func (*SendSpecificUserTemplatedNotificationV1AdminUnauthorized) Error

func (*SendSpecificUserTemplatedNotificationV1AdminUnauthorized) GetPayload

func (*SendSpecificUserTemplatedNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type SendUsersFreeformNotificationV1AdminAccepted

type SendUsersFreeformNotificationV1AdminAccepted struct {
}

SendUsersFreeformNotificationV1AdminAccepted handles this case with default header values.

Accepted

func NewSendUsersFreeformNotificationV1AdminAccepted

func NewSendUsersFreeformNotificationV1AdminAccepted() *SendUsersFreeformNotificationV1AdminAccepted

NewSendUsersFreeformNotificationV1AdminAccepted creates a SendUsersFreeformNotificationV1AdminAccepted with default headers values

func (*SendUsersFreeformNotificationV1AdminAccepted) Error

type SendUsersFreeformNotificationV1AdminBadRequest

type SendUsersFreeformNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersFreeformNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendUsersFreeformNotificationV1AdminBadRequest

func NewSendUsersFreeformNotificationV1AdminBadRequest() *SendUsersFreeformNotificationV1AdminBadRequest

NewSendUsersFreeformNotificationV1AdminBadRequest creates a SendUsersFreeformNotificationV1AdminBadRequest with default headers values

func (*SendUsersFreeformNotificationV1AdminBadRequest) Error

func (*SendUsersFreeformNotificationV1AdminBadRequest) GetPayload

func (*SendUsersFreeformNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendUsersFreeformNotificationV1AdminForbidden

type SendUsersFreeformNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersFreeformNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendUsersFreeformNotificationV1AdminForbidden

func NewSendUsersFreeformNotificationV1AdminForbidden() *SendUsersFreeformNotificationV1AdminForbidden

NewSendUsersFreeformNotificationV1AdminForbidden creates a SendUsersFreeformNotificationV1AdminForbidden with default headers values

func (*SendUsersFreeformNotificationV1AdminForbidden) Error

func (*SendUsersFreeformNotificationV1AdminForbidden) GetPayload

func (*SendUsersFreeformNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendUsersFreeformNotificationV1AdminNotFound

type SendUsersFreeformNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersFreeformNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendUsersFreeformNotificationV1AdminNotFound

func NewSendUsersFreeformNotificationV1AdminNotFound() *SendUsersFreeformNotificationV1AdminNotFound

NewSendUsersFreeformNotificationV1AdminNotFound creates a SendUsersFreeformNotificationV1AdminNotFound with default headers values

func (*SendUsersFreeformNotificationV1AdminNotFound) Error

func (*SendUsersFreeformNotificationV1AdminNotFound) GetPayload

func (*SendUsersFreeformNotificationV1AdminNotFound) ToJSONString added in v0.25.0

type SendUsersFreeformNotificationV1AdminParams

type SendUsersFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

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

SendUsersFreeformNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send users freeform notification v1 admin operation typically these are written to a http.Request

func NewSendUsersFreeformNotificationV1AdminParams

func NewSendUsersFreeformNotificationV1AdminParams() *SendUsersFreeformNotificationV1AdminParams

NewSendUsersFreeformNotificationV1AdminParams creates a new SendUsersFreeformNotificationV1AdminParams object with the default values initialized.

func NewSendUsersFreeformNotificationV1AdminParamsWithContext

func NewSendUsersFreeformNotificationV1AdminParamsWithContext(ctx context.Context) *SendUsersFreeformNotificationV1AdminParams

NewSendUsersFreeformNotificationV1AdminParamsWithContext creates a new SendUsersFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendUsersFreeformNotificationV1AdminParamsWithHTTPClient

func NewSendUsersFreeformNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendUsersFreeformNotificationV1AdminParams

NewSendUsersFreeformNotificationV1AdminParamsWithHTTPClient creates a new SendUsersFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendUsersFreeformNotificationV1AdminParamsWithTimeout

func NewSendUsersFreeformNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendUsersFreeformNotificationV1AdminParams

NewSendUsersFreeformNotificationV1AdminParamsWithTimeout creates a new SendUsersFreeformNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendUsersFreeformNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *SendUsersFreeformNotificationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) SetBody

SetBody adds the body to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) SetContext

SetContext adds the context to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendUsersFreeformNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) SetNamespace

func (o *SendUsersFreeformNotificationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) WithBody

WithBody adds the body to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) WithContext

WithContext adds the context to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the send users freeform notification v1 admin params

func (*SendUsersFreeformNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendUsersFreeformNotificationV1AdminReader

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

SendUsersFreeformNotificationV1AdminReader is a Reader for the SendUsersFreeformNotificationV1Admin structure.

func (*SendUsersFreeformNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendUsersFreeformNotificationV1AdminUnauthorized

type SendUsersFreeformNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersFreeformNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendUsersFreeformNotificationV1AdminUnauthorized

func NewSendUsersFreeformNotificationV1AdminUnauthorized() *SendUsersFreeformNotificationV1AdminUnauthorized

NewSendUsersFreeformNotificationV1AdminUnauthorized creates a SendUsersFreeformNotificationV1AdminUnauthorized with default headers values

func (*SendUsersFreeformNotificationV1AdminUnauthorized) Error

func (*SendUsersFreeformNotificationV1AdminUnauthorized) GetPayload

func (*SendUsersFreeformNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type SendUsersTemplatedNotificationV1AdminAccepted

type SendUsersTemplatedNotificationV1AdminAccepted struct {
}

SendUsersTemplatedNotificationV1AdminAccepted handles this case with default header values.

Accepted

func NewSendUsersTemplatedNotificationV1AdminAccepted

func NewSendUsersTemplatedNotificationV1AdminAccepted() *SendUsersTemplatedNotificationV1AdminAccepted

NewSendUsersTemplatedNotificationV1AdminAccepted creates a SendUsersTemplatedNotificationV1AdminAccepted with default headers values

func (*SendUsersTemplatedNotificationV1AdminAccepted) Error

type SendUsersTemplatedNotificationV1AdminBadRequest

type SendUsersTemplatedNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersTemplatedNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendUsersTemplatedNotificationV1AdminBadRequest

func NewSendUsersTemplatedNotificationV1AdminBadRequest() *SendUsersTemplatedNotificationV1AdminBadRequest

NewSendUsersTemplatedNotificationV1AdminBadRequest creates a SendUsersTemplatedNotificationV1AdminBadRequest with default headers values

func (*SendUsersTemplatedNotificationV1AdminBadRequest) Error

func (*SendUsersTemplatedNotificationV1AdminBadRequest) GetPayload

func (*SendUsersTemplatedNotificationV1AdminBadRequest) ToJSONString added in v0.25.0

type SendUsersTemplatedNotificationV1AdminForbidden

type SendUsersTemplatedNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersTemplatedNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendUsersTemplatedNotificationV1AdminForbidden

func NewSendUsersTemplatedNotificationV1AdminForbidden() *SendUsersTemplatedNotificationV1AdminForbidden

NewSendUsersTemplatedNotificationV1AdminForbidden creates a SendUsersTemplatedNotificationV1AdminForbidden with default headers values

func (*SendUsersTemplatedNotificationV1AdminForbidden) Error

func (*SendUsersTemplatedNotificationV1AdminForbidden) GetPayload

func (*SendUsersTemplatedNotificationV1AdminForbidden) ToJSONString added in v0.25.0

type SendUsersTemplatedNotificationV1AdminNotFound

type SendUsersTemplatedNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersTemplatedNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendUsersTemplatedNotificationV1AdminNotFound

func NewSendUsersTemplatedNotificationV1AdminNotFound() *SendUsersTemplatedNotificationV1AdminNotFound

NewSendUsersTemplatedNotificationV1AdminNotFound creates a SendUsersTemplatedNotificationV1AdminNotFound with default headers values

func (*SendUsersTemplatedNotificationV1AdminNotFound) Error

func (*SendUsersTemplatedNotificationV1AdminNotFound) GetPayload

func (*SendUsersTemplatedNotificationV1AdminNotFound) ToJSONString added in v0.25.0

type SendUsersTemplatedNotificationV1AdminParams

type SendUsersTemplatedNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  notification content

	*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

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

SendUsersTemplatedNotificationV1AdminParams contains all the parameters to send to the API endpoint for the send users templated notification v1 admin operation typically these are written to a http.Request

func NewSendUsersTemplatedNotificationV1AdminParams

func NewSendUsersTemplatedNotificationV1AdminParams() *SendUsersTemplatedNotificationV1AdminParams

NewSendUsersTemplatedNotificationV1AdminParams creates a new SendUsersTemplatedNotificationV1AdminParams object with the default values initialized.

func NewSendUsersTemplatedNotificationV1AdminParamsWithContext

func NewSendUsersTemplatedNotificationV1AdminParamsWithContext(ctx context.Context) *SendUsersTemplatedNotificationV1AdminParams

NewSendUsersTemplatedNotificationV1AdminParamsWithContext creates a new SendUsersTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewSendUsersTemplatedNotificationV1AdminParamsWithHTTPClient

func NewSendUsersTemplatedNotificationV1AdminParamsWithHTTPClient(client *http.Client) *SendUsersTemplatedNotificationV1AdminParams

NewSendUsersTemplatedNotificationV1AdminParamsWithHTTPClient creates a new SendUsersTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSendUsersTemplatedNotificationV1AdminParamsWithTimeout

func NewSendUsersTemplatedNotificationV1AdminParamsWithTimeout(timeout time.Duration) *SendUsersTemplatedNotificationV1AdminParams

NewSendUsersTemplatedNotificationV1AdminParamsWithTimeout creates a new SendUsersTemplatedNotificationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*SendUsersTemplatedNotificationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *SendUsersTemplatedNotificationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) SetBody

SetBody adds the body to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) SetContext

SetContext adds the context to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *SendUsersTemplatedNotificationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) SetNamespace

func (o *SendUsersTemplatedNotificationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) SetTimeout

SetTimeout adds the timeout to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) WithBody

WithBody adds the body to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) WithContext

WithContext adds the context to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the send users templated notification v1 admin params

func (*SendUsersTemplatedNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendUsersTemplatedNotificationV1AdminReader

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

SendUsersTemplatedNotificationV1AdminReader is a Reader for the SendUsersTemplatedNotificationV1Admin structure.

func (*SendUsersTemplatedNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendUsersTemplatedNotificationV1AdminUnauthorized

type SendUsersTemplatedNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendUsersTemplatedNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendUsersTemplatedNotificationV1AdminUnauthorized

func NewSendUsersTemplatedNotificationV1AdminUnauthorized() *SendUsersTemplatedNotificationV1AdminUnauthorized

NewSendUsersTemplatedNotificationV1AdminUnauthorized creates a SendUsersTemplatedNotificationV1AdminUnauthorized with default headers values

func (*SendUsersTemplatedNotificationV1AdminUnauthorized) Error

func (*SendUsersTemplatedNotificationV1AdminUnauthorized) GetPayload

func (*SendUsersTemplatedNotificationV1AdminUnauthorized) ToJSONString added in v0.25.0

type UpdateLocalizationTemplateBadRequest

type UpdateLocalizationTemplateBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateLocalizationTemplateBadRequest handles this case with default header values.

Bad Request

func NewUpdateLocalizationTemplateBadRequest

func NewUpdateLocalizationTemplateBadRequest() *UpdateLocalizationTemplateBadRequest

NewUpdateLocalizationTemplateBadRequest creates a UpdateLocalizationTemplateBadRequest with default headers values

func (*UpdateLocalizationTemplateBadRequest) Error

func (*UpdateLocalizationTemplateBadRequest) GetPayload

func (*UpdateLocalizationTemplateBadRequest) ToJSONString added in v0.25.0

func (o *UpdateLocalizationTemplateBadRequest) ToJSONString() string

type UpdateLocalizationTemplateForbidden

type UpdateLocalizationTemplateForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateLocalizationTemplateForbidden handles this case with default header values.

Forbidden

func NewUpdateLocalizationTemplateForbidden

func NewUpdateLocalizationTemplateForbidden() *UpdateLocalizationTemplateForbidden

NewUpdateLocalizationTemplateForbidden creates a UpdateLocalizationTemplateForbidden with default headers values

func (*UpdateLocalizationTemplateForbidden) Error

func (*UpdateLocalizationTemplateForbidden) GetPayload

func (*UpdateLocalizationTemplateForbidden) ToJSONString added in v0.25.0

func (o *UpdateLocalizationTemplateForbidden) ToJSONString() string

type UpdateLocalizationTemplateNoContent

type UpdateLocalizationTemplateNoContent struct {
}

UpdateLocalizationTemplateNoContent handles this case with default header values.

No Content

func NewUpdateLocalizationTemplateNoContent

func NewUpdateLocalizationTemplateNoContent() *UpdateLocalizationTemplateNoContent

NewUpdateLocalizationTemplateNoContent creates a UpdateLocalizationTemplateNoContent with default headers values

func (*UpdateLocalizationTemplateNoContent) Error

type UpdateLocalizationTemplateNotFound

type UpdateLocalizationTemplateNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateLocalizationTemplateNotFound handles this case with default header values.

Not Found

func NewUpdateLocalizationTemplateNotFound

func NewUpdateLocalizationTemplateNotFound() *UpdateLocalizationTemplateNotFound

NewUpdateLocalizationTemplateNotFound creates a UpdateLocalizationTemplateNotFound with default headers values

func (*UpdateLocalizationTemplateNotFound) Error

func (*UpdateLocalizationTemplateNotFound) GetPayload

func (*UpdateLocalizationTemplateNotFound) ToJSONString added in v0.25.0

func (o *UpdateLocalizationTemplateNotFound) ToJSONString() string

type UpdateLocalizationTemplateParams

type UpdateLocalizationTemplateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUpdateTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language

	*/
	TemplateLanguage string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string

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

UpdateLocalizationTemplateParams contains all the parameters to send to the API endpoint for the update localization template operation typically these are written to a http.Request

func NewUpdateLocalizationTemplateParams

func NewUpdateLocalizationTemplateParams() *UpdateLocalizationTemplateParams

NewUpdateLocalizationTemplateParams creates a new UpdateLocalizationTemplateParams object with the default values initialized.

func NewUpdateLocalizationTemplateParamsWithContext

func NewUpdateLocalizationTemplateParamsWithContext(ctx context.Context) *UpdateLocalizationTemplateParams

NewUpdateLocalizationTemplateParamsWithContext creates a new UpdateLocalizationTemplateParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateLocalizationTemplateParamsWithHTTPClient

func NewUpdateLocalizationTemplateParamsWithHTTPClient(client *http.Client) *UpdateLocalizationTemplateParams

NewUpdateLocalizationTemplateParamsWithHTTPClient creates a new UpdateLocalizationTemplateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateLocalizationTemplateParamsWithTimeout

func NewUpdateLocalizationTemplateParamsWithTimeout(timeout time.Duration) *UpdateLocalizationTemplateParams

NewUpdateLocalizationTemplateParamsWithTimeout creates a new UpdateLocalizationTemplateParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateLocalizationTemplateParams) SetAuthInfoWriter added in v0.17.0

func (o *UpdateLocalizationTemplateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update localization template params

func (*UpdateLocalizationTemplateParams) SetBody

SetBody adds the body to the update localization template params

func (*UpdateLocalizationTemplateParams) SetContext

SetContext adds the context to the update localization template params

func (*UpdateLocalizationTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update localization template params

func (*UpdateLocalizationTemplateParams) SetHTTPClientTransport added in v0.19.0

func (o *UpdateLocalizationTemplateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update localization template params

func (*UpdateLocalizationTemplateParams) SetNamespace

func (o *UpdateLocalizationTemplateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update localization template params

func (*UpdateLocalizationTemplateParams) SetTemplateLanguage

func (o *UpdateLocalizationTemplateParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the update localization template params

func (*UpdateLocalizationTemplateParams) SetTemplateSlug

func (o *UpdateLocalizationTemplateParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the update localization template params

func (*UpdateLocalizationTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the update localization template params

func (*UpdateLocalizationTemplateParams) WithBody

WithBody adds the body to the update localization template params

func (*UpdateLocalizationTemplateParams) WithContext

WithContext adds the context to the update localization template params

func (*UpdateLocalizationTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update localization template params

func (*UpdateLocalizationTemplateParams) WithNamespace

WithNamespace adds the namespace to the update localization template params

func (*UpdateLocalizationTemplateParams) WithTemplateLanguage

func (o *UpdateLocalizationTemplateParams) WithTemplateLanguage(templateLanguage string) *UpdateLocalizationTemplateParams

WithTemplateLanguage adds the templateLanguage to the update localization template params

func (*UpdateLocalizationTemplateParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the update localization template params

func (*UpdateLocalizationTemplateParams) WithTimeout

WithTimeout adds the timeout to the update localization template params

func (*UpdateLocalizationTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLocalizationTemplateReader

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

UpdateLocalizationTemplateReader is a Reader for the UpdateLocalizationTemplate structure.

func (*UpdateLocalizationTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLocalizationTemplateUnauthorized

type UpdateLocalizationTemplateUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateLocalizationTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateLocalizationTemplateUnauthorized

func NewUpdateLocalizationTemplateUnauthorized() *UpdateLocalizationTemplateUnauthorized

NewUpdateLocalizationTemplateUnauthorized creates a UpdateLocalizationTemplateUnauthorized with default headers values

func (*UpdateLocalizationTemplateUnauthorized) Error

func (*UpdateLocalizationTemplateUnauthorized) GetPayload

func (*UpdateLocalizationTemplateUnauthorized) ToJSONString added in v0.25.0

type UpdateNotificationTopicV1AdminBadRequest

type UpdateNotificationTopicV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateNotificationTopicV1AdminBadRequest handles this case with default header values.

Bad Request

func NewUpdateNotificationTopicV1AdminBadRequest

func NewUpdateNotificationTopicV1AdminBadRequest() *UpdateNotificationTopicV1AdminBadRequest

NewUpdateNotificationTopicV1AdminBadRequest creates a UpdateNotificationTopicV1AdminBadRequest with default headers values

func (*UpdateNotificationTopicV1AdminBadRequest) Error

func (*UpdateNotificationTopicV1AdminBadRequest) GetPayload

func (*UpdateNotificationTopicV1AdminBadRequest) ToJSONString added in v0.25.0

type UpdateNotificationTopicV1AdminForbidden

type UpdateNotificationTopicV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateNotificationTopicV1AdminForbidden handles this case with default header values.

Forbidden

func NewUpdateNotificationTopicV1AdminForbidden

func NewUpdateNotificationTopicV1AdminForbidden() *UpdateNotificationTopicV1AdminForbidden

NewUpdateNotificationTopicV1AdminForbidden creates a UpdateNotificationTopicV1AdminForbidden with default headers values

func (*UpdateNotificationTopicV1AdminForbidden) Error

func (*UpdateNotificationTopicV1AdminForbidden) GetPayload

func (*UpdateNotificationTopicV1AdminForbidden) ToJSONString added in v0.25.0

type UpdateNotificationTopicV1AdminInternalServerError

type UpdateNotificationTopicV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateNotificationTopicV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateNotificationTopicV1AdminInternalServerError

func NewUpdateNotificationTopicV1AdminInternalServerError() *UpdateNotificationTopicV1AdminInternalServerError

NewUpdateNotificationTopicV1AdminInternalServerError creates a UpdateNotificationTopicV1AdminInternalServerError with default headers values

func (*UpdateNotificationTopicV1AdminInternalServerError) Error

func (*UpdateNotificationTopicV1AdminInternalServerError) GetPayload

func (*UpdateNotificationTopicV1AdminInternalServerError) ToJSONString added in v0.25.0

type UpdateNotificationTopicV1AdminNoContent

type UpdateNotificationTopicV1AdminNoContent struct {
}

UpdateNotificationTopicV1AdminNoContent handles this case with default header values.

No Content

func NewUpdateNotificationTopicV1AdminNoContent

func NewUpdateNotificationTopicV1AdminNoContent() *UpdateNotificationTopicV1AdminNoContent

NewUpdateNotificationTopicV1AdminNoContent creates a UpdateNotificationTopicV1AdminNoContent with default headers values

func (*UpdateNotificationTopicV1AdminNoContent) Error

type UpdateNotificationTopicV1AdminNotFound

type UpdateNotificationTopicV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateNotificationTopicV1AdminNotFound handles this case with default header values.

Not Found

func NewUpdateNotificationTopicV1AdminNotFound

func NewUpdateNotificationTopicV1AdminNotFound() *UpdateNotificationTopicV1AdminNotFound

NewUpdateNotificationTopicV1AdminNotFound creates a UpdateNotificationTopicV1AdminNotFound with default headers values

func (*UpdateNotificationTopicV1AdminNotFound) Error

func (*UpdateNotificationTopicV1AdminNotFound) GetPayload

func (*UpdateNotificationTopicV1AdminNotFound) ToJSONString added in v0.25.0

type UpdateNotificationTopicV1AdminParams

type UpdateNotificationTopicV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  update topic input

	*/
	Body *lobbyclientmodels.ModelUpdateTopicRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TopicName
	  topic name

	*/
	TopicName string

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

UpdateNotificationTopicV1AdminParams contains all the parameters to send to the API endpoint for the update notification topic v1 admin operation typically these are written to a http.Request

func NewUpdateNotificationTopicV1AdminParams

func NewUpdateNotificationTopicV1AdminParams() *UpdateNotificationTopicV1AdminParams

NewUpdateNotificationTopicV1AdminParams creates a new UpdateNotificationTopicV1AdminParams object with the default values initialized.

func NewUpdateNotificationTopicV1AdminParamsWithContext

func NewUpdateNotificationTopicV1AdminParamsWithContext(ctx context.Context) *UpdateNotificationTopicV1AdminParams

NewUpdateNotificationTopicV1AdminParamsWithContext creates a new UpdateNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateNotificationTopicV1AdminParamsWithHTTPClient

func NewUpdateNotificationTopicV1AdminParamsWithHTTPClient(client *http.Client) *UpdateNotificationTopicV1AdminParams

NewUpdateNotificationTopicV1AdminParamsWithHTTPClient creates a new UpdateNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateNotificationTopicV1AdminParamsWithTimeout

func NewUpdateNotificationTopicV1AdminParamsWithTimeout(timeout time.Duration) *UpdateNotificationTopicV1AdminParams

NewUpdateNotificationTopicV1AdminParamsWithTimeout creates a new UpdateNotificationTopicV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateNotificationTopicV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *UpdateNotificationTopicV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetBody

SetBody adds the body to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetContext

SetContext adds the context to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *UpdateNotificationTopicV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetNamespace

func (o *UpdateNotificationTopicV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) SetTopicName

func (o *UpdateNotificationTopicV1AdminParams) SetTopicName(topicName string)

SetTopicName adds the topicName to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WithBody

WithBody adds the body to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WithContext

WithContext adds the context to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WithNamespace

WithNamespace adds the namespace to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WithTimeout

WithTimeout adds the timeout to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WithTopicName

WithTopicName adds the topicName to the update notification topic v1 admin params

func (*UpdateNotificationTopicV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNotificationTopicV1AdminReader

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

UpdateNotificationTopicV1AdminReader is a Reader for the UpdateNotificationTopicV1Admin structure.

func (*UpdateNotificationTopicV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNotificationTopicV1AdminUnauthorized

type UpdateNotificationTopicV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateNotificationTopicV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateNotificationTopicV1AdminUnauthorized

func NewUpdateNotificationTopicV1AdminUnauthorized() *UpdateNotificationTopicV1AdminUnauthorized

NewUpdateNotificationTopicV1AdminUnauthorized creates a UpdateNotificationTopicV1AdminUnauthorized with default headers values

func (*UpdateNotificationTopicV1AdminUnauthorized) Error

func (*UpdateNotificationTopicV1AdminUnauthorized) GetPayload

func (*UpdateNotificationTopicV1AdminUnauthorized) ToJSONString added in v0.25.0

type UpdateTemplateLocalizationV1AdminBadRequest

type UpdateTemplateLocalizationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateTemplateLocalizationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewUpdateTemplateLocalizationV1AdminBadRequest

func NewUpdateTemplateLocalizationV1AdminBadRequest() *UpdateTemplateLocalizationV1AdminBadRequest

NewUpdateTemplateLocalizationV1AdminBadRequest creates a UpdateTemplateLocalizationV1AdminBadRequest with default headers values

func (*UpdateTemplateLocalizationV1AdminBadRequest) Error

func (*UpdateTemplateLocalizationV1AdminBadRequest) GetPayload

func (*UpdateTemplateLocalizationV1AdminBadRequest) ToJSONString added in v0.25.0

type UpdateTemplateLocalizationV1AdminForbidden

type UpdateTemplateLocalizationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateTemplateLocalizationV1AdminForbidden handles this case with default header values.

Forbidden

func NewUpdateTemplateLocalizationV1AdminForbidden

func NewUpdateTemplateLocalizationV1AdminForbidden() *UpdateTemplateLocalizationV1AdminForbidden

NewUpdateTemplateLocalizationV1AdminForbidden creates a UpdateTemplateLocalizationV1AdminForbidden with default headers values

func (*UpdateTemplateLocalizationV1AdminForbidden) Error

func (*UpdateTemplateLocalizationV1AdminForbidden) GetPayload

func (*UpdateTemplateLocalizationV1AdminForbidden) ToJSONString added in v0.25.0

type UpdateTemplateLocalizationV1AdminInternalServerError

type UpdateTemplateLocalizationV1AdminInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateTemplateLocalizationV1AdminInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateTemplateLocalizationV1AdminInternalServerError

func NewUpdateTemplateLocalizationV1AdminInternalServerError() *UpdateTemplateLocalizationV1AdminInternalServerError

NewUpdateTemplateLocalizationV1AdminInternalServerError creates a UpdateTemplateLocalizationV1AdminInternalServerError with default headers values

func (*UpdateTemplateLocalizationV1AdminInternalServerError) Error

func (*UpdateTemplateLocalizationV1AdminInternalServerError) GetPayload

func (*UpdateTemplateLocalizationV1AdminInternalServerError) ToJSONString added in v0.25.0

type UpdateTemplateLocalizationV1AdminNoContent

type UpdateTemplateLocalizationV1AdminNoContent struct {
}

UpdateTemplateLocalizationV1AdminNoContent handles this case with default header values.

No Content

func NewUpdateTemplateLocalizationV1AdminNoContent

func NewUpdateTemplateLocalizationV1AdminNoContent() *UpdateTemplateLocalizationV1AdminNoContent

NewUpdateTemplateLocalizationV1AdminNoContent creates a UpdateTemplateLocalizationV1AdminNoContent with default headers values

func (*UpdateTemplateLocalizationV1AdminNoContent) Error

type UpdateTemplateLocalizationV1AdminNotFound

type UpdateTemplateLocalizationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateTemplateLocalizationV1AdminNotFound handles this case with default header values.

Not Found

func NewUpdateTemplateLocalizationV1AdminNotFound

func NewUpdateTemplateLocalizationV1AdminNotFound() *UpdateTemplateLocalizationV1AdminNotFound

NewUpdateTemplateLocalizationV1AdminNotFound creates a UpdateTemplateLocalizationV1AdminNotFound with default headers values

func (*UpdateTemplateLocalizationV1AdminNotFound) Error

func (*UpdateTemplateLocalizationV1AdminNotFound) GetPayload

func (*UpdateTemplateLocalizationV1AdminNotFound) ToJSONString added in v0.25.0

type UpdateTemplateLocalizationV1AdminParams

type UpdateTemplateLocalizationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUpdateTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TemplateLanguage
	  template language, follows IETF BCP 47 standard

	*/
	TemplateLanguage string
	/*TemplateSlug
	  Template Identifier, only alphabet characters and hyphens are permitted

	*/
	TemplateSlug string

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

UpdateTemplateLocalizationV1AdminParams contains all the parameters to send to the API endpoint for the update template localization v1 admin operation typically these are written to a http.Request

func NewUpdateTemplateLocalizationV1AdminParams

func NewUpdateTemplateLocalizationV1AdminParams() *UpdateTemplateLocalizationV1AdminParams

NewUpdateTemplateLocalizationV1AdminParams creates a new UpdateTemplateLocalizationV1AdminParams object with the default values initialized.

func NewUpdateTemplateLocalizationV1AdminParamsWithContext

func NewUpdateTemplateLocalizationV1AdminParamsWithContext(ctx context.Context) *UpdateTemplateLocalizationV1AdminParams

NewUpdateTemplateLocalizationV1AdminParamsWithContext creates a new UpdateTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateTemplateLocalizationV1AdminParamsWithHTTPClient

func NewUpdateTemplateLocalizationV1AdminParamsWithHTTPClient(client *http.Client) *UpdateTemplateLocalizationV1AdminParams

NewUpdateTemplateLocalizationV1AdminParamsWithHTTPClient creates a new UpdateTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateTemplateLocalizationV1AdminParamsWithTimeout

func NewUpdateTemplateLocalizationV1AdminParamsWithTimeout(timeout time.Duration) *UpdateTemplateLocalizationV1AdminParams

NewUpdateTemplateLocalizationV1AdminParamsWithTimeout creates a new UpdateTemplateLocalizationV1AdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateTemplateLocalizationV1AdminParams) SetAuthInfoWriter added in v0.17.0

func (o *UpdateTemplateLocalizationV1AdminParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetBody

SetBody adds the body to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetContext

SetContext adds the context to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetHTTPClientTransport added in v0.19.0

func (o *UpdateTemplateLocalizationV1AdminParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetNamespace

func (o *UpdateTemplateLocalizationV1AdminParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetTemplateLanguage

func (o *UpdateTemplateLocalizationV1AdminParams) SetTemplateLanguage(templateLanguage string)

SetTemplateLanguage adds the templateLanguage to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetTemplateSlug

func (o *UpdateTemplateLocalizationV1AdminParams) SetTemplateSlug(templateSlug string)

SetTemplateSlug adds the templateSlug to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) SetTimeout

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

SetTimeout adds the timeout to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithBody

WithBody adds the body to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithContext

WithContext adds the context to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithNamespace

WithNamespace adds the namespace to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithTemplateLanguage

WithTemplateLanguage adds the templateLanguage to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithTemplateSlug

WithTemplateSlug adds the templateSlug to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WithTimeout

WithTimeout adds the timeout to the update template localization v1 admin params

func (*UpdateTemplateLocalizationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTemplateLocalizationV1AdminReader

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

UpdateTemplateLocalizationV1AdminReader is a Reader for the UpdateTemplateLocalizationV1Admin structure.

func (*UpdateTemplateLocalizationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateTemplateLocalizationV1AdminUnauthorized

type UpdateTemplateLocalizationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

UpdateTemplateLocalizationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateTemplateLocalizationV1AdminUnauthorized

func NewUpdateTemplateLocalizationV1AdminUnauthorized() *UpdateTemplateLocalizationV1AdminUnauthorized

NewUpdateTemplateLocalizationV1AdminUnauthorized creates a UpdateTemplateLocalizationV1AdminUnauthorized with default headers values

func (*UpdateTemplateLocalizationV1AdminUnauthorized) Error

func (*UpdateTemplateLocalizationV1AdminUnauthorized) GetPayload

func (*UpdateTemplateLocalizationV1AdminUnauthorized) ToJSONString added in v0.25.0

type UpdateTopicByTopicNameForbidden

type UpdateTopicByTopicNameForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateTopicByTopicNameForbidden handles this case with default header values.

Forbidden

func NewUpdateTopicByTopicNameForbidden

func NewUpdateTopicByTopicNameForbidden() *UpdateTopicByTopicNameForbidden

NewUpdateTopicByTopicNameForbidden creates a UpdateTopicByTopicNameForbidden with default headers values

func (*UpdateTopicByTopicNameForbidden) Error

func (*UpdateTopicByTopicNameForbidden) GetPayload

func (*UpdateTopicByTopicNameForbidden) ToJSONString added in v0.25.0

func (o *UpdateTopicByTopicNameForbidden) ToJSONString() string

type UpdateTopicByTopicNameInternalServerError

type UpdateTopicByTopicNameInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateTopicByTopicNameInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateTopicByTopicNameInternalServerError

func NewUpdateTopicByTopicNameInternalServerError() *UpdateTopicByTopicNameInternalServerError

NewUpdateTopicByTopicNameInternalServerError creates a UpdateTopicByTopicNameInternalServerError with default headers values

func (*UpdateTopicByTopicNameInternalServerError) Error

func (*UpdateTopicByTopicNameInternalServerError) GetPayload

func (*UpdateTopicByTopicNameInternalServerError) ToJSONString added in v0.25.0

type UpdateTopicByTopicNameNoContent

type UpdateTopicByTopicNameNoContent struct {
}

UpdateTopicByTopicNameNoContent handles this case with default header values.

No Content

func NewUpdateTopicByTopicNameNoContent

func NewUpdateTopicByTopicNameNoContent() *UpdateTopicByTopicNameNoContent

NewUpdateTopicByTopicNameNoContent creates a UpdateTopicByTopicNameNoContent with default headers values

func (*UpdateTopicByTopicNameNoContent) Error

type UpdateTopicByTopicNameNotFound

type UpdateTopicByTopicNameNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateTopicByTopicNameNotFound handles this case with default header values.

Not Found

func NewUpdateTopicByTopicNameNotFound

func NewUpdateTopicByTopicNameNotFound() *UpdateTopicByTopicNameNotFound

NewUpdateTopicByTopicNameNotFound creates a UpdateTopicByTopicNameNotFound with default headers values

func (*UpdateTopicByTopicNameNotFound) Error

func (*UpdateTopicByTopicNameNotFound) GetPayload

func (*UpdateTopicByTopicNameNotFound) ToJSONString added in v0.25.0

func (o *UpdateTopicByTopicNameNotFound) ToJSONString() string

type UpdateTopicByTopicNameParams

type UpdateTopicByTopicNameParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body
	  update topic input

	*/
	Body *lobbyclientmodels.ModelUpdateTopicRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Topic
	  topic name

	*/
	Topic string

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

UpdateTopicByTopicNameParams contains all the parameters to send to the API endpoint for the update topic by topic name operation typically these are written to a http.Request

func NewUpdateTopicByTopicNameParams

func NewUpdateTopicByTopicNameParams() *UpdateTopicByTopicNameParams

NewUpdateTopicByTopicNameParams creates a new UpdateTopicByTopicNameParams object with the default values initialized.

func NewUpdateTopicByTopicNameParamsWithContext

func NewUpdateTopicByTopicNameParamsWithContext(ctx context.Context) *UpdateTopicByTopicNameParams

NewUpdateTopicByTopicNameParamsWithContext creates a new UpdateTopicByTopicNameParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateTopicByTopicNameParamsWithHTTPClient

func NewUpdateTopicByTopicNameParamsWithHTTPClient(client *http.Client) *UpdateTopicByTopicNameParams

NewUpdateTopicByTopicNameParamsWithHTTPClient creates a new UpdateTopicByTopicNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateTopicByTopicNameParamsWithTimeout

func NewUpdateTopicByTopicNameParamsWithTimeout(timeout time.Duration) *UpdateTopicByTopicNameParams

NewUpdateTopicByTopicNameParamsWithTimeout creates a new UpdateTopicByTopicNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateTopicByTopicNameParams) SetAuthInfoWriter added in v0.17.0

func (o *UpdateTopicByTopicNameParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetBody

SetBody adds the body to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetContext

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

SetContext adds the context to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetHTTPClientTransport added in v0.19.0

func (o *UpdateTopicByTopicNameParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetNamespace

func (o *UpdateTopicByTopicNameParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetTimeout

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

SetTimeout adds the timeout to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) SetTopic

func (o *UpdateTopicByTopicNameParams) SetTopic(topic string)

SetTopic adds the topic to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WithBody

WithBody adds the body to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WithContext

WithContext adds the context to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WithNamespace

WithNamespace adds the namespace to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WithTimeout

WithTimeout adds the timeout to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WithTopic

WithTopic adds the topic to the update topic by topic name params

func (*UpdateTopicByTopicNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateTopicByTopicNameReader

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

UpdateTopicByTopicNameReader is a Reader for the UpdateTopicByTopicName structure.

func (*UpdateTopicByTopicNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateTopicByTopicNameUnauthorized

type UpdateTopicByTopicNameUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

UpdateTopicByTopicNameUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateTopicByTopicNameUnauthorized

func NewUpdateTopicByTopicNameUnauthorized() *UpdateTopicByTopicNameUnauthorized

NewUpdateTopicByTopicNameUnauthorized creates a UpdateTopicByTopicNameUnauthorized with default headers values

func (*UpdateTopicByTopicNameUnauthorized) Error

func (*UpdateTopicByTopicNameUnauthorized) GetPayload

func (*UpdateTopicByTopicNameUnauthorized) ToJSONString added in v0.25.0

func (o *UpdateTopicByTopicNameUnauthorized) ToJSONString() string

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL