signals

package
v0.0.0-...-3ee50fb Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for signals API

func (*Client) DeleteV1SignalsEmailTargetsID

DeleteV1SignalsEmailTargetsID deletes a signal email target

Delete a Signals email target by ID

func (*Client) DeleteV1SignalsWebhookTargetsID

DeleteV1SignalsWebhookTargetsID deletes a webhook target

Delete a Signals webhook target by ID

func (*Client) DeleteV1TeamsTeamIDEscalationPoliciesID

DeleteV1TeamsTeamIDEscalationPoliciesID deletes an escalation policy for a team

Delete a Signals escalation policy by ID

func (*Client) DeleteV1TeamsTeamIDOnCallSchedulesScheduleID

DeleteV1TeamsTeamIDOnCallSchedulesScheduleID deletes an on call schedule for a team

Delete a Signals on-call schedule by ID

func (*Client) DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID

DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID deletes an on call shift from a team schedule

Delete a Signals on-call shift by ID

func (*Client) DeleteV1TeamsTeamIDSignalRulesID

DeleteV1TeamsTeamIDSignalRulesID deletes a signals rule

Delete a Signals rule by ID

func (*Client) GetV1SignalsEmailTargets

func (a *Client) GetV1SignalsEmailTargets(params *GetV1SignalsEmailTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsEmailTargetsOK, error)

GetV1SignalsEmailTargets lists email targets for signals

List all Signals email targets for a team.

func (*Client) GetV1SignalsEmailTargetsID

func (a *Client) GetV1SignalsEmailTargetsID(params *GetV1SignalsEmailTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsEmailTargetsIDOK, error)

GetV1SignalsEmailTargetsID gets a signal email target

Get a Signals email target by ID

func (*Client) GetV1SignalsEventSources

func (a *Client) GetV1SignalsEventSources(params *GetV1SignalsEventSourcesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsEventSourcesOK, error)

GetV1SignalsEventSources lists event sources for signals

List all Signals event sources for the authenticated user.

func (*Client) GetV1SignalsIngestURL

func (a *Client) GetV1SignalsIngestURL(params *GetV1SignalsIngestURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsIngestURLOK, error)

GetV1SignalsIngestURL gets the signals ingestion URL

Retrieve the url for ingesting signals for your organization

func (*Client) GetV1SignalsOnCall

func (a *Client) GetV1SignalsOnCall(params *GetV1SignalsOnCallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsOnCallOK, error)

GetV1SignalsOnCall lists on call schedules

List all Signals on-call schedules for the entire organization.

func (*Client) GetV1SignalsTransposers

func (a *Client) GetV1SignalsTransposers(params *GetV1SignalsTransposersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsTransposersOK, error)

GetV1SignalsTransposers lists signal transposers

List all transposers for your organization

func (*Client) GetV1SignalsWebhookTargets

func (a *Client) GetV1SignalsWebhookTargets(params *GetV1SignalsWebhookTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsWebhookTargetsOK, error)

GetV1SignalsWebhookTargets lists webhook targets

List all Signals webhook targets.

func (*Client) GetV1SignalsWebhookTargetsID

func (a *Client) GetV1SignalsWebhookTargetsID(params *GetV1SignalsWebhookTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsWebhookTargetsIDOK, error)

GetV1SignalsWebhookTargetsID gets a webhook target

Get a Signals webhook target by ID

func (*Client) GetV1TeamsTeamIDEscalationPolicies

func (a *Client) GetV1TeamsTeamIDEscalationPolicies(params *GetV1TeamsTeamIDEscalationPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDEscalationPoliciesOK, error)

GetV1TeamsTeamIDEscalationPolicies lists escalation policies for a team

List all Signals escalation policies for a team.

func (*Client) GetV1TeamsTeamIDEscalationPoliciesID

func (a *Client) GetV1TeamsTeamIDEscalationPoliciesID(params *GetV1TeamsTeamIDEscalationPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDEscalationPoliciesIDOK, error)

GetV1TeamsTeamIDEscalationPoliciesID gets an escalation policy for a team

Get a Signals escalation policy by ID

func (*Client) GetV1TeamsTeamIDOnCallSchedules

func (a *Client) GetV1TeamsTeamIDOnCallSchedules(params *GetV1TeamsTeamIDOnCallSchedulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDOnCallSchedulesOK, error)

GetV1TeamsTeamIDOnCallSchedules lists on call schedules for a team

List all Signals on-call schedules for a team.

func (*Client) GetV1TeamsTeamIDOnCallSchedulesScheduleID

GetV1TeamsTeamIDOnCallSchedulesScheduleID gets an on call schedule for a team

Get a Signals on-call schedule by ID

func (*Client) GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID

GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID gets an on call shift for a team schedule

Get a Signals on-call shift by ID

func (*Client) GetV1TeamsTeamIDSignalRules

func (a *Client) GetV1TeamsTeamIDSignalRules(params *GetV1TeamsTeamIDSignalRulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDSignalRulesOK, error)

GetV1TeamsTeamIDSignalRules lists signals rules

List all Signals rules for a team.

func (*Client) GetV1TeamsTeamIDSignalRulesID

func (a *Client) GetV1TeamsTeamIDSignalRulesID(params *GetV1TeamsTeamIDSignalRulesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDSignalRulesIDOK, error)

GetV1TeamsTeamIDSignalRulesID gets a signals rule

Get a Signals rule by ID.

func (*Client) PatchV1SignalsEmailTargetsID

func (a *Client) PatchV1SignalsEmailTargetsID(params *PatchV1SignalsEmailTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1SignalsEmailTargetsIDOK, error)

PatchV1SignalsEmailTargetsID updates an email target

Update a Signals email target by ID

func (*Client) PatchV1SignalsWebhookTargetsID

func (a *Client) PatchV1SignalsWebhookTargetsID(params *PatchV1SignalsWebhookTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1SignalsWebhookTargetsIDOK, error)

PatchV1SignalsWebhookTargetsID updates a webhook target

Update a Signals webhook target by ID

func (*Client) PatchV1TeamsTeamIDEscalationPoliciesID

PatchV1TeamsTeamIDEscalationPoliciesID updates an escalation policy for a team

Update a Signals escalation policy by ID

func (*Client) PatchV1TeamsTeamIDOnCallSchedulesScheduleID

PatchV1TeamsTeamIDOnCallSchedulesScheduleID updates an on call schedule for a team

Update a Signals on-call schedule by ID

func (*Client) PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID

PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID updates an on call shift for a team schedule

Update a Signals on-call shift by ID

func (*Client) PatchV1TeamsTeamIDSignalRulesID

func (a *Client) PatchV1TeamsTeamIDSignalRulesID(params *PatchV1TeamsTeamIDSignalRulesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1TeamsTeamIDSignalRulesIDOK, error)

PatchV1TeamsTeamIDSignalRulesID updates a signals rule

Update a Signals rule by ID

func (*Client) PostV1SignalsDebugger

func (a *Client) PostV1SignalsDebugger(params *PostV1SignalsDebuggerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsDebuggerCreated, error)

PostV1SignalsDebugger debugs signals expressions

Debug Signals expressions

func (*Client) PostV1SignalsEmailTargets

func (a *Client) PostV1SignalsEmailTargets(params *PostV1SignalsEmailTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsEmailTargetsCreated, error)

PostV1SignalsEmailTargets creates an email target for signals

Create a Signals email target for a team.

func (*Client) PostV1SignalsWebhookTargets

func (a *Client) PostV1SignalsWebhookTargets(params *PostV1SignalsWebhookTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsWebhookTargetsCreated, error)

PostV1SignalsWebhookTargets creates a webhook target

Create a Signals webhook target.

func (*Client) PostV1TeamsTeamIDEscalationPolicies

PostV1TeamsTeamIDEscalationPolicies creates an escalation policy for a team

Create a Signals escalation policy for a team.

func (*Client) PostV1TeamsTeamIDOnCallSchedules

PostV1TeamsTeamIDOnCallSchedules creates an on call schedule for a team

Create a Signals on-call schedule for a team.

func (*Client) PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts

PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts creates a shift for an on call schedule

Create a Signals on-call shift in a schedule.

func (*Client) PostV1TeamsTeamIDSignalRules

PostV1TeamsTeamIDSignalRules creates a signals rule

Create a Signals rule for a team.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteV1SignalsEmailTargetsID(params *DeleteV1SignalsEmailTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1SignalsEmailTargetsIDNoContent, error)

	DeleteV1SignalsWebhookTargetsID(params *DeleteV1SignalsWebhookTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1SignalsWebhookTargetsIDNoContent, error)

	DeleteV1TeamsTeamIDEscalationPoliciesID(params *DeleteV1TeamsTeamIDEscalationPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent, error)

	DeleteV1TeamsTeamIDOnCallSchedulesScheduleID(params *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent, error)

	DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID(params *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent, error)

	DeleteV1TeamsTeamIDSignalRulesID(params *DeleteV1TeamsTeamIDSignalRulesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteV1TeamsTeamIDSignalRulesIDNoContent, error)

	GetV1SignalsEmailTargets(params *GetV1SignalsEmailTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsEmailTargetsOK, error)

	GetV1SignalsEmailTargetsID(params *GetV1SignalsEmailTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsEmailTargetsIDOK, error)

	GetV1SignalsEventSources(params *GetV1SignalsEventSourcesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsEventSourcesOK, error)

	GetV1SignalsIngestURL(params *GetV1SignalsIngestURLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsIngestURLOK, error)

	GetV1SignalsOnCall(params *GetV1SignalsOnCallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsOnCallOK, error)

	GetV1SignalsTransposers(params *GetV1SignalsTransposersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsTransposersOK, error)

	GetV1SignalsWebhookTargets(params *GetV1SignalsWebhookTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsWebhookTargetsOK, error)

	GetV1SignalsWebhookTargetsID(params *GetV1SignalsWebhookTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1SignalsWebhookTargetsIDOK, error)

	GetV1TeamsTeamIDEscalationPolicies(params *GetV1TeamsTeamIDEscalationPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDEscalationPoliciesOK, error)

	GetV1TeamsTeamIDEscalationPoliciesID(params *GetV1TeamsTeamIDEscalationPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDEscalationPoliciesIDOK, error)

	GetV1TeamsTeamIDOnCallSchedules(params *GetV1TeamsTeamIDOnCallSchedulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDOnCallSchedulesOK, error)

	GetV1TeamsTeamIDOnCallSchedulesScheduleID(params *GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK, error)

	GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID(params *GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK, error)

	GetV1TeamsTeamIDSignalRules(params *GetV1TeamsTeamIDSignalRulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDSignalRulesOK, error)

	GetV1TeamsTeamIDSignalRulesID(params *GetV1TeamsTeamIDSignalRulesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetV1TeamsTeamIDSignalRulesIDOK, error)

	PatchV1SignalsEmailTargetsID(params *PatchV1SignalsEmailTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1SignalsEmailTargetsIDOK, error)

	PatchV1SignalsWebhookTargetsID(params *PatchV1SignalsWebhookTargetsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1SignalsWebhookTargetsIDOK, error)

	PatchV1TeamsTeamIDEscalationPoliciesID(params *PatchV1TeamsTeamIDEscalationPoliciesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1TeamsTeamIDEscalationPoliciesIDOK, error)

	PatchV1TeamsTeamIDOnCallSchedulesScheduleID(params *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK, error)

	PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID(params *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK, error)

	PatchV1TeamsTeamIDSignalRulesID(params *PatchV1TeamsTeamIDSignalRulesIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchV1TeamsTeamIDSignalRulesIDOK, error)

	PostV1SignalsDebugger(params *PostV1SignalsDebuggerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsDebuggerCreated, error)

	PostV1SignalsEmailTargets(params *PostV1SignalsEmailTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsEmailTargetsCreated, error)

	PostV1SignalsWebhookTargets(params *PostV1SignalsWebhookTargetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1SignalsWebhookTargetsCreated, error)

	PostV1TeamsTeamIDEscalationPolicies(params *PostV1TeamsTeamIDEscalationPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1TeamsTeamIDEscalationPoliciesCreated, error)

	PostV1TeamsTeamIDOnCallSchedules(params *PostV1TeamsTeamIDOnCallSchedulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1TeamsTeamIDOnCallSchedulesCreated, error)

	PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts(params *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated, error)

	PostV1TeamsTeamIDSignalRules(params *PostV1TeamsTeamIDSignalRulesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostV1TeamsTeamIDSignalRulesCreated, 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 signals API client.

type DeleteV1SignalsEmailTargetsIDNoContent

type DeleteV1SignalsEmailTargetsIDNoContent struct {
}

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

Delete a Signals email target by ID

func NewDeleteV1SignalsEmailTargetsIDNoContent

func NewDeleteV1SignalsEmailTargetsIDNoContent() *DeleteV1SignalsEmailTargetsIDNoContent

NewDeleteV1SignalsEmailTargetsIDNoContent creates a DeleteV1SignalsEmailTargetsIDNoContent with default headers values

func (*DeleteV1SignalsEmailTargetsIDNoContent) Error

func (*DeleteV1SignalsEmailTargetsIDNoContent) IsClientError

func (o *DeleteV1SignalsEmailTargetsIDNoContent) IsClientError() bool

IsClientError returns true when this delete v1 signals email targets Id no content response has a 4xx status code

func (*DeleteV1SignalsEmailTargetsIDNoContent) IsCode

IsCode returns true when this delete v1 signals email targets Id no content response a status code equal to that given

func (*DeleteV1SignalsEmailTargetsIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 signals email targets Id no content response has a 3xx status code

func (*DeleteV1SignalsEmailTargetsIDNoContent) IsServerError

func (o *DeleteV1SignalsEmailTargetsIDNoContent) IsServerError() bool

IsServerError returns true when this delete v1 signals email targets Id no content response has a 5xx status code

func (*DeleteV1SignalsEmailTargetsIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 signals email targets Id no content response has a 2xx status code

func (*DeleteV1SignalsEmailTargetsIDNoContent) String

type DeleteV1SignalsEmailTargetsIDParams

type DeleteV1SignalsEmailTargetsIDParams struct {

	// ID.
	ID string

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

DeleteV1SignalsEmailTargetsIDParams contains all the parameters to send to the API endpoint

for the delete v1 signals email targets Id operation.

Typically these are written to a http.Request.

func NewDeleteV1SignalsEmailTargetsIDParams

func NewDeleteV1SignalsEmailTargetsIDParams() *DeleteV1SignalsEmailTargetsIDParams

NewDeleteV1SignalsEmailTargetsIDParams creates a new DeleteV1SignalsEmailTargetsIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1SignalsEmailTargetsIDParamsWithContext

func NewDeleteV1SignalsEmailTargetsIDParamsWithContext(ctx context.Context) *DeleteV1SignalsEmailTargetsIDParams

NewDeleteV1SignalsEmailTargetsIDParamsWithContext creates a new DeleteV1SignalsEmailTargetsIDParams object with the ability to set a context for a request.

func NewDeleteV1SignalsEmailTargetsIDParamsWithHTTPClient

func NewDeleteV1SignalsEmailTargetsIDParamsWithHTTPClient(client *http.Client) *DeleteV1SignalsEmailTargetsIDParams

NewDeleteV1SignalsEmailTargetsIDParamsWithHTTPClient creates a new DeleteV1SignalsEmailTargetsIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1SignalsEmailTargetsIDParamsWithTimeout

func NewDeleteV1SignalsEmailTargetsIDParamsWithTimeout(timeout time.Duration) *DeleteV1SignalsEmailTargetsIDParams

NewDeleteV1SignalsEmailTargetsIDParamsWithTimeout creates a new DeleteV1SignalsEmailTargetsIDParams object with the ability to set a timeout on a request.

func (*DeleteV1SignalsEmailTargetsIDParams) SetContext

SetContext adds the context to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) SetDefaults

func (o *DeleteV1SignalsEmailTargetsIDParams) SetDefaults()

SetDefaults hydrates default values in the delete v1 signals email targets Id params (not the query body).

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

func (*DeleteV1SignalsEmailTargetsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) SetID

SetID adds the id to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) WithContext

WithContext adds the context to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 signals email targets Id params (not the query body).

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

func (*DeleteV1SignalsEmailTargetsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) WithID

WithID adds the id to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 signals email targets Id params

func (*DeleteV1SignalsEmailTargetsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1SignalsEmailTargetsIDReader

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

DeleteV1SignalsEmailTargetsIDReader is a Reader for the DeleteV1SignalsEmailTargetsID structure.

func (*DeleteV1SignalsEmailTargetsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1SignalsWebhookTargetsIDNoContent

type DeleteV1SignalsWebhookTargetsIDNoContent struct {
}

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

Delete a Signals webhook target by ID

func NewDeleteV1SignalsWebhookTargetsIDNoContent

func NewDeleteV1SignalsWebhookTargetsIDNoContent() *DeleteV1SignalsWebhookTargetsIDNoContent

NewDeleteV1SignalsWebhookTargetsIDNoContent creates a DeleteV1SignalsWebhookTargetsIDNoContent with default headers values

func (*DeleteV1SignalsWebhookTargetsIDNoContent) Error

func (*DeleteV1SignalsWebhookTargetsIDNoContent) IsClientError

IsClientError returns true when this delete v1 signals webhook targets Id no content response has a 4xx status code

func (*DeleteV1SignalsWebhookTargetsIDNoContent) IsCode

IsCode returns true when this delete v1 signals webhook targets Id no content response a status code equal to that given

func (*DeleteV1SignalsWebhookTargetsIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 signals webhook targets Id no content response has a 3xx status code

func (*DeleteV1SignalsWebhookTargetsIDNoContent) IsServerError

IsServerError returns true when this delete v1 signals webhook targets Id no content response has a 5xx status code

func (*DeleteV1SignalsWebhookTargetsIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 signals webhook targets Id no content response has a 2xx status code

func (*DeleteV1SignalsWebhookTargetsIDNoContent) String

type DeleteV1SignalsWebhookTargetsIDParams

type DeleteV1SignalsWebhookTargetsIDParams struct {

	// ID.
	ID string

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

DeleteV1SignalsWebhookTargetsIDParams contains all the parameters to send to the API endpoint

for the delete v1 signals webhook targets Id operation.

Typically these are written to a http.Request.

func NewDeleteV1SignalsWebhookTargetsIDParams

func NewDeleteV1SignalsWebhookTargetsIDParams() *DeleteV1SignalsWebhookTargetsIDParams

NewDeleteV1SignalsWebhookTargetsIDParams creates a new DeleteV1SignalsWebhookTargetsIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1SignalsWebhookTargetsIDParamsWithContext

func NewDeleteV1SignalsWebhookTargetsIDParamsWithContext(ctx context.Context) *DeleteV1SignalsWebhookTargetsIDParams

NewDeleteV1SignalsWebhookTargetsIDParamsWithContext creates a new DeleteV1SignalsWebhookTargetsIDParams object with the ability to set a context for a request.

func NewDeleteV1SignalsWebhookTargetsIDParamsWithHTTPClient

func NewDeleteV1SignalsWebhookTargetsIDParamsWithHTTPClient(client *http.Client) *DeleteV1SignalsWebhookTargetsIDParams

NewDeleteV1SignalsWebhookTargetsIDParamsWithHTTPClient creates a new DeleteV1SignalsWebhookTargetsIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1SignalsWebhookTargetsIDParamsWithTimeout

func NewDeleteV1SignalsWebhookTargetsIDParamsWithTimeout(timeout time.Duration) *DeleteV1SignalsWebhookTargetsIDParams

NewDeleteV1SignalsWebhookTargetsIDParamsWithTimeout creates a new DeleteV1SignalsWebhookTargetsIDParams object with the ability to set a timeout on a request.

func (*DeleteV1SignalsWebhookTargetsIDParams) SetContext

SetContext adds the context to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) SetDefaults

func (o *DeleteV1SignalsWebhookTargetsIDParams) SetDefaults()

SetDefaults hydrates default values in the delete v1 signals webhook targets Id params (not the query body).

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

func (*DeleteV1SignalsWebhookTargetsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) SetID

SetID adds the id to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) WithContext

WithContext adds the context to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 signals webhook targets Id params (not the query body).

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

func (*DeleteV1SignalsWebhookTargetsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) WithID

WithID adds the id to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 signals webhook targets Id params

func (*DeleteV1SignalsWebhookTargetsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1SignalsWebhookTargetsIDReader

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

DeleteV1SignalsWebhookTargetsIDReader is a Reader for the DeleteV1SignalsWebhookTargetsID structure.

func (*DeleteV1SignalsWebhookTargetsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent

type DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent struct {
}

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

Delete a Signals escalation policy by ID

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDNoContent

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDNoContent() *DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent

NewDeleteV1TeamsTeamIDEscalationPoliciesIDNoContent creates a DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent with default headers values

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) Error

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) IsClientError

IsClientError returns true when this delete v1 teams team Id escalation policies Id no content response has a 4xx status code

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) IsCode

IsCode returns true when this delete v1 teams team Id escalation policies Id no content response a status code equal to that given

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 teams team Id escalation policies Id no content response has a 3xx status code

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) IsServerError

IsServerError returns true when this delete v1 teams team Id escalation policies Id no content response has a 5xx status code

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 teams team Id escalation policies Id no content response has a 2xx status code

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDNoContent) String

type DeleteV1TeamsTeamIDEscalationPoliciesIDParams

type DeleteV1TeamsTeamIDEscalationPoliciesIDParams struct {

	// ID.
	ID string

	// TeamID.
	TeamID string

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

DeleteV1TeamsTeamIDEscalationPoliciesIDParams contains all the parameters to send to the API endpoint

for the delete v1 teams team Id escalation policies Id operation.

Typically these are written to a http.Request.

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParams

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParams() *DeleteV1TeamsTeamIDEscalationPoliciesIDParams

NewDeleteV1TeamsTeamIDEscalationPoliciesIDParams creates a new DeleteV1TeamsTeamIDEscalationPoliciesIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithContext

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithContext(ctx context.Context) *DeleteV1TeamsTeamIDEscalationPoliciesIDParams

NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithContext creates a new DeleteV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a context for a request.

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient(client *http.Client) *DeleteV1TeamsTeamIDEscalationPoliciesIDParams

NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient creates a new DeleteV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout

func NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout(timeout time.Duration) *DeleteV1TeamsTeamIDEscalationPoliciesIDParams

NewDeleteV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout creates a new DeleteV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a timeout on a request.

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) SetContext

SetContext adds the context to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) SetDefaults

SetDefaults hydrates default values in the delete v1 teams team Id escalation policies Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) SetID

