project_specific_rates

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2020 License: Apache-2.0 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 project specific rates API

func (*Client) ProjectHourlyRatesProjectSpecificRatesDelete

func (a *Client) ProjectHourlyRatesProjectSpecificRatesDelete(params *ProjectHourlyRatesProjectSpecificRatesDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

ProjectHourlyRatesProjectSpecificRatesDelete deletes project specific rate

func (*Client) ProjectHourlyRatesProjectSpecificRatesGet

ProjectHourlyRatesProjectSpecificRatesGet finds project specific rate by ID

func (*Client) ProjectHourlyRatesProjectSpecificRatesListDeleteByIds

func (a *Client) ProjectHourlyRatesProjectSpecificRatesListDeleteByIds(params *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error

ProjectHourlyRatesProjectSpecificRatesListDeleteByIds deletes project specific rates

func (*Client) ProjectHourlyRatesProjectSpecificRatesListPostList

ProjectHourlyRatesProjectSpecificRatesListPostList creates multiple new project specific rates

func (*Client) ProjectHourlyRatesProjectSpecificRatesListPutList

ProjectHourlyRatesProjectSpecificRatesListPutList updates multiple project specific rates

func (*Client) ProjectHourlyRatesProjectSpecificRatesPost

ProjectHourlyRatesProjectSpecificRatesPost creates new project specific rate

func (*Client) ProjectHourlyRatesProjectSpecificRatesPut

ProjectHourlyRatesProjectSpecificRatesPut updates a project specific rate

func (*Client) ProjectHourlyRatesProjectSpecificRatesSearch

ProjectHourlyRatesProjectSpecificRatesSearch finds project specific rates corresponding with sent data

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ProjectHourlyRatesProjectSpecificRatesDelete(params *ProjectHourlyRatesProjectSpecificRatesDeleteParams, authInfo runtime.ClientAuthInfoWriter) error

	ProjectHourlyRatesProjectSpecificRatesGet(params *ProjectHourlyRatesProjectSpecificRatesGetParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectHourlyRatesProjectSpecificRatesGetOK, error)

	ProjectHourlyRatesProjectSpecificRatesListDeleteByIds(params *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams, authInfo runtime.ClientAuthInfoWriter) error

	ProjectHourlyRatesProjectSpecificRatesListPostList(params *ProjectHourlyRatesProjectSpecificRatesListPostListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectHourlyRatesProjectSpecificRatesListPostListCreated, error)

	ProjectHourlyRatesProjectSpecificRatesListPutList(params *ProjectHourlyRatesProjectSpecificRatesListPutListParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectHourlyRatesProjectSpecificRatesListPutListOK, error)

	ProjectHourlyRatesProjectSpecificRatesPost(params *ProjectHourlyRatesProjectSpecificRatesPostParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectHourlyRatesProjectSpecificRatesPostCreated, error)

	ProjectHourlyRatesProjectSpecificRatesPut(params *ProjectHourlyRatesProjectSpecificRatesPutParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectHourlyRatesProjectSpecificRatesPutOK, error)

	ProjectHourlyRatesProjectSpecificRatesSearch(params *ProjectHourlyRatesProjectSpecificRatesSearchParams, authInfo runtime.ClientAuthInfoWriter) (*ProjectHourlyRatesProjectSpecificRatesSearchOK, 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 project specific rates API client.

type ProjectHourlyRatesProjectSpecificRatesDeleteDefault

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

ProjectHourlyRatesProjectSpecificRatesDeleteDefault handles this case with default header values.

successful operation

func NewProjectHourlyRatesProjectSpecificRatesDeleteDefault

func NewProjectHourlyRatesProjectSpecificRatesDeleteDefault(code int) *ProjectHourlyRatesProjectSpecificRatesDeleteDefault

NewProjectHourlyRatesProjectSpecificRatesDeleteDefault creates a ProjectHourlyRatesProjectSpecificRatesDeleteDefault with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesDeleteDefault) Code

Code gets the status code for the project hourly rates project specific rates delete default response

func (*ProjectHourlyRatesProjectSpecificRatesDeleteDefault) Error

type ProjectHourlyRatesProjectSpecificRatesDeleteParams

type ProjectHourlyRatesProjectSpecificRatesDeleteParams struct {

	/*ID
	  Element ID

	*/
	ID int32

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

ProjectHourlyRatesProjectSpecificRatesDeleteParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates delete operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesDeleteParams

func NewProjectHourlyRatesProjectSpecificRatesDeleteParams() *ProjectHourlyRatesProjectSpecificRatesDeleteParams

NewProjectHourlyRatesProjectSpecificRatesDeleteParams creates a new ProjectHourlyRatesProjectSpecificRatesDeleteParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesDeleteParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesDeleteParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesDeleteParams

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

func NewProjectHourlyRatesProjectSpecificRatesDeleteParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesDeleteParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesDeleteParams

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

func NewProjectHourlyRatesProjectSpecificRatesDeleteParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesDeleteParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesDeleteParams

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

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) SetContext

SetContext adds the context to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) SetID

SetID adds the id to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) WithContext

WithContext adds the context to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) WithID

WithID adds the id to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates delete params

func (*ProjectHourlyRatesProjectSpecificRatesDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesDeleteReader

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

ProjectHourlyRatesProjectSpecificRatesDeleteReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesDelete structure.

func (*ProjectHourlyRatesProjectSpecificRatesDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesGetOK

type ProjectHourlyRatesProjectSpecificRatesGetOK struct {
	Payload *models.ResponseWrapperProjectSpecificRate
}

ProjectHourlyRatesProjectSpecificRatesGetOK handles this case with default header values.

successful operation

func NewProjectHourlyRatesProjectSpecificRatesGetOK

func NewProjectHourlyRatesProjectSpecificRatesGetOK() *ProjectHourlyRatesProjectSpecificRatesGetOK

NewProjectHourlyRatesProjectSpecificRatesGetOK creates a ProjectHourlyRatesProjectSpecificRatesGetOK with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesGetOK) Error

func (*ProjectHourlyRatesProjectSpecificRatesGetOK) GetPayload

type ProjectHourlyRatesProjectSpecificRatesGetParams

type ProjectHourlyRatesProjectSpecificRatesGetParams struct {

	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*ID
	  Element ID

	*/
	ID int32

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

ProjectHourlyRatesProjectSpecificRatesGetParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates get operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesGetParams

func NewProjectHourlyRatesProjectSpecificRatesGetParams() *ProjectHourlyRatesProjectSpecificRatesGetParams

NewProjectHourlyRatesProjectSpecificRatesGetParams creates a new ProjectHourlyRatesProjectSpecificRatesGetParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesGetParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesGetParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesGetParams

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

func NewProjectHourlyRatesProjectSpecificRatesGetParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesGetParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesGetParams

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

func NewProjectHourlyRatesProjectSpecificRatesGetParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesGetParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesGetParams

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

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) SetContext

SetContext adds the context to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) SetFields

SetFields adds the fields to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) SetID

SetID adds the id to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) WithContext

WithContext adds the context to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) WithFields

WithFields adds the fields to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) WithID

WithID adds the id to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates get params

func (*ProjectHourlyRatesProjectSpecificRatesGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesGetReader

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

ProjectHourlyRatesProjectSpecificRatesGetReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesGet structure.

func (*ProjectHourlyRatesProjectSpecificRatesGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault

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

ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault handles this case with default header values.

successful operation

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault(code int) *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault

NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault creates a ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault) Code

Code gets the status code for the project hourly rates project specific rates list delete by ids default response

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsDefault) Error

type ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams

type ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams struct {

	/*Ids
	  ID of the elements

	*/
	Ids string

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

ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates list delete by ids operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams() *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams

NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams creates a new ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams

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

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams

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

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams

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

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) SetContext

SetContext adds the context to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) SetIds

SetIds adds the ids to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) WithContext

WithContext adds the context to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) WithIds

WithIds adds the ids to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates list delete by ids params

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsReader

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

ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesListDeleteByIds structure.

func (*ProjectHourlyRatesProjectSpecificRatesListDeleteByIdsReader) ReadResponse

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesListPostListCreated

type ProjectHourlyRatesProjectSpecificRatesListPostListCreated struct {
	Payload *models.ListResponseProjectSpecificRate
}

ProjectHourlyRatesProjectSpecificRatesListPostListCreated handles this case with default header values.

successfully created

func NewProjectHourlyRatesProjectSpecificRatesListPostListCreated

func NewProjectHourlyRatesProjectSpecificRatesListPostListCreated() *ProjectHourlyRatesProjectSpecificRatesListPostListCreated

NewProjectHourlyRatesProjectSpecificRatesListPostListCreated creates a ProjectHourlyRatesProjectSpecificRatesListPostListCreated with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesListPostListCreated) Error

func (*ProjectHourlyRatesProjectSpecificRatesListPostListCreated) GetPayload

type ProjectHourlyRatesProjectSpecificRatesListPostListParams

type ProjectHourlyRatesProjectSpecificRatesListPostListParams struct {

	/*Body
	  JSON representing a list of new object to be created. Should not have ID and version set.

	*/
	Body []*models.ProjectSpecificRate

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

ProjectHourlyRatesProjectSpecificRatesListPostListParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates list post list operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesListPostListParams

func NewProjectHourlyRatesProjectSpecificRatesListPostListParams() *ProjectHourlyRatesProjectSpecificRatesListPostListParams

NewProjectHourlyRatesProjectSpecificRatesListPostListParams creates a new ProjectHourlyRatesProjectSpecificRatesListPostListParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesListPostListParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesListPostListParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesListPostListParams

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

func NewProjectHourlyRatesProjectSpecificRatesListPostListParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesListPostListParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesListPostListParams

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

func NewProjectHourlyRatesProjectSpecificRatesListPostListParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesListPostListParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesListPostListParams

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

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) SetBody

SetBody adds the body to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) SetContext

SetContext adds the context to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) WithBody

WithBody adds the body to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) WithContext

WithContext adds the context to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates list post list params

func (*ProjectHourlyRatesProjectSpecificRatesListPostListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesListPostListReader

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

ProjectHourlyRatesProjectSpecificRatesListPostListReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesListPostList structure.

func (*ProjectHourlyRatesProjectSpecificRatesListPostListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesListPutListOK

type ProjectHourlyRatesProjectSpecificRatesListPutListOK struct {
	Payload *models.ListResponseProjectSpecificRate
}

ProjectHourlyRatesProjectSpecificRatesListPutListOK handles this case with default header values.

successful operation

func NewProjectHourlyRatesProjectSpecificRatesListPutListOK

func NewProjectHourlyRatesProjectSpecificRatesListPutListOK() *ProjectHourlyRatesProjectSpecificRatesListPutListOK

NewProjectHourlyRatesProjectSpecificRatesListPutListOK creates a ProjectHourlyRatesProjectSpecificRatesListPutListOK with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesListPutListOK) Error

func (*ProjectHourlyRatesProjectSpecificRatesListPutListOK) GetPayload

type ProjectHourlyRatesProjectSpecificRatesListPutListParams

type ProjectHourlyRatesProjectSpecificRatesListPutListParams struct {

	/*Body
	  JSON representing updates to object. Should have ID and version set.

	*/
	Body []*models.ProjectSpecificRate

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

ProjectHourlyRatesProjectSpecificRatesListPutListParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates list put list operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesListPutListParams

func NewProjectHourlyRatesProjectSpecificRatesListPutListParams() *ProjectHourlyRatesProjectSpecificRatesListPutListParams

NewProjectHourlyRatesProjectSpecificRatesListPutListParams creates a new ProjectHourlyRatesProjectSpecificRatesListPutListParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesListPutListParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesListPutListParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesListPutListParams

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

func NewProjectHourlyRatesProjectSpecificRatesListPutListParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesListPutListParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesListPutListParams

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

func NewProjectHourlyRatesProjectSpecificRatesListPutListParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesListPutListParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesListPutListParams

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

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) SetBody

SetBody adds the body to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) SetContext

SetContext adds the context to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) WithBody

WithBody adds the body to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) WithContext

WithContext adds the context to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates list put list params

func (*ProjectHourlyRatesProjectSpecificRatesListPutListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesListPutListReader

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

ProjectHourlyRatesProjectSpecificRatesListPutListReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesListPutList structure.

func (*ProjectHourlyRatesProjectSpecificRatesListPutListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesPostCreated

type ProjectHourlyRatesProjectSpecificRatesPostCreated struct {
	Payload *models.ResponseWrapperProjectSpecificRate
}

ProjectHourlyRatesProjectSpecificRatesPostCreated handles this case with default header values.

successfully created

func NewProjectHourlyRatesProjectSpecificRatesPostCreated

func NewProjectHourlyRatesProjectSpecificRatesPostCreated() *ProjectHourlyRatesProjectSpecificRatesPostCreated

NewProjectHourlyRatesProjectSpecificRatesPostCreated creates a ProjectHourlyRatesProjectSpecificRatesPostCreated with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesPostCreated) Error

func (*ProjectHourlyRatesProjectSpecificRatesPostCreated) GetPayload

type ProjectHourlyRatesProjectSpecificRatesPostParams

type ProjectHourlyRatesProjectSpecificRatesPostParams struct {

	/*Body
	  JSON representing the new object to be created. Should not have ID and version set.

	*/
	Body *models.ProjectSpecificRate

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

ProjectHourlyRatesProjectSpecificRatesPostParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates post operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesPostParams

func NewProjectHourlyRatesProjectSpecificRatesPostParams() *ProjectHourlyRatesProjectSpecificRatesPostParams

NewProjectHourlyRatesProjectSpecificRatesPostParams creates a new ProjectHourlyRatesProjectSpecificRatesPostParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesPostParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesPostParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesPostParams

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

func NewProjectHourlyRatesProjectSpecificRatesPostParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesPostParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesPostParams

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

func NewProjectHourlyRatesProjectSpecificRatesPostParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesPostParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesPostParams

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

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) SetBody

SetBody adds the body to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) SetContext

SetContext adds the context to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) WithBody

WithBody adds the body to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) WithContext

WithContext adds the context to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates post params

func (*ProjectHourlyRatesProjectSpecificRatesPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesPostReader

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

ProjectHourlyRatesProjectSpecificRatesPostReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesPost structure.

func (*ProjectHourlyRatesProjectSpecificRatesPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesPutOK

type ProjectHourlyRatesProjectSpecificRatesPutOK struct {
	Payload *models.ResponseWrapperProjectSpecificRate
}

ProjectHourlyRatesProjectSpecificRatesPutOK handles this case with default header values.

successful operation

func NewProjectHourlyRatesProjectSpecificRatesPutOK

func NewProjectHourlyRatesProjectSpecificRatesPutOK() *ProjectHourlyRatesProjectSpecificRatesPutOK

NewProjectHourlyRatesProjectSpecificRatesPutOK creates a ProjectHourlyRatesProjectSpecificRatesPutOK with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesPutOK) Error

func (*ProjectHourlyRatesProjectSpecificRatesPutOK) GetPayload

type ProjectHourlyRatesProjectSpecificRatesPutParams

type ProjectHourlyRatesProjectSpecificRatesPutParams struct {

	/*Body
	  Partial object describing what should be updated

	*/
	Body *models.ProjectSpecificRate
	/*ID
	  Element ID

	*/
	ID int32

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

ProjectHourlyRatesProjectSpecificRatesPutParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates put operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesPutParams

func NewProjectHourlyRatesProjectSpecificRatesPutParams() *ProjectHourlyRatesProjectSpecificRatesPutParams

NewProjectHourlyRatesProjectSpecificRatesPutParams creates a new ProjectHourlyRatesProjectSpecificRatesPutParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesPutParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesPutParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesPutParams

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

func NewProjectHourlyRatesProjectSpecificRatesPutParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesPutParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesPutParams

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

func NewProjectHourlyRatesProjectSpecificRatesPutParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesPutParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesPutParams

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

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) SetBody

SetBody adds the body to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) SetContext

SetContext adds the context to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) SetID

SetID adds the id to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) WithBody

WithBody adds the body to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) WithContext

WithContext adds the context to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) WithID

WithID adds the id to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates put params

func (*ProjectHourlyRatesProjectSpecificRatesPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesPutReader

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

ProjectHourlyRatesProjectSpecificRatesPutReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesPut structure.

func (*ProjectHourlyRatesProjectSpecificRatesPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProjectHourlyRatesProjectSpecificRatesSearchOK

type ProjectHourlyRatesProjectSpecificRatesSearchOK struct {
	Payload *models.ListResponseProjectSpecificRate
}

ProjectHourlyRatesProjectSpecificRatesSearchOK handles this case with default header values.

successful operation

func NewProjectHourlyRatesProjectSpecificRatesSearchOK

func NewProjectHourlyRatesProjectSpecificRatesSearchOK() *ProjectHourlyRatesProjectSpecificRatesSearchOK

NewProjectHourlyRatesProjectSpecificRatesSearchOK creates a ProjectHourlyRatesProjectSpecificRatesSearchOK with default headers values

func (*ProjectHourlyRatesProjectSpecificRatesSearchOK) Error

func (*ProjectHourlyRatesProjectSpecificRatesSearchOK) GetPayload

type ProjectHourlyRatesProjectSpecificRatesSearchParams

type ProjectHourlyRatesProjectSpecificRatesSearchParams struct {

	/*ActivityID
	  List of IDs

	*/
	ActivityID *string
	/*Count
	  Number of elements to return

	*/
	Count *int64
	/*EmployeeID
	  List of IDs

	*/
	EmployeeID *string
	/*Fields
	  Fields filter pattern

	*/
	Fields *string
	/*From
	  From index

	*/
	From *int64
	/*ID
	  List of IDs

	*/
	ID *string
	/*ProjectHourlyRateID
	  List of IDs

	*/
	ProjectHourlyRateID *string
	/*Sorting
	  Sorting pattern

	*/
	Sorting *string

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

ProjectHourlyRatesProjectSpecificRatesSearchParams contains all the parameters to send to the API endpoint for the project hourly rates project specific rates search operation typically these are written to a http.Request

func NewProjectHourlyRatesProjectSpecificRatesSearchParams

func NewProjectHourlyRatesProjectSpecificRatesSearchParams() *ProjectHourlyRatesProjectSpecificRatesSearchParams

NewProjectHourlyRatesProjectSpecificRatesSearchParams creates a new ProjectHourlyRatesProjectSpecificRatesSearchParams object with the default values initialized.

func NewProjectHourlyRatesProjectSpecificRatesSearchParamsWithContext

func NewProjectHourlyRatesProjectSpecificRatesSearchParamsWithContext(ctx context.Context) *ProjectHourlyRatesProjectSpecificRatesSearchParams

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

func NewProjectHourlyRatesProjectSpecificRatesSearchParamsWithHTTPClient

func NewProjectHourlyRatesProjectSpecificRatesSearchParamsWithHTTPClient(client *http.Client) *ProjectHourlyRatesProjectSpecificRatesSearchParams

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

func NewProjectHourlyRatesProjectSpecificRatesSearchParamsWithTimeout

func NewProjectHourlyRatesProjectSpecificRatesSearchParamsWithTimeout(timeout time.Duration) *ProjectHourlyRatesProjectSpecificRatesSearchParams

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

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetActivityID

func (o *ProjectHourlyRatesProjectSpecificRatesSearchParams) SetActivityID(activityID *string)

SetActivityID adds the activityId to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetContext

SetContext adds the context to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetCount

SetCount adds the count to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetEmployeeID

func (o *ProjectHourlyRatesProjectSpecificRatesSearchParams) SetEmployeeID(employeeID *string)

SetEmployeeID adds the employeeId to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetFields

SetFields adds the fields to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetFrom

SetFrom adds the from to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetID

SetID adds the id to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetProjectHourlyRateID

func (o *ProjectHourlyRatesProjectSpecificRatesSearchParams) SetProjectHourlyRateID(projectHourlyRateID *string)

SetProjectHourlyRateID adds the projectHourlyRateId to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetSorting

SetSorting adds the sorting to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) SetTimeout

SetTimeout adds the timeout to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithActivityID

WithActivityID adds the activityID to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithContext

WithContext adds the context to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithCount

WithCount adds the count to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithEmployeeID

WithEmployeeID adds the employeeID to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithFields

WithFields adds the fields to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithFrom

WithFrom adds the from to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithID

WithID adds the id to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithProjectHourlyRateID

WithProjectHourlyRateID adds the projectHourlyRateID to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithSorting

WithSorting adds the sorting to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WithTimeout

WithTimeout adds the timeout to the project hourly rates project specific rates search params

func (*ProjectHourlyRatesProjectSpecificRatesSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProjectHourlyRatesProjectSpecificRatesSearchReader

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

ProjectHourlyRatesProjectSpecificRatesSearchReader is a Reader for the ProjectHourlyRatesProjectSpecificRatesSearch structure.

func (*ProjectHourlyRatesProjectSpecificRatesSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL