notification

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: MIT Imports: 16 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: 2022-08-10 - Use CreateNotificationTemplateV1AdminShort instead.

CreateNotificationTemplateV1Admin create new notification template 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.

Check model description for detailed input restrictions.

Action Code: 50204

func (*Client) CreateNotificationTemplateV1AdminShort

CreateNotificationTemplateV1AdminShort create new notification template 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.

Check model description for detailed input restrictions.

Action Code: 50204

func (*Client) CreateNotificationTopicV1Admin deprecated

Deprecated: 2022-08-10 - Use CreateNotificationTopicV1AdminShort instead.

CreateNotificationTopicV1Admin create new notification topic Create new notification topic.

topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST. Already existing topic can not be created

Action Code: 50214

func (*Client) CreateNotificationTopicV1AdminShort

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

CreateNotificationTopicV1AdminShort create new notification topic Create new notification topic.

topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST. Already existing topic can not be created

Action Code: 50214

func (*Client) CreateTopic deprecated

Deprecated: 2022-08-10 - Use CreateTopicShort instead.

CreateTopic create new notification topic Create new notification topic.

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

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

CreateTopicShort create new notification topic Create new notification topic.

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: 2022-08-10 - Use DeleteNotificationTemplateSlugV1AdminShort instead.

DeleteNotificationTemplateSlugV1Admin delete template slug in notification template Delete template slug in notification template

Action Code: 50206

func (*Client) DeleteNotificationTemplateSlugV1AdminShort

DeleteNotificationTemplateSlugV1AdminShort delete template slug in notification template Delete template slug in notification template

Action Code: 50206

func (*Client) DeleteNotificationTopicV1Admin deprecated

Deprecated: 2022-08-10 - Use DeleteNotificationTopicV1AdminShort instead.

DeleteNotificationTopicV1Admin delete topic information by topic name Delete topic information by topic name.

topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST. Already existing topic can not be created

Action Code: 50217

func (*Client) DeleteNotificationTopicV1AdminShort

func (a *Client) DeleteNotificationTopicV1AdminShort(params *DeleteNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTopicV1AdminNoContent, error)

DeleteNotificationTopicV1AdminShort delete topic information by topic name Delete topic information by topic name.

topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST. Already existing topic can not be created

Action Code: 50217

func (*Client) DeleteTemplateLocalizationV1Admin deprecated

Deprecated: 2022-08-10 - Use DeleteTemplateLocalizationV1AdminShort instead.

DeleteTemplateLocalizationV1Admin delete template localization Delete template localization

Action Code: 50209

func (*Client) DeleteTemplateLocalizationV1AdminShort

DeleteTemplateLocalizationV1AdminShort delete template localization Delete template localization

Action Code: 50209

func (*Client) DeleteTopicByTopicName deprecated

Deprecated: 2022-08-10 - Use DeleteTopicByTopicNameShort instead.

DeleteTopicByTopicName delete topic information by topic name delete topic information by topic name.

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

func (a *Client) DeleteTopicByTopicNameShort(params *DeleteTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicByTopicNameNoContent, error)

DeleteTopicByTopicNameShort delete topic information by topic name delete topic information by topic name.

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) FreeFormNotificationByUserID deprecated

Deprecated: 2022-08-10 - Use FreeFormNotificationByUserIDShort instead.

FreeFormNotificationByUserID send freeform notification to a user Sends notification to a user.

func (*Client) FreeFormNotificationByUserIDShort

func (a *Client) FreeFormNotificationByUserIDShort(params *FreeFormNotificationByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationByUserIDNoContent, error)

FreeFormNotificationByUserIDShort send freeform notification to a user Sends notification to a user.

func (*Client) GetAllNotificationTemplatesV1Admin deprecated

Deprecated: 2022-08-10 - Use GetAllNotificationTemplatesV1AdminShort instead.

GetAllNotificationTemplatesV1Admin get all notification template in a namespace Get all templates in a namespace

Action Code: 50203

func (*Client) GetAllNotificationTemplatesV1AdminShort

func (a *Client) GetAllNotificationTemplatesV1AdminShort(params *GetAllNotificationTemplatesV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTemplatesV1AdminOK, error)

GetAllNotificationTemplatesV1AdminShort get all notification template in a namespace Get all templates in a namespace

Action Code: 50203

func (*Client) GetAllNotificationTopicsV1Admin deprecated

Deprecated: 2022-08-10 - Use GetAllNotificationTopicsV1AdminShort instead.

GetAllNotificationTopicsV1Admin get topic by namespace Get topic by namespace.

Action Code: 50213

func (*Client) GetAllNotificationTopicsV1AdminShort

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

GetAllNotificationTopicsV1AdminShort get topic by namespace Get topic by namespace.

Action Code: 50213

func (*Client) GetNotificationTopicV1Admin deprecated

Deprecated: 2022-08-10 - Use GetNotificationTopicV1AdminShort instead.

GetNotificationTopicV1Admin get topic information by topic name Get topic information by topic name.

Action Code: 50215

func (*Client) GetNotificationTopicV1AdminShort

func (a *Client) GetNotificationTopicV1AdminShort(params *GetNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetNotificationTopicV1AdminOK, error)

GetNotificationTopicV1AdminShort get topic information by topic name Get topic information by topic name.

Action Code: 50215

func (*Client) GetSingleTemplateLocalizationV1Admin deprecated

Deprecated: 2022-08-10 - Use GetSingleTemplateLocalizationV1AdminShort instead.

GetSingleTemplateLocalizationV1Admin get a template localization Get a template localization

Action Code: 50207

func (*Client) GetSingleTemplateLocalizationV1AdminShort

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

GetSingleTemplateLocalizationV1AdminShort get a template localization Get a template localization

Action Code: 50207

func (*Client) GetTemplateSlugLocalizationsTemplateV1Admin deprecated

Deprecated: 2022-08-10 - Use GetTemplateSlugLocalizationsTemplateV1AdminShort instead.

GetTemplateSlugLocalizationsTemplateV1Admin get all notification template localization in a slug Get all templates in a namespace

Action Code: 50205

func (*Client) GetTemplateSlugLocalizationsTemplateV1AdminShort

func (a *Client) GetTemplateSlugLocalizationsTemplateV1AdminShort(params *GetTemplateSlugLocalizationsTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateSlugLocalizationsTemplateV1AdminOK, error)

GetTemplateSlugLocalizationsTemplateV1AdminShort get all notification template localization in a slug Get all templates in a namespace

Action Code: 50205

func (*Client) GetTopicByNamespace deprecated

Deprecated: 2022-08-10 - Use GetTopicByNamespaceShort instead.

GetTopicByNamespace get topic by namespace get topic by namespace.

func (*Client) GetTopicByNamespaceShort

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

GetTopicByNamespaceShort get topic by namespace get topic by namespace.

func (*Client) GetTopicByTopicName deprecated

Deprecated: 2022-08-10 - Use GetTopicByTopicNameShort instead.

GetTopicByTopicName get topic information by topic name get topic information by topic name.

func (*Client) GetTopicByTopicNameShort

func (a *Client) GetTopicByTopicNameShort(params *GetTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByTopicNameOK, error)

GetTopicByTopicNameShort get topic information by topic name get topic information by topic name.

func (*Client) NotificationWithTemplateByUserID deprecated

Deprecated: 2022-08-10 - Use NotificationWithTemplateByUserIDShort instead.

NotificationWithTemplateByUserID send notification to a user with template Sends notification to a user with predefined template.

In the request body, specify which template slug (template identifier) to use and the template language.

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

func (a *Client) NotificationWithTemplateByUserIDShort(params *NotificationWithTemplateByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateByUserIDNoContent, error)

NotificationWithTemplateByUserIDShort send notification to a user with template Sends notification to a user with predefined template.

In the request body, specify which template slug (template identifier) to use and the template language.

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) PublishTemplateLocalizationV1Admin deprecated

Deprecated: 2022-08-10 - Use PublishTemplateLocalizationV1AdminShort instead.

PublishTemplateLocalizationV1Admin publish template localization draft Publish notification template draft. Empty draft can not be published.

Action Code: 50210

func (*Client) PublishTemplateLocalizationV1AdminShort

PublishTemplateLocalizationV1AdminShort publish template localization draft Publish notification template draft. Empty draft can not be published.

Action Code: 50210

func (*Client) SendMultipleUsersFreeformNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendMultipleUsersFreeformNotificationV1AdminShort instead.

SendMultipleUsersFreeformNotificationV1Admin send freeform notification to multiple users Sends notification to multiple user. Action Code: 50211

func (*Client) SendMultipleUsersFreeformNotificationV1AdminShort

SendMultipleUsersFreeformNotificationV1AdminShort send freeform notification to multiple users Sends notification to multiple user. Action Code: 50211

func (*Client) SendPartyFreeformNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendPartyFreeformNotificationV1AdminShort instead.

SendPartyFreeformNotificationV1Admin send freeform notification to a party Sends notification to a party.

func (*Client) SendPartyFreeformNotificationV1AdminShort

SendPartyFreeformNotificationV1AdminShort send freeform notification to a party Sends notification to a party.

func (*Client) SendPartyTemplatedNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendPartyTemplatedNotificationV1AdminShort instead.

SendPartyTemplatedNotificationV1Admin send templated notification to a party Sends templated notification to a party.

In the request body, specify which template slug (template identifier) to use and the template language.

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

SendPartyTemplatedNotificationV1AdminShort send templated notification to a party Sends templated notification to a party.

In the request body, specify which template slug (template identifier) to use and the template language.

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) SendSpecificUserFreeformNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendSpecificUserFreeformNotificationV1AdminShort instead.

SendSpecificUserFreeformNotificationV1Admin send freeform notification to a user Sends notification to a user. Action Code: 50211

func (*Client) SendSpecificUserFreeformNotificationV1AdminShort

SendSpecificUserFreeformNotificationV1AdminShort send freeform notification to a user Sends notification to a user. Action Code: 50211

func (*Client) SendSpecificUserTemplatedNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendSpecificUserTemplatedNotificationV1AdminShort instead.

SendSpecificUserTemplatedNotificationV1Admin send templated notification to specific user Sends templated notification to a user.

In the request body, specify which template slug (template identifier) to use and the template language.

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

Action Code: 50212

func (*Client) SendSpecificUserTemplatedNotificationV1AdminShort

SendSpecificUserTemplatedNotificationV1AdminShort send templated notification to specific user Sends templated notification to a user.

In the request body, specify which template slug (template identifier) to use and the template language.

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

Action Code: 50212

func (*Client) SendUsersFreeformNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendUsersFreeformNotificationV1AdminShort instead.

SendUsersFreeformNotificationV1Admin send freeform notification to connected users Sends notification to all connected users in a namespace.

Action Code: 50201

func (*Client) SendUsersFreeformNotificationV1AdminShort

SendUsersFreeformNotificationV1AdminShort send freeform notification to connected users Sends notification to all connected users in a namespace.

Action Code: 50201

func (*Client) SendUsersTemplatedNotificationV1Admin deprecated

Deprecated: 2022-08-10 - Use SendUsersTemplatedNotificationV1AdminShort instead.

SendUsersTemplatedNotificationV1Admin send notification to connected users with template Sends notification to all connected users in a namespace with predefined template.

In the request body, specify which template slug (template identifier) to use and the template language.

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

Action Code: 50202

func (*Client) SendUsersTemplatedNotificationV1AdminShort

SendUsersTemplatedNotificationV1AdminShort send notification to connected users with template Sends notification to all connected users in a namespace with predefined template.

In the request body, specify which template slug (template identifier) to use and the template language.

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

Action Code: 50202

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNotificationTopicV1Admin deprecated

Deprecated: 2022-08-10 - Use UpdateNotificationTopicV1AdminShort instead.

UpdateNotificationTopicV1Admin update topic information by topic name Update topic information by topic name.

topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST. Already existing topic can not be created

Action Code: 50216

func (*Client) UpdateNotificationTopicV1AdminShort

func (a *Client) UpdateNotificationTopicV1AdminShort(params *UpdateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNotificationTopicV1AdminNoContent, error)

UpdateNotificationTopicV1AdminShort update topic information by topic name Update topic information by topic name.

topic should be alphabets, no special char except underscore, uppercase and no spacing. for example: TOPIC_TEST. Already existing topic can not be created

Action Code: 50216

func (*Client) UpdateTemplateLocalizationV1Admin deprecated

Deprecated: 2022-08-10 - Use UpdateTemplateLocalizationV1AdminShort instead.

UpdateTemplateLocalizationV1Admin update template localization Update template localization

Action Code: 50208

func (*Client) UpdateTemplateLocalizationV1AdminShort

UpdateTemplateLocalizationV1AdminShort update template localization Update template localization

Action Code: 50208

func (*Client) UpdateTopicByTopicName deprecated

Deprecated: 2022-08-10 - Use UpdateTopicByTopicNameShort instead.

UpdateTopicByTopicName update topic information by topic name update topic information by topic name.

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

func (a *Client) UpdateTopicByTopicNameShort(params *UpdateTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTopicByTopicNameNoContent, error)

UpdateTopicByTopicNameShort update topic information by topic name update topic information by topic name.

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 {
	SendMultipleUsersFreeformNotificationV1Admin(params *SendMultipleUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendMultipleUsersFreeformNotificationV1AdminNoContent, *SendMultipleUsersFreeformNotificationV1AdminBadRequest, *SendMultipleUsersFreeformNotificationV1AdminUnauthorized, *SendMultipleUsersFreeformNotificationV1AdminForbidden, error)
	SendMultipleUsersFreeformNotificationV1AdminShort(params *SendMultipleUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendMultipleUsersFreeformNotificationV1AdminNoContent, error)
	SendUsersFreeformNotificationV1Admin(params *SendUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersFreeformNotificationV1AdminAccepted, *SendUsersFreeformNotificationV1AdminBadRequest, *SendUsersFreeformNotificationV1AdminUnauthorized, *SendUsersFreeformNotificationV1AdminForbidden, *SendUsersFreeformNotificationV1AdminNotFound, error)
	SendUsersFreeformNotificationV1AdminShort(params *SendUsersFreeformNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersFreeformNotificationV1AdminAccepted, 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)
	GetAllNotificationTemplatesV1Admin(params *GetAllNotificationTemplatesV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTemplatesV1AdminOK, *GetAllNotificationTemplatesV1AdminBadRequest, *GetAllNotificationTemplatesV1AdminUnauthorized, *GetAllNotificationTemplatesV1AdminForbidden, *GetAllNotificationTemplatesV1AdminNotFound, *GetAllNotificationTemplatesV1AdminInternalServerError, error)
	GetAllNotificationTemplatesV1AdminShort(params *GetAllNotificationTemplatesV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTemplatesV1AdminOK, error)
	CreateNotificationTemplateV1Admin(params *CreateNotificationTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTemplateV1AdminNoContent, *CreateNotificationTemplateV1AdminBadRequest, *CreateNotificationTemplateV1AdminUnauthorized, *CreateNotificationTemplateV1AdminForbidden, *CreateNotificationTemplateV1AdminNotFound, *CreateNotificationTemplateV1AdminConflict, error)
	CreateNotificationTemplateV1AdminShort(params *CreateNotificationTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTemplateV1AdminNoContent, error)
	SendUsersTemplatedNotificationV1Admin(params *SendUsersTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersTemplatedNotificationV1AdminAccepted, *SendUsersTemplatedNotificationV1AdminBadRequest, *SendUsersTemplatedNotificationV1AdminUnauthorized, *SendUsersTemplatedNotificationV1AdminForbidden, *SendUsersTemplatedNotificationV1AdminNotFound, error)
	SendUsersTemplatedNotificationV1AdminShort(params *SendUsersTemplatedNotificationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*SendUsersTemplatedNotificationV1AdminAccepted, error)
	GetTemplateSlugLocalizationsTemplateV1Admin(params *GetTemplateSlugLocalizationsTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateSlugLocalizationsTemplateV1AdminOK, *GetTemplateSlugLocalizationsTemplateV1AdminBadRequest, *GetTemplateSlugLocalizationsTemplateV1AdminUnauthorized, *GetTemplateSlugLocalizationsTemplateV1AdminForbidden, *GetTemplateSlugLocalizationsTemplateV1AdminNotFound, error)
	GetTemplateSlugLocalizationsTemplateV1AdminShort(params *GetTemplateSlugLocalizationsTemplateV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateSlugLocalizationsTemplateV1AdminOK, error)
	DeleteNotificationTemplateSlugV1Admin(params *DeleteNotificationTemplateSlugV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTemplateSlugV1AdminNoContent, *DeleteNotificationTemplateSlugV1AdminBadRequest, *DeleteNotificationTemplateSlugV1AdminUnauthorized, *DeleteNotificationTemplateSlugV1AdminForbidden, *DeleteNotificationTemplateSlugV1AdminNotFound, error)
	DeleteNotificationTemplateSlugV1AdminShort(params *DeleteNotificationTemplateSlugV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTemplateSlugV1AdminNoContent, error)
	GetSingleTemplateLocalizationV1Admin(params *GetSingleTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleTemplateLocalizationV1AdminOK, *GetSingleTemplateLocalizationV1AdminUnauthorized, *GetSingleTemplateLocalizationV1AdminForbidden, *GetSingleTemplateLocalizationV1AdminNotFound, *GetSingleTemplateLocalizationV1AdminInternalServerError, error)
	GetSingleTemplateLocalizationV1AdminShort(params *GetSingleTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetSingleTemplateLocalizationV1AdminOK, error)
	UpdateTemplateLocalizationV1Admin(params *UpdateTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTemplateLocalizationV1AdminNoContent, *UpdateTemplateLocalizationV1AdminBadRequest, *UpdateTemplateLocalizationV1AdminUnauthorized, *UpdateTemplateLocalizationV1AdminForbidden, *UpdateTemplateLocalizationV1AdminNotFound, *UpdateTemplateLocalizationV1AdminInternalServerError, error)
	UpdateTemplateLocalizationV1AdminShort(params *UpdateTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTemplateLocalizationV1AdminNoContent, error)
	DeleteTemplateLocalizationV1Admin(params *DeleteTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationV1AdminNoContent, *DeleteTemplateLocalizationV1AdminUnauthorized, *DeleteTemplateLocalizationV1AdminForbidden, *DeleteTemplateLocalizationV1AdminNotFound, *DeleteTemplateLocalizationV1AdminInternalServerError, error)
	DeleteTemplateLocalizationV1AdminShort(params *DeleteTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTemplateLocalizationV1AdminNoContent, error)
	PublishTemplateLocalizationV1Admin(params *PublishTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateLocalizationV1AdminNoContent, *PublishTemplateLocalizationV1AdminUnauthorized, *PublishTemplateLocalizationV1AdminForbidden, *PublishTemplateLocalizationV1AdminNotFound, *PublishTemplateLocalizationV1AdminInternalServerError, error)
	PublishTemplateLocalizationV1AdminShort(params *PublishTemplateLocalizationV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*PublishTemplateLocalizationV1AdminNoContent, error)
	GetAllNotificationTopicsV1Admin(params *GetAllNotificationTopicsV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTopicsV1AdminOK, *GetAllNotificationTopicsV1AdminUnauthorized, *GetAllNotificationTopicsV1AdminForbidden, *GetAllNotificationTopicsV1AdminNotFound, *GetAllNotificationTopicsV1AdminInternalServerError, error)
	GetAllNotificationTopicsV1AdminShort(params *GetAllNotificationTopicsV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllNotificationTopicsV1AdminOK, error)
	CreateNotificationTopicV1Admin(params *CreateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTopicV1AdminNoContent, *CreateNotificationTopicV1AdminBadRequest, *CreateNotificationTopicV1AdminUnauthorized, *CreateNotificationTopicV1AdminForbidden, error)
	CreateNotificationTopicV1AdminShort(params *CreateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*CreateNotificationTopicV1AdminNoContent, error)
	GetNotificationTopicV1Admin(params *GetNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetNotificationTopicV1AdminOK, *GetNotificationTopicV1AdminUnauthorized, *GetNotificationTopicV1AdminForbidden, *GetNotificationTopicV1AdminNotFound, *GetNotificationTopicV1AdminInternalServerError, error)
	GetNotificationTopicV1AdminShort(params *GetNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*GetNotificationTopicV1AdminOK, error)
	UpdateNotificationTopicV1Admin(params *UpdateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNotificationTopicV1AdminNoContent, *UpdateNotificationTopicV1AdminBadRequest, *UpdateNotificationTopicV1AdminUnauthorized, *UpdateNotificationTopicV1AdminForbidden, *UpdateNotificationTopicV1AdminNotFound, *UpdateNotificationTopicV1AdminInternalServerError, error)
	UpdateNotificationTopicV1AdminShort(params *UpdateNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNotificationTopicV1AdminNoContent, error)
	DeleteNotificationTopicV1Admin(params *DeleteNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTopicV1AdminNoContent, *DeleteNotificationTopicV1AdminUnauthorized, *DeleteNotificationTopicV1AdminForbidden, *DeleteNotificationTopicV1AdminNotFound, *DeleteNotificationTopicV1AdminInternalServerError, error)
	DeleteNotificationTopicV1AdminShort(params *DeleteNotificationTopicV1AdminParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNotificationTopicV1AdminNoContent, 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)
	GetTopicByNamespace(params *GetTopicByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByNamespaceOK, *GetTopicByNamespaceUnauthorized, *GetTopicByNamespaceForbidden, *GetTopicByNamespaceNotFound, *GetTopicByNamespaceInternalServerError, error)
	GetTopicByNamespaceShort(params *GetTopicByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByNamespaceOK, error)
	CreateTopic(params *CreateTopicParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicCreated, *CreateTopicBadRequest, *CreateTopicUnauthorized, *CreateTopicForbidden, *CreateTopicConflict, error)
	CreateTopicShort(params *CreateTopicParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTopicCreated, error)
	GetTopicByTopicName(params *GetTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByTopicNameOK, *GetTopicByTopicNameUnauthorized, *GetTopicByTopicNameForbidden, *GetTopicByTopicNameNotFound, *GetTopicByTopicNameInternalServerError, error)
	GetTopicByTopicNameShort(params *GetTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetTopicByTopicNameOK, error)
	UpdateTopicByTopicName(params *UpdateTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTopicByTopicNameNoContent, *UpdateTopicByTopicNameUnauthorized, *UpdateTopicByTopicNameForbidden, *UpdateTopicByTopicNameNotFound, *UpdateTopicByTopicNameInternalServerError, error)
	UpdateTopicByTopicNameShort(params *UpdateTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateTopicByTopicNameNoContent, error)
	DeleteTopicByTopicName(params *DeleteTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicByTopicNameNoContent, *DeleteTopicByTopicNameUnauthorized, *DeleteTopicByTopicNameForbidden, *DeleteTopicByTopicNameNotFound, *DeleteTopicByTopicNameInternalServerError, error)
	DeleteTopicByTopicNameShort(params *DeleteTopicByTopicNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteTopicByTopicNameNoContent, error)
	FreeFormNotificationByUserID(params *FreeFormNotificationByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationByUserIDNoContent, *FreeFormNotificationByUserIDBadRequest, *FreeFormNotificationByUserIDUnauthorized, *FreeFormNotificationByUserIDForbidden, *FreeFormNotificationByUserIDNotFound, error)
	FreeFormNotificationByUserIDShort(params *FreeFormNotificationByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*FreeFormNotificationByUserIDNoContent, error)
	NotificationWithTemplateByUserID(params *NotificationWithTemplateByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateByUserIDNoContent, *NotificationWithTemplateByUserIDBadRequest, *NotificationWithTemplateByUserIDUnauthorized, *NotificationWithTemplateByUserIDForbidden, *NotificationWithTemplateByUserIDNotFound, error)
	NotificationWithTemplateByUserIDShort(params *NotificationWithTemplateByUserIDParams, authInfo runtime.ClientAuthInfoWriter) (*NotificationWithTemplateByUserIDNoContent, 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

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

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

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

type CreateNotificationTemplateV1AdminParams

type CreateNotificationTemplateV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelCreateTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *CreateNotificationTemplateV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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*/
	Body *lobbyclientmodels.ModelCreateTopicRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *CreateNotificationTopicV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

func (o *CreateTopicForbidden) ToJSONString() string

type CreateTopicParams

type CreateTopicParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelCreateTopicRequest
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *CreateTopicParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CreateTopicParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create topic params

func (*CreateTopicParams) SetHTTPClientTransport

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *DeleteNotificationTemplateSlugV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *DeleteNotificationTopicV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *DeleteTemplateLocalizationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *DeleteTopicByTopicNameParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

func (o *FreeFormNotificationByUserIDNotFound) ToJSONString() string

type FreeFormNotificationByUserIDParams

type FreeFormNotificationByUserIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *FreeFormNotificationByUserIDParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *GetAllNotificationTemplatesV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

func (o *GetAllNotificationTopicsV1AdminOK) ToJSONString() string

type GetAllNotificationTopicsV1AdminParams

type GetAllNotificationTopicsV1AdminParams struct {

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

	*/
	Namespace string
	/*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

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *GetAllNotificationTopicsV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *GetNotificationTopicV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *GetSingleTemplateLocalizationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

type GetTemplateSlugLocalizationsTemplateV1AdminParams

type GetTemplateSlugLocalizationsTemplateV1AdminParams struct {

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

	*/
	Namespace string
	/*TemplateSlug
	  template slug

	*/
	TemplateSlug string
	/*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

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetHTTPClient

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

func (*GetTemplateSlugLocalizationsTemplateV1AdminParams) SetHTTPClientTransport

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

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

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

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

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

func (o *GetTopicByNamespaceOK) ToJSONString() string

type GetTopicByNamespaceParams

type GetTopicByNamespaceParams struct {

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

	*/
	Namespace string
	/*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

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *GetTopicByNamespaceParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetTopicByNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get topic by namespace params

func (*GetTopicByNamespaceParams) SetHTTPClientTransport

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *GetTopicByTopicNameParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

type NotificationWithTemplateByUserIDParams

type NotificationWithTemplateByUserIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *NotificationWithTemplateByUserIDParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *PublishTemplateLocalizationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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*/
	Body *lobbyclientmodels.ModelBulkUsersFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetHTTPClient

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

func (*SendMultipleUsersFreeformNotificationV1AdminParams) SetHTTPClientTransport

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

type SendPartyFreeformNotificationV1AdminBadRequest

type SendPartyFreeformNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendPartyFreeformNotificationV1AdminBadRequest

func NewSendPartyFreeformNotificationV1AdminBadRequest() *SendPartyFreeformNotificationV1AdminBadRequest

NewSendPartyFreeformNotificationV1AdminBadRequest creates a SendPartyFreeformNotificationV1AdminBadRequest with default headers values

func (*SendPartyFreeformNotificationV1AdminBadRequest) Error

func (*SendPartyFreeformNotificationV1AdminBadRequest) GetPayload

func (*SendPartyFreeformNotificationV1AdminBadRequest) ToJSONString

type SendPartyFreeformNotificationV1AdminForbidden

type SendPartyFreeformNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendPartyFreeformNotificationV1AdminForbidden

func NewSendPartyFreeformNotificationV1AdminForbidden() *SendPartyFreeformNotificationV1AdminForbidden

NewSendPartyFreeformNotificationV1AdminForbidden creates a SendPartyFreeformNotificationV1AdminForbidden with default headers values

func (*SendPartyFreeformNotificationV1AdminForbidden) Error

func (*SendPartyFreeformNotificationV1AdminForbidden) GetPayload

func (*SendPartyFreeformNotificationV1AdminForbidden) ToJSONString

type SendPartyFreeformNotificationV1AdminNoContent

type SendPartyFreeformNotificationV1AdminNoContent struct {
}

SendPartyFreeformNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendPartyFreeformNotificationV1AdminNoContent

func NewSendPartyFreeformNotificationV1AdminNoContent() *SendPartyFreeformNotificationV1AdminNoContent

NewSendPartyFreeformNotificationV1AdminNoContent creates a SendPartyFreeformNotificationV1AdminNoContent with default headers values

func (*SendPartyFreeformNotificationV1AdminNoContent) Error

type SendPartyFreeformNotificationV1AdminNotFound

type SendPartyFreeformNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendPartyFreeformNotificationV1AdminNotFound

func NewSendPartyFreeformNotificationV1AdminNotFound() *SendPartyFreeformNotificationV1AdminNotFound

NewSendPartyFreeformNotificationV1AdminNotFound creates a SendPartyFreeformNotificationV1AdminNotFound with default headers values

func (*SendPartyFreeformNotificationV1AdminNotFound) Error

func (*SendPartyFreeformNotificationV1AdminNotFound) GetPayload

func (*SendPartyFreeformNotificationV1AdminNotFound) ToJSONString

type SendPartyFreeformNotificationV1AdminParams

type SendPartyFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewSendPartyFreeformNotificationV1AdminParams() *SendPartyFreeformNotificationV1AdminParams

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

func NewSendPartyFreeformNotificationV1AdminParamsWithContext

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

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

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

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

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

func (*SendPartyFreeformNotificationV1AdminParams) SetBody

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

func (*SendPartyFreeformNotificationV1AdminParams) SetContext

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

func (*SendPartyFreeformNotificationV1AdminParams) SetFlightId

func (o *SendPartyFreeformNotificationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SendPartyFreeformNotificationV1AdminParams) SetHTTPClient

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

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

func (*SendPartyFreeformNotificationV1AdminParams) SetHTTPClientTransport

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

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

func (*SendPartyFreeformNotificationV1AdminParams) SetNamespace

func (o *SendPartyFreeformNotificationV1AdminParams) SetNamespace(namespace string)

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

func (*SendPartyFreeformNotificationV1AdminParams) SetPartyID

func (o *SendPartyFreeformNotificationV1AdminParams) SetPartyID(partyID string)

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

func (*SendPartyFreeformNotificationV1AdminParams) SetTimeout

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

func (*SendPartyFreeformNotificationV1AdminParams) WithBody

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

func (*SendPartyFreeformNotificationV1AdminParams) WithContext

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

func (*SendPartyFreeformNotificationV1AdminParams) WithHTTPClient

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

func (*SendPartyFreeformNotificationV1AdminParams) WithNamespace

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

func (*SendPartyFreeformNotificationV1AdminParams) WithPartyID

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

func (*SendPartyFreeformNotificationV1AdminParams) WithTimeout

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

func (*SendPartyFreeformNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendPartyFreeformNotificationV1AdminReader

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

SendPartyFreeformNotificationV1AdminReader is a Reader for the SendPartyFreeformNotificationV1Admin structure.

func (*SendPartyFreeformNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendPartyFreeformNotificationV1AdminUnauthorized

type SendPartyFreeformNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyFreeformNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendPartyFreeformNotificationV1AdminUnauthorized

func NewSendPartyFreeformNotificationV1AdminUnauthorized() *SendPartyFreeformNotificationV1AdminUnauthorized

NewSendPartyFreeformNotificationV1AdminUnauthorized creates a SendPartyFreeformNotificationV1AdminUnauthorized with default headers values

func (*SendPartyFreeformNotificationV1AdminUnauthorized) Error

func (*SendPartyFreeformNotificationV1AdminUnauthorized) GetPayload

func (*SendPartyFreeformNotificationV1AdminUnauthorized) ToJSONString

type SendPartyTemplatedNotificationV1AdminBadRequest

type SendPartyTemplatedNotificationV1AdminBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminBadRequest handles this case with default header values.

Bad Request

func NewSendPartyTemplatedNotificationV1AdminBadRequest

func NewSendPartyTemplatedNotificationV1AdminBadRequest() *SendPartyTemplatedNotificationV1AdminBadRequest

NewSendPartyTemplatedNotificationV1AdminBadRequest creates a SendPartyTemplatedNotificationV1AdminBadRequest with default headers values

func (*SendPartyTemplatedNotificationV1AdminBadRequest) Error

func (*SendPartyTemplatedNotificationV1AdminBadRequest) GetPayload

func (*SendPartyTemplatedNotificationV1AdminBadRequest) ToJSONString

type SendPartyTemplatedNotificationV1AdminForbidden

type SendPartyTemplatedNotificationV1AdminForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminForbidden handles this case with default header values.

Forbidden

func NewSendPartyTemplatedNotificationV1AdminForbidden

func NewSendPartyTemplatedNotificationV1AdminForbidden() *SendPartyTemplatedNotificationV1AdminForbidden

NewSendPartyTemplatedNotificationV1AdminForbidden creates a SendPartyTemplatedNotificationV1AdminForbidden with default headers values

func (*SendPartyTemplatedNotificationV1AdminForbidden) Error

func (*SendPartyTemplatedNotificationV1AdminForbidden) GetPayload

func (*SendPartyTemplatedNotificationV1AdminForbidden) ToJSONString

type SendPartyTemplatedNotificationV1AdminNoContent

type SendPartyTemplatedNotificationV1AdminNoContent struct {
}

SendPartyTemplatedNotificationV1AdminNoContent handles this case with default header values.

No Content

func NewSendPartyTemplatedNotificationV1AdminNoContent

func NewSendPartyTemplatedNotificationV1AdminNoContent() *SendPartyTemplatedNotificationV1AdminNoContent

NewSendPartyTemplatedNotificationV1AdminNoContent creates a SendPartyTemplatedNotificationV1AdminNoContent with default headers values

func (*SendPartyTemplatedNotificationV1AdminNoContent) Error

type SendPartyTemplatedNotificationV1AdminNotFound

type SendPartyTemplatedNotificationV1AdminNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminNotFound handles this case with default header values.

Not Found

func NewSendPartyTemplatedNotificationV1AdminNotFound

func NewSendPartyTemplatedNotificationV1AdminNotFound() *SendPartyTemplatedNotificationV1AdminNotFound

NewSendPartyTemplatedNotificationV1AdminNotFound creates a SendPartyTemplatedNotificationV1AdminNotFound with default headers values

func (*SendPartyTemplatedNotificationV1AdminNotFound) Error

func (*SendPartyTemplatedNotificationV1AdminNotFound) GetPayload

func (*SendPartyTemplatedNotificationV1AdminNotFound) ToJSONString

type SendPartyTemplatedNotificationV1AdminParams

type SendPartyTemplatedNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewSendPartyTemplatedNotificationV1AdminParams() *SendPartyTemplatedNotificationV1AdminParams

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

func NewSendPartyTemplatedNotificationV1AdminParamsWithContext

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

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

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

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

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetBody

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetContext

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetFlightId

func (o *SendPartyTemplatedNotificationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SendPartyTemplatedNotificationV1AdminParams) SetHTTPClient

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

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetHTTPClientTransport

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

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetNamespace

func (o *SendPartyTemplatedNotificationV1AdminParams) SetNamespace(namespace string)

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetPartyID

func (o *SendPartyTemplatedNotificationV1AdminParams) SetPartyID(partyID string)

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

func (*SendPartyTemplatedNotificationV1AdminParams) SetTimeout

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

func (*SendPartyTemplatedNotificationV1AdminParams) WithBody

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

func (*SendPartyTemplatedNotificationV1AdminParams) WithContext

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

func (*SendPartyTemplatedNotificationV1AdminParams) WithHTTPClient

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

func (*SendPartyTemplatedNotificationV1AdminParams) WithNamespace

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

func (*SendPartyTemplatedNotificationV1AdminParams) WithPartyID

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

func (*SendPartyTemplatedNotificationV1AdminParams) WithTimeout

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

func (*SendPartyTemplatedNotificationV1AdminParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendPartyTemplatedNotificationV1AdminReader

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

SendPartyTemplatedNotificationV1AdminReader is a Reader for the SendPartyTemplatedNotificationV1Admin structure.

func (*SendPartyTemplatedNotificationV1AdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendPartyTemplatedNotificationV1AdminUnauthorized

type SendPartyTemplatedNotificationV1AdminUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseV1
}

SendPartyTemplatedNotificationV1AdminUnauthorized handles this case with default header values.

Unauthorized

func NewSendPartyTemplatedNotificationV1AdminUnauthorized

func NewSendPartyTemplatedNotificationV1AdminUnauthorized() *SendPartyTemplatedNotificationV1AdminUnauthorized

NewSendPartyTemplatedNotificationV1AdminUnauthorized creates a SendPartyTemplatedNotificationV1AdminUnauthorized with default headers values

func (*SendPartyTemplatedNotificationV1AdminUnauthorized) Error

func (*SendPartyTemplatedNotificationV1AdminUnauthorized) GetPayload

func (*SendPartyTemplatedNotificationV1AdminUnauthorized) ToJSONString

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

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

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

type SendSpecificUserFreeformNotificationV1AdminParams

type SendSpecificUserFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetHTTPClient

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

func (*SendSpecificUserFreeformNotificationV1AdminParams) SetHTTPClientTransport

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

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

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

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

type SendSpecificUserTemplatedNotificationV1AdminParams

type SendSpecificUserTemplatedNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string
	/*UserID
	  user ID

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetHTTPClient

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

func (*SendSpecificUserTemplatedNotificationV1AdminParams) SetHTTPClientTransport

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

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

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

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

type SendUsersFreeformNotificationV1AdminParams

type SendUsersFreeformNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelFreeFormNotificationRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *SendUsersFreeformNotificationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

type SendUsersTemplatedNotificationV1AdminParams

type SendUsersTemplatedNotificationV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelNotificationWithTemplateRequestV1
	/*Namespace
	  namespace

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *SendUsersTemplatedNotificationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

type UpdateNotificationTopicV1AdminParams

type UpdateNotificationTopicV1AdminParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUpdateTopicRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*TopicName
	  topic name

	*/
	TopicName string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *UpdateNotificationTopicV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

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

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *UpdateTemplateLocalizationV1AdminParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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

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

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

func (o *UpdateTopicByTopicNameNotFound) ToJSONString() string

type UpdateTopicByTopicNameParams

type UpdateTopicByTopicNameParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelUpdateTopicRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*Topic
	  topic name

	*/
	Topic string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

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

func (o *UpdateTopicByTopicNameParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

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