SetID adds the id to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) SetTeamID

SetTeamID adds the teamId to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) SetTimeout

SetTimeout adds the timeout to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WithContext

WithContext adds the context to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 teams team Id escalation policies Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WithID

WithID adds the id to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WithTeamID

WithTeamID adds the teamID to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 teams team Id escalation policies Id params

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1TeamsTeamIDEscalationPoliciesIDReader

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

DeleteV1TeamsTeamIDEscalationPoliciesIDReader is a Reader for the DeleteV1TeamsTeamIDEscalationPoliciesID structure.

func (*DeleteV1TeamsTeamIDEscalationPoliciesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent struct {
}

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

Delete a Signals on-call schedule by ID

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent() *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent creates a DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent with default headers values

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) Error

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) IsClientError

IsClientError returns true when this delete v1 teams team Id on call schedules schedule Id no content response has a 4xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) IsCode

IsCode returns true when this delete v1 teams team Id on call schedules schedule Id no content response a status code equal to that given

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 teams team Id on call schedules schedule Id no content response has a 3xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) IsServerError

IsServerError returns true when this delete v1 teams team Id on call schedules schedule Id no content response has a 5xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 teams team Id on call schedules schedule Id no content response has a 2xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDNoContent) String

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams struct {

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams contains all the parameters to send to the API endpoint

for the delete v1 teams team Id on call schedules schedule Id operation.

Typically these are written to a http.Request.

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams() *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext(ctx context.Context) *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a context for a request.

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient(client *http.Client) *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout(timeout time.Duration) *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a timeout on a request.

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetContext

SetContext adds the context to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetDefaults

SetDefaults hydrates default values in the delete v1 teams team Id on call schedules schedule Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetScheduleID

func (o *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetScheduleID(scheduleID string)

SetScheduleID adds the scheduleId to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetTeamID

SetTeamID adds the teamId to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetTimeout

SetTimeout adds the timeout to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithContext

WithContext adds the context to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 teams team Id on call schedules schedule Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithScheduleID

WithScheduleID adds the scheduleID to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithTeamID

WithTeamID adds the teamID to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 teams team Id on call schedules schedule Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDReader

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

DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDReader is a Reader for the DeleteV1TeamsTeamIDOnCallSchedulesScheduleID structure.

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent struct {
}

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

Delete a Signals on-call shift by ID

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent() *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent creates a DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent with default headers values

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) Error

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) IsClientError

IsClientError returns true when this delete v1 teams team Id on call schedules schedule Id shifts Id no content response has a 4xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) IsCode

IsCode returns true when this delete v1 teams team Id on call schedules schedule Id shifts Id no content response a status code equal to that given

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 teams team Id on call schedules schedule Id shifts Id no content response has a 3xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) IsServerError

IsServerError returns true when this delete v1 teams team Id on call schedules schedule Id shifts Id no content response has a 5xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 teams team Id on call schedules schedule Id shifts Id no content response has a 2xx status code

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDNoContent) String

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams struct {

	// ID.
	ID string

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams contains all the parameters to send to the API endpoint

for the delete v1 teams team Id on call schedules schedule Id shifts Id operation.

Typically these are written to a http.Request.

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams() *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext(ctx context.Context) *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a context for a request.

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient(client *http.Client) *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout

func NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout(timeout time.Duration) *DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewDeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout creates a new DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a timeout on a request.

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetContext

SetContext adds the context to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetDefaults

SetDefaults hydrates default values in the delete v1 teams team Id on call schedules schedule Id shifts Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetID

SetID adds the id to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetScheduleID

SetScheduleID adds the scheduleId to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetTeamID

SetTeamID adds the teamId to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetTimeout

SetTimeout adds the timeout to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithContext

WithContext adds the context to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 teams team Id on call schedules schedule Id shifts Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithID

WithID adds the id to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithScheduleID

WithScheduleID adds the scheduleID to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithTeamID

WithTeamID adds the teamID to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 teams team Id on call schedules schedule Id shifts Id params

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader

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

DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader is a Reader for the DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID structure.

func (*DeleteV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteV1TeamsTeamIDSignalRulesIDNoContent

type DeleteV1TeamsTeamIDSignalRulesIDNoContent struct {
}

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

Delete a Signals rule by ID

func NewDeleteV1TeamsTeamIDSignalRulesIDNoContent

func NewDeleteV1TeamsTeamIDSignalRulesIDNoContent() *DeleteV1TeamsTeamIDSignalRulesIDNoContent

NewDeleteV1TeamsTeamIDSignalRulesIDNoContent creates a DeleteV1TeamsTeamIDSignalRulesIDNoContent with default headers values

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) Error

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) IsClientError

IsClientError returns true when this delete v1 teams team Id signal rules Id no content response has a 4xx status code

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) IsCode

IsCode returns true when this delete v1 teams team Id signal rules Id no content response a status code equal to that given

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) IsRedirect

IsRedirect returns true when this delete v1 teams team Id signal rules Id no content response has a 3xx status code

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) IsServerError

IsServerError returns true when this delete v1 teams team Id signal rules Id no content response has a 5xx status code

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) IsSuccess

IsSuccess returns true when this delete v1 teams team Id signal rules Id no content response has a 2xx status code

func (*DeleteV1TeamsTeamIDSignalRulesIDNoContent) String

type DeleteV1TeamsTeamIDSignalRulesIDParams

type DeleteV1TeamsTeamIDSignalRulesIDParams struct {

	// ID.
	ID string

	// TeamID.
	TeamID string

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

DeleteV1TeamsTeamIDSignalRulesIDParams contains all the parameters to send to the API endpoint

for the delete v1 teams team Id signal rules Id operation.

Typically these are written to a http.Request.

func NewDeleteV1TeamsTeamIDSignalRulesIDParams

func NewDeleteV1TeamsTeamIDSignalRulesIDParams() *DeleteV1TeamsTeamIDSignalRulesIDParams

NewDeleteV1TeamsTeamIDSignalRulesIDParams creates a new DeleteV1TeamsTeamIDSignalRulesIDParams object, with the default timeout for this client.

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

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

func NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithContext

func NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithContext(ctx context.Context) *DeleteV1TeamsTeamIDSignalRulesIDParams

NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithContext creates a new DeleteV1TeamsTeamIDSignalRulesIDParams object with the ability to set a context for a request.

func NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient

func NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient(client *http.Client) *DeleteV1TeamsTeamIDSignalRulesIDParams

NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient creates a new DeleteV1TeamsTeamIDSignalRulesIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithTimeout

func NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithTimeout(timeout time.Duration) *DeleteV1TeamsTeamIDSignalRulesIDParams

NewDeleteV1TeamsTeamIDSignalRulesIDParamsWithTimeout creates a new DeleteV1TeamsTeamIDSignalRulesIDParams object with the ability to set a timeout on a request.

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) SetContext

SetContext adds the context to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) SetDefaults

func (o *DeleteV1TeamsTeamIDSignalRulesIDParams) SetDefaults()

SetDefaults hydrates default values in the delete v1 teams team Id signal rules Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) SetID

SetID adds the id to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) SetTeamID

func (o *DeleteV1TeamsTeamIDSignalRulesIDParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WithContext

WithContext adds the context to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WithDefaults

WithDefaults hydrates default values in the delete v1 teams team Id signal rules Id params (not the query body).

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

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WithID

WithID adds the id to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WithTeamID

WithTeamID adds the teamID to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WithTimeout

WithTimeout adds the timeout to the delete v1 teams team Id signal rules Id params

func (*DeleteV1TeamsTeamIDSignalRulesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteV1TeamsTeamIDSignalRulesIDReader

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

DeleteV1TeamsTeamIDSignalRulesIDReader is a Reader for the DeleteV1TeamsTeamIDSignalRulesID structure.

func (*DeleteV1TeamsTeamIDSignalRulesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsAnalyticsGroupedMetricsOK

type GetV1SignalsAnalyticsGroupedMetricsOK struct {
}

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

Generate a report of grouped metrics for Signals alerts

func NewGetV1SignalsAnalyticsGroupedMetricsOK

func NewGetV1SignalsAnalyticsGroupedMetricsOK() *GetV1SignalsAnalyticsGroupedMetricsOK

NewGetV1SignalsAnalyticsGroupedMetricsOK creates a GetV1SignalsAnalyticsGroupedMetricsOK with default headers values

func (*GetV1SignalsAnalyticsGroupedMetricsOK) Error

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsClientError

func (o *GetV1SignalsAnalyticsGroupedMetricsOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics grouped metrics o k response has a 4xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsCode

IsCode returns true when this get v1 signals analytics grouped metrics o k response a status code equal to that given

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsRedirect

IsRedirect returns true when this get v1 signals analytics grouped metrics o k response has a 3xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsServerError

func (o *GetV1SignalsAnalyticsGroupedMetricsOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics grouped metrics o k response has a 5xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) IsSuccess

IsSuccess returns true when this get v1 signals analytics grouped metrics o k response has a 2xx status code

func (*GetV1SignalsAnalyticsGroupedMetricsOK) String

type GetV1SignalsAnalyticsGroupedMetricsParams

type GetV1SignalsAnalyticsGroupedMetricsParams struct {

	/* EndDate.

	   The end date to return metrics from

	   Format: date-time
	*/
	EndDate *strfmt.DateTime

	/* Environments.

	   A comma separated list of environment IDs
	*/
	Environments *string

	/* GroupBy.

	   String that determines how records are grouped
	*/
	GroupBy *string

	/* Services.

	   A comma separated list of service IDs
	*/
	Services *string

	/* SignalRules.

	   A comma separated list of signal rule IDs
	*/
	SignalRules *string

	/* SortBy.

	   String that determines how records are sorted
	*/
	SortBy *string

	/* SortDirection.

	   String that determines how records are sorted
	*/
	SortDirection *string

	/* StartDate.

	   The start date to return metrics from

	   Format: date-time
	*/
	StartDate *strfmt.DateTime

	/* Tags.

	   A comma separated list of tags
	*/
	Tags *string

	/* Teams.

	   A comma separated list of team IDs
	*/
	Teams *string

	/* Users.

	   A comma separated list of user IDs
	*/
	Users *string

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

GetV1SignalsAnalyticsGroupedMetricsParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics grouped metrics operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsGroupedMetricsParams

func NewGetV1SignalsAnalyticsGroupedMetricsParams() *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParams creates a new GetV1SignalsAnalyticsGroupedMetricsParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithContext

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParamsWithContext creates a new GetV1SignalsAnalyticsGroupedMetricsParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithHTTPClient

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParamsWithHTTPClient creates a new GetV1SignalsAnalyticsGroupedMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithTimeout

func NewGetV1SignalsAnalyticsGroupedMetricsParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsGroupedMetricsParams

NewGetV1SignalsAnalyticsGroupedMetricsParamsWithTimeout creates a new GetV1SignalsAnalyticsGroupedMetricsParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetContext

SetContext adds the context to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetDefaults

SetDefaults hydrates default values in the get v1 signals analytics grouped metrics params (not the query body).

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

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetEndDate

SetEndDate adds the endDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetEnvironments

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetEnvironments(environments *string)

SetEnvironments adds the environments to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetGroupBy

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetGroupBy(groupBy *string)

SetGroupBy adds the groupBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetServices

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetServices(services *string)

SetServices adds the services to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetSignalRules

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetSignalRules(signalRules *string)

SetSignalRules adds the signalRules to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetSortBy

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetSortDirection

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetStartDate

func (o *GetV1SignalsAnalyticsGroupedMetricsParams) SetStartDate(startDate *strfmt.DateTime)

SetStartDate adds the startDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetTags

SetTags adds the tags to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetTeams

SetTeams adds the teams to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetTimeout

SetTimeout adds the timeout to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) SetUsers

SetUsers adds the users to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithContext

WithContext adds the context to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics grouped metrics params (not the query body).

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

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithEndDate

WithEndDate adds the endDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithEnvironments

WithEnvironments adds the environments to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithGroupBy

WithGroupBy adds the groupBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithServices

WithServices adds the services to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithSignalRules

WithSignalRules adds the signalRules to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithSortBy

WithSortBy adds the sortBy to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithSortDirection

WithSortDirection adds the sortDirection to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithStartDate

WithStartDate adds the startDate to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithTags

WithTags adds the tags to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithTeams

WithTeams adds the teams to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WithUsers

WithUsers adds the users to the get v1 signals analytics grouped metrics params

func (*GetV1SignalsAnalyticsGroupedMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsGroupedMetricsReader

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

GetV1SignalsAnalyticsGroupedMetricsReader is a Reader for the GetV1SignalsAnalyticsGroupedMetrics structure.

func (*GetV1SignalsAnalyticsGroupedMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsAnalyticsMttxOK

type GetV1SignalsAnalyticsMttxOK struct {
}

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

Get mean-time-to-acknowledged (MTTA) and mean-time-to-resolved (MTTR) metrics for Signals alerts

func NewGetV1SignalsAnalyticsMttxOK

func NewGetV1SignalsAnalyticsMttxOK() *GetV1SignalsAnalyticsMttxOK

NewGetV1SignalsAnalyticsMttxOK creates a GetV1SignalsAnalyticsMttxOK with default headers values

func (*GetV1SignalsAnalyticsMttxOK) Error

func (*GetV1SignalsAnalyticsMttxOK) IsClientError

func (o *GetV1SignalsAnalyticsMttxOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics mttx o k response has a 4xx status code

func (*GetV1SignalsAnalyticsMttxOK) IsCode

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

IsCode returns true when this get v1 signals analytics mttx o k response a status code equal to that given

func (*GetV1SignalsAnalyticsMttxOK) IsRedirect

func (o *GetV1SignalsAnalyticsMttxOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals analytics mttx o k response has a 3xx status code

func (*GetV1SignalsAnalyticsMttxOK) IsServerError

func (o *GetV1SignalsAnalyticsMttxOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics mttx o k response has a 5xx status code

func (*GetV1SignalsAnalyticsMttxOK) IsSuccess

func (o *GetV1SignalsAnalyticsMttxOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals analytics mttx o k response has a 2xx status code

func (*GetV1SignalsAnalyticsMttxOK) String

func (o *GetV1SignalsAnalyticsMttxOK) String() string

type GetV1SignalsAnalyticsMttxParams

type GetV1SignalsAnalyticsMttxParams struct {

	/* EndDate.

	   The end date to return metrics from

	   Format: date-time
	*/
	EndDate *strfmt.DateTime

	/* Environments.

	   A comma separated list of environment IDs
	*/
	Environments *string

	/* GroupBy.

	   String that determines how records are grouped
	*/
	GroupBy *string

	/* Services.

	   A comma separated list of service IDs
	*/
	Services *string

	/* SignalRules.

	   A comma separated list of signal rule IDs
	*/
	SignalRules *string

	/* SortBy.

	   String that determines how records are sorted
	*/
	SortBy *string

	/* SortDirection.

	   String that determines how records are sorted
	*/
	SortDirection *string

	/* StartDate.

	   The start date to return metrics from

	   Format: date-time
	*/
	StartDate *strfmt.DateTime

	/* Tags.

	   A comma separated list of tags
	*/
	Tags *string

	/* Teams.

	   A comma separated list of team IDs
	*/
	Teams *string

	/* Users.

	   A comma separated list of user IDs
	*/
	Users *string

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

GetV1SignalsAnalyticsMttxParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics mttx operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsMttxParams

func NewGetV1SignalsAnalyticsMttxParams() *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParams creates a new GetV1SignalsAnalyticsMttxParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsAnalyticsMttxParamsWithContext

func NewGetV1SignalsAnalyticsMttxParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParamsWithContext creates a new GetV1SignalsAnalyticsMttxParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsMttxParamsWithHTTPClient

func NewGetV1SignalsAnalyticsMttxParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParamsWithHTTPClient creates a new GetV1SignalsAnalyticsMttxParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsMttxParamsWithTimeout

func NewGetV1SignalsAnalyticsMttxParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsMttxParams

NewGetV1SignalsAnalyticsMttxParamsWithTimeout creates a new GetV1SignalsAnalyticsMttxParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsMttxParams) SetContext

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

SetContext adds the context to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetDefaults

func (o *GetV1SignalsAnalyticsMttxParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals analytics mttx params (not the query body).

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

func (*GetV1SignalsAnalyticsMttxParams) SetEndDate

func (o *GetV1SignalsAnalyticsMttxParams) SetEndDate(endDate *strfmt.DateTime)

SetEndDate adds the endDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetEnvironments

func (o *GetV1SignalsAnalyticsMttxParams) SetEnvironments(environments *string)

SetEnvironments adds the environments to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetGroupBy

func (o *GetV1SignalsAnalyticsMttxParams) SetGroupBy(groupBy *string)

SetGroupBy adds the groupBy to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetServices

func (o *GetV1SignalsAnalyticsMttxParams) SetServices(services *string)

SetServices adds the services to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetSignalRules

func (o *GetV1SignalsAnalyticsMttxParams) SetSignalRules(signalRules *string)

SetSignalRules adds the signalRules to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetSortBy

func (o *GetV1SignalsAnalyticsMttxParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetSortDirection

func (o *GetV1SignalsAnalyticsMttxParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetStartDate

func (o *GetV1SignalsAnalyticsMttxParams) SetStartDate(startDate *strfmt.DateTime)

SetStartDate adds the startDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetTags

func (o *GetV1SignalsAnalyticsMttxParams) SetTags(tags *string)

SetTags adds the tags to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetTeams

func (o *GetV1SignalsAnalyticsMttxParams) SetTeams(teams *string)

SetTeams adds the teams to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) SetUsers

func (o *GetV1SignalsAnalyticsMttxParams) SetUsers(users *string)

SetUsers adds the users to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithContext

WithContext adds the context to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics mttx params (not the query body).

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

func (*GetV1SignalsAnalyticsMttxParams) WithEndDate

WithEndDate adds the endDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithEnvironments

func (o *GetV1SignalsAnalyticsMttxParams) WithEnvironments(environments *string) *GetV1SignalsAnalyticsMttxParams

WithEnvironments adds the environments to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithGroupBy

WithGroupBy adds the groupBy to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithServices

WithServices adds the services to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithSignalRules

WithSignalRules adds the signalRules to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithSortBy

WithSortBy adds the sortBy to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithSortDirection

func (o *GetV1SignalsAnalyticsMttxParams) WithSortDirection(sortDirection *string) *GetV1SignalsAnalyticsMttxParams

WithSortDirection adds the sortDirection to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithStartDate

WithStartDate adds the startDate to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithTags

WithTags adds the tags to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithTeams

WithTeams adds the teams to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WithUsers

WithUsers adds the users to the get v1 signals analytics mttx params

func (*GetV1SignalsAnalyticsMttxParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsMttxReader

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

GetV1SignalsAnalyticsMttxReader is a Reader for the GetV1SignalsAnalyticsMttx structure.

func (*GetV1SignalsAnalyticsMttxReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsAnalyticsShiftsExportOK

type GetV1SignalsAnalyticsShiftsExportOK struct {
}

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

Export oncall hours report for given users within a time period

func NewGetV1SignalsAnalyticsShiftsExportOK

func NewGetV1SignalsAnalyticsShiftsExportOK() *GetV1SignalsAnalyticsShiftsExportOK

NewGetV1SignalsAnalyticsShiftsExportOK creates a GetV1SignalsAnalyticsShiftsExportOK with default headers values

func (*GetV1SignalsAnalyticsShiftsExportOK) Error

func (*GetV1SignalsAnalyticsShiftsExportOK) IsClientError

func (o *GetV1SignalsAnalyticsShiftsExportOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics shifts export o k response has a 4xx status code

func (*GetV1SignalsAnalyticsShiftsExportOK) IsCode

IsCode returns true when this get v1 signals analytics shifts export o k response a status code equal to that given

func (*GetV1SignalsAnalyticsShiftsExportOK) IsRedirect

func (o *GetV1SignalsAnalyticsShiftsExportOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals analytics shifts export o k response has a 3xx status code

func (*GetV1SignalsAnalyticsShiftsExportOK) IsServerError

func (o *GetV1SignalsAnalyticsShiftsExportOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics shifts export o k response has a 5xx status code

func (*GetV1SignalsAnalyticsShiftsExportOK) IsSuccess

IsSuccess returns true when this get v1 signals analytics shifts export o k response has a 2xx status code

func (*GetV1SignalsAnalyticsShiftsExportOK) String

type GetV1SignalsAnalyticsShiftsExportParams

type GetV1SignalsAnalyticsShiftsExportParams struct {

	/* PeriodEnd.

	   End of the period to fetch hours for (UTC)

	   Format: date-time
	*/
	PeriodEnd strfmt.DateTime

	/* PeriodStart.

	   Start of the period to fetch hours for (UTC)

	   Format: date-time
	*/
	PeriodStart strfmt.DateTime

	/* TeamIds.

	   Array of team IDs to fetch oncall hours for
	*/
	TeamIds []string

	/* UserIds.

	   Array of user IDs to fetch oncall hours for
	*/
	UserIds []string

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

GetV1SignalsAnalyticsShiftsExportParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics shifts export operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsShiftsExportParams

func NewGetV1SignalsAnalyticsShiftsExportParams() *GetV1SignalsAnalyticsShiftsExportParams

NewGetV1SignalsAnalyticsShiftsExportParams creates a new GetV1SignalsAnalyticsShiftsExportParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsAnalyticsShiftsExportParamsWithContext

func NewGetV1SignalsAnalyticsShiftsExportParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsShiftsExportParams

NewGetV1SignalsAnalyticsShiftsExportParamsWithContext creates a new GetV1SignalsAnalyticsShiftsExportParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsShiftsExportParamsWithHTTPClient

func NewGetV1SignalsAnalyticsShiftsExportParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsShiftsExportParams

NewGetV1SignalsAnalyticsShiftsExportParamsWithHTTPClient creates a new GetV1SignalsAnalyticsShiftsExportParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsShiftsExportParamsWithTimeout

func NewGetV1SignalsAnalyticsShiftsExportParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsShiftsExportParams

NewGetV1SignalsAnalyticsShiftsExportParamsWithTimeout creates a new GetV1SignalsAnalyticsShiftsExportParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsShiftsExportParams) SetContext

SetContext adds the context to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) SetDefaults

func (o *GetV1SignalsAnalyticsShiftsExportParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals analytics shifts export params (not the query body).

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

func (*GetV1SignalsAnalyticsShiftsExportParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) SetPeriodEnd

func (o *GetV1SignalsAnalyticsShiftsExportParams) SetPeriodEnd(periodEnd strfmt.DateTime)

SetPeriodEnd adds the periodEnd to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) SetPeriodStart

func (o *GetV1SignalsAnalyticsShiftsExportParams) SetPeriodStart(periodStart strfmt.DateTime)

SetPeriodStart adds the periodStart to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) SetTeamIds

func (o *GetV1SignalsAnalyticsShiftsExportParams) SetTeamIds(teamIds []string)

SetTeamIds adds the teamIds to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) SetUserIds

func (o *GetV1SignalsAnalyticsShiftsExportParams) SetUserIds(userIds []string)

SetUserIds adds the userIds to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithContext

WithContext adds the context to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics shifts export params (not the query body).

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

func (*GetV1SignalsAnalyticsShiftsExportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithPeriodEnd

WithPeriodEnd adds the periodEnd to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithPeriodStart

WithPeriodStart adds the periodStart to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithTeamIds

WithTeamIds adds the teamIds to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WithUserIds

WithUserIds adds the userIds to the get v1 signals analytics shifts export params

func (*GetV1SignalsAnalyticsShiftsExportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsShiftsExportReader

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

GetV1SignalsAnalyticsShiftsExportReader is a Reader for the GetV1SignalsAnalyticsShiftsExport structure.

func (*GetV1SignalsAnalyticsShiftsExportReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsAnalyticsTimeseriesOK

type GetV1SignalsAnalyticsTimeseriesOK struct {
}

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

Generate a timeseries-based report of metrics for Signals alerts

func NewGetV1SignalsAnalyticsTimeseriesOK

func NewGetV1SignalsAnalyticsTimeseriesOK() *GetV1SignalsAnalyticsTimeseriesOK

NewGetV1SignalsAnalyticsTimeseriesOK creates a GetV1SignalsAnalyticsTimeseriesOK with default headers values

func (*GetV1SignalsAnalyticsTimeseriesOK) Error

func (*GetV1SignalsAnalyticsTimeseriesOK) IsClientError

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsClientError() bool

IsClientError returns true when this get v1 signals analytics timeseries o k response has a 4xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) IsCode

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

IsCode returns true when this get v1 signals analytics timeseries o k response a status code equal to that given

func (*GetV1SignalsAnalyticsTimeseriesOK) IsRedirect

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals analytics timeseries o k response has a 3xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) IsServerError

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsServerError() bool

IsServerError returns true when this get v1 signals analytics timeseries o k response has a 5xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) IsSuccess

func (o *GetV1SignalsAnalyticsTimeseriesOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals analytics timeseries o k response has a 2xx status code

func (*GetV1SignalsAnalyticsTimeseriesOK) String

type GetV1SignalsAnalyticsTimeseriesParams

type GetV1SignalsAnalyticsTimeseriesParams struct {

	/* Bucket.

	   String that determines how records are grouped
	*/
	Bucket *string

	/* EndDate.

	   The end date to return metrics from

	   Format: date-time
	*/
	EndDate *strfmt.DateTime

	/* Environments.

	   A comma separated list of environment IDs
	*/
	Environments *string

	/* GroupBy.

	   String that determines how records are grouped
	*/
	GroupBy *string

	/* Services.

	   A comma separated list of service IDs
	*/
	Services *string

	/* SignalRules.

	   A comma separated list of signal rule IDs
	*/
	SignalRules *string

	/* SortBy.

	   String that determines how records are sorted
	*/
	SortBy *string

	/* SortDirection.

	   String that determines how records are sorted
	*/
	SortDirection *string

	/* StartDate.

	   The start date to return metrics from

	   Format: date-time
	*/
	StartDate *strfmt.DateTime

	/* Tags.

	   A comma separated list of tags
	*/
	Tags *string

	/* Teams.

	   A comma separated list of team IDs
	*/
	Teams *string

	/* Users.

	   A comma separated list of user IDs
	*/
	Users *string

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

GetV1SignalsAnalyticsTimeseriesParams contains all the parameters to send to the API endpoint

for the get v1 signals analytics timeseries operation.

Typically these are written to a http.Request.

func NewGetV1SignalsAnalyticsTimeseriesParams

func NewGetV1SignalsAnalyticsTimeseriesParams() *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParams creates a new GetV1SignalsAnalyticsTimeseriesParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsAnalyticsTimeseriesParamsWithContext

func NewGetV1SignalsAnalyticsTimeseriesParamsWithContext(ctx context.Context) *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParamsWithContext creates a new GetV1SignalsAnalyticsTimeseriesParams object with the ability to set a context for a request.

func NewGetV1SignalsAnalyticsTimeseriesParamsWithHTTPClient

func NewGetV1SignalsAnalyticsTimeseriesParamsWithHTTPClient(client *http.Client) *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParamsWithHTTPClient creates a new GetV1SignalsAnalyticsTimeseriesParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsAnalyticsTimeseriesParamsWithTimeout

func NewGetV1SignalsAnalyticsTimeseriesParamsWithTimeout(timeout time.Duration) *GetV1SignalsAnalyticsTimeseriesParams

NewGetV1SignalsAnalyticsTimeseriesParamsWithTimeout creates a new GetV1SignalsAnalyticsTimeseriesParams object with the ability to set a timeout on a request.

func (*GetV1SignalsAnalyticsTimeseriesParams) SetBucket

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetBucket(bucket *string)

SetBucket adds the bucket to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetContext

SetContext adds the context to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetDefaults

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals analytics timeseries params (not the query body).

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

func (*GetV1SignalsAnalyticsTimeseriesParams) SetEndDate

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetEndDate(endDate *strfmt.DateTime)

SetEndDate adds the endDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetEnvironments

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetEnvironments(environments *string)

SetEnvironments adds the environments to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetGroupBy

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetGroupBy(groupBy *string)

SetGroupBy adds the groupBy to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetServices

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetServices(services *string)

SetServices adds the services to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetSignalRules

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetSignalRules(signalRules *string)

SetSignalRules adds the signalRules to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetSortBy

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetSortDirection

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetStartDate

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetStartDate(startDate *strfmt.DateTime)

SetStartDate adds the startDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetTags

SetTags adds the tags to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetTeams

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetTeams(teams *string)

SetTeams adds the teams to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) SetUsers

func (o *GetV1SignalsAnalyticsTimeseriesParams) SetUsers(users *string)

SetUsers adds the users to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithBucket

WithBucket adds the bucket to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithContext

WithContext adds the context to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals analytics timeseries params (not the query body).

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

func (*GetV1SignalsAnalyticsTimeseriesParams) WithEndDate

WithEndDate adds the endDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithEnvironments

WithEnvironments adds the environments to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithGroupBy

WithGroupBy adds the groupBy to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithServices

WithServices adds the services to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithSignalRules

WithSignalRules adds the signalRules to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithSortBy

WithSortBy adds the sortBy to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithSortDirection

WithSortDirection adds the sortDirection to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithStartDate

WithStartDate adds the startDate to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithTags

WithTags adds the tags to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithTeams

WithTeams adds the teams to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WithUsers

WithUsers adds the users to the get v1 signals analytics timeseries params

func (*GetV1SignalsAnalyticsTimeseriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsAnalyticsTimeseriesReader

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

GetV1SignalsAnalyticsTimeseriesReader is a Reader for the GetV1SignalsAnalyticsTimeseries structure.

func (*GetV1SignalsAnalyticsTimeseriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsEmailTargetsIDOK

type GetV1SignalsEmailTargetsIDOK struct {
}

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

Get a Signals email target by ID

func NewGetV1SignalsEmailTargetsIDOK

func NewGetV1SignalsEmailTargetsIDOK() *GetV1SignalsEmailTargetsIDOK

NewGetV1SignalsEmailTargetsIDOK creates a GetV1SignalsEmailTargetsIDOK with default headers values

func (*GetV1SignalsEmailTargetsIDOK) Error

func (*GetV1SignalsEmailTargetsIDOK) IsClientError

func (o *GetV1SignalsEmailTargetsIDOK) IsClientError() bool

IsClientError returns true when this get v1 signals email targets Id o k response has a 4xx status code

func (*GetV1SignalsEmailTargetsIDOK) IsCode

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

IsCode returns true when this get v1 signals email targets Id o k response a status code equal to that given

func (*GetV1SignalsEmailTargetsIDOK) IsRedirect

func (o *GetV1SignalsEmailTargetsIDOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals email targets Id o k response has a 3xx status code

func (*GetV1SignalsEmailTargetsIDOK) IsServerError

func (o *GetV1SignalsEmailTargetsIDOK) IsServerError() bool

IsServerError returns true when this get v1 signals email targets Id o k response has a 5xx status code

func (*GetV1SignalsEmailTargetsIDOK) IsSuccess

func (o *GetV1SignalsEmailTargetsIDOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals email targets Id o k response has a 2xx status code

func (*GetV1SignalsEmailTargetsIDOK) String

type GetV1SignalsEmailTargetsIDParams

type GetV1SignalsEmailTargetsIDParams struct {

	// ID.
	ID string

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

GetV1SignalsEmailTargetsIDParams contains all the parameters to send to the API endpoint

for the get v1 signals email targets Id operation.

Typically these are written to a http.Request.

func NewGetV1SignalsEmailTargetsIDParams

func NewGetV1SignalsEmailTargetsIDParams() *GetV1SignalsEmailTargetsIDParams

NewGetV1SignalsEmailTargetsIDParams creates a new GetV1SignalsEmailTargetsIDParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsEmailTargetsIDParamsWithContext

func NewGetV1SignalsEmailTargetsIDParamsWithContext(ctx context.Context) *GetV1SignalsEmailTargetsIDParams

NewGetV1SignalsEmailTargetsIDParamsWithContext creates a new GetV1SignalsEmailTargetsIDParams object with the ability to set a context for a request.

func NewGetV1SignalsEmailTargetsIDParamsWithHTTPClient

func NewGetV1SignalsEmailTargetsIDParamsWithHTTPClient(client *http.Client) *GetV1SignalsEmailTargetsIDParams

NewGetV1SignalsEmailTargetsIDParamsWithHTTPClient creates a new GetV1SignalsEmailTargetsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsEmailTargetsIDParamsWithTimeout

func NewGetV1SignalsEmailTargetsIDParamsWithTimeout(timeout time.Duration) *GetV1SignalsEmailTargetsIDParams

NewGetV1SignalsEmailTargetsIDParamsWithTimeout creates a new GetV1SignalsEmailTargetsIDParams object with the ability to set a timeout on a request.

func (*GetV1SignalsEmailTargetsIDParams) SetContext

SetContext adds the context to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) SetDefaults

func (o *GetV1SignalsEmailTargetsIDParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals email targets Id params (not the query body).

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

func (*GetV1SignalsEmailTargetsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) SetID

SetID adds the id to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) WithContext

WithContext adds the context to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals email targets Id params (not the query body).

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

func (*GetV1SignalsEmailTargetsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) WithID

WithID adds the id to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals email targets Id params

func (*GetV1SignalsEmailTargetsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsEmailTargetsIDReader

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

GetV1SignalsEmailTargetsIDReader is a Reader for the GetV1SignalsEmailTargetsID structure.

func (*GetV1SignalsEmailTargetsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsEmailTargetsOK

type GetV1SignalsEmailTargetsOK struct {
}

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

List all Signals email targets for a team.

func NewGetV1SignalsEmailTargetsOK

func NewGetV1SignalsEmailTargetsOK() *GetV1SignalsEmailTargetsOK

NewGetV1SignalsEmailTargetsOK creates a GetV1SignalsEmailTargetsOK with default headers values

func (*GetV1SignalsEmailTargetsOK) Error

func (*GetV1SignalsEmailTargetsOK) IsClientError

func (o *GetV1SignalsEmailTargetsOK) IsClientError() bool

IsClientError returns true when this get v1 signals email targets o k response has a 4xx status code

func (*GetV1SignalsEmailTargetsOK) IsCode

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

IsCode returns true when this get v1 signals email targets o k response a status code equal to that given

func (*GetV1SignalsEmailTargetsOK) IsRedirect

func (o *GetV1SignalsEmailTargetsOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals email targets o k response has a 3xx status code

func (*GetV1SignalsEmailTargetsOK) IsServerError

func (o *GetV1SignalsEmailTargetsOK) IsServerError() bool

IsServerError returns true when this get v1 signals email targets o k response has a 5xx status code

func (*GetV1SignalsEmailTargetsOK) IsSuccess

func (o *GetV1SignalsEmailTargetsOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals email targets o k response has a 2xx status code

func (*GetV1SignalsEmailTargetsOK) String

func (o *GetV1SignalsEmailTargetsOK) String() string

type GetV1SignalsEmailTargetsParams

type GetV1SignalsEmailTargetsParams struct {

	/* Query.

	   A query string to search the list of targets by.
	*/
	Query *string

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

GetV1SignalsEmailTargetsParams contains all the parameters to send to the API endpoint

for the get v1 signals email targets operation.

Typically these are written to a http.Request.

func NewGetV1SignalsEmailTargetsParams

func NewGetV1SignalsEmailTargetsParams() *GetV1SignalsEmailTargetsParams

NewGetV1SignalsEmailTargetsParams creates a new GetV1SignalsEmailTargetsParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsEmailTargetsParamsWithContext

func NewGetV1SignalsEmailTargetsParamsWithContext(ctx context.Context) *GetV1SignalsEmailTargetsParams

NewGetV1SignalsEmailTargetsParamsWithContext creates a new GetV1SignalsEmailTargetsParams object with the ability to set a context for a request.

func NewGetV1SignalsEmailTargetsParamsWithHTTPClient

func NewGetV1SignalsEmailTargetsParamsWithHTTPClient(client *http.Client) *GetV1SignalsEmailTargetsParams

NewGetV1SignalsEmailTargetsParamsWithHTTPClient creates a new GetV1SignalsEmailTargetsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsEmailTargetsParamsWithTimeout

func NewGetV1SignalsEmailTargetsParamsWithTimeout(timeout time.Duration) *GetV1SignalsEmailTargetsParams

NewGetV1SignalsEmailTargetsParamsWithTimeout creates a new GetV1SignalsEmailTargetsParams object with the ability to set a timeout on a request.

func (*GetV1SignalsEmailTargetsParams) SetContext

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

SetContext adds the context to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) SetDefaults

func (o *GetV1SignalsEmailTargetsParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals email targets params (not the query body).

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

func (*GetV1SignalsEmailTargetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) SetQuery

func (o *GetV1SignalsEmailTargetsParams) SetQuery(query *string)

SetQuery adds the query to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) WithContext

WithContext adds the context to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals email targets params (not the query body).

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

func (*GetV1SignalsEmailTargetsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) WithQuery

WithQuery adds the query to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals email targets params

func (*GetV1SignalsEmailTargetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsEmailTargetsReader

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

GetV1SignalsEmailTargetsReader is a Reader for the GetV1SignalsEmailTargets structure.

func (*GetV1SignalsEmailTargetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsEventSourcesOK

type GetV1SignalsEventSourcesOK struct {
}

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

List all Signals event sources for the authenticated user.

func NewGetV1SignalsEventSourcesOK

func NewGetV1SignalsEventSourcesOK() *GetV1SignalsEventSourcesOK

NewGetV1SignalsEventSourcesOK creates a GetV1SignalsEventSourcesOK with default headers values

func (*GetV1SignalsEventSourcesOK) Error

func (*GetV1SignalsEventSourcesOK) IsClientError

func (o *GetV1SignalsEventSourcesOK) IsClientError() bool

IsClientError returns true when this get v1 signals event sources o k response has a 4xx status code

func (*GetV1SignalsEventSourcesOK) IsCode

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

IsCode returns true when this get v1 signals event sources o k response a status code equal to that given

func (*GetV1SignalsEventSourcesOK) IsRedirect

func (o *GetV1SignalsEventSourcesOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals event sources o k response has a 3xx status code

func (*GetV1SignalsEventSourcesOK) IsServerError

func (o *GetV1SignalsEventSourcesOK) IsServerError() bool

IsServerError returns true when this get v1 signals event sources o k response has a 5xx status code

func (*GetV1SignalsEventSourcesOK) IsSuccess

func (o *GetV1SignalsEventSourcesOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals event sources o k response has a 2xx status code

func (*GetV1SignalsEventSourcesOK) String

func (o *GetV1SignalsEventSourcesOK) String() string

type GetV1SignalsEventSourcesParams

type GetV1SignalsEventSourcesParams struct {

	/* EscalationPolicyID.

	   Escalation policy ID to send signals to directly. `team_id` is required if this is provided.
	*/
	EscalationPolicyID *string

	/* OnCallScheduleID.

	   On-call schedule ID to send signals to directly. `team_id` is required if this is provided.
	*/
	OnCallScheduleID *string

	/* TeamID.

	   Team ID to send signals to directly
	*/
	TeamID *string

	/* UserID.

	   User ID to send signals to directly
	*/
	UserID *string

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

GetV1SignalsEventSourcesParams contains all the parameters to send to the API endpoint

for the get v1 signals event sources operation.

Typically these are written to a http.Request.

func NewGetV1SignalsEventSourcesParams

func NewGetV1SignalsEventSourcesParams() *GetV1SignalsEventSourcesParams

NewGetV1SignalsEventSourcesParams creates a new GetV1SignalsEventSourcesParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsEventSourcesParamsWithContext

func NewGetV1SignalsEventSourcesParamsWithContext(ctx context.Context) *GetV1SignalsEventSourcesParams

NewGetV1SignalsEventSourcesParamsWithContext creates a new GetV1SignalsEventSourcesParams object with the ability to set a context for a request.

func NewGetV1SignalsEventSourcesParamsWithHTTPClient

func NewGetV1SignalsEventSourcesParamsWithHTTPClient(client *http.Client) *GetV1SignalsEventSourcesParams

NewGetV1SignalsEventSourcesParamsWithHTTPClient creates a new GetV1SignalsEventSourcesParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsEventSourcesParamsWithTimeout

func NewGetV1SignalsEventSourcesParamsWithTimeout(timeout time.Duration) *GetV1SignalsEventSourcesParams

NewGetV1SignalsEventSourcesParamsWithTimeout creates a new GetV1SignalsEventSourcesParams object with the ability to set a timeout on a request.

func (*GetV1SignalsEventSourcesParams) SetContext

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

SetContext adds the context to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) SetDefaults

func (o *GetV1SignalsEventSourcesParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals event sources params (not the query body).

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

func (*GetV1SignalsEventSourcesParams) SetEscalationPolicyID

func (o *GetV1SignalsEventSourcesParams) SetEscalationPolicyID(escalationPolicyID *string)

SetEscalationPolicyID adds the escalationPolicyId to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) SetOnCallScheduleID

func (o *GetV1SignalsEventSourcesParams) SetOnCallScheduleID(onCallScheduleID *string)

SetOnCallScheduleID adds the onCallScheduleId to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) SetTeamID

func (o *GetV1SignalsEventSourcesParams) SetTeamID(teamID *string)

SetTeamID adds the teamId to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) SetUserID

func (o *GetV1SignalsEventSourcesParams) SetUserID(userID *string)

SetUserID adds the userId to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithContext

WithContext adds the context to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals event sources params (not the query body).

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

func (*GetV1SignalsEventSourcesParams) WithEscalationPolicyID

func (o *GetV1SignalsEventSourcesParams) WithEscalationPolicyID(escalationPolicyID *string) *GetV1SignalsEventSourcesParams

WithEscalationPolicyID adds the escalationPolicyID to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithOnCallScheduleID

func (o *GetV1SignalsEventSourcesParams) WithOnCallScheduleID(onCallScheduleID *string) *GetV1SignalsEventSourcesParams

WithOnCallScheduleID adds the onCallScheduleID to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithTeamID

WithTeamID adds the teamID to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WithUserID

WithUserID adds the userID to the get v1 signals event sources params

func (*GetV1SignalsEventSourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsEventSourcesReader

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

GetV1SignalsEventSourcesReader is a Reader for the GetV1SignalsEventSources structure.

func (*GetV1SignalsEventSourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsIngestURLOK

type GetV1SignalsIngestURLOK struct {
	Payload *models.SignalsAPIIngestKeyEntity
}

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

Retrieve the url for ingesting signals for your organization

func NewGetV1SignalsIngestURLOK

func NewGetV1SignalsIngestURLOK() *GetV1SignalsIngestURLOK

NewGetV1SignalsIngestURLOK creates a GetV1SignalsIngestURLOK with default headers values

func (*GetV1SignalsIngestURLOK) Error

func (o *GetV1SignalsIngestURLOK) Error() string

func (*GetV1SignalsIngestURLOK) GetPayload

func (*GetV1SignalsIngestURLOK) IsClientError

func (o *GetV1SignalsIngestURLOK) IsClientError() bool

IsClientError returns true when this get v1 signals ingest Url o k response has a 4xx status code

func (*GetV1SignalsIngestURLOK) IsCode

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

IsCode returns true when this get v1 signals ingest Url o k response a status code equal to that given

func (*GetV1SignalsIngestURLOK) IsRedirect

func (o *GetV1SignalsIngestURLOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals ingest Url o k response has a 3xx status code

func (*GetV1SignalsIngestURLOK) IsServerError

func (o *GetV1SignalsIngestURLOK) IsServerError() bool

IsServerError returns true when this get v1 signals ingest Url o k response has a 5xx status code

func (*GetV1SignalsIngestURLOK) IsSuccess

func (o *GetV1SignalsIngestURLOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals ingest Url o k response has a 2xx status code

func (*GetV1SignalsIngestURLOK) String

func (o *GetV1SignalsIngestURLOK) String() string

type GetV1SignalsIngestURLParams

type GetV1SignalsIngestURLParams struct {

	/* EscalationPolicyID.

	   Escalation policy ID to send signals to directly. `team_id` is required if this is provided.
	*/
	EscalationPolicyID *string

	/* OnCallScheduleID.

	   On-call schedule ID to send signals to directly. `team_id` is required if this is provided.
	*/
	OnCallScheduleID *string

	/* TeamID.

	   Team ID to send signals to directly
	*/
	TeamID *string

	/* UserID.

	   User ID to send signals to directly
	*/
	UserID *string

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

GetV1SignalsIngestURLParams contains all the parameters to send to the API endpoint

for the get v1 signals ingest Url operation.

Typically these are written to a http.Request.

func NewGetV1SignalsIngestURLParams

func NewGetV1SignalsIngestURLParams() *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParams creates a new GetV1SignalsIngestURLParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsIngestURLParamsWithContext

func NewGetV1SignalsIngestURLParamsWithContext(ctx context.Context) *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParamsWithContext creates a new GetV1SignalsIngestURLParams object with the ability to set a context for a request.

func NewGetV1SignalsIngestURLParamsWithHTTPClient

func NewGetV1SignalsIngestURLParamsWithHTTPClient(client *http.Client) *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParamsWithHTTPClient creates a new GetV1SignalsIngestURLParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsIngestURLParamsWithTimeout

func NewGetV1SignalsIngestURLParamsWithTimeout(timeout time.Duration) *GetV1SignalsIngestURLParams

NewGetV1SignalsIngestURLParamsWithTimeout creates a new GetV1SignalsIngestURLParams object with the ability to set a timeout on a request.

func (*GetV1SignalsIngestURLParams) SetContext

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

SetContext adds the context to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetDefaults

func (o *GetV1SignalsIngestURLParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals ingest Url params (not the query body).

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

func (*GetV1SignalsIngestURLParams) SetEscalationPolicyID

func (o *GetV1SignalsIngestURLParams) SetEscalationPolicyID(escalationPolicyID *string)

SetEscalationPolicyID adds the escalationPolicyId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetOnCallScheduleID

func (o *GetV1SignalsIngestURLParams) SetOnCallScheduleID(onCallScheduleID *string)

SetOnCallScheduleID adds the onCallScheduleId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetTeamID

func (o *GetV1SignalsIngestURLParams) SetTeamID(teamID *string)

SetTeamID adds the teamId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) SetUserID

func (o *GetV1SignalsIngestURLParams) SetUserID(userID *string)

SetUserID adds the userId to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithContext

WithContext adds the context to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals ingest Url params (not the query body).

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

func (*GetV1SignalsIngestURLParams) WithEscalationPolicyID

func (o *GetV1SignalsIngestURLParams) WithEscalationPolicyID(escalationPolicyID *string) *GetV1SignalsIngestURLParams

WithEscalationPolicyID adds the escalationPolicyID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithOnCallScheduleID

func (o *GetV1SignalsIngestURLParams) WithOnCallScheduleID(onCallScheduleID *string) *GetV1SignalsIngestURLParams

WithOnCallScheduleID adds the onCallScheduleID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithTeamID

WithTeamID adds the teamID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WithUserID

WithUserID adds the userID to the get v1 signals ingest Url params

func (*GetV1SignalsIngestURLParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsIngestURLReader

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

GetV1SignalsIngestURLReader is a Reader for the GetV1SignalsIngestURL structure.

func (*GetV1SignalsIngestURLReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsOnCallOK

type GetV1SignalsOnCallOK struct {
}

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

List all Signals on-call schedules for the entire organization.

func NewGetV1SignalsOnCallOK

func NewGetV1SignalsOnCallOK() *GetV1SignalsOnCallOK

NewGetV1SignalsOnCallOK creates a GetV1SignalsOnCallOK with default headers values

func (*GetV1SignalsOnCallOK) Error

func (o *GetV1SignalsOnCallOK) Error() string

func (*GetV1SignalsOnCallOK) IsClientError

func (o *GetV1SignalsOnCallOK) IsClientError() bool

IsClientError returns true when this get v1 signals on call o k response has a 4xx status code

func (*GetV1SignalsOnCallOK) IsCode

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

IsCode returns true when this get v1 signals on call o k response a status code equal to that given

func (*GetV1SignalsOnCallOK) IsRedirect

func (o *GetV1SignalsOnCallOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals on call o k response has a 3xx status code

func (*GetV1SignalsOnCallOK) IsServerError

func (o *GetV1SignalsOnCallOK) IsServerError() bool

IsServerError returns true when this get v1 signals on call o k response has a 5xx status code

func (*GetV1SignalsOnCallOK) IsSuccess

func (o *GetV1SignalsOnCallOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals on call o k response has a 2xx status code

func (*GetV1SignalsOnCallOK) String

func (o *GetV1SignalsOnCallOK) String() string

type GetV1SignalsOnCallParams

type GetV1SignalsOnCallParams struct {

	/* TeamID.

	   An optional comma separated list of team IDs to filter currently on-call users by
	*/
	TeamID *string

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

GetV1SignalsOnCallParams contains all the parameters to send to the API endpoint

for the get v1 signals on call operation.

Typically these are written to a http.Request.

func NewGetV1SignalsOnCallParams

func NewGetV1SignalsOnCallParams() *GetV1SignalsOnCallParams

NewGetV1SignalsOnCallParams creates a new GetV1SignalsOnCallParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsOnCallParamsWithContext

func NewGetV1SignalsOnCallParamsWithContext(ctx context.Context) *GetV1SignalsOnCallParams

NewGetV1SignalsOnCallParamsWithContext creates a new GetV1SignalsOnCallParams object with the ability to set a context for a request.

func NewGetV1SignalsOnCallParamsWithHTTPClient

func NewGetV1SignalsOnCallParamsWithHTTPClient(client *http.Client) *GetV1SignalsOnCallParams

NewGetV1SignalsOnCallParamsWithHTTPClient creates a new GetV1SignalsOnCallParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsOnCallParamsWithTimeout

func NewGetV1SignalsOnCallParamsWithTimeout(timeout time.Duration) *GetV1SignalsOnCallParams

NewGetV1SignalsOnCallParamsWithTimeout creates a new GetV1SignalsOnCallParams object with the ability to set a timeout on a request.

func (*GetV1SignalsOnCallParams) SetContext

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

SetContext adds the context to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) SetDefaults

func (o *GetV1SignalsOnCallParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals on call params (not the query body).

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

func (*GetV1SignalsOnCallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) SetTeamID

func (o *GetV1SignalsOnCallParams) SetTeamID(teamID *string)

SetTeamID adds the teamId to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) WithContext

WithContext adds the context to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals on call params (not the query body).

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

func (*GetV1SignalsOnCallParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) WithTeamID

WithTeamID adds the teamID to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals on call params

func (*GetV1SignalsOnCallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsOnCallReader

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

GetV1SignalsOnCallReader is a Reader for the GetV1SignalsOnCall structure.

func (*GetV1SignalsOnCallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsTransposersOK

type GetV1SignalsTransposersOK struct {
	Payload *models.SignalsAPITransposerListEntity
}

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

List all transposers for your organization

func NewGetV1SignalsTransposersOK

func NewGetV1SignalsTransposersOK() *GetV1SignalsTransposersOK

NewGetV1SignalsTransposersOK creates a GetV1SignalsTransposersOK with default headers values

func (*GetV1SignalsTransposersOK) Error

func (o *GetV1SignalsTransposersOK) Error() string

func (*GetV1SignalsTransposersOK) GetPayload

func (*GetV1SignalsTransposersOK) IsClientError

func (o *GetV1SignalsTransposersOK) IsClientError() bool

IsClientError returns true when this get v1 signals transposers o k response has a 4xx status code

func (*GetV1SignalsTransposersOK) IsCode

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

IsCode returns true when this get v1 signals transposers o k response a status code equal to that given

func (*GetV1SignalsTransposersOK) IsRedirect

func (o *GetV1SignalsTransposersOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals transposers o k response has a 3xx status code

func (*GetV1SignalsTransposersOK) IsServerError

func (o *GetV1SignalsTransposersOK) IsServerError() bool

IsServerError returns true when this get v1 signals transposers o k response has a 5xx status code

func (*GetV1SignalsTransposersOK) IsSuccess

func (o *GetV1SignalsTransposersOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals transposers o k response has a 2xx status code

func (*GetV1SignalsTransposersOK) String

func (o *GetV1SignalsTransposersOK) String() string

type GetV1SignalsTransposersParams

type GetV1SignalsTransposersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetV1SignalsTransposersParams contains all the parameters to send to the API endpoint

for the get v1 signals transposers operation.

Typically these are written to a http.Request.

func NewGetV1SignalsTransposersParams

func NewGetV1SignalsTransposersParams() *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParams creates a new GetV1SignalsTransposersParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsTransposersParamsWithContext

func NewGetV1SignalsTransposersParamsWithContext(ctx context.Context) *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParamsWithContext creates a new GetV1SignalsTransposersParams object with the ability to set a context for a request.

func NewGetV1SignalsTransposersParamsWithHTTPClient

func NewGetV1SignalsTransposersParamsWithHTTPClient(client *http.Client) *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParamsWithHTTPClient creates a new GetV1SignalsTransposersParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsTransposersParamsWithTimeout

func NewGetV1SignalsTransposersParamsWithTimeout(timeout time.Duration) *GetV1SignalsTransposersParams

NewGetV1SignalsTransposersParamsWithTimeout creates a new GetV1SignalsTransposersParams object with the ability to set a timeout on a request.

func (*GetV1SignalsTransposersParams) SetContext

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

SetContext adds the context to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) SetDefaults

func (o *GetV1SignalsTransposersParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals transposers params (not the query body).

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

func (*GetV1SignalsTransposersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WithContext

WithContext adds the context to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals transposers params (not the query body).

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

func (*GetV1SignalsTransposersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals transposers params

func (*GetV1SignalsTransposersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsTransposersReader

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

GetV1SignalsTransposersReader is a Reader for the GetV1SignalsTransposers structure.

func (*GetV1SignalsTransposersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsWebhookTargetsIDOK

type GetV1SignalsWebhookTargetsIDOK struct {
}

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

Get a Signals webhook target by ID

func NewGetV1SignalsWebhookTargetsIDOK

func NewGetV1SignalsWebhookTargetsIDOK() *GetV1SignalsWebhookTargetsIDOK

NewGetV1SignalsWebhookTargetsIDOK creates a GetV1SignalsWebhookTargetsIDOK with default headers values

func (*GetV1SignalsWebhookTargetsIDOK) Error

func (*GetV1SignalsWebhookTargetsIDOK) IsClientError

func (o *GetV1SignalsWebhookTargetsIDOK) IsClientError() bool

IsClientError returns true when this get v1 signals webhook targets Id o k response has a 4xx status code

func (*GetV1SignalsWebhookTargetsIDOK) IsCode

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

IsCode returns true when this get v1 signals webhook targets Id o k response a status code equal to that given

func (*GetV1SignalsWebhookTargetsIDOK) IsRedirect

func (o *GetV1SignalsWebhookTargetsIDOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals webhook targets Id o k response has a 3xx status code

func (*GetV1SignalsWebhookTargetsIDOK) IsServerError

func (o *GetV1SignalsWebhookTargetsIDOK) IsServerError() bool

IsServerError returns true when this get v1 signals webhook targets Id o k response has a 5xx status code

func (*GetV1SignalsWebhookTargetsIDOK) IsSuccess

func (o *GetV1SignalsWebhookTargetsIDOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals webhook targets Id o k response has a 2xx status code

func (*GetV1SignalsWebhookTargetsIDOK) String

type GetV1SignalsWebhookTargetsIDParams

type GetV1SignalsWebhookTargetsIDParams struct {

	// ID.
	ID string

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

GetV1SignalsWebhookTargetsIDParams contains all the parameters to send to the API endpoint

for the get v1 signals webhook targets Id operation.

Typically these are written to a http.Request.

func NewGetV1SignalsWebhookTargetsIDParams

func NewGetV1SignalsWebhookTargetsIDParams() *GetV1SignalsWebhookTargetsIDParams

NewGetV1SignalsWebhookTargetsIDParams creates a new GetV1SignalsWebhookTargetsIDParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsWebhookTargetsIDParamsWithContext

func NewGetV1SignalsWebhookTargetsIDParamsWithContext(ctx context.Context) *GetV1SignalsWebhookTargetsIDParams

NewGetV1SignalsWebhookTargetsIDParamsWithContext creates a new GetV1SignalsWebhookTargetsIDParams object with the ability to set a context for a request.

func NewGetV1SignalsWebhookTargetsIDParamsWithHTTPClient

func NewGetV1SignalsWebhookTargetsIDParamsWithHTTPClient(client *http.Client) *GetV1SignalsWebhookTargetsIDParams

NewGetV1SignalsWebhookTargetsIDParamsWithHTTPClient creates a new GetV1SignalsWebhookTargetsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsWebhookTargetsIDParamsWithTimeout

func NewGetV1SignalsWebhookTargetsIDParamsWithTimeout(timeout time.Duration) *GetV1SignalsWebhookTargetsIDParams

NewGetV1SignalsWebhookTargetsIDParamsWithTimeout creates a new GetV1SignalsWebhookTargetsIDParams object with the ability to set a timeout on a request.

func (*GetV1SignalsWebhookTargetsIDParams) SetContext

SetContext adds the context to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) SetDefaults

func (o *GetV1SignalsWebhookTargetsIDParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals webhook targets Id params (not the query body).

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

func (*GetV1SignalsWebhookTargetsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) SetID

SetID adds the id to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) WithContext

WithContext adds the context to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals webhook targets Id params (not the query body).

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

func (*GetV1SignalsWebhookTargetsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) WithID

WithID adds the id to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals webhook targets Id params

func (*GetV1SignalsWebhookTargetsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsWebhookTargetsIDReader

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

GetV1SignalsWebhookTargetsIDReader is a Reader for the GetV1SignalsWebhookTargetsID structure.

func (*GetV1SignalsWebhookTargetsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1SignalsWebhookTargetsOK

type GetV1SignalsWebhookTargetsOK struct {
}

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

List all Signals webhook targets.

func NewGetV1SignalsWebhookTargetsOK

func NewGetV1SignalsWebhookTargetsOK() *GetV1SignalsWebhookTargetsOK

NewGetV1SignalsWebhookTargetsOK creates a GetV1SignalsWebhookTargetsOK with default headers values

func (*GetV1SignalsWebhookTargetsOK) Error

func (*GetV1SignalsWebhookTargetsOK) IsClientError

func (o *GetV1SignalsWebhookTargetsOK) IsClientError() bool

IsClientError returns true when this get v1 signals webhook targets o k response has a 4xx status code

func (*GetV1SignalsWebhookTargetsOK) IsCode

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

IsCode returns true when this get v1 signals webhook targets o k response a status code equal to that given

func (*GetV1SignalsWebhookTargetsOK) IsRedirect

func (o *GetV1SignalsWebhookTargetsOK) IsRedirect() bool

IsRedirect returns true when this get v1 signals webhook targets o k response has a 3xx status code

func (*GetV1SignalsWebhookTargetsOK) IsServerError

func (o *GetV1SignalsWebhookTargetsOK) IsServerError() bool

IsServerError returns true when this get v1 signals webhook targets o k response has a 5xx status code

func (*GetV1SignalsWebhookTargetsOK) IsSuccess

func (o *GetV1SignalsWebhookTargetsOK) IsSuccess() bool

IsSuccess returns true when this get v1 signals webhook targets o k response has a 2xx status code

func (*GetV1SignalsWebhookTargetsOK) String

type GetV1SignalsWebhookTargetsParams

type GetV1SignalsWebhookTargetsParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PerPage.
	//
	// Format: int32
	PerPage *int32

	/* Query.

	   A query string for searching through the list of webhook targets.
	*/
	Query *string

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

GetV1SignalsWebhookTargetsParams contains all the parameters to send to the API endpoint

for the get v1 signals webhook targets operation.

Typically these are written to a http.Request.

func NewGetV1SignalsWebhookTargetsParams

func NewGetV1SignalsWebhookTargetsParams() *GetV1SignalsWebhookTargetsParams

NewGetV1SignalsWebhookTargetsParams creates a new GetV1SignalsWebhookTargetsParams object, with the default timeout for this client.

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

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

func NewGetV1SignalsWebhookTargetsParamsWithContext

func NewGetV1SignalsWebhookTargetsParamsWithContext(ctx context.Context) *GetV1SignalsWebhookTargetsParams

NewGetV1SignalsWebhookTargetsParamsWithContext creates a new GetV1SignalsWebhookTargetsParams object with the ability to set a context for a request.

func NewGetV1SignalsWebhookTargetsParamsWithHTTPClient

func NewGetV1SignalsWebhookTargetsParamsWithHTTPClient(client *http.Client) *GetV1SignalsWebhookTargetsParams

NewGetV1SignalsWebhookTargetsParamsWithHTTPClient creates a new GetV1SignalsWebhookTargetsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1SignalsWebhookTargetsParamsWithTimeout

func NewGetV1SignalsWebhookTargetsParamsWithTimeout(timeout time.Duration) *GetV1SignalsWebhookTargetsParams

NewGetV1SignalsWebhookTargetsParamsWithTimeout creates a new GetV1SignalsWebhookTargetsParams object with the ability to set a timeout on a request.

func (*GetV1SignalsWebhookTargetsParams) SetContext

SetContext adds the context to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) SetDefaults

func (o *GetV1SignalsWebhookTargetsParams) SetDefaults()

SetDefaults hydrates default values in the get v1 signals webhook targets params (not the query body).

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

func (*GetV1SignalsWebhookTargetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) SetPage

func (o *GetV1SignalsWebhookTargetsParams) SetPage(page *int32)

SetPage adds the page to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) SetPerPage

func (o *GetV1SignalsWebhookTargetsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) SetQuery

func (o *GetV1SignalsWebhookTargetsParams) SetQuery(query *string)

SetQuery adds the query to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WithContext

WithContext adds the context to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WithDefaults

WithDefaults hydrates default values in the get v1 signals webhook targets params (not the query body).

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

func (*GetV1SignalsWebhookTargetsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WithPage

WithPage adds the page to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WithPerPage

WithPerPage adds the perPage to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WithQuery

WithQuery adds the query to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WithTimeout

WithTimeout adds the timeout to the get v1 signals webhook targets params

func (*GetV1SignalsWebhookTargetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1SignalsWebhookTargetsReader

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

GetV1SignalsWebhookTargetsReader is a Reader for the GetV1SignalsWebhookTargets structure.

func (*GetV1SignalsWebhookTargetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDEscalationPoliciesIDOK

type GetV1TeamsTeamIDEscalationPoliciesIDOK struct {
}

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

Get a Signals escalation policy by ID

func NewGetV1TeamsTeamIDEscalationPoliciesIDOK

func NewGetV1TeamsTeamIDEscalationPoliciesIDOK() *GetV1TeamsTeamIDEscalationPoliciesIDOK

NewGetV1TeamsTeamIDEscalationPoliciesIDOK creates a GetV1TeamsTeamIDEscalationPoliciesIDOK with default headers values

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) Error

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) IsClientError

func (o *GetV1TeamsTeamIDEscalationPoliciesIDOK) IsClientError() bool

IsClientError returns true when this get v1 teams team Id escalation policies Id o k response has a 4xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) IsCode

IsCode returns true when this get v1 teams team Id escalation policies Id o k response a status code equal to that given

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) IsRedirect

IsRedirect returns true when this get v1 teams team Id escalation policies Id o k response has a 3xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) IsServerError

func (o *GetV1TeamsTeamIDEscalationPoliciesIDOK) IsServerError() bool

IsServerError returns true when this get v1 teams team Id escalation policies Id o k response has a 5xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) IsSuccess

IsSuccess returns true when this get v1 teams team Id escalation policies Id o k response has a 2xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesIDOK) String

type GetV1TeamsTeamIDEscalationPoliciesIDParams

type GetV1TeamsTeamIDEscalationPoliciesIDParams struct {

	// ID.
	ID string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDEscalationPoliciesIDParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id escalation policies Id operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDEscalationPoliciesIDParams

func NewGetV1TeamsTeamIDEscalationPoliciesIDParams() *GetV1TeamsTeamIDEscalationPoliciesIDParams

NewGetV1TeamsTeamIDEscalationPoliciesIDParams creates a new GetV1TeamsTeamIDEscalationPoliciesIDParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithContext

func NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDEscalationPoliciesIDParams

NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithContext creates a new GetV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient

func NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDEscalationPoliciesIDParams

NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient creates a new GetV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout

func NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDEscalationPoliciesIDParams

NewGetV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout creates a new GetV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) SetContext

SetContext adds the context to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) SetDefaults

SetDefaults hydrates default values in the get v1 teams team Id escalation policies Id params (not the query body).

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

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) SetID

SetID adds the id to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) SetTeamID

SetTeamID adds the teamId to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) SetTimeout

SetTimeout adds the timeout to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WithContext

WithContext adds the context to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id escalation policies Id params (not the query body).

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

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WithID

WithID adds the id to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id escalation policies Id params

func (*GetV1TeamsTeamIDEscalationPoliciesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDEscalationPoliciesIDReader

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

GetV1TeamsTeamIDEscalationPoliciesIDReader is a Reader for the GetV1TeamsTeamIDEscalationPoliciesID structure.

func (*GetV1TeamsTeamIDEscalationPoliciesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDEscalationPoliciesOK

type GetV1TeamsTeamIDEscalationPoliciesOK struct {
}

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

List all Signals escalation policies for a team.

func NewGetV1TeamsTeamIDEscalationPoliciesOK

func NewGetV1TeamsTeamIDEscalationPoliciesOK() *GetV1TeamsTeamIDEscalationPoliciesOK

NewGetV1TeamsTeamIDEscalationPoliciesOK creates a GetV1TeamsTeamIDEscalationPoliciesOK with default headers values

func (*GetV1TeamsTeamIDEscalationPoliciesOK) Error

func (*GetV1TeamsTeamIDEscalationPoliciesOK) IsClientError

func (o *GetV1TeamsTeamIDEscalationPoliciesOK) IsClientError() bool

IsClientError returns true when this get v1 teams team Id escalation policies o k response has a 4xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesOK) IsCode

IsCode returns true when this get v1 teams team Id escalation policies o k response a status code equal to that given

func (*GetV1TeamsTeamIDEscalationPoliciesOK) IsRedirect

IsRedirect returns true when this get v1 teams team Id escalation policies o k response has a 3xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesOK) IsServerError

func (o *GetV1TeamsTeamIDEscalationPoliciesOK) IsServerError() bool

IsServerError returns true when this get v1 teams team Id escalation policies o k response has a 5xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesOK) IsSuccess

IsSuccess returns true when this get v1 teams team Id escalation policies o k response has a 2xx status code

func (*GetV1TeamsTeamIDEscalationPoliciesOK) String

type GetV1TeamsTeamIDEscalationPoliciesParams

type GetV1TeamsTeamIDEscalationPoliciesParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PerPage.
	//
	// Format: int32
	PerPage *int32

	/* Query.

	   A query string for searching through the list of escalation policies.
	*/
	Query *string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDEscalationPoliciesParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id escalation policies operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDEscalationPoliciesParams

func NewGetV1TeamsTeamIDEscalationPoliciesParams() *GetV1TeamsTeamIDEscalationPoliciesParams

NewGetV1TeamsTeamIDEscalationPoliciesParams creates a new GetV1TeamsTeamIDEscalationPoliciesParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDEscalationPoliciesParamsWithContext

func NewGetV1TeamsTeamIDEscalationPoliciesParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDEscalationPoliciesParams

NewGetV1TeamsTeamIDEscalationPoliciesParamsWithContext creates a new GetV1TeamsTeamIDEscalationPoliciesParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDEscalationPoliciesParamsWithHTTPClient

func NewGetV1TeamsTeamIDEscalationPoliciesParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDEscalationPoliciesParams

NewGetV1TeamsTeamIDEscalationPoliciesParamsWithHTTPClient creates a new GetV1TeamsTeamIDEscalationPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDEscalationPoliciesParamsWithTimeout

func NewGetV1TeamsTeamIDEscalationPoliciesParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDEscalationPoliciesParams

NewGetV1TeamsTeamIDEscalationPoliciesParamsWithTimeout creates a new GetV1TeamsTeamIDEscalationPoliciesParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetContext

SetContext adds the context to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetDefaults

SetDefaults hydrates default values in the get v1 teams team Id escalation policies params (not the query body).

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

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetPage

SetPage adds the page to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetPerPage

func (o *GetV1TeamsTeamIDEscalationPoliciesParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetQuery

SetQuery adds the query to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetTeamID

func (o *GetV1TeamsTeamIDEscalationPoliciesParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) SetTimeout

SetTimeout adds the timeout to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithContext

WithContext adds the context to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id escalation policies params (not the query body).

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

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithPage

WithPage adds the page to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithPerPage

WithPerPage adds the perPage to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithQuery

WithQuery adds the query to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id escalation policies params

func (*GetV1TeamsTeamIDEscalationPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDEscalationPoliciesReader

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

GetV1TeamsTeamIDEscalationPoliciesReader is a Reader for the GetV1TeamsTeamIDEscalationPolicies structure.

func (*GetV1TeamsTeamIDEscalationPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDOnCallSchedulesOK

type GetV1TeamsTeamIDOnCallSchedulesOK struct {
}

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

List all Signals on-call schedules for a team.

func NewGetV1TeamsTeamIDOnCallSchedulesOK

func NewGetV1TeamsTeamIDOnCallSchedulesOK() *GetV1TeamsTeamIDOnCallSchedulesOK

NewGetV1TeamsTeamIDOnCallSchedulesOK creates a GetV1TeamsTeamIDOnCallSchedulesOK with default headers values

func (*GetV1TeamsTeamIDOnCallSchedulesOK) Error

func (*GetV1TeamsTeamIDOnCallSchedulesOK) IsClientError

func (o *GetV1TeamsTeamIDOnCallSchedulesOK) IsClientError() bool

IsClientError returns true when this get v1 teams team Id on call schedules o k response has a 4xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesOK) IsCode

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

IsCode returns true when this get v1 teams team Id on call schedules o k response a status code equal to that given

func (*GetV1TeamsTeamIDOnCallSchedulesOK) IsRedirect

func (o *GetV1TeamsTeamIDOnCallSchedulesOK) IsRedirect() bool

IsRedirect returns true when this get v1 teams team Id on call schedules o k response has a 3xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesOK) IsServerError

func (o *GetV1TeamsTeamIDOnCallSchedulesOK) IsServerError() bool

IsServerError returns true when this get v1 teams team Id on call schedules o k response has a 5xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesOK) IsSuccess

func (o *GetV1TeamsTeamIDOnCallSchedulesOK) IsSuccess() bool

IsSuccess returns true when this get v1 teams team Id on call schedules o k response has a 2xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesOK) String

type GetV1TeamsTeamIDOnCallSchedulesParams

type GetV1TeamsTeamIDOnCallSchedulesParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PerPage.
	//
	// Format: int32
	PerPage *int32

	/* Query.

	   A query string for searching through the list of on-call schedules.
	*/
	Query *string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDOnCallSchedulesParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id on call schedules operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDOnCallSchedulesParams

func NewGetV1TeamsTeamIDOnCallSchedulesParams() *GetV1TeamsTeamIDOnCallSchedulesParams

NewGetV1TeamsTeamIDOnCallSchedulesParams creates a new GetV1TeamsTeamIDOnCallSchedulesParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDOnCallSchedulesParamsWithContext

func NewGetV1TeamsTeamIDOnCallSchedulesParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDOnCallSchedulesParams

NewGetV1TeamsTeamIDOnCallSchedulesParamsWithContext creates a new GetV1TeamsTeamIDOnCallSchedulesParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDOnCallSchedulesParamsWithHTTPClient

func NewGetV1TeamsTeamIDOnCallSchedulesParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDOnCallSchedulesParams

NewGetV1TeamsTeamIDOnCallSchedulesParamsWithHTTPClient creates a new GetV1TeamsTeamIDOnCallSchedulesParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDOnCallSchedulesParamsWithTimeout

func NewGetV1TeamsTeamIDOnCallSchedulesParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDOnCallSchedulesParams

NewGetV1TeamsTeamIDOnCallSchedulesParamsWithTimeout creates a new GetV1TeamsTeamIDOnCallSchedulesParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetContext

SetContext adds the context to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetDefaults

func (o *GetV1TeamsTeamIDOnCallSchedulesParams) SetDefaults()

SetDefaults hydrates default values in the get v1 teams team Id on call schedules params (not the query body).

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

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetPage

func (o *GetV1TeamsTeamIDOnCallSchedulesParams) SetPage(page *int32)

SetPage adds the page to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetPerPage

func (o *GetV1TeamsTeamIDOnCallSchedulesParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetQuery

func (o *GetV1TeamsTeamIDOnCallSchedulesParams) SetQuery(query *string)

SetQuery adds the query to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetTeamID

func (o *GetV1TeamsTeamIDOnCallSchedulesParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithContext

WithContext adds the context to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id on call schedules params (not the query body).

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

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithPage

WithPage adds the page to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithPerPage

WithPerPage adds the perPage to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithQuery

WithQuery adds the query to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id on call schedules params

func (*GetV1TeamsTeamIDOnCallSchedulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDOnCallSchedulesReader

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

GetV1TeamsTeamIDOnCallSchedulesReader is a Reader for the GetV1TeamsTeamIDOnCallSchedules structure.

func (*GetV1TeamsTeamIDOnCallSchedulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK struct {
}

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

Get a Signals on-call schedule by ID

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDOK

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDOK() *GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDOK creates a GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK with default headers values

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) Error

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsClientError

IsClientError returns true when this get v1 teams team Id on call schedules schedule Id o k response has a 4xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsCode

IsCode returns true when this get v1 teams team Id on call schedules schedule Id o k response a status code equal to that given

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsRedirect

IsRedirect returns true when this get v1 teams team Id on call schedules schedule Id o k response has a 3xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsServerError

IsServerError returns true when this get v1 teams team Id on call schedules schedule Id o k response has a 5xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsSuccess

IsSuccess returns true when this get v1 teams team Id on call schedules schedule Id o k response has a 2xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDOK) String

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams struct {

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id on call schedules schedule Id operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParams

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParams() *GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParams creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetContext

SetContext adds the context to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetDefaults

SetDefaults hydrates default values in the get v1 teams team Id on call schedules schedule Id params (not the query body).

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

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetScheduleID

func (o *GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetScheduleID(scheduleID string)

SetScheduleID adds the scheduleId to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetTeamID

SetTeamID adds the teamId to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetTimeout

SetTimeout adds the timeout to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithContext

WithContext adds the context to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id on call schedules schedule Id params (not the query body).

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

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithScheduleID

WithScheduleID adds the scheduleID to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id on call schedules schedule Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDReader

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

GetV1TeamsTeamIDOnCallSchedulesScheduleIDReader is a Reader for the GetV1TeamsTeamIDOnCallSchedulesScheduleID structure.

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK struct {
}

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

Get a Signals on-call shift by ID

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK() *GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK creates a GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK with default headers values

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) Error

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsClientError

IsClientError returns true when this get v1 teams team Id on call schedules schedule Id shifts Id o k response has a 4xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsCode

IsCode returns true when this get v1 teams team Id on call schedules schedule Id shifts Id o k response a status code equal to that given

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsRedirect

IsRedirect returns true when this get v1 teams team Id on call schedules schedule Id shifts Id o k response has a 3xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsServerError

IsServerError returns true when this get v1 teams team Id on call schedules schedule Id shifts Id o k response has a 5xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsSuccess

IsSuccess returns true when this get v1 teams team Id on call schedules schedule Id shifts Id o k response has a 2xx status code

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) String

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams struct {

	// ID.
	ID string

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id on call schedules schedule Id shifts Id operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams() *GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout

func NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewGetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout creates a new GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetContext

SetContext adds the context to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetDefaults

SetDefaults hydrates default values in the get v1 teams team Id on call schedules schedule Id shifts Id params (not the query body).

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

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetID

SetID adds the id to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetScheduleID

SetScheduleID adds the scheduleId to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetTeamID

SetTeamID adds the teamId to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetTimeout

SetTimeout adds the timeout to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithContext

WithContext adds the context to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id on call schedules schedule Id shifts Id params (not the query body).

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

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithID

WithID adds the id to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithScheduleID

WithScheduleID adds the scheduleID to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id on call schedules schedule Id shifts Id params

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader

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

GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader is a Reader for the GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID structure.

func (*GetV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDSignalRulesIDOK

type GetV1TeamsTeamIDSignalRulesIDOK struct {
}

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

Get a Signals rule by ID.

func NewGetV1TeamsTeamIDSignalRulesIDOK

func NewGetV1TeamsTeamIDSignalRulesIDOK() *GetV1TeamsTeamIDSignalRulesIDOK

NewGetV1TeamsTeamIDSignalRulesIDOK creates a GetV1TeamsTeamIDSignalRulesIDOK with default headers values

func (*GetV1TeamsTeamIDSignalRulesIDOK) Error

func (*GetV1TeamsTeamIDSignalRulesIDOK) IsClientError

func (o *GetV1TeamsTeamIDSignalRulesIDOK) IsClientError() bool

IsClientError returns true when this get v1 teams team Id signal rules Id o k response has a 4xx status code

func (*GetV1TeamsTeamIDSignalRulesIDOK) IsCode

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

IsCode returns true when this get v1 teams team Id signal rules Id o k response a status code equal to that given

func (*GetV1TeamsTeamIDSignalRulesIDOK) IsRedirect

func (o *GetV1TeamsTeamIDSignalRulesIDOK) IsRedirect() bool

IsRedirect returns true when this get v1 teams team Id signal rules Id o k response has a 3xx status code

func (*GetV1TeamsTeamIDSignalRulesIDOK) IsServerError

func (o *GetV1TeamsTeamIDSignalRulesIDOK) IsServerError() bool

IsServerError returns true when this get v1 teams team Id signal rules Id o k response has a 5xx status code

func (*GetV1TeamsTeamIDSignalRulesIDOK) IsSuccess

func (o *GetV1TeamsTeamIDSignalRulesIDOK) IsSuccess() bool

IsSuccess returns true when this get v1 teams team Id signal rules Id o k response has a 2xx status code

func (*GetV1TeamsTeamIDSignalRulesIDOK) String

type GetV1TeamsTeamIDSignalRulesIDParams

type GetV1TeamsTeamIDSignalRulesIDParams struct {

	// ID.
	ID string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDSignalRulesIDParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id signal rules Id operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDSignalRulesIDParams

func NewGetV1TeamsTeamIDSignalRulesIDParams() *GetV1TeamsTeamIDSignalRulesIDParams

NewGetV1TeamsTeamIDSignalRulesIDParams creates a new GetV1TeamsTeamIDSignalRulesIDParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDSignalRulesIDParamsWithContext

func NewGetV1TeamsTeamIDSignalRulesIDParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDSignalRulesIDParams

NewGetV1TeamsTeamIDSignalRulesIDParamsWithContext creates a new GetV1TeamsTeamIDSignalRulesIDParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient

func NewGetV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDSignalRulesIDParams

NewGetV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient creates a new GetV1TeamsTeamIDSignalRulesIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDSignalRulesIDParamsWithTimeout

func NewGetV1TeamsTeamIDSignalRulesIDParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDSignalRulesIDParams

NewGetV1TeamsTeamIDSignalRulesIDParamsWithTimeout creates a new GetV1TeamsTeamIDSignalRulesIDParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDSignalRulesIDParams) SetContext

SetContext adds the context to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) SetDefaults

func (o *GetV1TeamsTeamIDSignalRulesIDParams) SetDefaults()

SetDefaults hydrates default values in the get v1 teams team Id signal rules Id params (not the query body).

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

func (*GetV1TeamsTeamIDSignalRulesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) SetID

SetID adds the id to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) SetTeamID

func (o *GetV1TeamsTeamIDSignalRulesIDParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) WithContext

WithContext adds the context to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id signal rules Id params (not the query body).

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

func (*GetV1TeamsTeamIDSignalRulesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) WithID

WithID adds the id to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id signal rules Id params

func (*GetV1TeamsTeamIDSignalRulesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDSignalRulesIDReader

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

GetV1TeamsTeamIDSignalRulesIDReader is a Reader for the GetV1TeamsTeamIDSignalRulesID structure.

func (*GetV1TeamsTeamIDSignalRulesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1TeamsTeamIDSignalRulesOK

type GetV1TeamsTeamIDSignalRulesOK struct {
}

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

List all Signals rules for a team.

func NewGetV1TeamsTeamIDSignalRulesOK

func NewGetV1TeamsTeamIDSignalRulesOK() *GetV1TeamsTeamIDSignalRulesOK

NewGetV1TeamsTeamIDSignalRulesOK creates a GetV1TeamsTeamIDSignalRulesOK with default headers values

func (*GetV1TeamsTeamIDSignalRulesOK) Error

func (*GetV1TeamsTeamIDSignalRulesOK) IsClientError

func (o *GetV1TeamsTeamIDSignalRulesOK) IsClientError() bool

IsClientError returns true when this get v1 teams team Id signal rules o k response has a 4xx status code

func (*GetV1TeamsTeamIDSignalRulesOK) IsCode

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

IsCode returns true when this get v1 teams team Id signal rules o k response a status code equal to that given

func (*GetV1TeamsTeamIDSignalRulesOK) IsRedirect

func (o *GetV1TeamsTeamIDSignalRulesOK) IsRedirect() bool

IsRedirect returns true when this get v1 teams team Id signal rules o k response has a 3xx status code

func (*GetV1TeamsTeamIDSignalRulesOK) IsServerError

func (o *GetV1TeamsTeamIDSignalRulesOK) IsServerError() bool

IsServerError returns true when this get v1 teams team Id signal rules o k response has a 5xx status code

func (*GetV1TeamsTeamIDSignalRulesOK) IsSuccess

func (o *GetV1TeamsTeamIDSignalRulesOK) IsSuccess() bool

IsSuccess returns true when this get v1 teams team Id signal rules o k response has a 2xx status code

func (*GetV1TeamsTeamIDSignalRulesOK) String

type GetV1TeamsTeamIDSignalRulesParams

type GetV1TeamsTeamIDSignalRulesParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PerPage.
	//
	// Format: int32
	PerPage *int32

	/* Query.

	   A query string for searching through the list of alerting rules.
	*/
	Query *string

	// TeamID.
	TeamID string

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

GetV1TeamsTeamIDSignalRulesParams contains all the parameters to send to the API endpoint

for the get v1 teams team Id signal rules operation.

Typically these are written to a http.Request.

func NewGetV1TeamsTeamIDSignalRulesParams

func NewGetV1TeamsTeamIDSignalRulesParams() *GetV1TeamsTeamIDSignalRulesParams

NewGetV1TeamsTeamIDSignalRulesParams creates a new GetV1TeamsTeamIDSignalRulesParams object, with the default timeout for this client.

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

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

func NewGetV1TeamsTeamIDSignalRulesParamsWithContext

func NewGetV1TeamsTeamIDSignalRulesParamsWithContext(ctx context.Context) *GetV1TeamsTeamIDSignalRulesParams

NewGetV1TeamsTeamIDSignalRulesParamsWithContext creates a new GetV1TeamsTeamIDSignalRulesParams object with the ability to set a context for a request.

func NewGetV1TeamsTeamIDSignalRulesParamsWithHTTPClient

func NewGetV1TeamsTeamIDSignalRulesParamsWithHTTPClient(client *http.Client) *GetV1TeamsTeamIDSignalRulesParams

NewGetV1TeamsTeamIDSignalRulesParamsWithHTTPClient creates a new GetV1TeamsTeamIDSignalRulesParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1TeamsTeamIDSignalRulesParamsWithTimeout

func NewGetV1TeamsTeamIDSignalRulesParamsWithTimeout(timeout time.Duration) *GetV1TeamsTeamIDSignalRulesParams

NewGetV1TeamsTeamIDSignalRulesParamsWithTimeout creates a new GetV1TeamsTeamIDSignalRulesParams object with the ability to set a timeout on a request.

func (*GetV1TeamsTeamIDSignalRulesParams) SetContext

SetContext adds the context to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) SetDefaults

func (o *GetV1TeamsTeamIDSignalRulesParams) SetDefaults()

SetDefaults hydrates default values in the get v1 teams team Id signal rules params (not the query body).

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

func (*GetV1TeamsTeamIDSignalRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) SetPage

func (o *GetV1TeamsTeamIDSignalRulesParams) SetPage(page *int32)

SetPage adds the page to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) SetPerPage

func (o *GetV1TeamsTeamIDSignalRulesParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) SetQuery

func (o *GetV1TeamsTeamIDSignalRulesParams) SetQuery(query *string)

SetQuery adds the query to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) SetTeamID

func (o *GetV1TeamsTeamIDSignalRulesParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithContext

WithContext adds the context to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithDefaults

WithDefaults hydrates default values in the get v1 teams team Id signal rules params (not the query body).

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

func (*GetV1TeamsTeamIDSignalRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithPage

WithPage adds the page to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithPerPage

WithPerPage adds the perPage to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithQuery

WithQuery adds the query to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithTeamID

WithTeamID adds the teamID to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WithTimeout

WithTimeout adds the timeout to the get v1 teams team Id signal rules params

func (*GetV1TeamsTeamIDSignalRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1TeamsTeamIDSignalRulesReader

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

GetV1TeamsTeamIDSignalRulesReader is a Reader for the GetV1TeamsTeamIDSignalRules structure.

func (*GetV1TeamsTeamIDSignalRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchV1SignalsEmailTargetsIDOK

type PatchV1SignalsEmailTargetsIDOK struct {
}

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

Update a Signals email target by ID

func NewPatchV1SignalsEmailTargetsIDOK

func NewPatchV1SignalsEmailTargetsIDOK() *PatchV1SignalsEmailTargetsIDOK

NewPatchV1SignalsEmailTargetsIDOK creates a PatchV1SignalsEmailTargetsIDOK with default headers values

func (*PatchV1SignalsEmailTargetsIDOK) Error

func (*PatchV1SignalsEmailTargetsIDOK) IsClientError

func (o *PatchV1SignalsEmailTargetsIDOK) IsClientError() bool

IsClientError returns true when this patch v1 signals email targets Id o k response has a 4xx status code

func (*PatchV1SignalsEmailTargetsIDOK) IsCode

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

IsCode returns true when this patch v1 signals email targets Id o k response a status code equal to that given

func (*PatchV1SignalsEmailTargetsIDOK) IsRedirect

func (o *PatchV1SignalsEmailTargetsIDOK) IsRedirect() bool

IsRedirect returns true when this patch v1 signals email targets Id o k response has a 3xx status code

func (*PatchV1SignalsEmailTargetsIDOK) IsServerError

func (o *PatchV1SignalsEmailTargetsIDOK) IsServerError() bool

IsServerError returns true when this patch v1 signals email targets Id o k response has a 5xx status code

func (*PatchV1SignalsEmailTargetsIDOK) IsSuccess

func (o *PatchV1SignalsEmailTargetsIDOK) IsSuccess() bool

IsSuccess returns true when this patch v1 signals email targets Id o k response has a 2xx status code

func (*PatchV1SignalsEmailTargetsIDOK) String

type PatchV1SignalsEmailTargetsIDParams

type PatchV1SignalsEmailTargetsIDParams struct {

	// ID.
	ID string

	// PatchV1SignalsEmailTargetsID.
	PatchV1SignalsEmailTargetsID *models.PatchV1SignalsEmailTargetsID

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

PatchV1SignalsEmailTargetsIDParams contains all the parameters to send to the API endpoint

for the patch v1 signals email targets Id operation.

Typically these are written to a http.Request.

func NewPatchV1SignalsEmailTargetsIDParams

func NewPatchV1SignalsEmailTargetsIDParams() *PatchV1SignalsEmailTargetsIDParams

NewPatchV1SignalsEmailTargetsIDParams creates a new PatchV1SignalsEmailTargetsIDParams object, with the default timeout for this client.

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

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

func NewPatchV1SignalsEmailTargetsIDParamsWithContext

func NewPatchV1SignalsEmailTargetsIDParamsWithContext(ctx context.Context) *PatchV1SignalsEmailTargetsIDParams

NewPatchV1SignalsEmailTargetsIDParamsWithContext creates a new PatchV1SignalsEmailTargetsIDParams object with the ability to set a context for a request.

func NewPatchV1SignalsEmailTargetsIDParamsWithHTTPClient

func NewPatchV1SignalsEmailTargetsIDParamsWithHTTPClient(client *http.Client) *PatchV1SignalsEmailTargetsIDParams

NewPatchV1SignalsEmailTargetsIDParamsWithHTTPClient creates a new PatchV1SignalsEmailTargetsIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1SignalsEmailTargetsIDParamsWithTimeout

func NewPatchV1SignalsEmailTargetsIDParamsWithTimeout(timeout time.Duration) *PatchV1SignalsEmailTargetsIDParams

NewPatchV1SignalsEmailTargetsIDParamsWithTimeout creates a new PatchV1SignalsEmailTargetsIDParams object with the ability to set a timeout on a request.

func (*PatchV1SignalsEmailTargetsIDParams) SetContext

SetContext adds the context to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) SetDefaults

func (o *PatchV1SignalsEmailTargetsIDParams) SetDefaults()

SetDefaults hydrates default values in the patch v1 signals email targets Id params (not the query body).

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

func (*PatchV1SignalsEmailTargetsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) SetID

SetID adds the id to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) SetPatchV1SignalsEmailTargetsID

func (o *PatchV1SignalsEmailTargetsIDParams) SetPatchV1SignalsEmailTargetsID(patchV1SignalsEmailTargetsID *models.PatchV1SignalsEmailTargetsID)

SetPatchV1SignalsEmailTargetsID adds the patchV1SignalsEmailTargetsId to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) WithContext

WithContext adds the context to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 signals email targets Id params (not the query body).

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

func (*PatchV1SignalsEmailTargetsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) WithID

WithID adds the id to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) WithPatchV1SignalsEmailTargetsID

func (o *PatchV1SignalsEmailTargetsIDParams) WithPatchV1SignalsEmailTargetsID(patchV1SignalsEmailTargetsID *models.PatchV1SignalsEmailTargetsID) *PatchV1SignalsEmailTargetsIDParams

WithPatchV1SignalsEmailTargetsID adds the patchV1SignalsEmailTargetsID to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 signals email targets Id params

func (*PatchV1SignalsEmailTargetsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1SignalsEmailTargetsIDReader

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

PatchV1SignalsEmailTargetsIDReader is a Reader for the PatchV1SignalsEmailTargetsID structure.

func (*PatchV1SignalsEmailTargetsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchV1SignalsWebhookTargetsIDOK

type PatchV1SignalsWebhookTargetsIDOK struct {
}

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

Update a Signals webhook target by ID

func NewPatchV1SignalsWebhookTargetsIDOK

func NewPatchV1SignalsWebhookTargetsIDOK() *PatchV1SignalsWebhookTargetsIDOK

NewPatchV1SignalsWebhookTargetsIDOK creates a PatchV1SignalsWebhookTargetsIDOK with default headers values

func (*PatchV1SignalsWebhookTargetsIDOK) Error

func (*PatchV1SignalsWebhookTargetsIDOK) IsClientError

func (o *PatchV1SignalsWebhookTargetsIDOK) IsClientError() bool

IsClientError returns true when this patch v1 signals webhook targets Id o k response has a 4xx status code

func (*PatchV1SignalsWebhookTargetsIDOK) IsCode

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

IsCode returns true when this patch v1 signals webhook targets Id o k response a status code equal to that given

func (*PatchV1SignalsWebhookTargetsIDOK) IsRedirect

func (o *PatchV1SignalsWebhookTargetsIDOK) IsRedirect() bool

IsRedirect returns true when this patch v1 signals webhook targets Id o k response has a 3xx status code

func (*PatchV1SignalsWebhookTargetsIDOK) IsServerError

func (o *PatchV1SignalsWebhookTargetsIDOK) IsServerError() bool

IsServerError returns true when this patch v1 signals webhook targets Id o k response has a 5xx status code

func (*PatchV1SignalsWebhookTargetsIDOK) IsSuccess

func (o *PatchV1SignalsWebhookTargetsIDOK) IsSuccess() bool

IsSuccess returns true when this patch v1 signals webhook targets Id o k response has a 2xx status code

func (*PatchV1SignalsWebhookTargetsIDOK) String

type PatchV1SignalsWebhookTargetsIDParams

type PatchV1SignalsWebhookTargetsIDParams struct {

	// ID.
	ID string

	// PatchV1SignalsWebhookTargetsID.
	PatchV1SignalsWebhookTargetsID *models.PatchV1SignalsWebhookTargetsID

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

PatchV1SignalsWebhookTargetsIDParams contains all the parameters to send to the API endpoint

for the patch v1 signals webhook targets Id operation.

Typically these are written to a http.Request.

func NewPatchV1SignalsWebhookTargetsIDParams

func NewPatchV1SignalsWebhookTargetsIDParams() *PatchV1SignalsWebhookTargetsIDParams

NewPatchV1SignalsWebhookTargetsIDParams creates a new PatchV1SignalsWebhookTargetsIDParams object, with the default timeout for this client.

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

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

func NewPatchV1SignalsWebhookTargetsIDParamsWithContext

func NewPatchV1SignalsWebhookTargetsIDParamsWithContext(ctx context.Context) *PatchV1SignalsWebhookTargetsIDParams

NewPatchV1SignalsWebhookTargetsIDParamsWithContext creates a new PatchV1SignalsWebhookTargetsIDParams object with the ability to set a context for a request.

func NewPatchV1SignalsWebhookTargetsIDParamsWithHTTPClient

func NewPatchV1SignalsWebhookTargetsIDParamsWithHTTPClient(client *http.Client) *PatchV1SignalsWebhookTargetsIDParams

NewPatchV1SignalsWebhookTargetsIDParamsWithHTTPClient creates a new PatchV1SignalsWebhookTargetsIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1SignalsWebhookTargetsIDParamsWithTimeout

func NewPatchV1SignalsWebhookTargetsIDParamsWithTimeout(timeout time.Duration) *PatchV1SignalsWebhookTargetsIDParams

NewPatchV1SignalsWebhookTargetsIDParamsWithTimeout creates a new PatchV1SignalsWebhookTargetsIDParams object with the ability to set a timeout on a request.

func (*PatchV1SignalsWebhookTargetsIDParams) SetContext

SetContext adds the context to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) SetDefaults

func (o *PatchV1SignalsWebhookTargetsIDParams) SetDefaults()

SetDefaults hydrates default values in the patch v1 signals webhook targets Id params (not the query body).

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

func (*PatchV1SignalsWebhookTargetsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) SetID

SetID adds the id to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) SetPatchV1SignalsWebhookTargetsID

func (o *PatchV1SignalsWebhookTargetsIDParams) SetPatchV1SignalsWebhookTargetsID(patchV1SignalsWebhookTargetsID *models.PatchV1SignalsWebhookTargetsID)

SetPatchV1SignalsWebhookTargetsID adds the patchV1SignalsWebhookTargetsId to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) WithContext

WithContext adds the context to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 signals webhook targets Id params (not the query body).

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

func (*PatchV1SignalsWebhookTargetsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) WithID

WithID adds the id to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) WithPatchV1SignalsWebhookTargetsID

func (o *PatchV1SignalsWebhookTargetsIDParams) WithPatchV1SignalsWebhookTargetsID(patchV1SignalsWebhookTargetsID *models.PatchV1SignalsWebhookTargetsID) *PatchV1SignalsWebhookTargetsIDParams

WithPatchV1SignalsWebhookTargetsID adds the patchV1SignalsWebhookTargetsID to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 signals webhook targets Id params

func (*PatchV1SignalsWebhookTargetsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1SignalsWebhookTargetsIDReader

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

PatchV1SignalsWebhookTargetsIDReader is a Reader for the PatchV1SignalsWebhookTargetsID structure.

func (*PatchV1SignalsWebhookTargetsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchV1TeamsTeamIDEscalationPoliciesIDOK

type PatchV1TeamsTeamIDEscalationPoliciesIDOK struct {
}

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

Update a Signals escalation policy by ID

func NewPatchV1TeamsTeamIDEscalationPoliciesIDOK

func NewPatchV1TeamsTeamIDEscalationPoliciesIDOK() *PatchV1TeamsTeamIDEscalationPoliciesIDOK

NewPatchV1TeamsTeamIDEscalationPoliciesIDOK creates a PatchV1TeamsTeamIDEscalationPoliciesIDOK with default headers values

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) Error

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) IsClientError

IsClientError returns true when this patch v1 teams team Id escalation policies Id o k response has a 4xx status code

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) IsCode

IsCode returns true when this patch v1 teams team Id escalation policies Id o k response a status code equal to that given

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) IsRedirect

IsRedirect returns true when this patch v1 teams team Id escalation policies Id o k response has a 3xx status code

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) IsServerError

IsServerError returns true when this patch v1 teams team Id escalation policies Id o k response has a 5xx status code

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) IsSuccess

IsSuccess returns true when this patch v1 teams team Id escalation policies Id o k response has a 2xx status code

func (*PatchV1TeamsTeamIDEscalationPoliciesIDOK) String

type PatchV1TeamsTeamIDEscalationPoliciesIDParams

type PatchV1TeamsTeamIDEscalationPoliciesIDParams struct {

	// ID.
	ID string

	// PatchV1TeamsTeamIDEscalationPoliciesID.
	PatchV1TeamsTeamIDEscalationPoliciesID *models.PatchV1TeamsTeamIDEscalationPoliciesID

	// TeamID.
	TeamID string

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

PatchV1TeamsTeamIDEscalationPoliciesIDParams contains all the parameters to send to the API endpoint

for the patch v1 teams team Id escalation policies Id operation.

Typically these are written to a http.Request.

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParams

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParams() *PatchV1TeamsTeamIDEscalationPoliciesIDParams

NewPatchV1TeamsTeamIDEscalationPoliciesIDParams creates a new PatchV1TeamsTeamIDEscalationPoliciesIDParams object, with the default timeout for this client.

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

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

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithContext

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithContext(ctx context.Context) *PatchV1TeamsTeamIDEscalationPoliciesIDParams

NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithContext creates a new PatchV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a context for a request.

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient(client *http.Client) *PatchV1TeamsTeamIDEscalationPoliciesIDParams

NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithHTTPClient creates a new PatchV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout

func NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout(timeout time.Duration) *PatchV1TeamsTeamIDEscalationPoliciesIDParams

NewPatchV1TeamsTeamIDEscalationPoliciesIDParamsWithTimeout creates a new PatchV1TeamsTeamIDEscalationPoliciesIDParams object with the ability to set a timeout on a request.

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetContext

SetContext adds the context to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetDefaults

SetDefaults hydrates default values in the patch v1 teams team Id escalation policies Id params (not the query body).

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

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetID

SetID adds the id to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetPatchV1TeamsTeamIDEscalationPoliciesID

func (o *PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetPatchV1TeamsTeamIDEscalationPoliciesID(patchV1TeamsTeamIDEscalationPoliciesID *models.PatchV1TeamsTeamIDEscalationPoliciesID)

SetPatchV1TeamsTeamIDEscalationPoliciesID adds the patchV1TeamsTeamIdEscalationPoliciesId to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetTeamID

SetTeamID adds the teamId to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) SetTimeout

SetTimeout adds the timeout to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithContext

WithContext adds the context to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 teams team Id escalation policies Id params (not the query body).

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

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithID

WithID adds the id to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithPatchV1TeamsTeamIDEscalationPoliciesID

func (o *PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithPatchV1TeamsTeamIDEscalationPoliciesID(patchV1TeamsTeamIDEscalationPoliciesID *models.PatchV1TeamsTeamIDEscalationPoliciesID) *PatchV1TeamsTeamIDEscalationPoliciesIDParams

WithPatchV1TeamsTeamIDEscalationPoliciesID adds the patchV1TeamsTeamIDEscalationPoliciesID to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithTeamID

WithTeamID adds the teamID to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 teams team Id escalation policies Id params

func (*PatchV1TeamsTeamIDEscalationPoliciesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1TeamsTeamIDEscalationPoliciesIDReader

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

PatchV1TeamsTeamIDEscalationPoliciesIDReader is a Reader for the PatchV1TeamsTeamIDEscalationPoliciesID structure.

func (*PatchV1TeamsTeamIDEscalationPoliciesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK struct {
}

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

Update a Signals on-call schedule by ID

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK() *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK creates a PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK with default headers values

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) Error

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsClientError

IsClientError returns true when this patch v1 teams team Id on call schedules schedule Id o k response has a 4xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsCode

IsCode returns true when this patch v1 teams team Id on call schedules schedule Id o k response a status code equal to that given

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsRedirect

IsRedirect returns true when this patch v1 teams team Id on call schedules schedule Id o k response has a 3xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsServerError

IsServerError returns true when this patch v1 teams team Id on call schedules schedule Id o k response has a 5xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) IsSuccess

IsSuccess returns true when this patch v1 teams team Id on call schedules schedule Id o k response has a 2xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDOK) String

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams struct {

	// PatchV1TeamsTeamIDOnCallSchedulesScheduleID.
	PatchV1TeamsTeamIDOnCallSchedulesScheduleID *models.PatchV1TeamsTeamIDOnCallSchedulesScheduleID

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams contains all the parameters to send to the API endpoint

for the patch v1 teams team Id on call schedules schedule Id operation.

Typically these are written to a http.Request.

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams() *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams object, with the default timeout for this client.

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

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

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext(ctx context.Context) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithContext creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a context for a request.

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient(client *http.Client) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithHTTPClient creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout(timeout time.Duration) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDParamsWithTimeout creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams object with the ability to set a timeout on a request.

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetContext

SetContext adds the context to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetDefaults

SetDefaults hydrates default values in the patch v1 teams team Id on call schedules schedule Id params (not the query body).

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

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetPatchV1TeamsTeamIDOnCallSchedulesScheduleID

func (o *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetPatchV1TeamsTeamIDOnCallSchedulesScheduleID(patchV1TeamsTeamIDOnCallSchedulesScheduleID *models.PatchV1TeamsTeamIDOnCallSchedulesScheduleID)

SetPatchV1TeamsTeamIDOnCallSchedulesScheduleID adds the patchV1TeamsTeamIdOnCallSchedulesScheduleId to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetScheduleID

func (o *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetScheduleID(scheduleID string)

SetScheduleID adds the scheduleId to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetTeamID

SetTeamID adds the teamId to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) SetTimeout

SetTimeout adds the timeout to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithContext

WithContext adds the context to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 teams team Id on call schedules schedule Id params (not the query body).

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

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithPatchV1TeamsTeamIDOnCallSchedulesScheduleID

func (o *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithPatchV1TeamsTeamIDOnCallSchedulesScheduleID(patchV1TeamsTeamIDOnCallSchedulesScheduleID *models.PatchV1TeamsTeamIDOnCallSchedulesScheduleID) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams

WithPatchV1TeamsTeamIDOnCallSchedulesScheduleID adds the patchV1TeamsTeamIDOnCallSchedulesScheduleID to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithScheduleID

WithScheduleID adds the scheduleID to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithTeamID

WithTeamID adds the teamID to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 teams team Id on call schedules schedule Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDReader

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

PatchV1TeamsTeamIDOnCallSchedulesScheduleIDReader is a Reader for the PatchV1TeamsTeamIDOnCallSchedulesScheduleID structure.

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK struct {
}

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

Update a Signals on-call shift by ID

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK() *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK creates a PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK with default headers values

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) Error

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsClientError

IsClientError returns true when this patch v1 teams team Id on call schedules schedule Id shifts Id o k response has a 4xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsCode

IsCode returns true when this patch v1 teams team Id on call schedules schedule Id shifts Id o k response a status code equal to that given

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsRedirect

IsRedirect returns true when this patch v1 teams team Id on call schedules schedule Id shifts Id o k response has a 3xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsServerError

IsServerError returns true when this patch v1 teams team Id on call schedules schedule Id shifts Id o k response has a 5xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) IsSuccess

IsSuccess returns true when this patch v1 teams team Id on call schedules schedule Id shifts Id o k response has a 2xx status code

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDOK) String

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams struct {

	// ID.
	ID string

	// PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID.
	PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID *models.PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams contains all the parameters to send to the API endpoint

for the patch v1 teams team Id on call schedules schedule Id shifts Id operation.

Typically these are written to a http.Request.

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams() *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object, with the default timeout for this client.

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

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

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext(ctx context.Context) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithContext creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a context for a request.

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient(client *http.Client) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithHTTPClient creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout

func NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout(timeout time.Duration) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

NewPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParamsWithTimeout creates a new PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams object with the ability to set a timeout on a request.

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetContext

SetContext adds the context to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetDefaults

SetDefaults hydrates default values in the patch v1 teams team Id on call schedules schedule Id shifts Id params (not the query body).

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

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetID

SetID adds the id to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID

func (o *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID(patchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID *models.PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID)

SetPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID adds the patchV1TeamsTeamIdOnCallSchedulesScheduleIdShiftsId to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetScheduleID

SetScheduleID adds the scheduleId to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetTeamID

SetTeamID adds the teamId to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) SetTimeout

SetTimeout adds the timeout to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithContext

WithContext adds the context to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 teams team Id on call schedules schedule Id shifts Id params (not the query body).

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

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithID

WithID adds the id to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID

func (o *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID(patchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID *models.PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID) *PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams

WithPatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID adds the patchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithScheduleID

WithScheduleID adds the scheduleID to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithTeamID

WithTeamID adds the teamID to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 teams team Id on call schedules schedule Id shifts Id params

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader

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

PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader is a Reader for the PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsID structure.

func (*PatchV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchV1TeamsTeamIDSignalRulesIDOK

type PatchV1TeamsTeamIDSignalRulesIDOK struct {
}

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

Update a Signals rule by ID

func NewPatchV1TeamsTeamIDSignalRulesIDOK

func NewPatchV1TeamsTeamIDSignalRulesIDOK() *PatchV1TeamsTeamIDSignalRulesIDOK

NewPatchV1TeamsTeamIDSignalRulesIDOK creates a PatchV1TeamsTeamIDSignalRulesIDOK with default headers values

func (*PatchV1TeamsTeamIDSignalRulesIDOK) Error

func (*PatchV1TeamsTeamIDSignalRulesIDOK) IsClientError

func (o *PatchV1TeamsTeamIDSignalRulesIDOK) IsClientError() bool

IsClientError returns true when this patch v1 teams team Id signal rules Id o k response has a 4xx status code

func (*PatchV1TeamsTeamIDSignalRulesIDOK) IsCode

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

IsCode returns true when this patch v1 teams team Id signal rules Id o k response a status code equal to that given

func (*PatchV1TeamsTeamIDSignalRulesIDOK) IsRedirect

func (o *PatchV1TeamsTeamIDSignalRulesIDOK) IsRedirect() bool

IsRedirect returns true when this patch v1 teams team Id signal rules Id o k response has a 3xx status code

func (*PatchV1TeamsTeamIDSignalRulesIDOK) IsServerError

func (o *PatchV1TeamsTeamIDSignalRulesIDOK) IsServerError() bool

IsServerError returns true when this patch v1 teams team Id signal rules Id o k response has a 5xx status code

func (*PatchV1TeamsTeamIDSignalRulesIDOK) IsSuccess

func (o *PatchV1TeamsTeamIDSignalRulesIDOK) IsSuccess() bool

IsSuccess returns true when this patch v1 teams team Id signal rules Id o k response has a 2xx status code

func (*PatchV1TeamsTeamIDSignalRulesIDOK) String

type PatchV1TeamsTeamIDSignalRulesIDParams

type PatchV1TeamsTeamIDSignalRulesIDParams struct {

	// ID.
	ID string

	// PatchV1TeamsTeamIDSignalRulesID.
	PatchV1TeamsTeamIDSignalRulesID *models.PatchV1TeamsTeamIDSignalRulesID

	// TeamID.
	TeamID string

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

PatchV1TeamsTeamIDSignalRulesIDParams contains all the parameters to send to the API endpoint

for the patch v1 teams team Id signal rules Id operation.

Typically these are written to a http.Request.

func NewPatchV1TeamsTeamIDSignalRulesIDParams

func NewPatchV1TeamsTeamIDSignalRulesIDParams() *PatchV1TeamsTeamIDSignalRulesIDParams

NewPatchV1TeamsTeamIDSignalRulesIDParams creates a new PatchV1TeamsTeamIDSignalRulesIDParams object, with the default timeout for this client.

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

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

func NewPatchV1TeamsTeamIDSignalRulesIDParamsWithContext

func NewPatchV1TeamsTeamIDSignalRulesIDParamsWithContext(ctx context.Context) *PatchV1TeamsTeamIDSignalRulesIDParams

NewPatchV1TeamsTeamIDSignalRulesIDParamsWithContext creates a new PatchV1TeamsTeamIDSignalRulesIDParams object with the ability to set a context for a request.

func NewPatchV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient

func NewPatchV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient(client *http.Client) *PatchV1TeamsTeamIDSignalRulesIDParams

NewPatchV1TeamsTeamIDSignalRulesIDParamsWithHTTPClient creates a new PatchV1TeamsTeamIDSignalRulesIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchV1TeamsTeamIDSignalRulesIDParamsWithTimeout

func NewPatchV1TeamsTeamIDSignalRulesIDParamsWithTimeout(timeout time.Duration) *PatchV1TeamsTeamIDSignalRulesIDParams

NewPatchV1TeamsTeamIDSignalRulesIDParamsWithTimeout creates a new PatchV1TeamsTeamIDSignalRulesIDParams object with the ability to set a timeout on a request.

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetContext

SetContext adds the context to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetDefaults

func (o *PatchV1TeamsTeamIDSignalRulesIDParams) SetDefaults()

SetDefaults hydrates default values in the patch v1 teams team Id signal rules Id params (not the query body).

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

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetID

SetID adds the id to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetPatchV1TeamsTeamIDSignalRulesID

func (o *PatchV1TeamsTeamIDSignalRulesIDParams) SetPatchV1TeamsTeamIDSignalRulesID(patchV1TeamsTeamIDSignalRulesID *models.PatchV1TeamsTeamIDSignalRulesID)

SetPatchV1TeamsTeamIDSignalRulesID adds the patchV1TeamsTeamIdSignalRulesId to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetTeamID

func (o *PatchV1TeamsTeamIDSignalRulesIDParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithContext

WithContext adds the context to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithDefaults

WithDefaults hydrates default values in the patch v1 teams team Id signal rules Id params (not the query body).

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

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithID

WithID adds the id to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithPatchV1TeamsTeamIDSignalRulesID

func (o *PatchV1TeamsTeamIDSignalRulesIDParams) WithPatchV1TeamsTeamIDSignalRulesID(patchV1TeamsTeamIDSignalRulesID *models.PatchV1TeamsTeamIDSignalRulesID) *PatchV1TeamsTeamIDSignalRulesIDParams

WithPatchV1TeamsTeamIDSignalRulesID adds the patchV1TeamsTeamIDSignalRulesID to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithTeamID

WithTeamID adds the teamID to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WithTimeout

WithTimeout adds the timeout to the patch v1 teams team Id signal rules Id params

func (*PatchV1TeamsTeamIDSignalRulesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchV1TeamsTeamIDSignalRulesIDReader

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

PatchV1TeamsTeamIDSignalRulesIDReader is a Reader for the PatchV1TeamsTeamIDSignalRulesID structure.

func (*PatchV1TeamsTeamIDSignalRulesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1SignalsDebuggerCreated

type PostV1SignalsDebuggerCreated struct {
}

PostV1SignalsDebuggerCreated describes a response with status code 201, with default header values.

Debug Signals expressions

func NewPostV1SignalsDebuggerCreated

func NewPostV1SignalsDebuggerCreated() *PostV1SignalsDebuggerCreated

NewPostV1SignalsDebuggerCreated creates a PostV1SignalsDebuggerCreated with default headers values

func (*PostV1SignalsDebuggerCreated) Error

func (*PostV1SignalsDebuggerCreated) IsClientError

func (o *PostV1SignalsDebuggerCreated) IsClientError() bool

IsClientError returns true when this post v1 signals debugger created response has a 4xx status code

func (*PostV1SignalsDebuggerCreated) IsCode

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

IsCode returns true when this post v1 signals debugger created response a status code equal to that given

func (*PostV1SignalsDebuggerCreated) IsRedirect

func (o *PostV1SignalsDebuggerCreated) IsRedirect() bool

IsRedirect returns true when this post v1 signals debugger created response has a 3xx status code

func (*PostV1SignalsDebuggerCreated) IsServerError

func (o *PostV1SignalsDebuggerCreated) IsServerError() bool

IsServerError returns true when this post v1 signals debugger created response has a 5xx status code

func (*PostV1SignalsDebuggerCreated) IsSuccess

func (o *PostV1SignalsDebuggerCreated) IsSuccess() bool

IsSuccess returns true when this post v1 signals debugger created response has a 2xx status code

func (*PostV1SignalsDebuggerCreated) String

type PostV1SignalsDebuggerParams

type PostV1SignalsDebuggerParams struct {

	// PostV1SignalsDebugger.
	PostV1SignalsDebugger *models.PostV1SignalsDebugger

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

PostV1SignalsDebuggerParams contains all the parameters to send to the API endpoint

for the post v1 signals debugger operation.

Typically these are written to a http.Request.

func NewPostV1SignalsDebuggerParams

func NewPostV1SignalsDebuggerParams() *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParams creates a new PostV1SignalsDebuggerParams object, with the default timeout for this client.

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

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

func NewPostV1SignalsDebuggerParamsWithContext

func NewPostV1SignalsDebuggerParamsWithContext(ctx context.Context) *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParamsWithContext creates a new PostV1SignalsDebuggerParams object with the ability to set a context for a request.

func NewPostV1SignalsDebuggerParamsWithHTTPClient

func NewPostV1SignalsDebuggerParamsWithHTTPClient(client *http.Client) *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParamsWithHTTPClient creates a new PostV1SignalsDebuggerParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1SignalsDebuggerParamsWithTimeout

func NewPostV1SignalsDebuggerParamsWithTimeout(timeout time.Duration) *PostV1SignalsDebuggerParams

NewPostV1SignalsDebuggerParamsWithTimeout creates a new PostV1SignalsDebuggerParams object with the ability to set a timeout on a request.

func (*PostV1SignalsDebuggerParams) SetContext

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

SetContext adds the context to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) SetDefaults

func (o *PostV1SignalsDebuggerParams) SetDefaults()

SetDefaults hydrates default values in the post v1 signals debugger params (not the query body).

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

func (*PostV1SignalsDebuggerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) SetPostV1SignalsDebugger

func (o *PostV1SignalsDebuggerParams) SetPostV1SignalsDebugger(postV1SignalsDebugger *models.PostV1SignalsDebugger)

SetPostV1SignalsDebugger adds the postV1SignalsDebugger to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithContext

WithContext adds the context to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithDefaults

WithDefaults hydrates default values in the post v1 signals debugger params (not the query body).

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

func (*PostV1SignalsDebuggerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithPostV1SignalsDebugger

func (o *PostV1SignalsDebuggerParams) WithPostV1SignalsDebugger(postV1SignalsDebugger *models.PostV1SignalsDebugger) *PostV1SignalsDebuggerParams

WithPostV1SignalsDebugger adds the postV1SignalsDebugger to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WithTimeout

WithTimeout adds the timeout to the post v1 signals debugger params

func (*PostV1SignalsDebuggerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1SignalsDebuggerReader

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

PostV1SignalsDebuggerReader is a Reader for the PostV1SignalsDebugger structure.

func (*PostV1SignalsDebuggerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1SignalsEmailTargetsCreated

type PostV1SignalsEmailTargetsCreated struct {
}

PostV1SignalsEmailTargetsCreated describes a response with status code 201, with default header values.

Create a Signals email target for a team.

func NewPostV1SignalsEmailTargetsCreated

func NewPostV1SignalsEmailTargetsCreated() *PostV1SignalsEmailTargetsCreated

NewPostV1SignalsEmailTargetsCreated creates a PostV1SignalsEmailTargetsCreated with default headers values

func (*PostV1SignalsEmailTargetsCreated) Error

func (*PostV1SignalsEmailTargetsCreated) IsClientError

func (o *PostV1SignalsEmailTargetsCreated) IsClientError() bool

IsClientError returns true when this post v1 signals email targets created response has a 4xx status code

func (*PostV1SignalsEmailTargetsCreated) IsCode

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

IsCode returns true when this post v1 signals email targets created response a status code equal to that given

func (*PostV1SignalsEmailTargetsCreated) IsRedirect

func (o *PostV1SignalsEmailTargetsCreated) IsRedirect() bool

IsRedirect returns true when this post v1 signals email targets created response has a 3xx status code

func (*PostV1SignalsEmailTargetsCreated) IsServerError

func (o *PostV1SignalsEmailTargetsCreated) IsServerError() bool

IsServerError returns true when this post v1 signals email targets created response has a 5xx status code

func (*PostV1SignalsEmailTargetsCreated) IsSuccess

func (o *PostV1SignalsEmailTargetsCreated) IsSuccess() bool

IsSuccess returns true when this post v1 signals email targets created response has a 2xx status code

func (*PostV1SignalsEmailTargetsCreated) String

type PostV1SignalsEmailTargetsParams

type PostV1SignalsEmailTargetsParams struct {

	// PostV1SignalsEmailTargets.
	PostV1SignalsEmailTargets *models.PostV1SignalsEmailTargets

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

PostV1SignalsEmailTargetsParams contains all the parameters to send to the API endpoint

for the post v1 signals email targets operation.

Typically these are written to a http.Request.

func NewPostV1SignalsEmailTargetsParams

func NewPostV1SignalsEmailTargetsParams() *PostV1SignalsEmailTargetsParams

NewPostV1SignalsEmailTargetsParams creates a new PostV1SignalsEmailTargetsParams object, with the default timeout for this client.

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

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

func NewPostV1SignalsEmailTargetsParamsWithContext

func NewPostV1SignalsEmailTargetsParamsWithContext(ctx context.Context) *PostV1SignalsEmailTargetsParams

NewPostV1SignalsEmailTargetsParamsWithContext creates a new PostV1SignalsEmailTargetsParams object with the ability to set a context for a request.

func NewPostV1SignalsEmailTargetsParamsWithHTTPClient

func NewPostV1SignalsEmailTargetsParamsWithHTTPClient(client *http.Client) *PostV1SignalsEmailTargetsParams

NewPostV1SignalsEmailTargetsParamsWithHTTPClient creates a new PostV1SignalsEmailTargetsParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1SignalsEmailTargetsParamsWithTimeout

func NewPostV1SignalsEmailTargetsParamsWithTimeout(timeout time.Duration) *PostV1SignalsEmailTargetsParams

NewPostV1SignalsEmailTargetsParamsWithTimeout creates a new PostV1SignalsEmailTargetsParams object with the ability to set a timeout on a request.

func (*PostV1SignalsEmailTargetsParams) SetContext

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

SetContext adds the context to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) SetDefaults

func (o *PostV1SignalsEmailTargetsParams) SetDefaults()

SetDefaults hydrates default values in the post v1 signals email targets params (not the query body).

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

func (*PostV1SignalsEmailTargetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) SetPostV1SignalsEmailTargets

func (o *PostV1SignalsEmailTargetsParams) SetPostV1SignalsEmailTargets(postV1SignalsEmailTargets *models.PostV1SignalsEmailTargets)

SetPostV1SignalsEmailTargets adds the postV1SignalsEmailTargets to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) WithContext

WithContext adds the context to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) WithDefaults

WithDefaults hydrates default values in the post v1 signals email targets params (not the query body).

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

func (*PostV1SignalsEmailTargetsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) WithPostV1SignalsEmailTargets

func (o *PostV1SignalsEmailTargetsParams) WithPostV1SignalsEmailTargets(postV1SignalsEmailTargets *models.PostV1SignalsEmailTargets) *PostV1SignalsEmailTargetsParams

WithPostV1SignalsEmailTargets adds the postV1SignalsEmailTargets to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) WithTimeout

WithTimeout adds the timeout to the post v1 signals email targets params

func (*PostV1SignalsEmailTargetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1SignalsEmailTargetsReader

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

PostV1SignalsEmailTargetsReader is a Reader for the PostV1SignalsEmailTargets structure.

func (*PostV1SignalsEmailTargetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1SignalsWebhookTargetsCreated

type PostV1SignalsWebhookTargetsCreated struct {
}

PostV1SignalsWebhookTargetsCreated describes a response with status code 201, with default header values.

Create a Signals webhook target.

func NewPostV1SignalsWebhookTargetsCreated

func NewPostV1SignalsWebhookTargetsCreated() *PostV1SignalsWebhookTargetsCreated

NewPostV1SignalsWebhookTargetsCreated creates a PostV1SignalsWebhookTargetsCreated with default headers values

func (*PostV1SignalsWebhookTargetsCreated) Error

func (*PostV1SignalsWebhookTargetsCreated) IsClientError

func (o *PostV1SignalsWebhookTargetsCreated) IsClientError() bool

IsClientError returns true when this post v1 signals webhook targets created response has a 4xx status code

func (*PostV1SignalsWebhookTargetsCreated) IsCode

IsCode returns true when this post v1 signals webhook targets created response a status code equal to that given

func (*PostV1SignalsWebhookTargetsCreated) IsRedirect

func (o *PostV1SignalsWebhookTargetsCreated) IsRedirect() bool

IsRedirect returns true when this post v1 signals webhook targets created response has a 3xx status code

func (*PostV1SignalsWebhookTargetsCreated) IsServerError

func (o *PostV1SignalsWebhookTargetsCreated) IsServerError() bool

IsServerError returns true when this post v1 signals webhook targets created response has a 5xx status code

func (*PostV1SignalsWebhookTargetsCreated) IsSuccess

IsSuccess returns true when this post v1 signals webhook targets created response has a 2xx status code

func (*PostV1SignalsWebhookTargetsCreated) String

type PostV1SignalsWebhookTargetsParams

type PostV1SignalsWebhookTargetsParams struct {

	// PostV1SignalsWebhookTargets.
	PostV1SignalsWebhookTargets *models.PostV1SignalsWebhookTargets

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

PostV1SignalsWebhookTargetsParams contains all the parameters to send to the API endpoint

for the post v1 signals webhook targets operation.

Typically these are written to a http.Request.

func NewPostV1SignalsWebhookTargetsParams

func NewPostV1SignalsWebhookTargetsParams() *PostV1SignalsWebhookTargetsParams

NewPostV1SignalsWebhookTargetsParams creates a new PostV1SignalsWebhookTargetsParams object, with the default timeout for this client.

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

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

func NewPostV1SignalsWebhookTargetsParamsWithContext

func NewPostV1SignalsWebhookTargetsParamsWithContext(ctx context.Context) *PostV1SignalsWebhookTargetsParams

NewPostV1SignalsWebhookTargetsParamsWithContext creates a new PostV1SignalsWebhookTargetsParams object with the ability to set a context for a request.

func NewPostV1SignalsWebhookTargetsParamsWithHTTPClient

func NewPostV1SignalsWebhookTargetsParamsWithHTTPClient(client *http.Client) *PostV1SignalsWebhookTargetsParams

NewPostV1SignalsWebhookTargetsParamsWithHTTPClient creates a new PostV1SignalsWebhookTargetsParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1SignalsWebhookTargetsParamsWithTimeout

func NewPostV1SignalsWebhookTargetsParamsWithTimeout(timeout time.Duration) *PostV1SignalsWebhookTargetsParams

NewPostV1SignalsWebhookTargetsParamsWithTimeout creates a new PostV1SignalsWebhookTargetsParams object with the ability to set a timeout on a request.

func (*PostV1SignalsWebhookTargetsParams) SetContext

SetContext adds the context to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) SetDefaults

func (o *PostV1SignalsWebhookTargetsParams) SetDefaults()

SetDefaults hydrates default values in the post v1 signals webhook targets params (not the query body).

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

func (*PostV1SignalsWebhookTargetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) SetPostV1SignalsWebhookTargets

func (o *PostV1SignalsWebhookTargetsParams) SetPostV1SignalsWebhookTargets(postV1SignalsWebhookTargets *models.PostV1SignalsWebhookTargets)

SetPostV1SignalsWebhookTargets adds the postV1SignalsWebhookTargets to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) WithContext

WithContext adds the context to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) WithDefaults

WithDefaults hydrates default values in the post v1 signals webhook targets params (not the query body).

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

func (*PostV1SignalsWebhookTargetsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) WithPostV1SignalsWebhookTargets

func (o *PostV1SignalsWebhookTargetsParams) WithPostV1SignalsWebhookTargets(postV1SignalsWebhookTargets *models.PostV1SignalsWebhookTargets) *PostV1SignalsWebhookTargetsParams

WithPostV1SignalsWebhookTargets adds the postV1SignalsWebhookTargets to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) WithTimeout

WithTimeout adds the timeout to the post v1 signals webhook targets params

func (*PostV1SignalsWebhookTargetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1SignalsWebhookTargetsReader

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

PostV1SignalsWebhookTargetsReader is a Reader for the PostV1SignalsWebhookTargets structure.

func (*PostV1SignalsWebhookTargetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1TeamsTeamIDEscalationPoliciesCreated

type PostV1TeamsTeamIDEscalationPoliciesCreated struct {
}

PostV1TeamsTeamIDEscalationPoliciesCreated describes a response with status code 201, with default header values.

Create a Signals escalation policy for a team.

func NewPostV1TeamsTeamIDEscalationPoliciesCreated

func NewPostV1TeamsTeamIDEscalationPoliciesCreated() *PostV1TeamsTeamIDEscalationPoliciesCreated

NewPostV1TeamsTeamIDEscalationPoliciesCreated creates a PostV1TeamsTeamIDEscalationPoliciesCreated with default headers values

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) Error

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) IsClientError

IsClientError returns true when this post v1 teams team Id escalation policies created response has a 4xx status code

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) IsCode

IsCode returns true when this post v1 teams team Id escalation policies created response a status code equal to that given

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) IsRedirect

IsRedirect returns true when this post v1 teams team Id escalation policies created response has a 3xx status code

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) IsServerError

IsServerError returns true when this post v1 teams team Id escalation policies created response has a 5xx status code

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) IsSuccess

IsSuccess returns true when this post v1 teams team Id escalation policies created response has a 2xx status code

func (*PostV1TeamsTeamIDEscalationPoliciesCreated) String

type PostV1TeamsTeamIDEscalationPoliciesParams

type PostV1TeamsTeamIDEscalationPoliciesParams struct {

	// PostV1TeamsTeamIDEscalationPolicies.
	PostV1TeamsTeamIDEscalationPolicies *models.PostV1TeamsTeamIDEscalationPolicies

	// TeamID.
	TeamID string

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

PostV1TeamsTeamIDEscalationPoliciesParams contains all the parameters to send to the API endpoint

for the post v1 teams team Id escalation policies operation.

Typically these are written to a http.Request.

func NewPostV1TeamsTeamIDEscalationPoliciesParams

func NewPostV1TeamsTeamIDEscalationPoliciesParams() *PostV1TeamsTeamIDEscalationPoliciesParams

NewPostV1TeamsTeamIDEscalationPoliciesParams creates a new PostV1TeamsTeamIDEscalationPoliciesParams object, with the default timeout for this client.

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

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

func NewPostV1TeamsTeamIDEscalationPoliciesParamsWithContext

func NewPostV1TeamsTeamIDEscalationPoliciesParamsWithContext(ctx context.Context) *PostV1TeamsTeamIDEscalationPoliciesParams

NewPostV1TeamsTeamIDEscalationPoliciesParamsWithContext creates a new PostV1TeamsTeamIDEscalationPoliciesParams object with the ability to set a context for a request.

func NewPostV1TeamsTeamIDEscalationPoliciesParamsWithHTTPClient

func NewPostV1TeamsTeamIDEscalationPoliciesParamsWithHTTPClient(client *http.Client) *PostV1TeamsTeamIDEscalationPoliciesParams

NewPostV1TeamsTeamIDEscalationPoliciesParamsWithHTTPClient creates a new PostV1TeamsTeamIDEscalationPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1TeamsTeamIDEscalationPoliciesParamsWithTimeout

func NewPostV1TeamsTeamIDEscalationPoliciesParamsWithTimeout(timeout time.Duration) *PostV1TeamsTeamIDEscalationPoliciesParams

NewPostV1TeamsTeamIDEscalationPoliciesParamsWithTimeout creates a new PostV1TeamsTeamIDEscalationPoliciesParams object with the ability to set a timeout on a request.

func (*PostV1TeamsTeamIDEscalationPoliciesParams) SetContext

SetContext adds the context to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) SetDefaults

SetDefaults hydrates default values in the post v1 teams team Id escalation policies params (not the query body).

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

func (*PostV1TeamsTeamIDEscalationPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) SetPostV1TeamsTeamIDEscalationPolicies

func (o *PostV1TeamsTeamIDEscalationPoliciesParams) SetPostV1TeamsTeamIDEscalationPolicies(postV1TeamsTeamIDEscalationPolicies *models.PostV1TeamsTeamIDEscalationPolicies)

SetPostV1TeamsTeamIDEscalationPolicies adds the postV1TeamsTeamIdEscalationPolicies to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) SetTeamID

SetTeamID adds the teamId to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) SetTimeout

SetTimeout adds the timeout to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WithContext

WithContext adds the context to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WithDefaults

WithDefaults hydrates default values in the post v1 teams team Id escalation policies params (not the query body).

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

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WithPostV1TeamsTeamIDEscalationPolicies

func (o *PostV1TeamsTeamIDEscalationPoliciesParams) WithPostV1TeamsTeamIDEscalationPolicies(postV1TeamsTeamIDEscalationPolicies *models.PostV1TeamsTeamIDEscalationPolicies) *PostV1TeamsTeamIDEscalationPoliciesParams

WithPostV1TeamsTeamIDEscalationPolicies adds the postV1TeamsTeamIDEscalationPolicies to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WithTeamID

WithTeamID adds the teamID to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WithTimeout

WithTimeout adds the timeout to the post v1 teams team Id escalation policies params

func (*PostV1TeamsTeamIDEscalationPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1TeamsTeamIDEscalationPoliciesReader

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

PostV1TeamsTeamIDEscalationPoliciesReader is a Reader for the PostV1TeamsTeamIDEscalationPolicies structure.

func (*PostV1TeamsTeamIDEscalationPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1TeamsTeamIDOnCallSchedulesCreated

type PostV1TeamsTeamIDOnCallSchedulesCreated struct {
}

PostV1TeamsTeamIDOnCallSchedulesCreated describes a response with status code 201, with default header values.

Create a Signals on-call schedule for a team.

func NewPostV1TeamsTeamIDOnCallSchedulesCreated

func NewPostV1TeamsTeamIDOnCallSchedulesCreated() *PostV1TeamsTeamIDOnCallSchedulesCreated

NewPostV1TeamsTeamIDOnCallSchedulesCreated creates a PostV1TeamsTeamIDOnCallSchedulesCreated with default headers values

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) Error

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) IsClientError

func (o *PostV1TeamsTeamIDOnCallSchedulesCreated) IsClientError() bool

IsClientError returns true when this post v1 teams team Id on call schedules created response has a 4xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) IsCode

IsCode returns true when this post v1 teams team Id on call schedules created response a status code equal to that given

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) IsRedirect

IsRedirect returns true when this post v1 teams team Id on call schedules created response has a 3xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) IsServerError

func (o *PostV1TeamsTeamIDOnCallSchedulesCreated) IsServerError() bool

IsServerError returns true when this post v1 teams team Id on call schedules created response has a 5xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) IsSuccess

IsSuccess returns true when this post v1 teams team Id on call schedules created response has a 2xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesCreated) String

type PostV1TeamsTeamIDOnCallSchedulesParams

type PostV1TeamsTeamIDOnCallSchedulesParams struct {

	// PostV1TeamsTeamIDOnCallSchedules.
	PostV1TeamsTeamIDOnCallSchedules *models.PostV1TeamsTeamIDOnCallSchedules

	// TeamID.
	TeamID string

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

PostV1TeamsTeamIDOnCallSchedulesParams contains all the parameters to send to the API endpoint

for the post v1 teams team Id on call schedules operation.

Typically these are written to a http.Request.

func NewPostV1TeamsTeamIDOnCallSchedulesParams

func NewPostV1TeamsTeamIDOnCallSchedulesParams() *PostV1TeamsTeamIDOnCallSchedulesParams

NewPostV1TeamsTeamIDOnCallSchedulesParams creates a new PostV1TeamsTeamIDOnCallSchedulesParams object, with the default timeout for this client.

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

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

func NewPostV1TeamsTeamIDOnCallSchedulesParamsWithContext

func NewPostV1TeamsTeamIDOnCallSchedulesParamsWithContext(ctx context.Context) *PostV1TeamsTeamIDOnCallSchedulesParams

NewPostV1TeamsTeamIDOnCallSchedulesParamsWithContext creates a new PostV1TeamsTeamIDOnCallSchedulesParams object with the ability to set a context for a request.

func NewPostV1TeamsTeamIDOnCallSchedulesParamsWithHTTPClient

func NewPostV1TeamsTeamIDOnCallSchedulesParamsWithHTTPClient(client *http.Client) *PostV1TeamsTeamIDOnCallSchedulesParams

NewPostV1TeamsTeamIDOnCallSchedulesParamsWithHTTPClient creates a new PostV1TeamsTeamIDOnCallSchedulesParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1TeamsTeamIDOnCallSchedulesParamsWithTimeout

func NewPostV1TeamsTeamIDOnCallSchedulesParamsWithTimeout(timeout time.Duration) *PostV1TeamsTeamIDOnCallSchedulesParams

NewPostV1TeamsTeamIDOnCallSchedulesParamsWithTimeout creates a new PostV1TeamsTeamIDOnCallSchedulesParams object with the ability to set a timeout on a request.

func (*PostV1TeamsTeamIDOnCallSchedulesParams) SetContext

SetContext adds the context to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) SetDefaults

func (o *PostV1TeamsTeamIDOnCallSchedulesParams) SetDefaults()

SetDefaults hydrates default values in the post v1 teams team Id on call schedules params (not the query body).

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

func (*PostV1TeamsTeamIDOnCallSchedulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) SetPostV1TeamsTeamIDOnCallSchedules

func (o *PostV1TeamsTeamIDOnCallSchedulesParams) SetPostV1TeamsTeamIDOnCallSchedules(postV1TeamsTeamIDOnCallSchedules *models.PostV1TeamsTeamIDOnCallSchedules)

SetPostV1TeamsTeamIDOnCallSchedules adds the postV1TeamsTeamIdOnCallSchedules to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) SetTeamID

func (o *PostV1TeamsTeamIDOnCallSchedulesParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WithContext

WithContext adds the context to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WithDefaults

WithDefaults hydrates default values in the post v1 teams team Id on call schedules params (not the query body).

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

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WithPostV1TeamsTeamIDOnCallSchedules

func (o *PostV1TeamsTeamIDOnCallSchedulesParams) WithPostV1TeamsTeamIDOnCallSchedules(postV1TeamsTeamIDOnCallSchedules *models.PostV1TeamsTeamIDOnCallSchedules) *PostV1TeamsTeamIDOnCallSchedulesParams

WithPostV1TeamsTeamIDOnCallSchedules adds the postV1TeamsTeamIDOnCallSchedules to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WithTeamID

WithTeamID adds the teamID to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WithTimeout

WithTimeout adds the timeout to the post v1 teams team Id on call schedules params

func (*PostV1TeamsTeamIDOnCallSchedulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1TeamsTeamIDOnCallSchedulesReader

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

PostV1TeamsTeamIDOnCallSchedulesReader is a Reader for the PostV1TeamsTeamIDOnCallSchedules structure.

func (*PostV1TeamsTeamIDOnCallSchedulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated

type PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated struct {
}

PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated describes a response with status code 201, with default header values.

Create a Signals on-call shift in a schedule.

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated() *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated

NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated creates a PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated with default headers values

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) Error

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) IsClientError

IsClientError returns true when this post v1 teams team Id on call schedules schedule Id shifts created response has a 4xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) IsCode

IsCode returns true when this post v1 teams team Id on call schedules schedule Id shifts created response a status code equal to that given

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) IsRedirect

IsRedirect returns true when this post v1 teams team Id on call schedules schedule Id shifts created response has a 3xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) IsServerError

IsServerError returns true when this post v1 teams team Id on call schedules schedule Id shifts created response has a 5xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) IsSuccess

IsSuccess returns true when this post v1 teams team Id on call schedules schedule Id shifts created response has a 2xx status code

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsCreated) String

type PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

type PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams struct {

	// PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts.
	PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts *models.PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts

	// ScheduleID.
	ScheduleID string

	// TeamID.
	TeamID string

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

PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams contains all the parameters to send to the API endpoint

for the post v1 teams team Id on call schedules schedule Id shifts operation.

Typically these are written to a http.Request.

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams() *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams creates a new PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams object, with the default timeout for this client.

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

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

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithContext

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithContext(ctx context.Context) *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithContext creates a new PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams object with the ability to set a context for a request.

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithHTTPClient

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithHTTPClient(client *http.Client) *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithHTTPClient creates a new PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithTimeout

func NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithTimeout(timeout time.Duration) *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

NewPostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParamsWithTimeout creates a new PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams object with the ability to set a timeout on a request.

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetContext

SetContext adds the context to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetDefaults

SetDefaults hydrates default values in the post v1 teams team Id on call schedules schedule Id shifts params (not the query body).

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

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetPostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts

func (o *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetPostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts(postV1TeamsTeamIDOnCallSchedulesScheduleIDShifts *models.PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts)

SetPostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts adds the postV1TeamsTeamIdOnCallSchedulesScheduleIdShifts to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetScheduleID

SetScheduleID adds the scheduleId to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetTeamID

SetTeamID adds the teamId to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) SetTimeout

SetTimeout adds the timeout to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithContext

WithContext adds the context to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithDefaults

WithDefaults hydrates default values in the post v1 teams team Id on call schedules schedule Id shifts params (not the query body).

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

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithPostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts

func (o *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithPostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts(postV1TeamsTeamIDOnCallSchedulesScheduleIDShifts *models.PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts) *PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams

WithPostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts adds the postV1TeamsTeamIDOnCallSchedulesScheduleIDShifts to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithScheduleID

WithScheduleID adds the scheduleID to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithTeamID

WithTeamID adds the teamID to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WithTimeout

WithTimeout adds the timeout to the post v1 teams team Id on call schedules schedule Id shifts params

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsReader

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

PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsReader is a Reader for the PostV1TeamsTeamIDOnCallSchedulesScheduleIDShifts structure.

func (*PostV1TeamsTeamIDOnCallSchedulesScheduleIDShiftsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1TeamsTeamIDSignalRulesCreated

type PostV1TeamsTeamIDSignalRulesCreated struct {
}

PostV1TeamsTeamIDSignalRulesCreated describes a response with status code 201, with default header values.

Create a Signals rule for a team.

func NewPostV1TeamsTeamIDSignalRulesCreated

func NewPostV1TeamsTeamIDSignalRulesCreated() *PostV1TeamsTeamIDSignalRulesCreated

NewPostV1TeamsTeamIDSignalRulesCreated creates a PostV1TeamsTeamIDSignalRulesCreated with default headers values

func (*PostV1TeamsTeamIDSignalRulesCreated) Error

func (*PostV1TeamsTeamIDSignalRulesCreated) IsClientError

func (o *PostV1TeamsTeamIDSignalRulesCreated) IsClientError() bool

IsClientError returns true when this post v1 teams team Id signal rules created response has a 4xx status code

func (*PostV1TeamsTeamIDSignalRulesCreated) IsCode

IsCode returns true when this post v1 teams team Id signal rules created response a status code equal to that given

func (*PostV1TeamsTeamIDSignalRulesCreated) IsRedirect

func (o *PostV1TeamsTeamIDSignalRulesCreated) IsRedirect() bool

IsRedirect returns true when this post v1 teams team Id signal rules created response has a 3xx status code

func (*PostV1TeamsTeamIDSignalRulesCreated) IsServerError

func (o *PostV1TeamsTeamIDSignalRulesCreated) IsServerError() bool

IsServerError returns true when this post v1 teams team Id signal rules created response has a 5xx status code

func (*PostV1TeamsTeamIDSignalRulesCreated) IsSuccess

IsSuccess returns true when this post v1 teams team Id signal rules created response has a 2xx status code

func (*PostV1TeamsTeamIDSignalRulesCreated) String

type PostV1TeamsTeamIDSignalRulesParams

type PostV1TeamsTeamIDSignalRulesParams struct {

	// PostV1TeamsTeamIDSignalRules.
	PostV1TeamsTeamIDSignalRules *models.PostV1TeamsTeamIDSignalRules

	// TeamID.
	TeamID string

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

PostV1TeamsTeamIDSignalRulesParams contains all the parameters to send to the API endpoint

for the post v1 teams team Id signal rules operation.

Typically these are written to a http.Request.

func NewPostV1TeamsTeamIDSignalRulesParams

func NewPostV1TeamsTeamIDSignalRulesParams() *PostV1TeamsTeamIDSignalRulesParams

NewPostV1TeamsTeamIDSignalRulesParams creates a new PostV1TeamsTeamIDSignalRulesParams object, with the default timeout for this client.

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

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

func NewPostV1TeamsTeamIDSignalRulesParamsWithContext

func NewPostV1TeamsTeamIDSignalRulesParamsWithContext(ctx context.Context) *PostV1TeamsTeamIDSignalRulesParams

NewPostV1TeamsTeamIDSignalRulesParamsWithContext creates a new PostV1TeamsTeamIDSignalRulesParams object with the ability to set a context for a request.

func NewPostV1TeamsTeamIDSignalRulesParamsWithHTTPClient

func NewPostV1TeamsTeamIDSignalRulesParamsWithHTTPClient(client *http.Client) *PostV1TeamsTeamIDSignalRulesParams

NewPostV1TeamsTeamIDSignalRulesParamsWithHTTPClient creates a new PostV1TeamsTeamIDSignalRulesParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1TeamsTeamIDSignalRulesParamsWithTimeout

func NewPostV1TeamsTeamIDSignalRulesParamsWithTimeout(timeout time.Duration) *PostV1TeamsTeamIDSignalRulesParams

NewPostV1TeamsTeamIDSignalRulesParamsWithTimeout creates a new PostV1TeamsTeamIDSignalRulesParams object with the ability to set a timeout on a request.

func (*PostV1TeamsTeamIDSignalRulesParams) SetContext

SetContext adds the context to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) SetDefaults

func (o *PostV1TeamsTeamIDSignalRulesParams) SetDefaults()

SetDefaults hydrates default values in the post v1 teams team Id signal rules params (not the query body).

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

func (*PostV1TeamsTeamIDSignalRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) SetPostV1TeamsTeamIDSignalRules

func (o *PostV1TeamsTeamIDSignalRulesParams) SetPostV1TeamsTeamIDSignalRules(postV1TeamsTeamIDSignalRules *models.PostV1TeamsTeamIDSignalRules)

SetPostV1TeamsTeamIDSignalRules adds the postV1TeamsTeamIdSignalRules to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) SetTeamID

func (o *PostV1TeamsTeamIDSignalRulesParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) WithContext

WithContext adds the context to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) WithDefaults

WithDefaults hydrates default values in the post v1 teams team Id signal rules params (not the query body).

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

func (*PostV1TeamsTeamIDSignalRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) WithPostV1TeamsTeamIDSignalRules

func (o *PostV1TeamsTeamIDSignalRulesParams) WithPostV1TeamsTeamIDSignalRules(postV1TeamsTeamIDSignalRules *models.PostV1TeamsTeamIDSignalRules) *PostV1TeamsTeamIDSignalRulesParams

WithPostV1TeamsTeamIDSignalRules adds the postV1TeamsTeamIDSignalRules to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) WithTeamID

WithTeamID adds the teamID to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) WithTimeout

WithTimeout adds the timeout to the post v1 teams team Id signal rules params

func (*PostV1TeamsTeamIDSignalRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1TeamsTeamIDSignalRulesReader

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

PostV1TeamsTeamIDSignalRulesReader is a Reader for the PostV1TeamsTeamIDSignalRules structure.

func (*PostV1TeamsTeamIDSignalRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL