city_bus

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CityBusAPIAlert3018NotModified added in v0.15.0

type CityBusAPIAlert3018NotModified struct {
}
CityBusAPIAlert3018NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIAlert3018NotModified added in v0.15.0

func NewCityBusAPIAlert3018NotModified() *CityBusAPIAlert3018NotModified

NewCityBusAPIAlert3018NotModified creates a CityBusAPIAlert3018NotModified with default headers values

func (*CityBusAPIAlert3018NotModified) Error added in v0.15.0

type CityBusAPIAlert3018OK added in v0.15.0

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

Success

func NewCityBusAPIAlert3018OK added in v0.15.0

func NewCityBusAPIAlert3018OK() *CityBusAPIAlert3018OK

NewCityBusAPIAlert3018OK creates a CityBusAPIAlert3018OK with default headers values

func (*CityBusAPIAlert3018OK) Error added in v0.15.0

func (o *CityBusAPIAlert3018OK) Error() string

type CityBusAPIAlert3018Params added in v0.15.0

type CityBusAPIAlert3018Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIAlert3018Params contains all the parameters to send to the API endpoint

for the city bus Api alert 3018 operation.

Typically these are written to a http.Request.

func NewCityBusAPIAlert3018Params added in v0.15.0

func NewCityBusAPIAlert3018Params() *CityBusAPIAlert3018Params

NewCityBusAPIAlert3018Params creates a new CityBusAPIAlert3018Params 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 NewCityBusAPIAlert3018ParamsWithContext added in v0.15.0

func NewCityBusAPIAlert3018ParamsWithContext(ctx context.Context) *CityBusAPIAlert3018Params

NewCityBusAPIAlert3018ParamsWithContext creates a new CityBusAPIAlert3018Params object with the ability to set a context for a request.

func NewCityBusAPIAlert3018ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIAlert3018ParamsWithHTTPClient(client *http.Client) *CityBusAPIAlert3018Params

NewCityBusAPIAlert3018ParamsWithHTTPClient creates a new CityBusAPIAlert3018Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIAlert3018ParamsWithTimeout added in v0.15.0

func NewCityBusAPIAlert3018ParamsWithTimeout(timeout time.Duration) *CityBusAPIAlert3018Params

NewCityBusAPIAlert3018ParamsWithTimeout creates a new CityBusAPIAlert3018Params object with the ability to set a timeout on a request.

func (*CityBusAPIAlert3018Params) SetCity added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetCity(city string)

SetCity adds the city to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDefaults added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api alert 3018 params (not the query body).

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

func (*CityBusAPIAlert3018Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetHealth added in v0.15.0

func (o *CityBusAPIAlert3018Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api alert 3018 params (not the query body).

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

func (*CityBusAPIAlert3018Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarCount(dollarCount *bool) *CityBusAPIAlert3018Params

WithDollarCount adds the dollarCount to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarFilter(dollarFilter *string) *CityBusAPIAlert3018Params

WithDollarFilter adds the dollarFilter to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarFormat(dollarFormat string) *CityBusAPIAlert3018Params

WithDollarFormat adds the dollarFormat to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIAlert3018Params

WithDollarOrderby adds the dollarOrderby to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarSelect(dollarSelect *string) *CityBusAPIAlert3018Params

WithDollarSelect adds the dollarSelect to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarSkip(dollarSkip *string) *CityBusAPIAlert3018Params

WithDollarSkip adds the dollarSkip to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIAlert3018Params) WithDollarTop(dollarTop *int64) *CityBusAPIAlert3018Params

WithDollarTop adds the dollarTop to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithHTTPClient added in v0.15.0

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

WithHTTPClient adds the HTTPClient to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api alert 3018 params

func (*CityBusAPIAlert3018Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIAlert3018Reader added in v0.15.0

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

CityBusAPIAlert3018Reader is a Reader for the CityBusAPIAlert3018 structure.

func (*CityBusAPIAlert3018Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIAlert3018Status299 added in v0.15.0

type CityBusAPIAlert3018Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIAlert3018Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIAlert3018Status299 added in v0.15.0

func NewCityBusAPIAlert3018Status299() *CityBusAPIAlert3018Status299

NewCityBusAPIAlert3018Status299 creates a CityBusAPIAlert3018Status299 with default headers values

func (*CityBusAPIAlert3018Status299) Error added in v0.15.0

func (*CityBusAPIAlert3018Status299) GetPayload added in v0.15.0

type CityBusAPIDailyTimeTable3011NotModified added in v0.15.0

type CityBusAPIDailyTimeTable3011NotModified struct {
}
CityBusAPIDailyTimeTable3011NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIDailyTimeTable3011NotModified added in v0.15.0

func NewCityBusAPIDailyTimeTable3011NotModified() *CityBusAPIDailyTimeTable3011NotModified

NewCityBusAPIDailyTimeTable3011NotModified creates a CityBusAPIDailyTimeTable3011NotModified with default headers values

func (*CityBusAPIDailyTimeTable3011NotModified) Error added in v0.15.0

type CityBusAPIDailyTimeTable3011OK added in v0.15.0

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

Success

func NewCityBusAPIDailyTimeTable3011OK added in v0.15.0

func NewCityBusAPIDailyTimeTable3011OK() *CityBusAPIDailyTimeTable3011OK

NewCityBusAPIDailyTimeTable3011OK creates a CityBusAPIDailyTimeTable3011OK with default headers values

func (*CityBusAPIDailyTimeTable3011OK) Error added in v0.15.0

type CityBusAPIDailyTimeTable3011Params added in v0.15.0

type CityBusAPIDailyTimeTable3011Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIDailyTimeTable3011Params contains all the parameters to send to the API endpoint

for the city bus Api daily time table 3011 operation.

Typically these are written to a http.Request.

func NewCityBusAPIDailyTimeTable3011Params added in v0.15.0

func NewCityBusAPIDailyTimeTable3011Params() *CityBusAPIDailyTimeTable3011Params

NewCityBusAPIDailyTimeTable3011Params creates a new CityBusAPIDailyTimeTable3011Params 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 NewCityBusAPIDailyTimeTable3011ParamsWithContext added in v0.15.0

func NewCityBusAPIDailyTimeTable3011ParamsWithContext(ctx context.Context) *CityBusAPIDailyTimeTable3011Params

NewCityBusAPIDailyTimeTable3011ParamsWithContext creates a new CityBusAPIDailyTimeTable3011Params object with the ability to set a context for a request.

func NewCityBusAPIDailyTimeTable3011ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIDailyTimeTable3011ParamsWithHTTPClient(client *http.Client) *CityBusAPIDailyTimeTable3011Params

NewCityBusAPIDailyTimeTable3011ParamsWithHTTPClient creates a new CityBusAPIDailyTimeTable3011Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIDailyTimeTable3011ParamsWithTimeout added in v0.15.0

func NewCityBusAPIDailyTimeTable3011ParamsWithTimeout(timeout time.Duration) *CityBusAPIDailyTimeTable3011Params

NewCityBusAPIDailyTimeTable3011ParamsWithTimeout creates a new CityBusAPIDailyTimeTable3011Params object with the ability to set a timeout on a request.

func (*CityBusAPIDailyTimeTable3011Params) SetCity added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetCity(city string)

SetCity adds the city to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDefaults added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api daily time table 3011 params (not the query body).

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

func (*CityBusAPIDailyTimeTable3011Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetHealth added in v0.15.0

func (o *CityBusAPIDailyTimeTable3011Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api daily time table 3011 params (not the query body).

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

func (*CityBusAPIDailyTimeTable3011Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api daily time table 3011 params

func (*CityBusAPIDailyTimeTable3011Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIDailyTimeTable3011Reader added in v0.15.0

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

CityBusAPIDailyTimeTable3011Reader is a Reader for the CityBusAPIDailyTimeTable3011 structure.

func (*CityBusAPIDailyTimeTable3011Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIDailyTimeTable3011Status299 added in v0.15.0

type CityBusAPIDailyTimeTable3011Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIDailyTimeTable3011Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIDailyTimeTable3011Status299 added in v0.15.0

func NewCityBusAPIDailyTimeTable3011Status299() *CityBusAPIDailyTimeTable3011Status299

NewCityBusAPIDailyTimeTable3011Status299 creates a CityBusAPIDailyTimeTable3011Status299 with default headers values

func (*CityBusAPIDailyTimeTable3011Status299) Error added in v0.15.0

func (*CityBusAPIDailyTimeTable3011Status299) GetPayload added in v0.15.0

type CityBusAPIDepot3006NotModified added in v0.15.0

type CityBusAPIDepot3006NotModified struct {
}
CityBusAPIDepot3006NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIDepot3006NotModified added in v0.15.0

func NewCityBusAPIDepot3006NotModified() *CityBusAPIDepot3006NotModified

NewCityBusAPIDepot3006NotModified creates a CityBusAPIDepot3006NotModified with default headers values

func (*CityBusAPIDepot3006NotModified) Error added in v0.15.0

type CityBusAPIDepot3006OK added in v0.15.0

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

Success

func NewCityBusAPIDepot3006OK added in v0.15.0

func NewCityBusAPIDepot3006OK() *CityBusAPIDepot3006OK

NewCityBusAPIDepot3006OK creates a CityBusAPIDepot3006OK with default headers values

func (*CityBusAPIDepot3006OK) Error added in v0.15.0

func (o *CityBusAPIDepot3006OK) Error() string

type CityBusAPIDepot3006Params added in v0.15.0

type CityBusAPIDepot3006Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIDepot3006Params contains all the parameters to send to the API endpoint

for the city bus Api depot 3006 operation.

Typically these are written to a http.Request.

func NewCityBusAPIDepot3006Params added in v0.15.0

func NewCityBusAPIDepot3006Params() *CityBusAPIDepot3006Params

NewCityBusAPIDepot3006Params creates a new CityBusAPIDepot3006Params 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 NewCityBusAPIDepot3006ParamsWithContext added in v0.15.0

func NewCityBusAPIDepot3006ParamsWithContext(ctx context.Context) *CityBusAPIDepot3006Params

NewCityBusAPIDepot3006ParamsWithContext creates a new CityBusAPIDepot3006Params object with the ability to set a context for a request.

func NewCityBusAPIDepot3006ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIDepot3006ParamsWithHTTPClient(client *http.Client) *CityBusAPIDepot3006Params

NewCityBusAPIDepot3006ParamsWithHTTPClient creates a new CityBusAPIDepot3006Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIDepot3006ParamsWithTimeout added in v0.15.0

func NewCityBusAPIDepot3006ParamsWithTimeout(timeout time.Duration) *CityBusAPIDepot3006Params

NewCityBusAPIDepot3006ParamsWithTimeout creates a new CityBusAPIDepot3006Params object with the ability to set a timeout on a request.

func (*CityBusAPIDepot3006Params) SetCity added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetCity(city string)

SetCity adds the city to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDefaults added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api depot 3006 params (not the query body).

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

func (*CityBusAPIDepot3006Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetHealth added in v0.15.0

func (o *CityBusAPIDepot3006Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api depot 3006 params (not the query body).

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

func (*CityBusAPIDepot3006Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarCount(dollarCount *bool) *CityBusAPIDepot3006Params

WithDollarCount adds the dollarCount to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarFilter(dollarFilter *string) *CityBusAPIDepot3006Params

WithDollarFilter adds the dollarFilter to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarFormat(dollarFormat string) *CityBusAPIDepot3006Params

WithDollarFormat adds the dollarFormat to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIDepot3006Params

WithDollarOrderby adds the dollarOrderby to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarSelect(dollarSelect *string) *CityBusAPIDepot3006Params

WithDollarSelect adds the dollarSelect to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarSkip(dollarSkip *string) *CityBusAPIDepot3006Params

WithDollarSkip adds the dollarSkip to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIDepot3006Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIDepot3006Params) WithDollarTop(dollarTop *int64) *CityBusAPIDepot3006Params

WithDollarTop adds the dollarTop to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithHTTPClient added in v0.15.0

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

WithHTTPClient adds the HTTPClient to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api depot 3006 params

func (*CityBusAPIDepot3006Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIDepot3006Reader added in v0.15.0

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

CityBusAPIDepot3006Reader is a Reader for the CityBusAPIDepot3006 structure.

func (*CityBusAPIDepot3006Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIDepot3006Status299 added in v0.15.0

type CityBusAPIDepot3006Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIDepot3006Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIDepot3006Status299 added in v0.15.0

func NewCityBusAPIDepot3006Status299() *CityBusAPIDepot3006Status299

NewCityBusAPIDepot3006Status299 creates a CityBusAPIDepot3006Status299 with default headers values

func (*CityBusAPIDepot3006Status299) Error added in v0.15.0

func (*CityBusAPIDepot3006Status299) GetPayload added in v0.15.0

type CityBusAPIDisplayStopOfRoute3008NotModified added in v0.15.0

type CityBusAPIDisplayStopOfRoute3008NotModified struct {
}
CityBusAPIDisplayStopOfRoute3008NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIDisplayStopOfRoute3008NotModified added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008NotModified() *CityBusAPIDisplayStopOfRoute3008NotModified

NewCityBusAPIDisplayStopOfRoute3008NotModified creates a CityBusAPIDisplayStopOfRoute3008NotModified with default headers values

func (*CityBusAPIDisplayStopOfRoute3008NotModified) Error added in v0.15.0

type CityBusAPIDisplayStopOfRoute3008OK added in v0.15.0

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

Success

func NewCityBusAPIDisplayStopOfRoute3008OK added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008OK() *CityBusAPIDisplayStopOfRoute3008OK

NewCityBusAPIDisplayStopOfRoute3008OK creates a CityBusAPIDisplayStopOfRoute3008OK with default headers values

func (*CityBusAPIDisplayStopOfRoute3008OK) Error added in v0.15.0

type CityBusAPIDisplayStopOfRoute3008Params added in v0.15.0

type CityBusAPIDisplayStopOfRoute3008Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIDisplayStopOfRoute3008Params contains all the parameters to send to the API endpoint

for the city bus Api display stop of route 3008 operation.

Typically these are written to a http.Request.

func NewCityBusAPIDisplayStopOfRoute3008Params added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008Params() *CityBusAPIDisplayStopOfRoute3008Params

NewCityBusAPIDisplayStopOfRoute3008Params creates a new CityBusAPIDisplayStopOfRoute3008Params 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 NewCityBusAPIDisplayStopOfRoute3008ParamsWithContext added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008ParamsWithContext(ctx context.Context) *CityBusAPIDisplayStopOfRoute3008Params

NewCityBusAPIDisplayStopOfRoute3008ParamsWithContext creates a new CityBusAPIDisplayStopOfRoute3008Params object with the ability to set a context for a request.

func NewCityBusAPIDisplayStopOfRoute3008ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008ParamsWithHTTPClient(client *http.Client) *CityBusAPIDisplayStopOfRoute3008Params

NewCityBusAPIDisplayStopOfRoute3008ParamsWithHTTPClient creates a new CityBusAPIDisplayStopOfRoute3008Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIDisplayStopOfRoute3008ParamsWithTimeout added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008ParamsWithTimeout(timeout time.Duration) *CityBusAPIDisplayStopOfRoute3008Params

NewCityBusAPIDisplayStopOfRoute3008ParamsWithTimeout creates a new CityBusAPIDisplayStopOfRoute3008Params object with the ability to set a timeout on a request.

func (*CityBusAPIDisplayStopOfRoute3008Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDefaults added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api display stop of route 3008 params (not the query body).

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

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetHealth added in v0.15.0

func (o *CityBusAPIDisplayStopOfRoute3008Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api display stop of route 3008 params (not the query body).

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

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api display stop of route 3008 params

func (*CityBusAPIDisplayStopOfRoute3008Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIDisplayStopOfRoute3008Reader added in v0.15.0

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

CityBusAPIDisplayStopOfRoute3008Reader is a Reader for the CityBusAPIDisplayStopOfRoute3008 structure.

func (*CityBusAPIDisplayStopOfRoute3008Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIDisplayStopOfRoute3008Status299 added in v0.15.0

type CityBusAPIDisplayStopOfRoute3008Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIDisplayStopOfRoute3008Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIDisplayStopOfRoute3008Status299 added in v0.15.0

func NewCityBusAPIDisplayStopOfRoute3008Status299() *CityBusAPIDisplayStopOfRoute3008Status299

NewCityBusAPIDisplayStopOfRoute3008Status299 creates a CityBusAPIDisplayStopOfRoute3008Status299 with default headers values

func (*CityBusAPIDisplayStopOfRoute3008Status299) Error added in v0.15.0

func (*CityBusAPIDisplayStopOfRoute3008Status299) GetPayload added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171NotModified added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171NotModified struct {
}
CityBusAPIEstimatedTimeOfArrival30171NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIEstimatedTimeOfArrival30171NotModified added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171NotModified() *CityBusAPIEstimatedTimeOfArrival30171NotModified

NewCityBusAPIEstimatedTimeOfArrival30171NotModified creates a CityBusAPIEstimatedTimeOfArrival30171NotModified with default headers values

func (*CityBusAPIEstimatedTimeOfArrival30171NotModified) Error added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171OK added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171OK struct {
	Payload *models.PTXServiceDTOBusSpecificationV3WrapperBusWrapperPTXServiceDTOBusSpecificationV3N1Data
}
CityBusAPIEstimatedTimeOfArrival30171OK describes a response with status code 200, with default header values.

Success

func NewCityBusAPIEstimatedTimeOfArrival30171OK added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171OK() *CityBusAPIEstimatedTimeOfArrival30171OK

NewCityBusAPIEstimatedTimeOfArrival30171OK creates a CityBusAPIEstimatedTimeOfArrival30171OK with default headers values

func (*CityBusAPIEstimatedTimeOfArrival30171OK) Error added in v0.15.0

func (*CityBusAPIEstimatedTimeOfArrival30171OK) GetPayload added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171Params added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* RouteName.

	   繁體中文路線名稱,如'307'
	*/
	RouteName string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIEstimatedTimeOfArrival30171Params contains all the parameters to send to the API endpoint

for the city bus Api estimated time of arrival 3017 1 operation.

Typically these are written to a http.Request.

func NewCityBusAPIEstimatedTimeOfArrival30171Params added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171Params() *CityBusAPIEstimatedTimeOfArrival30171Params

NewCityBusAPIEstimatedTimeOfArrival30171Params creates a new CityBusAPIEstimatedTimeOfArrival30171Params 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 NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithContext added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithContext(ctx context.Context) *CityBusAPIEstimatedTimeOfArrival30171Params

NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithContext creates a new CityBusAPIEstimatedTimeOfArrival30171Params object with the ability to set a context for a request.

func NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithHTTPClient(client *http.Client) *CityBusAPIEstimatedTimeOfArrival30171Params

NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithHTTPClient creates a new CityBusAPIEstimatedTimeOfArrival30171Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithTimeout added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithTimeout(timeout time.Duration) *CityBusAPIEstimatedTimeOfArrival30171Params

NewCityBusAPIEstimatedTimeOfArrival30171ParamsWithTimeout creates a new CityBusAPIEstimatedTimeOfArrival30171Params object with the ability to set a timeout on a request.

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDefaults added in v0.15.0

SetDefaults hydrates default values in the city bus Api estimated time of arrival 3017 1 params (not the query body).

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

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetHealth added in v0.15.0

SetHealth adds the health to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetRouteName added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival30171Params) SetRouteName(routeName string)

SetRouteName adds the routeName to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) SetTimeout added in v0.15.0

SetTimeout adds the timeout to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api estimated time of arrival 3017 1 params (not the query body).

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

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithRouteName added in v0.15.0

WithRouteName adds the routeName to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api estimated time of arrival 3017 1 params

func (*CityBusAPIEstimatedTimeOfArrival30171Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIEstimatedTimeOfArrival30171Reader added in v0.15.0

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

CityBusAPIEstimatedTimeOfArrival30171Reader is a Reader for the CityBusAPIEstimatedTimeOfArrival30171 structure.

func (*CityBusAPIEstimatedTimeOfArrival30171Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIEstimatedTimeOfArrival30171Status299 added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival30171Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIEstimatedTimeOfArrival30171Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIEstimatedTimeOfArrival30171Status299 added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival30171Status299() *CityBusAPIEstimatedTimeOfArrival30171Status299

NewCityBusAPIEstimatedTimeOfArrival30171Status299 creates a CityBusAPIEstimatedTimeOfArrival30171Status299 with default headers values

func (*CityBusAPIEstimatedTimeOfArrival30171Status299) Error added in v0.15.0

func (*CityBusAPIEstimatedTimeOfArrival30171Status299) GetPayload added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017NotModified added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017NotModified struct {
}
CityBusAPIEstimatedTimeOfArrival3017NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIEstimatedTimeOfArrival3017NotModified added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017NotModified() *CityBusAPIEstimatedTimeOfArrival3017NotModified

NewCityBusAPIEstimatedTimeOfArrival3017NotModified creates a CityBusAPIEstimatedTimeOfArrival3017NotModified with default headers values

func (*CityBusAPIEstimatedTimeOfArrival3017NotModified) Error added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017OK added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017OK struct {
	Payload *models.PTXServiceDTOBusSpecificationV3WrapperBusWrapperPTXServiceDTOBusSpecificationV3N1Data
}
CityBusAPIEstimatedTimeOfArrival3017OK describes a response with status code 200, with default header values.

Success

func NewCityBusAPIEstimatedTimeOfArrival3017OK added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017OK() *CityBusAPIEstimatedTimeOfArrival3017OK

NewCityBusAPIEstimatedTimeOfArrival3017OK creates a CityBusAPIEstimatedTimeOfArrival3017OK with default headers values

func (*CityBusAPIEstimatedTimeOfArrival3017OK) Error added in v0.15.0

func (*CityBusAPIEstimatedTimeOfArrival3017OK) GetPayload added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017Params added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIEstimatedTimeOfArrival3017Params contains all the parameters to send to the API endpoint

for the city bus Api estimated time of arrival 3017 operation.

Typically these are written to a http.Request.

func NewCityBusAPIEstimatedTimeOfArrival3017Params added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017Params() *CityBusAPIEstimatedTimeOfArrival3017Params

NewCityBusAPIEstimatedTimeOfArrival3017Params creates a new CityBusAPIEstimatedTimeOfArrival3017Params 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 NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithContext added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithContext(ctx context.Context) *CityBusAPIEstimatedTimeOfArrival3017Params

NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithContext creates a new CityBusAPIEstimatedTimeOfArrival3017Params object with the ability to set a context for a request.

func NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithHTTPClient(client *http.Client) *CityBusAPIEstimatedTimeOfArrival3017Params

NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithHTTPClient creates a new CityBusAPIEstimatedTimeOfArrival3017Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithTimeout added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithTimeout(timeout time.Duration) *CityBusAPIEstimatedTimeOfArrival3017Params

NewCityBusAPIEstimatedTimeOfArrival3017ParamsWithTimeout creates a new CityBusAPIEstimatedTimeOfArrival3017Params object with the ability to set a timeout on a request.

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDefaults added in v0.15.0

SetDefaults hydrates default values in the city bus Api estimated time of arrival 3017 params (not the query body).

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

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetHealth added in v0.15.0

func (o *CityBusAPIEstimatedTimeOfArrival3017Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) SetTimeout added in v0.15.0

SetTimeout adds the timeout to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api estimated time of arrival 3017 params (not the query body).

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

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api estimated time of arrival 3017 params

func (*CityBusAPIEstimatedTimeOfArrival3017Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIEstimatedTimeOfArrival3017Reader added in v0.15.0

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

CityBusAPIEstimatedTimeOfArrival3017Reader is a Reader for the CityBusAPIEstimatedTimeOfArrival3017 structure.

func (*CityBusAPIEstimatedTimeOfArrival3017Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIEstimatedTimeOfArrival3017Status299 added in v0.15.0

type CityBusAPIEstimatedTimeOfArrival3017Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIEstimatedTimeOfArrival3017Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIEstimatedTimeOfArrival3017Status299 added in v0.15.0

func NewCityBusAPIEstimatedTimeOfArrival3017Status299() *CityBusAPIEstimatedTimeOfArrival3017Status299

NewCityBusAPIEstimatedTimeOfArrival3017Status299 creates a CityBusAPIEstimatedTimeOfArrival3017Status299 with default headers values

func (*CityBusAPIEstimatedTimeOfArrival3017Status299) Error added in v0.15.0

func (*CityBusAPIEstimatedTimeOfArrival3017Status299) GetPayload added in v0.15.0

type CityBusAPIFirstLastTripInfo3005NotModified added in v0.15.0

type CityBusAPIFirstLastTripInfo3005NotModified struct {
}
CityBusAPIFirstLastTripInfo3005NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIFirstLastTripInfo3005NotModified added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005NotModified() *CityBusAPIFirstLastTripInfo3005NotModified

NewCityBusAPIFirstLastTripInfo3005NotModified creates a CityBusAPIFirstLastTripInfo3005NotModified with default headers values

func (*CityBusAPIFirstLastTripInfo3005NotModified) Error added in v0.15.0

type CityBusAPIFirstLastTripInfo3005OK added in v0.15.0

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

Success

func NewCityBusAPIFirstLastTripInfo3005OK added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005OK() *CityBusAPIFirstLastTripInfo3005OK

NewCityBusAPIFirstLastTripInfo3005OK creates a CityBusAPIFirstLastTripInfo3005OK with default headers values

func (*CityBusAPIFirstLastTripInfo3005OK) Error added in v0.15.0

type CityBusAPIFirstLastTripInfo3005Params added in v0.15.0

type CityBusAPIFirstLastTripInfo3005Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIFirstLastTripInfo3005Params contains all the parameters to send to the API endpoint

for the city bus Api first last trip info 3005 operation.

Typically these are written to a http.Request.

func NewCityBusAPIFirstLastTripInfo3005Params added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005Params() *CityBusAPIFirstLastTripInfo3005Params

NewCityBusAPIFirstLastTripInfo3005Params creates a new CityBusAPIFirstLastTripInfo3005Params 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 NewCityBusAPIFirstLastTripInfo3005ParamsWithContext added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005ParamsWithContext(ctx context.Context) *CityBusAPIFirstLastTripInfo3005Params

NewCityBusAPIFirstLastTripInfo3005ParamsWithContext creates a new CityBusAPIFirstLastTripInfo3005Params object with the ability to set a context for a request.

func NewCityBusAPIFirstLastTripInfo3005ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005ParamsWithHTTPClient(client *http.Client) *CityBusAPIFirstLastTripInfo3005Params

NewCityBusAPIFirstLastTripInfo3005ParamsWithHTTPClient creates a new CityBusAPIFirstLastTripInfo3005Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIFirstLastTripInfo3005ParamsWithTimeout added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005ParamsWithTimeout(timeout time.Duration) *CityBusAPIFirstLastTripInfo3005Params

NewCityBusAPIFirstLastTripInfo3005ParamsWithTimeout creates a new CityBusAPIFirstLastTripInfo3005Params object with the ability to set a timeout on a request.

func (*CityBusAPIFirstLastTripInfo3005Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDefaults added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api first last trip info 3005 params (not the query body).

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

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetHealth added in v0.15.0

func (o *CityBusAPIFirstLastTripInfo3005Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api first last trip info 3005 params (not the query body).

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

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api first last trip info 3005 params

func (*CityBusAPIFirstLastTripInfo3005Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIFirstLastTripInfo3005Reader added in v0.15.0

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

CityBusAPIFirstLastTripInfo3005Reader is a Reader for the CityBusAPIFirstLastTripInfo3005 structure.

func (*CityBusAPIFirstLastTripInfo3005Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIFirstLastTripInfo3005Status299 added in v0.15.0

type CityBusAPIFirstLastTripInfo3005Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIFirstLastTripInfo3005Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIFirstLastTripInfo3005Status299 added in v0.15.0

func NewCityBusAPIFirstLastTripInfo3005Status299() *CityBusAPIFirstLastTripInfo3005Status299

NewCityBusAPIFirstLastTripInfo3005Status299 creates a CityBusAPIFirstLastTripInfo3005Status299 with default headers values

func (*CityBusAPIFirstLastTripInfo3005Status299) Error added in v0.15.0

func (*CityBusAPIFirstLastTripInfo3005Status299) GetPayload added in v0.15.0

type CityBusAPINetwork3000NotModified added in v0.15.0

type CityBusAPINetwork3000NotModified struct {
}
CityBusAPINetwork3000NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPINetwork3000NotModified added in v0.15.0

func NewCityBusAPINetwork3000NotModified() *CityBusAPINetwork3000NotModified

NewCityBusAPINetwork3000NotModified creates a CityBusAPINetwork3000NotModified with default headers values

func (*CityBusAPINetwork3000NotModified) Error added in v0.15.0

type CityBusAPINetwork3000OK added in v0.15.0

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

Success

func NewCityBusAPINetwork3000OK added in v0.15.0

func NewCityBusAPINetwork3000OK() *CityBusAPINetwork3000OK

NewCityBusAPINetwork3000OK creates a CityBusAPINetwork3000OK with default headers values

func (*CityBusAPINetwork3000OK) Error added in v0.15.0

func (o *CityBusAPINetwork3000OK) Error() string

type CityBusAPINetwork3000Params added in v0.15.0

type CityBusAPINetwork3000Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPINetwork3000Params contains all the parameters to send to the API endpoint

for the city bus Api network 3000 operation.

Typically these are written to a http.Request.

func NewCityBusAPINetwork3000Params added in v0.15.0

func NewCityBusAPINetwork3000Params() *CityBusAPINetwork3000Params

NewCityBusAPINetwork3000Params creates a new CityBusAPINetwork3000Params 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 NewCityBusAPINetwork3000ParamsWithContext added in v0.15.0

func NewCityBusAPINetwork3000ParamsWithContext(ctx context.Context) *CityBusAPINetwork3000Params

NewCityBusAPINetwork3000ParamsWithContext creates a new CityBusAPINetwork3000Params object with the ability to set a context for a request.

func NewCityBusAPINetwork3000ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPINetwork3000ParamsWithHTTPClient(client *http.Client) *CityBusAPINetwork3000Params

NewCityBusAPINetwork3000ParamsWithHTTPClient creates a new CityBusAPINetwork3000Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPINetwork3000ParamsWithTimeout added in v0.15.0

func NewCityBusAPINetwork3000ParamsWithTimeout(timeout time.Duration) *CityBusAPINetwork3000Params

NewCityBusAPINetwork3000ParamsWithTimeout creates a new CityBusAPINetwork3000Params object with the ability to set a timeout on a request.

func (*CityBusAPINetwork3000Params) SetCity added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetCity(city string)

SetCity adds the city to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDefaults added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api network 3000 params (not the query body).

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

func (*CityBusAPINetwork3000Params) SetDollarCount added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetDollarTop added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetHealth added in v0.15.0

func (o *CityBusAPINetwork3000Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api network 3000 params (not the query body).

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

func (*CityBusAPINetwork3000Params) WithDollarCount added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarCount(dollarCount *bool) *CityBusAPINetwork3000Params

WithDollarCount adds the dollarCount to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarFilter(dollarFilter *string) *CityBusAPINetwork3000Params

WithDollarFilter adds the dollarFilter to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarFormat(dollarFormat string) *CityBusAPINetwork3000Params

WithDollarFormat adds the dollarFormat to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPINetwork3000Params

WithDollarOrderby adds the dollarOrderby to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarSelect(dollarSelect *string) *CityBusAPINetwork3000Params

WithDollarSelect adds the dollarSelect to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarSkip(dollarSkip *string) *CityBusAPINetwork3000Params

WithDollarSkip adds the dollarSkip to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithDollarTop added in v0.15.0

func (o *CityBusAPINetwork3000Params) WithDollarTop(dollarTop *int64) *CityBusAPINetwork3000Params

WithDollarTop adds the dollarTop to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api network 3000 params

func (*CityBusAPINetwork3000Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPINetwork3000Reader added in v0.15.0

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

CityBusAPINetwork3000Reader is a Reader for the CityBusAPINetwork3000 structure.

func (*CityBusAPINetwork3000Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPINetwork3000Status299 added in v0.15.0

type CityBusAPINetwork3000Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPINetwork3000Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPINetwork3000Status299 added in v0.15.0

func NewCityBusAPINetwork3000Status299() *CityBusAPINetwork3000Status299

NewCityBusAPINetwork3000Status299 creates a CityBusAPINetwork3000Status299 with default headers values

func (*CityBusAPINetwork3000Status299) Error added in v0.15.0

func (*CityBusAPINetwork3000Status299) GetPayload added in v0.15.0

type CityBusAPINews3019NotModified added in v0.15.0

type CityBusAPINews3019NotModified struct {
}
CityBusAPINews3019NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPINews3019NotModified added in v0.15.0

func NewCityBusAPINews3019NotModified() *CityBusAPINews3019NotModified

NewCityBusAPINews3019NotModified creates a CityBusAPINews3019NotModified with default headers values

func (*CityBusAPINews3019NotModified) Error added in v0.15.0

type CityBusAPINews3019OK added in v0.15.0

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

Success

func NewCityBusAPINews3019OK added in v0.15.0

func NewCityBusAPINews3019OK() *CityBusAPINews3019OK

NewCityBusAPINews3019OK creates a CityBusAPINews3019OK with default headers values

func (*CityBusAPINews3019OK) Error added in v0.15.0

func (o *CityBusAPINews3019OK) Error() string

type CityBusAPINews3019Params added in v0.15.0

type CityBusAPINews3019Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPINews3019Params contains all the parameters to send to the API endpoint

for the city bus Api news 3019 operation.

Typically these are written to a http.Request.

func NewCityBusAPINews3019Params added in v0.15.0

func NewCityBusAPINews3019Params() *CityBusAPINews3019Params

NewCityBusAPINews3019Params creates a new CityBusAPINews3019Params 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 NewCityBusAPINews3019ParamsWithContext added in v0.15.0

func NewCityBusAPINews3019ParamsWithContext(ctx context.Context) *CityBusAPINews3019Params

NewCityBusAPINews3019ParamsWithContext creates a new CityBusAPINews3019Params object with the ability to set a context for a request.

func NewCityBusAPINews3019ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPINews3019ParamsWithHTTPClient(client *http.Client) *CityBusAPINews3019Params

NewCityBusAPINews3019ParamsWithHTTPClient creates a new CityBusAPINews3019Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPINews3019ParamsWithTimeout added in v0.15.0

func NewCityBusAPINews3019ParamsWithTimeout(timeout time.Duration) *CityBusAPINews3019Params

NewCityBusAPINews3019ParamsWithTimeout creates a new CityBusAPINews3019Params object with the ability to set a timeout on a request.

func (*CityBusAPINews3019Params) SetCity added in v0.15.0

func (o *CityBusAPINews3019Params) SetCity(city string)

SetCity adds the city to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDefaults added in v0.15.0

func (o *CityBusAPINews3019Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api news 3019 params (not the query body).

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

func (*CityBusAPINews3019Params) SetDollarCount added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetDollarTop added in v0.15.0

func (o *CityBusAPINews3019Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetHealth added in v0.15.0

func (o *CityBusAPINews3019Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api news 3019 params (not the query body).

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

func (*CityBusAPINews3019Params) WithDollarCount added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarCount(dollarCount *bool) *CityBusAPINews3019Params

WithDollarCount adds the dollarCount to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarFilter(dollarFilter *string) *CityBusAPINews3019Params

WithDollarFilter adds the dollarFilter to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarFormat(dollarFormat string) *CityBusAPINews3019Params

WithDollarFormat adds the dollarFormat to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPINews3019Params

WithDollarOrderby adds the dollarOrderby to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarSelect(dollarSelect *string) *CityBusAPINews3019Params

WithDollarSelect adds the dollarSelect to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarSkip(dollarSkip *string) *CityBusAPINews3019Params

WithDollarSkip adds the dollarSkip to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithDollarTop added in v0.15.0

func (o *CityBusAPINews3019Params) WithDollarTop(dollarTop *int64) *CityBusAPINews3019Params

WithDollarTop adds the dollarTop to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithHTTPClient added in v0.15.0

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

WithHTTPClient adds the HTTPClient to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api news 3019 params

func (*CityBusAPINews3019Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPINews3019Reader added in v0.15.0

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

CityBusAPINews3019Reader is a Reader for the CityBusAPINews3019 structure.

func (*CityBusAPINews3019Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPINews3019Status299 added in v0.15.0

type CityBusAPINews3019Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPINews3019Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPINews3019Status299 added in v0.15.0

func NewCityBusAPINews3019Status299() *CityBusAPINews3019Status299

NewCityBusAPINews3019Status299 creates a CityBusAPINews3019Status299 with default headers values

func (*CityBusAPINews3019Status299) Error added in v0.15.0

func (*CityBusAPINews3019Status299) GetPayload added in v0.15.0

type CityBusAPIOperator3020NotModified added in v0.15.0

type CityBusAPIOperator3020NotModified struct {
}
CityBusAPIOperator3020NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIOperator3020NotModified added in v0.15.0

func NewCityBusAPIOperator3020NotModified() *CityBusAPIOperator3020NotModified

NewCityBusAPIOperator3020NotModified creates a CityBusAPIOperator3020NotModified with default headers values

func (*CityBusAPIOperator3020NotModified) Error added in v0.15.0

type CityBusAPIOperator3020OK added in v0.15.0

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

Success

func NewCityBusAPIOperator3020OK added in v0.15.0

func NewCityBusAPIOperator3020OK() *CityBusAPIOperator3020OK

NewCityBusAPIOperator3020OK creates a CityBusAPIOperator3020OK with default headers values

func (*CityBusAPIOperator3020OK) Error added in v0.15.0

func (o *CityBusAPIOperator3020OK) Error() string

type CityBusAPIOperator3020Params added in v0.15.0

type CityBusAPIOperator3020Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIOperator3020Params contains all the parameters to send to the API endpoint

for the city bus Api operator 3020 operation.

Typically these are written to a http.Request.

func NewCityBusAPIOperator3020Params added in v0.15.0

func NewCityBusAPIOperator3020Params() *CityBusAPIOperator3020Params

NewCityBusAPIOperator3020Params creates a new CityBusAPIOperator3020Params 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 NewCityBusAPIOperator3020ParamsWithContext added in v0.15.0

func NewCityBusAPIOperator3020ParamsWithContext(ctx context.Context) *CityBusAPIOperator3020Params

NewCityBusAPIOperator3020ParamsWithContext creates a new CityBusAPIOperator3020Params object with the ability to set a context for a request.

func NewCityBusAPIOperator3020ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIOperator3020ParamsWithHTTPClient(client *http.Client) *CityBusAPIOperator3020Params

NewCityBusAPIOperator3020ParamsWithHTTPClient creates a new CityBusAPIOperator3020Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIOperator3020ParamsWithTimeout added in v0.15.0

func NewCityBusAPIOperator3020ParamsWithTimeout(timeout time.Duration) *CityBusAPIOperator3020Params

NewCityBusAPIOperator3020ParamsWithTimeout creates a new CityBusAPIOperator3020Params object with the ability to set a timeout on a request.

func (*CityBusAPIOperator3020Params) SetCity added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetCity(city string)

SetCity adds the city to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDefaults added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api operator 3020 params (not the query body).

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

func (*CityBusAPIOperator3020Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetHealth added in v0.15.0

func (o *CityBusAPIOperator3020Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api operator 3020 params (not the query body).

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

func (*CityBusAPIOperator3020Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarCount(dollarCount *bool) *CityBusAPIOperator3020Params

WithDollarCount adds the dollarCount to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarFilter(dollarFilter *string) *CityBusAPIOperator3020Params

WithDollarFilter adds the dollarFilter to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarFormat(dollarFormat string) *CityBusAPIOperator3020Params

WithDollarFormat adds the dollarFormat to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIOperator3020Params

WithDollarOrderby adds the dollarOrderby to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarSelect(dollarSelect *string) *CityBusAPIOperator3020Params

WithDollarSelect adds the dollarSelect to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarSkip(dollarSkip *string) *CityBusAPIOperator3020Params

WithDollarSkip adds the dollarSkip to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIOperator3020Params) WithDollarTop(dollarTop *int64) *CityBusAPIOperator3020Params

WithDollarTop adds the dollarTop to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api operator 3020 params

func (*CityBusAPIOperator3020Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIOperator3020Reader added in v0.15.0

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

CityBusAPIOperator3020Reader is a Reader for the CityBusAPIOperator3020 structure.

func (*CityBusAPIOperator3020Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIOperator3020Status299 added in v0.15.0

type CityBusAPIOperator3020Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIOperator3020Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIOperator3020Status299 added in v0.15.0

func NewCityBusAPIOperator3020Status299() *CityBusAPIOperator3020Status299

NewCityBusAPIOperator3020Status299 creates a CityBusAPIOperator3020Status299 with default headers values

func (*CityBusAPIOperator3020Status299) Error added in v0.15.0

func (*CityBusAPIOperator3020Status299) GetPayload added in v0.15.0

type CityBusAPIRealTimeByFrequency30151NotModified added in v0.15.0

type CityBusAPIRealTimeByFrequency30151NotModified struct {
}
CityBusAPIRealTimeByFrequency30151NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRealTimeByFrequency30151NotModified added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151NotModified() *CityBusAPIRealTimeByFrequency30151NotModified

NewCityBusAPIRealTimeByFrequency30151NotModified creates a CityBusAPIRealTimeByFrequency30151NotModified with default headers values

func (*CityBusAPIRealTimeByFrequency30151NotModified) Error added in v0.15.0

type CityBusAPIRealTimeByFrequency30151OK added in v0.15.0

type CityBusAPIRealTimeByFrequency30151OK struct {
	Payload *models.PTXServiceDTOBusSpecificationV3WrapperBusWrapperPTXServiceDTOBusSpecificationV3A1Data
}
CityBusAPIRealTimeByFrequency30151OK describes a response with status code 200, with default header values.

Success

func NewCityBusAPIRealTimeByFrequency30151OK added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151OK() *CityBusAPIRealTimeByFrequency30151OK

NewCityBusAPIRealTimeByFrequency30151OK creates a CityBusAPIRealTimeByFrequency30151OK with default headers values

func (*CityBusAPIRealTimeByFrequency30151OK) Error added in v0.15.0

type CityBusAPIRealTimeByFrequency30151Params added in v0.15.0

type CityBusAPIRealTimeByFrequency30151Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* RouteName.

	   繁體中文路線名稱,如'307'
	*/
	RouteName string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRealTimeByFrequency30151Params contains all the parameters to send to the API endpoint

for the city bus Api real time by frequency 3015 1 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRealTimeByFrequency30151Params added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151Params() *CityBusAPIRealTimeByFrequency30151Params

NewCityBusAPIRealTimeByFrequency30151Params creates a new CityBusAPIRealTimeByFrequency30151Params 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 NewCityBusAPIRealTimeByFrequency30151ParamsWithContext added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151ParamsWithContext(ctx context.Context) *CityBusAPIRealTimeByFrequency30151Params

NewCityBusAPIRealTimeByFrequency30151ParamsWithContext creates a new CityBusAPIRealTimeByFrequency30151Params object with the ability to set a context for a request.

func NewCityBusAPIRealTimeByFrequency30151ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151ParamsWithHTTPClient(client *http.Client) *CityBusAPIRealTimeByFrequency30151Params

NewCityBusAPIRealTimeByFrequency30151ParamsWithHTTPClient creates a new CityBusAPIRealTimeByFrequency30151Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRealTimeByFrequency30151ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151ParamsWithTimeout(timeout time.Duration) *CityBusAPIRealTimeByFrequency30151Params

NewCityBusAPIRealTimeByFrequency30151ParamsWithTimeout creates a new CityBusAPIRealTimeByFrequency30151Params object with the ability to set a timeout on a request.

func (*CityBusAPIRealTimeByFrequency30151Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDefaults added in v0.15.0

SetDefaults hydrates default values in the city bus Api real time by frequency 3015 1 params (not the query body).

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

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetHealth added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetRouteName added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) SetRouteName(routeName string)

SetRouteName adds the routeName to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) SetTimeout added in v0.15.0

SetTimeout adds the timeout to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api real time by frequency 3015 1 params (not the query body).

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

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency30151Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIRealTimeByFrequency30151Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithRouteName added in v0.15.0

WithRouteName adds the routeName to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api real time by frequency 3015 1 params

func (*CityBusAPIRealTimeByFrequency30151Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRealTimeByFrequency30151Reader added in v0.15.0

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

CityBusAPIRealTimeByFrequency30151Reader is a Reader for the CityBusAPIRealTimeByFrequency30151 structure.

func (*CityBusAPIRealTimeByFrequency30151Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRealTimeByFrequency30151Status299 added in v0.15.0

type CityBusAPIRealTimeByFrequency30151Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRealTimeByFrequency30151Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRealTimeByFrequency30151Status299 added in v0.15.0

func NewCityBusAPIRealTimeByFrequency30151Status299() *CityBusAPIRealTimeByFrequency30151Status299

NewCityBusAPIRealTimeByFrequency30151Status299 creates a CityBusAPIRealTimeByFrequency30151Status299 with default headers values

func (*CityBusAPIRealTimeByFrequency30151Status299) Error added in v0.15.0

func (*CityBusAPIRealTimeByFrequency30151Status299) GetPayload added in v0.15.0

type CityBusAPIRealTimeByFrequency3015NotModified added in v0.15.0

type CityBusAPIRealTimeByFrequency3015NotModified struct {
}
CityBusAPIRealTimeByFrequency3015NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRealTimeByFrequency3015NotModified added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015NotModified() *CityBusAPIRealTimeByFrequency3015NotModified

NewCityBusAPIRealTimeByFrequency3015NotModified creates a CityBusAPIRealTimeByFrequency3015NotModified with default headers values

func (*CityBusAPIRealTimeByFrequency3015NotModified) Error added in v0.15.0

type CityBusAPIRealTimeByFrequency3015OK added in v0.15.0

type CityBusAPIRealTimeByFrequency3015OK struct {
	Payload *models.PTXServiceDTOBusSpecificationV3WrapperBusWrapperPTXServiceDTOBusSpecificationV3A1Data
}
CityBusAPIRealTimeByFrequency3015OK describes a response with status code 200, with default header values.

Success

func NewCityBusAPIRealTimeByFrequency3015OK added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015OK() *CityBusAPIRealTimeByFrequency3015OK

NewCityBusAPIRealTimeByFrequency3015OK creates a CityBusAPIRealTimeByFrequency3015OK with default headers values

func (*CityBusAPIRealTimeByFrequency3015OK) Error added in v0.15.0

type CityBusAPIRealTimeByFrequency3015Params added in v0.15.0

type CityBusAPIRealTimeByFrequency3015Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRealTimeByFrequency3015Params contains all the parameters to send to the API endpoint

for the city bus Api real time by frequency 3015 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRealTimeByFrequency3015Params added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015Params() *CityBusAPIRealTimeByFrequency3015Params

NewCityBusAPIRealTimeByFrequency3015Params creates a new CityBusAPIRealTimeByFrequency3015Params 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 NewCityBusAPIRealTimeByFrequency3015ParamsWithContext added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015ParamsWithContext(ctx context.Context) *CityBusAPIRealTimeByFrequency3015Params

NewCityBusAPIRealTimeByFrequency3015ParamsWithContext creates a new CityBusAPIRealTimeByFrequency3015Params object with the ability to set a context for a request.

func NewCityBusAPIRealTimeByFrequency3015ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015ParamsWithHTTPClient(client *http.Client) *CityBusAPIRealTimeByFrequency3015Params

NewCityBusAPIRealTimeByFrequency3015ParamsWithHTTPClient creates a new CityBusAPIRealTimeByFrequency3015Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRealTimeByFrequency3015ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015ParamsWithTimeout(timeout time.Duration) *CityBusAPIRealTimeByFrequency3015Params

NewCityBusAPIRealTimeByFrequency3015ParamsWithTimeout creates a new CityBusAPIRealTimeByFrequency3015Params object with the ability to set a timeout on a request.

func (*CityBusAPIRealTimeByFrequency3015Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDefaults added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api real time by frequency 3015 params (not the query body).

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

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetHealth added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api real time by frequency 3015 params (not the query body).

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

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIRealTimeByFrequency3015Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIRealTimeByFrequency3015Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api real time by frequency 3015 params

func (*CityBusAPIRealTimeByFrequency3015Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRealTimeByFrequency3015Reader added in v0.15.0

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

CityBusAPIRealTimeByFrequency3015Reader is a Reader for the CityBusAPIRealTimeByFrequency3015 structure.

func (*CityBusAPIRealTimeByFrequency3015Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRealTimeByFrequency3015Status299 added in v0.15.0

type CityBusAPIRealTimeByFrequency3015Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRealTimeByFrequency3015Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRealTimeByFrequency3015Status299 added in v0.15.0

func NewCityBusAPIRealTimeByFrequency3015Status299() *CityBusAPIRealTimeByFrequency3015Status299

NewCityBusAPIRealTimeByFrequency3015Status299 creates a CityBusAPIRealTimeByFrequency3015Status299 with default headers values

func (*CityBusAPIRealTimeByFrequency3015Status299) Error added in v0.15.0

func (*CityBusAPIRealTimeByFrequency3015Status299) GetPayload added in v0.15.0

type CityBusAPIRealTimeNearStop30161NotModified added in v0.15.0

type CityBusAPIRealTimeNearStop30161NotModified struct {
}
CityBusAPIRealTimeNearStop30161NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRealTimeNearStop30161NotModified added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161NotModified() *CityBusAPIRealTimeNearStop30161NotModified

NewCityBusAPIRealTimeNearStop30161NotModified creates a CityBusAPIRealTimeNearStop30161NotModified with default headers values

func (*CityBusAPIRealTimeNearStop30161NotModified) Error added in v0.15.0

type CityBusAPIRealTimeNearStop30161OK added in v0.15.0

type CityBusAPIRealTimeNearStop30161OK struct {
	Payload *models.PTXServiceDTOBusSpecificationV3WrapperBusWrapperPTXServiceDTOBusSpecificationV3A2Data
}
CityBusAPIRealTimeNearStop30161OK describes a response with status code 200, with default header values.

Success

func NewCityBusAPIRealTimeNearStop30161OK added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161OK() *CityBusAPIRealTimeNearStop30161OK

NewCityBusAPIRealTimeNearStop30161OK creates a CityBusAPIRealTimeNearStop30161OK with default headers values

func (*CityBusAPIRealTimeNearStop30161OK) Error added in v0.15.0

type CityBusAPIRealTimeNearStop30161Params added in v0.15.0

type CityBusAPIRealTimeNearStop30161Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* RouteName.

	   繁體中文路線名稱,如'307'
	*/
	RouteName string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRealTimeNearStop30161Params contains all the parameters to send to the API endpoint

for the city bus Api real time near stop 3016 1 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRealTimeNearStop30161Params added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161Params() *CityBusAPIRealTimeNearStop30161Params

NewCityBusAPIRealTimeNearStop30161Params creates a new CityBusAPIRealTimeNearStop30161Params 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 NewCityBusAPIRealTimeNearStop30161ParamsWithContext added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161ParamsWithContext(ctx context.Context) *CityBusAPIRealTimeNearStop30161Params

NewCityBusAPIRealTimeNearStop30161ParamsWithContext creates a new CityBusAPIRealTimeNearStop30161Params object with the ability to set a context for a request.

func NewCityBusAPIRealTimeNearStop30161ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161ParamsWithHTTPClient(client *http.Client) *CityBusAPIRealTimeNearStop30161Params

NewCityBusAPIRealTimeNearStop30161ParamsWithHTTPClient creates a new CityBusAPIRealTimeNearStop30161Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRealTimeNearStop30161ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161ParamsWithTimeout(timeout time.Duration) *CityBusAPIRealTimeNearStop30161Params

NewCityBusAPIRealTimeNearStop30161ParamsWithTimeout creates a new CityBusAPIRealTimeNearStop30161Params object with the ability to set a timeout on a request.

func (*CityBusAPIRealTimeNearStop30161Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDefaults added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api real time near stop 3016 1 params (not the query body).

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

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetHealth added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetRouteName added in v0.15.0

func (o *CityBusAPIRealTimeNearStop30161Params) SetRouteName(routeName string)

SetRouteName adds the routeName to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api real time near stop 3016 1 params (not the query body).

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

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithRouteName added in v0.15.0

WithRouteName adds the routeName to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api real time near stop 3016 1 params

func (*CityBusAPIRealTimeNearStop30161Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRealTimeNearStop30161Reader added in v0.15.0

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

CityBusAPIRealTimeNearStop30161Reader is a Reader for the CityBusAPIRealTimeNearStop30161 structure.

func (*CityBusAPIRealTimeNearStop30161Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRealTimeNearStop30161Status299 added in v0.15.0

type CityBusAPIRealTimeNearStop30161Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRealTimeNearStop30161Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRealTimeNearStop30161Status299 added in v0.15.0

func NewCityBusAPIRealTimeNearStop30161Status299() *CityBusAPIRealTimeNearStop30161Status299

NewCityBusAPIRealTimeNearStop30161Status299 creates a CityBusAPIRealTimeNearStop30161Status299 with default headers values

func (*CityBusAPIRealTimeNearStop30161Status299) Error added in v0.15.0

func (*CityBusAPIRealTimeNearStop30161Status299) GetPayload added in v0.15.0

type CityBusAPIRealTimeNearStop3016NotModified added in v0.15.0

type CityBusAPIRealTimeNearStop3016NotModified struct {
}
CityBusAPIRealTimeNearStop3016NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRealTimeNearStop3016NotModified added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016NotModified() *CityBusAPIRealTimeNearStop3016NotModified

NewCityBusAPIRealTimeNearStop3016NotModified creates a CityBusAPIRealTimeNearStop3016NotModified with default headers values

func (*CityBusAPIRealTimeNearStop3016NotModified) Error added in v0.15.0

type CityBusAPIRealTimeNearStop3016OK added in v0.15.0

type CityBusAPIRealTimeNearStop3016OK struct {
	Payload *models.PTXServiceDTOBusSpecificationV3WrapperBusWrapperPTXServiceDTOBusSpecificationV3A2Data
}
CityBusAPIRealTimeNearStop3016OK describes a response with status code 200, with default header values.

Success

func NewCityBusAPIRealTimeNearStop3016OK added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016OK() *CityBusAPIRealTimeNearStop3016OK

NewCityBusAPIRealTimeNearStop3016OK creates a CityBusAPIRealTimeNearStop3016OK with default headers values

func (*CityBusAPIRealTimeNearStop3016OK) Error added in v0.15.0

type CityBusAPIRealTimeNearStop3016Params added in v0.15.0

type CityBusAPIRealTimeNearStop3016Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   欲查詢縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRealTimeNearStop3016Params contains all the parameters to send to the API endpoint

for the city bus Api real time near stop 3016 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRealTimeNearStop3016Params added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016Params() *CityBusAPIRealTimeNearStop3016Params

NewCityBusAPIRealTimeNearStop3016Params creates a new CityBusAPIRealTimeNearStop3016Params 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 NewCityBusAPIRealTimeNearStop3016ParamsWithContext added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016ParamsWithContext(ctx context.Context) *CityBusAPIRealTimeNearStop3016Params

NewCityBusAPIRealTimeNearStop3016ParamsWithContext creates a new CityBusAPIRealTimeNearStop3016Params object with the ability to set a context for a request.

func NewCityBusAPIRealTimeNearStop3016ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016ParamsWithHTTPClient(client *http.Client) *CityBusAPIRealTimeNearStop3016Params

NewCityBusAPIRealTimeNearStop3016ParamsWithHTTPClient creates a new CityBusAPIRealTimeNearStop3016Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRealTimeNearStop3016ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016ParamsWithTimeout(timeout time.Duration) *CityBusAPIRealTimeNearStop3016Params

NewCityBusAPIRealTimeNearStop3016ParamsWithTimeout creates a new CityBusAPIRealTimeNearStop3016Params object with the ability to set a timeout on a request.

func (*CityBusAPIRealTimeNearStop3016Params) SetCity added in v0.15.0

SetCity adds the city to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDefaults added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api real time near stop 3016 params (not the query body).

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

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetHealth added in v0.15.0

func (o *CityBusAPIRealTimeNearStop3016Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api real time near stop 3016 params (not the query body).

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

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarOrderby added in v0.15.0

WithDollarOrderby adds the dollarOrderby to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api real time near stop 3016 params

func (*CityBusAPIRealTimeNearStop3016Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRealTimeNearStop3016Reader added in v0.15.0

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

CityBusAPIRealTimeNearStop3016Reader is a Reader for the CityBusAPIRealTimeNearStop3016 structure.

func (*CityBusAPIRealTimeNearStop3016Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRealTimeNearStop3016Status299 added in v0.15.0

type CityBusAPIRealTimeNearStop3016Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRealTimeNearStop3016Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRealTimeNearStop3016Status299 added in v0.15.0

func NewCityBusAPIRealTimeNearStop3016Status299() *CityBusAPIRealTimeNearStop3016Status299

NewCityBusAPIRealTimeNearStop3016Status299 creates a CityBusAPIRealTimeNearStop3016Status299 with default headers values

func (*CityBusAPIRealTimeNearStop3016Status299) Error added in v0.15.0

func (*CityBusAPIRealTimeNearStop3016Status299) GetPayload added in v0.15.0

type CityBusAPIRoute3003NotModified added in v0.15.0

type CityBusAPIRoute3003NotModified struct {
}
CityBusAPIRoute3003NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRoute3003NotModified added in v0.15.0

func NewCityBusAPIRoute3003NotModified() *CityBusAPIRoute3003NotModified

NewCityBusAPIRoute3003NotModified creates a CityBusAPIRoute3003NotModified with default headers values

func (*CityBusAPIRoute3003NotModified) Error added in v0.15.0

type CityBusAPIRoute3003OK added in v0.15.0

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

Success

func NewCityBusAPIRoute3003OK added in v0.15.0

func NewCityBusAPIRoute3003OK() *CityBusAPIRoute3003OK

NewCityBusAPIRoute3003OK creates a CityBusAPIRoute3003OK with default headers values

func (*CityBusAPIRoute3003OK) Error added in v0.15.0

func (o *CityBusAPIRoute3003OK) Error() string

type CityBusAPIRoute3003Params added in v0.15.0

type CityBusAPIRoute3003Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRoute3003Params contains all the parameters to send to the API endpoint

for the city bus Api route 3003 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRoute3003Params added in v0.15.0

func NewCityBusAPIRoute3003Params() *CityBusAPIRoute3003Params

NewCityBusAPIRoute3003Params creates a new CityBusAPIRoute3003Params 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 NewCityBusAPIRoute3003ParamsWithContext added in v0.15.0

func NewCityBusAPIRoute3003ParamsWithContext(ctx context.Context) *CityBusAPIRoute3003Params

NewCityBusAPIRoute3003ParamsWithContext creates a new CityBusAPIRoute3003Params object with the ability to set a context for a request.

func NewCityBusAPIRoute3003ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRoute3003ParamsWithHTTPClient(client *http.Client) *CityBusAPIRoute3003Params

NewCityBusAPIRoute3003ParamsWithHTTPClient creates a new CityBusAPIRoute3003Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRoute3003ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRoute3003ParamsWithTimeout(timeout time.Duration) *CityBusAPIRoute3003Params

NewCityBusAPIRoute3003ParamsWithTimeout creates a new CityBusAPIRoute3003Params object with the ability to set a timeout on a request.

func (*CityBusAPIRoute3003Params) SetCity added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetCity(city string)

SetCity adds the city to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDefaults added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api route 3003 params (not the query body).

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

func (*CityBusAPIRoute3003Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetHealth added in v0.15.0

func (o *CityBusAPIRoute3003Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api route 3003 params (not the query body).

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

func (*CityBusAPIRoute3003Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarCount(dollarCount *bool) *CityBusAPIRoute3003Params

WithDollarCount adds the dollarCount to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarFilter(dollarFilter *string) *CityBusAPIRoute3003Params

WithDollarFilter adds the dollarFilter to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarFormat(dollarFormat string) *CityBusAPIRoute3003Params

WithDollarFormat adds the dollarFormat to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIRoute3003Params

WithDollarOrderby adds the dollarOrderby to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarSelect(dollarSelect *string) *CityBusAPIRoute3003Params

WithDollarSelect adds the dollarSelect to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarSkip(dollarSkip *string) *CityBusAPIRoute3003Params

WithDollarSkip adds the dollarSkip to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIRoute3003Params) WithDollarTop(dollarTop *int64) *CityBusAPIRoute3003Params

WithDollarTop adds the dollarTop to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithHTTPClient added in v0.15.0

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

WithHTTPClient adds the HTTPClient to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api route 3003 params

func (*CityBusAPIRoute3003Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRoute3003Reader added in v0.15.0

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

CityBusAPIRoute3003Reader is a Reader for the CityBusAPIRoute3003 structure.

func (*CityBusAPIRoute3003Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRoute3003Status299 added in v0.15.0

type CityBusAPIRoute3003Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRoute3003Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRoute3003Status299 added in v0.15.0

func NewCityBusAPIRoute3003Status299() *CityBusAPIRoute3003Status299

NewCityBusAPIRoute3003Status299 creates a CityBusAPIRoute3003Status299 with default headers values

func (*CityBusAPIRoute3003Status299) Error added in v0.15.0

func (*CityBusAPIRoute3003Status299) GetPayload added in v0.15.0

type CityBusAPIRouteFare3009NotModified added in v0.15.0

type CityBusAPIRouteFare3009NotModified struct {
}
CityBusAPIRouteFare3009NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRouteFare3009NotModified added in v0.15.0

func NewCityBusAPIRouteFare3009NotModified() *CityBusAPIRouteFare3009NotModified

NewCityBusAPIRouteFare3009NotModified creates a CityBusAPIRouteFare3009NotModified with default headers values

func (*CityBusAPIRouteFare3009NotModified) Error added in v0.15.0

type CityBusAPIRouteFare3009OK added in v0.15.0

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

Success

func NewCityBusAPIRouteFare3009OK added in v0.15.0

func NewCityBusAPIRouteFare3009OK() *CityBusAPIRouteFare3009OK

NewCityBusAPIRouteFare3009OK creates a CityBusAPIRouteFare3009OK with default headers values

func (*CityBusAPIRouteFare3009OK) Error added in v0.15.0

func (o *CityBusAPIRouteFare3009OK) Error() string

type CityBusAPIRouteFare3009Params added in v0.15.0

type CityBusAPIRouteFare3009Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRouteFare3009Params contains all the parameters to send to the API endpoint

for the city bus Api route fare 3009 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRouteFare3009Params added in v0.15.0

func NewCityBusAPIRouteFare3009Params() *CityBusAPIRouteFare3009Params

NewCityBusAPIRouteFare3009Params creates a new CityBusAPIRouteFare3009Params 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 NewCityBusAPIRouteFare3009ParamsWithContext added in v0.15.0

func NewCityBusAPIRouteFare3009ParamsWithContext(ctx context.Context) *CityBusAPIRouteFare3009Params

NewCityBusAPIRouteFare3009ParamsWithContext creates a new CityBusAPIRouteFare3009Params object with the ability to set a context for a request.

func NewCityBusAPIRouteFare3009ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRouteFare3009ParamsWithHTTPClient(client *http.Client) *CityBusAPIRouteFare3009Params

NewCityBusAPIRouteFare3009ParamsWithHTTPClient creates a new CityBusAPIRouteFare3009Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRouteFare3009ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRouteFare3009ParamsWithTimeout(timeout time.Duration) *CityBusAPIRouteFare3009Params

NewCityBusAPIRouteFare3009ParamsWithTimeout creates a new CityBusAPIRouteFare3009Params object with the ability to set a timeout on a request.

func (*CityBusAPIRouteFare3009Params) SetCity added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetCity(city string)

SetCity adds the city to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDefaults added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api route fare 3009 params (not the query body).

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

func (*CityBusAPIRouteFare3009Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetHealth added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api route fare 3009 params (not the query body).

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

func (*CityBusAPIRouteFare3009Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) WithDollarCount(dollarCount *bool) *CityBusAPIRouteFare3009Params

WithDollarCount adds the dollarCount to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) WithDollarFilter(dollarFilter *string) *CityBusAPIRouteFare3009Params

WithDollarFilter adds the dollarFilter to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) WithDollarFormat(dollarFormat string) *CityBusAPIRouteFare3009Params

WithDollarFormat adds the dollarFormat to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIRouteFare3009Params

WithDollarOrderby adds the dollarOrderby to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) WithDollarSelect(dollarSelect *string) *CityBusAPIRouteFare3009Params

WithDollarSelect adds the dollarSelect to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIRouteFare3009Params) WithDollarSkip(dollarSkip *string) *CityBusAPIRouteFare3009Params

WithDollarSkip adds the dollarSkip to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api route fare 3009 params

func (*CityBusAPIRouteFare3009Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRouteFare3009Reader added in v0.15.0

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

CityBusAPIRouteFare3009Reader is a Reader for the CityBusAPIRouteFare3009 structure.

func (*CityBusAPIRouteFare3009Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRouteFare3009Status299 added in v0.15.0

type CityBusAPIRouteFare3009Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRouteFare3009Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRouteFare3009Status299 added in v0.15.0

func NewCityBusAPIRouteFare3009Status299() *CityBusAPIRouteFare3009Status299

NewCityBusAPIRouteFare3009Status299 creates a CityBusAPIRouteFare3009Status299 with default headers values

func (*CityBusAPIRouteFare3009Status299) Error added in v0.15.0

func (*CityBusAPIRouteFare3009Status299) GetPayload added in v0.15.0

type CityBusAPIRouteNetwork3025NotModified added in v0.15.0

type CityBusAPIRouteNetwork3025NotModified struct {
}
CityBusAPIRouteNetwork3025NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIRouteNetwork3025NotModified added in v0.15.0

func NewCityBusAPIRouteNetwork3025NotModified() *CityBusAPIRouteNetwork3025NotModified

NewCityBusAPIRouteNetwork3025NotModified creates a CityBusAPIRouteNetwork3025NotModified with default headers values

func (*CityBusAPIRouteNetwork3025NotModified) Error added in v0.15.0

type CityBusAPIRouteNetwork3025OK added in v0.15.0

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

Success

func NewCityBusAPIRouteNetwork3025OK added in v0.15.0

func NewCityBusAPIRouteNetwork3025OK() *CityBusAPIRouteNetwork3025OK

NewCityBusAPIRouteNetwork3025OK creates a CityBusAPIRouteNetwork3025OK with default headers values

func (*CityBusAPIRouteNetwork3025OK) Error added in v0.15.0

type CityBusAPIRouteNetwork3025Params added in v0.15.0

type CityBusAPIRouteNetwork3025Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIRouteNetwork3025Params contains all the parameters to send to the API endpoint

for the city bus Api route network 3025 operation.

Typically these are written to a http.Request.

func NewCityBusAPIRouteNetwork3025Params added in v0.15.0

func NewCityBusAPIRouteNetwork3025Params() *CityBusAPIRouteNetwork3025Params

NewCityBusAPIRouteNetwork3025Params creates a new CityBusAPIRouteNetwork3025Params 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 NewCityBusAPIRouteNetwork3025ParamsWithContext added in v0.15.0

func NewCityBusAPIRouteNetwork3025ParamsWithContext(ctx context.Context) *CityBusAPIRouteNetwork3025Params

NewCityBusAPIRouteNetwork3025ParamsWithContext creates a new CityBusAPIRouteNetwork3025Params object with the ability to set a context for a request.

func NewCityBusAPIRouteNetwork3025ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIRouteNetwork3025ParamsWithHTTPClient(client *http.Client) *CityBusAPIRouteNetwork3025Params

NewCityBusAPIRouteNetwork3025ParamsWithHTTPClient creates a new CityBusAPIRouteNetwork3025Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIRouteNetwork3025ParamsWithTimeout added in v0.15.0

func NewCityBusAPIRouteNetwork3025ParamsWithTimeout(timeout time.Duration) *CityBusAPIRouteNetwork3025Params

NewCityBusAPIRouteNetwork3025ParamsWithTimeout creates a new CityBusAPIRouteNetwork3025Params object with the ability to set a timeout on a request.

func (*CityBusAPIRouteNetwork3025Params) SetCity added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetCity(city string)

SetCity adds the city to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDefaults added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api route network 3025 params (not the query body).

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

func (*CityBusAPIRouteNetwork3025Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetHealth added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api route network 3025 params (not the query body).

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

func (*CityBusAPIRouteNetwork3025Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) WithDollarFilter(dollarFilter *string) *CityBusAPIRouteNetwork3025Params

WithDollarFilter adds the dollarFilter to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIRouteNetwork3025Params

WithDollarOrderby adds the dollarOrderby to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIRouteNetwork3025Params) WithDollarSelect(dollarSelect *string) *CityBusAPIRouteNetwork3025Params

WithDollarSelect adds the dollarSelect to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api route network 3025 params

func (*CityBusAPIRouteNetwork3025Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIRouteNetwork3025Reader added in v0.15.0

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

CityBusAPIRouteNetwork3025Reader is a Reader for the CityBusAPIRouteNetwork3025 structure.

func (*CityBusAPIRouteNetwork3025Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIRouteNetwork3025Status299 added in v0.15.0

type CityBusAPIRouteNetwork3025Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIRouteNetwork3025Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIRouteNetwork3025Status299 added in v0.15.0

func NewCityBusAPIRouteNetwork3025Status299() *CityBusAPIRouteNetwork3025Status299

NewCityBusAPIRouteNetwork3025Status299 creates a CityBusAPIRouteNetwork3025Status299 with default headers values

func (*CityBusAPIRouteNetwork3025Status299) Error added in v0.15.0

func (*CityBusAPIRouteNetwork3025Status299) GetPayload added in v0.15.0

type CityBusAPIS2STravelTime3026NotModified added in v0.15.0

type CityBusAPIS2STravelTime3026NotModified struct {
}
CityBusAPIS2STravelTime3026NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIS2STravelTime3026NotModified added in v0.15.0

func NewCityBusAPIS2STravelTime3026NotModified() *CityBusAPIS2STravelTime3026NotModified

NewCityBusAPIS2STravelTime3026NotModified creates a CityBusAPIS2STravelTime3026NotModified with default headers values

func (*CityBusAPIS2STravelTime3026NotModified) Error added in v0.15.0

type CityBusAPIS2STravelTime3026OK added in v0.15.0

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

Success

func NewCityBusAPIS2STravelTime3026OK added in v0.15.0

func NewCityBusAPIS2STravelTime3026OK() *CityBusAPIS2STravelTime3026OK

NewCityBusAPIS2STravelTime3026OK creates a CityBusAPIS2STravelTime3026OK with default headers values

func (*CityBusAPIS2STravelTime3026OK) Error added in v0.15.0

type CityBusAPIS2STravelTime3026Params added in v0.15.0

type CityBusAPIS2STravelTime3026Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIS2STravelTime3026Params contains all the parameters to send to the API endpoint

for the city bus Api s2 s travel time 3026 operation.

Typically these are written to a http.Request.

func NewCityBusAPIS2STravelTime3026Params added in v0.15.0

func NewCityBusAPIS2STravelTime3026Params() *CityBusAPIS2STravelTime3026Params

NewCityBusAPIS2STravelTime3026Params creates a new CityBusAPIS2STravelTime3026Params 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 NewCityBusAPIS2STravelTime3026ParamsWithContext added in v0.15.0

func NewCityBusAPIS2STravelTime3026ParamsWithContext(ctx context.Context) *CityBusAPIS2STravelTime3026Params

NewCityBusAPIS2STravelTime3026ParamsWithContext creates a new CityBusAPIS2STravelTime3026Params object with the ability to set a context for a request.

func NewCityBusAPIS2STravelTime3026ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIS2STravelTime3026ParamsWithHTTPClient(client *http.Client) *CityBusAPIS2STravelTime3026Params

NewCityBusAPIS2STravelTime3026ParamsWithHTTPClient creates a new CityBusAPIS2STravelTime3026Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIS2STravelTime3026ParamsWithTimeout added in v0.15.0

func NewCityBusAPIS2STravelTime3026ParamsWithTimeout(timeout time.Duration) *CityBusAPIS2STravelTime3026Params

NewCityBusAPIS2STravelTime3026ParamsWithTimeout creates a new CityBusAPIS2STravelTime3026Params object with the ability to set a timeout on a request.

func (*CityBusAPIS2STravelTime3026Params) SetCity added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetCity(city string)

SetCity adds the city to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDefaults added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api s2 s travel time 3026 params (not the query body).

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

func (*CityBusAPIS2STravelTime3026Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetHealth added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api s2 s travel time 3026 params (not the query body).

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

func (*CityBusAPIS2STravelTime3026Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDollarFilter added in v0.15.0

WithDollarFilter adds the dollarFilter to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIS2STravelTime3026Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIS2STravelTime3026Params

WithDollarOrderby adds the dollarOrderby to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDollarSelect added in v0.15.0

WithDollarSelect adds the dollarSelect to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api s2 s travel time 3026 params

func (*CityBusAPIS2STravelTime3026Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIS2STravelTime3026Reader added in v0.15.0

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

CityBusAPIS2STravelTime3026Reader is a Reader for the CityBusAPIS2STravelTime3026 structure.

func (*CityBusAPIS2STravelTime3026Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIS2STravelTime3026Status299 added in v0.15.0

type CityBusAPIS2STravelTime3026Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIS2STravelTime3026Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIS2STravelTime3026Status299 added in v0.15.0

func NewCityBusAPIS2STravelTime3026Status299() *CityBusAPIS2STravelTime3026Status299

NewCityBusAPIS2STravelTime3026Status299 creates a CityBusAPIS2STravelTime3026Status299 with default headers values

func (*CityBusAPIS2STravelTime3026Status299) Error added in v0.15.0

func (*CityBusAPIS2STravelTime3026Status299) GetPayload added in v0.15.0

type CityBusAPISchedule3010NotModified added in v0.15.0

type CityBusAPISchedule3010NotModified struct {
}
CityBusAPISchedule3010NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPISchedule3010NotModified added in v0.15.0

func NewCityBusAPISchedule3010NotModified() *CityBusAPISchedule3010NotModified

NewCityBusAPISchedule3010NotModified creates a CityBusAPISchedule3010NotModified with default headers values

func (*CityBusAPISchedule3010NotModified) Error added in v0.15.0

type CityBusAPISchedule3010OK added in v0.15.0

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

Success

func NewCityBusAPISchedule3010OK added in v0.15.0

func NewCityBusAPISchedule3010OK() *CityBusAPISchedule3010OK

NewCityBusAPISchedule3010OK creates a CityBusAPISchedule3010OK with default headers values

func (*CityBusAPISchedule3010OK) Error added in v0.15.0

func (o *CityBusAPISchedule3010OK) Error() string

type CityBusAPISchedule3010Params added in v0.15.0

type CityBusAPISchedule3010Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPISchedule3010Params contains all the parameters to send to the API endpoint

for the city bus Api schedule 3010 operation.

Typically these are written to a http.Request.

func NewCityBusAPISchedule3010Params added in v0.15.0

func NewCityBusAPISchedule3010Params() *CityBusAPISchedule3010Params

NewCityBusAPISchedule3010Params creates a new CityBusAPISchedule3010Params 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 NewCityBusAPISchedule3010ParamsWithContext added in v0.15.0

func NewCityBusAPISchedule3010ParamsWithContext(ctx context.Context) *CityBusAPISchedule3010Params

NewCityBusAPISchedule3010ParamsWithContext creates a new CityBusAPISchedule3010Params object with the ability to set a context for a request.

func NewCityBusAPISchedule3010ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPISchedule3010ParamsWithHTTPClient(client *http.Client) *CityBusAPISchedule3010Params

NewCityBusAPISchedule3010ParamsWithHTTPClient creates a new CityBusAPISchedule3010Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPISchedule3010ParamsWithTimeout added in v0.15.0

func NewCityBusAPISchedule3010ParamsWithTimeout(timeout time.Duration) *CityBusAPISchedule3010Params

NewCityBusAPISchedule3010ParamsWithTimeout creates a new CityBusAPISchedule3010Params object with the ability to set a timeout on a request.

func (*CityBusAPISchedule3010Params) SetCity added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetCity(city string)

SetCity adds the city to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDefaults added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api schedule 3010 params (not the query body).

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

func (*CityBusAPISchedule3010Params) SetDollarCount added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetDollarTop added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetHealth added in v0.15.0

func (o *CityBusAPISchedule3010Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api schedule 3010 params (not the query body).

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

func (*CityBusAPISchedule3010Params) WithDollarCount added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarCount(dollarCount *bool) *CityBusAPISchedule3010Params

WithDollarCount adds the dollarCount to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarFilter(dollarFilter *string) *CityBusAPISchedule3010Params

WithDollarFilter adds the dollarFilter to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarFormat(dollarFormat string) *CityBusAPISchedule3010Params

WithDollarFormat adds the dollarFormat to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPISchedule3010Params

WithDollarOrderby adds the dollarOrderby to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarSelect(dollarSelect *string) *CityBusAPISchedule3010Params

WithDollarSelect adds the dollarSelect to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarSkip(dollarSkip *string) *CityBusAPISchedule3010Params

WithDollarSkip adds the dollarSkip to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithDollarTop added in v0.15.0

func (o *CityBusAPISchedule3010Params) WithDollarTop(dollarTop *int64) *CityBusAPISchedule3010Params

WithDollarTop adds the dollarTop to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api schedule 3010 params

func (*CityBusAPISchedule3010Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPISchedule3010Reader added in v0.15.0

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

CityBusAPISchedule3010Reader is a Reader for the CityBusAPISchedule3010 structure.

func (*CityBusAPISchedule3010Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPISchedule3010Status299 added in v0.15.0

type CityBusAPISchedule3010Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPISchedule3010Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPISchedule3010Status299 added in v0.15.0

func NewCityBusAPISchedule3010Status299() *CityBusAPISchedule3010Status299

NewCityBusAPISchedule3010Status299 creates a CityBusAPISchedule3010Status299 with default headers values

func (*CityBusAPISchedule3010Status299) Error added in v0.15.0

func (*CityBusAPISchedule3010Status299) GetPayload added in v0.15.0

type CityBusAPIShape3024NotModified added in v0.15.0

type CityBusAPIShape3024NotModified struct {
}
CityBusAPIShape3024NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIShape3024NotModified added in v0.15.0

func NewCityBusAPIShape3024NotModified() *CityBusAPIShape3024NotModified

NewCityBusAPIShape3024NotModified creates a CityBusAPIShape3024NotModified with default headers values

func (*CityBusAPIShape3024NotModified) Error added in v0.15.0

type CityBusAPIShape3024OK added in v0.15.0

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

Success

func NewCityBusAPIShape3024OK added in v0.15.0

func NewCityBusAPIShape3024OK() *CityBusAPIShape3024OK

NewCityBusAPIShape3024OK creates a CityBusAPIShape3024OK with default headers values

func (*CityBusAPIShape3024OK) Error added in v0.15.0

func (o *CityBusAPIShape3024OK) Error() string

type CityBusAPIShape3024Params added in v0.15.0

type CityBusAPIShape3024Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIShape3024Params contains all the parameters to send to the API endpoint

for the city bus Api shape 3024 operation.

Typically these are written to a http.Request.

func NewCityBusAPIShape3024Params added in v0.15.0

func NewCityBusAPIShape3024Params() *CityBusAPIShape3024Params

NewCityBusAPIShape3024Params creates a new CityBusAPIShape3024Params 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 NewCityBusAPIShape3024ParamsWithContext added in v0.15.0

func NewCityBusAPIShape3024ParamsWithContext(ctx context.Context) *CityBusAPIShape3024Params

NewCityBusAPIShape3024ParamsWithContext creates a new CityBusAPIShape3024Params object with the ability to set a context for a request.

func NewCityBusAPIShape3024ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIShape3024ParamsWithHTTPClient(client *http.Client) *CityBusAPIShape3024Params

NewCityBusAPIShape3024ParamsWithHTTPClient creates a new CityBusAPIShape3024Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIShape3024ParamsWithTimeout added in v0.15.0

func NewCityBusAPIShape3024ParamsWithTimeout(timeout time.Duration) *CityBusAPIShape3024Params

NewCityBusAPIShape3024ParamsWithTimeout creates a new CityBusAPIShape3024Params object with the ability to set a timeout on a request.

func (*CityBusAPIShape3024Params) SetCity added in v0.15.0

func (o *CityBusAPIShape3024Params) SetCity(city string)

SetCity adds the city to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDefaults added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api shape 3024 params (not the query body).

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

func (*CityBusAPIShape3024Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIShape3024Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetHealth added in v0.15.0

func (o *CityBusAPIShape3024Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api shape 3024 params (not the query body).

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

func (*CityBusAPIShape3024Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarCount(dollarCount *bool) *CityBusAPIShape3024Params

WithDollarCount adds the dollarCount to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarFilter(dollarFilter *string) *CityBusAPIShape3024Params

WithDollarFilter adds the dollarFilter to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarFormat(dollarFormat string) *CityBusAPIShape3024Params

WithDollarFormat adds the dollarFormat to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIShape3024Params

WithDollarOrderby adds the dollarOrderby to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarSelect(dollarSelect *string) *CityBusAPIShape3024Params

WithDollarSelect adds the dollarSelect to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarSkip(dollarSkip *string) *CityBusAPIShape3024Params

WithDollarSkip adds the dollarSkip to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIShape3024Params) WithDollarTop(dollarTop *int64) *CityBusAPIShape3024Params

WithDollarTop adds the dollarTop to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithHTTPClient added in v0.15.0

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

WithHTTPClient adds the HTTPClient to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api shape 3024 params

func (*CityBusAPIShape3024Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIShape3024Reader added in v0.15.0

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

CityBusAPIShape3024Reader is a Reader for the CityBusAPIShape3024 structure.

func (*CityBusAPIShape3024Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIShape3024Status299 added in v0.15.0

type CityBusAPIShape3024Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIShape3024Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIShape3024Status299 added in v0.15.0

func NewCityBusAPIShape3024Status299() *CityBusAPIShape3024Status299

NewCityBusAPIShape3024Status299 creates a CityBusAPIShape3024Status299 with default headers values

func (*CityBusAPIShape3024Status299) Error added in v0.15.0

func (*CityBusAPIShape3024Status299) GetPayload added in v0.15.0

type CityBusAPIStation3002NotModified added in v0.15.0

type CityBusAPIStation3002NotModified struct {
}
CityBusAPIStation3002NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIStation3002NotModified added in v0.15.0

func NewCityBusAPIStation3002NotModified() *CityBusAPIStation3002NotModified

NewCityBusAPIStation3002NotModified creates a CityBusAPIStation3002NotModified with default headers values

func (*CityBusAPIStation3002NotModified) Error added in v0.15.0

type CityBusAPIStation3002OK added in v0.15.0

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

Success

func NewCityBusAPIStation3002OK added in v0.15.0

func NewCityBusAPIStation3002OK() *CityBusAPIStation3002OK

NewCityBusAPIStation3002OK creates a CityBusAPIStation3002OK with default headers values

func (*CityBusAPIStation3002OK) Error added in v0.15.0

func (o *CityBusAPIStation3002OK) Error() string

type CityBusAPIStation3002Params added in v0.15.0

type CityBusAPIStation3002Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIStation3002Params contains all the parameters to send to the API endpoint

for the city bus Api station 3002 operation.

Typically these are written to a http.Request.

func NewCityBusAPIStation3002Params added in v0.15.0

func NewCityBusAPIStation3002Params() *CityBusAPIStation3002Params

NewCityBusAPIStation3002Params creates a new CityBusAPIStation3002Params 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 NewCityBusAPIStation3002ParamsWithContext added in v0.15.0

func NewCityBusAPIStation3002ParamsWithContext(ctx context.Context) *CityBusAPIStation3002Params

NewCityBusAPIStation3002ParamsWithContext creates a new CityBusAPIStation3002Params object with the ability to set a context for a request.

func NewCityBusAPIStation3002ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIStation3002ParamsWithHTTPClient(client *http.Client) *CityBusAPIStation3002Params

NewCityBusAPIStation3002ParamsWithHTTPClient creates a new CityBusAPIStation3002Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIStation3002ParamsWithTimeout added in v0.15.0

func NewCityBusAPIStation3002ParamsWithTimeout(timeout time.Duration) *CityBusAPIStation3002Params

NewCityBusAPIStation3002ParamsWithTimeout creates a new CityBusAPIStation3002Params object with the ability to set a timeout on a request.

func (*CityBusAPIStation3002Params) SetCity added in v0.15.0

func (o *CityBusAPIStation3002Params) SetCity(city string)

SetCity adds the city to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDefaults added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api station 3002 params (not the query body).

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

func (*CityBusAPIStation3002Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIStation3002Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetHealth added in v0.15.0

func (o *CityBusAPIStation3002Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api station 3002 params (not the query body).

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

func (*CityBusAPIStation3002Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarCount(dollarCount *bool) *CityBusAPIStation3002Params

WithDollarCount adds the dollarCount to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarFilter(dollarFilter *string) *CityBusAPIStation3002Params

WithDollarFilter adds the dollarFilter to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarFormat(dollarFormat string) *CityBusAPIStation3002Params

WithDollarFormat adds the dollarFormat to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIStation3002Params

WithDollarOrderby adds the dollarOrderby to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarSelect(dollarSelect *string) *CityBusAPIStation3002Params

WithDollarSelect adds the dollarSelect to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarSkip(dollarSkip *string) *CityBusAPIStation3002Params

WithDollarSkip adds the dollarSkip to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIStation3002Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIStation3002Params) WithDollarTop(dollarTop *int64) *CityBusAPIStation3002Params

WithDollarTop adds the dollarTop to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api station 3002 params

func (*CityBusAPIStation3002Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIStation3002Reader added in v0.15.0

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

CityBusAPIStation3002Reader is a Reader for the CityBusAPIStation3002 structure.

func (*CityBusAPIStation3002Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIStation3002Status299 added in v0.15.0

type CityBusAPIStation3002Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIStation3002Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIStation3002Status299 added in v0.15.0

func NewCityBusAPIStation3002Status299() *CityBusAPIStation3002Status299

NewCityBusAPIStation3002Status299 creates a CityBusAPIStation3002Status299 with default headers values

func (*CityBusAPIStation3002Status299) Error added in v0.15.0

func (*CityBusAPIStation3002Status299) GetPayload added in v0.15.0

type CityBusAPIStop3001NotModified added in v0.15.0

type CityBusAPIStop3001NotModified struct {
}
CityBusAPIStop3001NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIStop3001NotModified added in v0.15.0

func NewCityBusAPIStop3001NotModified() *CityBusAPIStop3001NotModified

NewCityBusAPIStop3001NotModified creates a CityBusAPIStop3001NotModified with default headers values

func (*CityBusAPIStop3001NotModified) Error added in v0.15.0

type CityBusAPIStop3001OK added in v0.15.0

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

Success

func NewCityBusAPIStop3001OK added in v0.15.0

func NewCityBusAPIStop3001OK() *CityBusAPIStop3001OK

NewCityBusAPIStop3001OK creates a CityBusAPIStop3001OK with default headers values

func (*CityBusAPIStop3001OK) Error added in v0.15.0

func (o *CityBusAPIStop3001OK) Error() string

type CityBusAPIStop3001Params added in v0.15.0

type CityBusAPIStop3001Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarSpatialFilter.

	   空間過濾,語法為nearby({Lat},{Lon},{DistanceInMeters}),例如nearby(25.047675, 121.517055, 100)
	*/
	DollarSpatialFilter *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIStop3001Params contains all the parameters to send to the API endpoint

for the city bus Api stop 3001 operation.

Typically these are written to a http.Request.

func NewCityBusAPIStop3001Params added in v0.15.0

func NewCityBusAPIStop3001Params() *CityBusAPIStop3001Params

NewCityBusAPIStop3001Params creates a new CityBusAPIStop3001Params 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 NewCityBusAPIStop3001ParamsWithContext added in v0.15.0

func NewCityBusAPIStop3001ParamsWithContext(ctx context.Context) *CityBusAPIStop3001Params

NewCityBusAPIStop3001ParamsWithContext creates a new CityBusAPIStop3001Params object with the ability to set a context for a request.

func NewCityBusAPIStop3001ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIStop3001ParamsWithHTTPClient(client *http.Client) *CityBusAPIStop3001Params

NewCityBusAPIStop3001ParamsWithHTTPClient creates a new CityBusAPIStop3001Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIStop3001ParamsWithTimeout added in v0.15.0

func NewCityBusAPIStop3001ParamsWithTimeout(timeout time.Duration) *CityBusAPIStop3001Params

NewCityBusAPIStop3001ParamsWithTimeout creates a new CityBusAPIStop3001Params object with the ability to set a timeout on a request.

func (*CityBusAPIStop3001Params) SetCity added in v0.15.0

func (o *CityBusAPIStop3001Params) SetCity(city string)

SetCity adds the city to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDefaults added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api stop 3001 params (not the query body).

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

func (*CityBusAPIStop3001Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarSpatialFilter(dollarSpatialFilter *string)

SetDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIStop3001Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetHealth added in v0.15.0

func (o *CityBusAPIStop3001Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api stop 3001 params (not the query body).

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

func (*CityBusAPIStop3001Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarCount(dollarCount *bool) *CityBusAPIStop3001Params

WithDollarCount adds the dollarCount to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarFilter(dollarFilter *string) *CityBusAPIStop3001Params

WithDollarFilter adds the dollarFilter to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarFormat(dollarFormat string) *CityBusAPIStop3001Params

WithDollarFormat adds the dollarFormat to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIStop3001Params

WithDollarOrderby adds the dollarOrderby to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarSelect(dollarSelect *string) *CityBusAPIStop3001Params

WithDollarSelect adds the dollarSelect to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarSkip(dollarSkip *string) *CityBusAPIStop3001Params

WithDollarSkip adds the dollarSkip to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarSpatialFilter added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarSpatialFilter(dollarSpatialFilter *string) *CityBusAPIStop3001Params

WithDollarSpatialFilter adds the dollarSpatialFilter to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIStop3001Params) WithDollarTop(dollarTop *int64) *CityBusAPIStop3001Params

WithDollarTop adds the dollarTop to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithHTTPClient added in v0.15.0

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

WithHTTPClient adds the HTTPClient to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api stop 3001 params

func (*CityBusAPIStop3001Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIStop3001Reader added in v0.15.0

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

CityBusAPIStop3001Reader is a Reader for the CityBusAPIStop3001 structure.

func (*CityBusAPIStop3001Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIStop3001Status299 added in v0.15.0

type CityBusAPIStop3001Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIStop3001Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIStop3001Status299 added in v0.15.0

func NewCityBusAPIStop3001Status299() *CityBusAPIStop3001Status299

NewCityBusAPIStop3001Status299 creates a CityBusAPIStop3001Status299 with default headers values

func (*CityBusAPIStop3001Status299) Error added in v0.15.0

func (*CityBusAPIStop3001Status299) GetPayload added in v0.15.0

type CityBusAPIStopOfRoute3007NotModified added in v0.15.0

type CityBusAPIStopOfRoute3007NotModified struct {
}
CityBusAPIStopOfRoute3007NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIStopOfRoute3007NotModified added in v0.15.0

func NewCityBusAPIStopOfRoute3007NotModified() *CityBusAPIStopOfRoute3007NotModified

NewCityBusAPIStopOfRoute3007NotModified creates a CityBusAPIStopOfRoute3007NotModified with default headers values

func (*CityBusAPIStopOfRoute3007NotModified) Error added in v0.15.0

type CityBusAPIStopOfRoute3007OK added in v0.15.0

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

Success

func NewCityBusAPIStopOfRoute3007OK added in v0.15.0

func NewCityBusAPIStopOfRoute3007OK() *CityBusAPIStopOfRoute3007OK

NewCityBusAPIStopOfRoute3007OK creates a CityBusAPIStopOfRoute3007OK with default headers values

func (*CityBusAPIStopOfRoute3007OK) Error added in v0.15.0

type CityBusAPIStopOfRoute3007Params added in v0.15.0

type CityBusAPIStopOfRoute3007Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIStopOfRoute3007Params contains all the parameters to send to the API endpoint

for the city bus Api stop of route 3007 operation.

Typically these are written to a http.Request.

func NewCityBusAPIStopOfRoute3007Params added in v0.15.0

func NewCityBusAPIStopOfRoute3007Params() *CityBusAPIStopOfRoute3007Params

NewCityBusAPIStopOfRoute3007Params creates a new CityBusAPIStopOfRoute3007Params 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 NewCityBusAPIStopOfRoute3007ParamsWithContext added in v0.15.0

func NewCityBusAPIStopOfRoute3007ParamsWithContext(ctx context.Context) *CityBusAPIStopOfRoute3007Params

NewCityBusAPIStopOfRoute3007ParamsWithContext creates a new CityBusAPIStopOfRoute3007Params object with the ability to set a context for a request.

func NewCityBusAPIStopOfRoute3007ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIStopOfRoute3007ParamsWithHTTPClient(client *http.Client) *CityBusAPIStopOfRoute3007Params

NewCityBusAPIStopOfRoute3007ParamsWithHTTPClient creates a new CityBusAPIStopOfRoute3007Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIStopOfRoute3007ParamsWithTimeout added in v0.15.0

func NewCityBusAPIStopOfRoute3007ParamsWithTimeout(timeout time.Duration) *CityBusAPIStopOfRoute3007Params

NewCityBusAPIStopOfRoute3007ParamsWithTimeout creates a new CityBusAPIStopOfRoute3007Params object with the ability to set a timeout on a request.

func (*CityBusAPIStopOfRoute3007Params) SetCity added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetCity(city string)

SetCity adds the city to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDefaults added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api stop of route 3007 params (not the query body).

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

func (*CityBusAPIStopOfRoute3007Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetHealth added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api stop of route 3007 params (not the query body).

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

func (*CityBusAPIStopOfRoute3007Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) WithDollarCount(dollarCount *bool) *CityBusAPIStopOfRoute3007Params

WithDollarCount adds the dollarCount to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) WithDollarFilter(dollarFilter *string) *CityBusAPIStopOfRoute3007Params

WithDollarFilter adds the dollarFilter to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) WithDollarFormat(dollarFormat string) *CityBusAPIStopOfRoute3007Params

WithDollarFormat adds the dollarFormat to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIStopOfRoute3007Params

WithDollarOrderby adds the dollarOrderby to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIStopOfRoute3007Params) WithDollarSelect(dollarSelect *string) *CityBusAPIStopOfRoute3007Params

WithDollarSelect adds the dollarSelect to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api stop of route 3007 params

func (*CityBusAPIStopOfRoute3007Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIStopOfRoute3007Reader added in v0.15.0

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

CityBusAPIStopOfRoute3007Reader is a Reader for the CityBusAPIStopOfRoute3007 structure.

func (*CityBusAPIStopOfRoute3007Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIStopOfRoute3007Status299 added in v0.15.0

type CityBusAPIStopOfRoute3007Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIStopOfRoute3007Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIStopOfRoute3007Status299 added in v0.15.0

func NewCityBusAPIStopOfRoute3007Status299() *CityBusAPIStopOfRoute3007Status299

NewCityBusAPIStopOfRoute3007Status299 creates a CityBusAPIStopOfRoute3007Status299 with default headers values

func (*CityBusAPIStopOfRoute3007Status299) Error added in v0.15.0

func (*CityBusAPIStopOfRoute3007Status299) GetPayload added in v0.15.0

type CityBusAPISubRoute3004NotModified added in v0.15.0

type CityBusAPISubRoute3004NotModified struct {
}
CityBusAPISubRoute3004NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPISubRoute3004NotModified added in v0.15.0

func NewCityBusAPISubRoute3004NotModified() *CityBusAPISubRoute3004NotModified

NewCityBusAPISubRoute3004NotModified creates a CityBusAPISubRoute3004NotModified with default headers values

func (*CityBusAPISubRoute3004NotModified) Error added in v0.15.0

type CityBusAPISubRoute3004OK added in v0.15.0

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

Success

func NewCityBusAPISubRoute3004OK added in v0.15.0

func NewCityBusAPISubRoute3004OK() *CityBusAPISubRoute3004OK

NewCityBusAPISubRoute3004OK creates a CityBusAPISubRoute3004OK with default headers values

func (*CityBusAPISubRoute3004OK) Error added in v0.15.0

func (o *CityBusAPISubRoute3004OK) Error() string

type CityBusAPISubRoute3004Params added in v0.15.0

type CityBusAPISubRoute3004Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPISubRoute3004Params contains all the parameters to send to the API endpoint

for the city bus Api sub route 3004 operation.

Typically these are written to a http.Request.

func NewCityBusAPISubRoute3004Params added in v0.15.0

func NewCityBusAPISubRoute3004Params() *CityBusAPISubRoute3004Params

NewCityBusAPISubRoute3004Params creates a new CityBusAPISubRoute3004Params 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 NewCityBusAPISubRoute3004ParamsWithContext added in v0.15.0

func NewCityBusAPISubRoute3004ParamsWithContext(ctx context.Context) *CityBusAPISubRoute3004Params

NewCityBusAPISubRoute3004ParamsWithContext creates a new CityBusAPISubRoute3004Params object with the ability to set a context for a request.

func NewCityBusAPISubRoute3004ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPISubRoute3004ParamsWithHTTPClient(client *http.Client) *CityBusAPISubRoute3004Params

NewCityBusAPISubRoute3004ParamsWithHTTPClient creates a new CityBusAPISubRoute3004Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPISubRoute3004ParamsWithTimeout added in v0.15.0

func NewCityBusAPISubRoute3004ParamsWithTimeout(timeout time.Duration) *CityBusAPISubRoute3004Params

NewCityBusAPISubRoute3004ParamsWithTimeout creates a new CityBusAPISubRoute3004Params object with the ability to set a timeout on a request.

func (*CityBusAPISubRoute3004Params) SetCity added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetCity(city string)

SetCity adds the city to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDefaults added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api sub route 3004 params (not the query body).

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

func (*CityBusAPISubRoute3004Params) SetDollarCount added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetDollarTop added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetHealth added in v0.15.0

func (o *CityBusAPISubRoute3004Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api sub route 3004 params (not the query body).

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

func (*CityBusAPISubRoute3004Params) WithDollarCount added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarCount(dollarCount *bool) *CityBusAPISubRoute3004Params

WithDollarCount adds the dollarCount to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarFilter(dollarFilter *string) *CityBusAPISubRoute3004Params

WithDollarFilter adds the dollarFilter to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarFormat(dollarFormat string) *CityBusAPISubRoute3004Params

WithDollarFormat adds the dollarFormat to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPISubRoute3004Params

WithDollarOrderby adds the dollarOrderby to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarSelect(dollarSelect *string) *CityBusAPISubRoute3004Params

WithDollarSelect adds the dollarSelect to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarSkip(dollarSkip *string) *CityBusAPISubRoute3004Params

WithDollarSkip adds the dollarSkip to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithDollarTop added in v0.15.0

func (o *CityBusAPISubRoute3004Params) WithDollarTop(dollarTop *int64) *CityBusAPISubRoute3004Params

WithDollarTop adds the dollarTop to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api sub route 3004 params

func (*CityBusAPISubRoute3004Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPISubRoute3004Reader added in v0.15.0

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

CityBusAPISubRoute3004Reader is a Reader for the CityBusAPISubRoute3004 structure.

func (*CityBusAPISubRoute3004Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPISubRoute3004Status299 added in v0.15.0

type CityBusAPISubRoute3004Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPISubRoute3004Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPISubRoute3004Status299 added in v0.15.0

func NewCityBusAPISubRoute3004Status299() *CityBusAPISubRoute3004Status299

NewCityBusAPISubRoute3004Status299 creates a CityBusAPISubRoute3004Status299 with default headers values

func (*CityBusAPISubRoute3004Status299) Error added in v0.15.0

func (*CityBusAPISubRoute3004Status299) GetPayload added in v0.15.0

type CityBusAPIVehicle3021NotModified added in v0.15.0

type CityBusAPIVehicle3021NotModified struct {
}
CityBusAPIVehicle3021NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIVehicle3021NotModified added in v0.15.0

func NewCityBusAPIVehicle3021NotModified() *CityBusAPIVehicle3021NotModified

NewCityBusAPIVehicle3021NotModified creates a CityBusAPIVehicle3021NotModified with default headers values

func (*CityBusAPIVehicle3021NotModified) Error added in v0.15.0

type CityBusAPIVehicle3021OK added in v0.15.0

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

Success

func NewCityBusAPIVehicle3021OK added in v0.15.0

func NewCityBusAPIVehicle3021OK() *CityBusAPIVehicle3021OK

NewCityBusAPIVehicle3021OK creates a CityBusAPIVehicle3021OK with default headers values

func (*CityBusAPIVehicle3021OK) Error added in v0.15.0

func (o *CityBusAPIVehicle3021OK) Error() string

type CityBusAPIVehicle3021Params added in v0.15.0

type CityBusAPIVehicle3021Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIVehicle3021Params contains all the parameters to send to the API endpoint

for the city bus Api vehicle 3021 operation.

Typically these are written to a http.Request.

func NewCityBusAPIVehicle3021Params added in v0.15.0

func NewCityBusAPIVehicle3021Params() *CityBusAPIVehicle3021Params

NewCityBusAPIVehicle3021Params creates a new CityBusAPIVehicle3021Params 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 NewCityBusAPIVehicle3021ParamsWithContext added in v0.15.0

func NewCityBusAPIVehicle3021ParamsWithContext(ctx context.Context) *CityBusAPIVehicle3021Params

NewCityBusAPIVehicle3021ParamsWithContext creates a new CityBusAPIVehicle3021Params object with the ability to set a context for a request.

func NewCityBusAPIVehicle3021ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIVehicle3021ParamsWithHTTPClient(client *http.Client) *CityBusAPIVehicle3021Params

NewCityBusAPIVehicle3021ParamsWithHTTPClient creates a new CityBusAPIVehicle3021Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIVehicle3021ParamsWithTimeout added in v0.15.0

func NewCityBusAPIVehicle3021ParamsWithTimeout(timeout time.Duration) *CityBusAPIVehicle3021Params

NewCityBusAPIVehicle3021ParamsWithTimeout creates a new CityBusAPIVehicle3021Params object with the ability to set a timeout on a request.

func (*CityBusAPIVehicle3021Params) SetCity added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetCity(city string)

SetCity adds the city to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetContext added in v0.15.0

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

SetContext adds the context to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDefaults added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api vehicle 3021 params (not the query body).

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

func (*CityBusAPIVehicle3021Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetHealth added in v0.15.0

func (o *CityBusAPIVehicle3021Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api vehicle 3021 params (not the query body).

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

func (*CityBusAPIVehicle3021Params) WithDollarCount added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarCount(dollarCount *bool) *CityBusAPIVehicle3021Params

WithDollarCount adds the dollarCount to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarFilter(dollarFilter *string) *CityBusAPIVehicle3021Params

WithDollarFilter adds the dollarFilter to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDollarFormat added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarFormat(dollarFormat string) *CityBusAPIVehicle3021Params

WithDollarFormat adds the dollarFormat to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIVehicle3021Params

WithDollarOrderby adds the dollarOrderby to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarSelect(dollarSelect *string) *CityBusAPIVehicle3021Params

WithDollarSelect adds the dollarSelect to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDollarSkip added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarSkip(dollarSkip *string) *CityBusAPIVehicle3021Params

WithDollarSkip adds the dollarSkip to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithDollarTop added in v0.15.0

func (o *CityBusAPIVehicle3021Params) WithDollarTop(dollarTop *int64) *CityBusAPIVehicle3021Params

WithDollarTop adds the dollarTop to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api vehicle 3021 params

func (*CityBusAPIVehicle3021Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIVehicle3021Reader added in v0.15.0

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

CityBusAPIVehicle3021Reader is a Reader for the CityBusAPIVehicle3021 structure.

func (*CityBusAPIVehicle3021Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIVehicle3021Status299 added in v0.15.0

type CityBusAPIVehicle3021Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIVehicle3021Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIVehicle3021Status299 added in v0.15.0

func NewCityBusAPIVehicle3021Status299() *CityBusAPIVehicle3021Status299

NewCityBusAPIVehicle3021Status299 creates a CityBusAPIVehicle3021Status299 with default headers values

func (*CityBusAPIVehicle3021Status299) Error added in v0.15.0

func (*CityBusAPIVehicle3021Status299) GetPayload added in v0.15.0

type CityBusAPIVehicleDepot3022NotModified added in v0.15.0

type CityBusAPIVehicleDepot3022NotModified struct {
}
CityBusAPIVehicleDepot3022NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIVehicleDepot3022NotModified added in v0.15.0

func NewCityBusAPIVehicleDepot3022NotModified() *CityBusAPIVehicleDepot3022NotModified

NewCityBusAPIVehicleDepot3022NotModified creates a CityBusAPIVehicleDepot3022NotModified with default headers values

func (*CityBusAPIVehicleDepot3022NotModified) Error added in v0.15.0

type CityBusAPIVehicleDepot3022OK added in v0.15.0

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

Success

func NewCityBusAPIVehicleDepot3022OK added in v0.15.0

func NewCityBusAPIVehicleDepot3022OK() *CityBusAPIVehicleDepot3022OK

NewCityBusAPIVehicleDepot3022OK creates a CityBusAPIVehicleDepot3022OK with default headers values

func (*CityBusAPIVehicleDepot3022OK) Error added in v0.15.0

type CityBusAPIVehicleDepot3022Params added in v0.15.0

type CityBusAPIVehicleDepot3022Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIVehicleDepot3022Params contains all the parameters to send to the API endpoint

for the city bus Api vehicle depot 3022 operation.

Typically these are written to a http.Request.

func NewCityBusAPIVehicleDepot3022Params added in v0.15.0

func NewCityBusAPIVehicleDepot3022Params() *CityBusAPIVehicleDepot3022Params

NewCityBusAPIVehicleDepot3022Params creates a new CityBusAPIVehicleDepot3022Params 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 NewCityBusAPIVehicleDepot3022ParamsWithContext added in v0.15.0

func NewCityBusAPIVehicleDepot3022ParamsWithContext(ctx context.Context) *CityBusAPIVehicleDepot3022Params

NewCityBusAPIVehicleDepot3022ParamsWithContext creates a new CityBusAPIVehicleDepot3022Params object with the ability to set a context for a request.

func NewCityBusAPIVehicleDepot3022ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIVehicleDepot3022ParamsWithHTTPClient(client *http.Client) *CityBusAPIVehicleDepot3022Params

NewCityBusAPIVehicleDepot3022ParamsWithHTTPClient creates a new CityBusAPIVehicleDepot3022Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIVehicleDepot3022ParamsWithTimeout added in v0.15.0

func NewCityBusAPIVehicleDepot3022ParamsWithTimeout(timeout time.Duration) *CityBusAPIVehicleDepot3022Params

NewCityBusAPIVehicleDepot3022ParamsWithTimeout creates a new CityBusAPIVehicleDepot3022Params object with the ability to set a timeout on a request.

func (*CityBusAPIVehicleDepot3022Params) SetCity added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetCity(city string)

SetCity adds the city to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDefaults added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api vehicle depot 3022 params (not the query body).

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

func (*CityBusAPIVehicleDepot3022Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetHealth added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api vehicle depot 3022 params (not the query body).

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

func (*CityBusAPIVehicleDepot3022Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) WithDollarFilter(dollarFilter *string) *CityBusAPIVehicleDepot3022Params

WithDollarFilter adds the dollarFilter to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIVehicleDepot3022Params

WithDollarOrderby adds the dollarOrderby to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIVehicleDepot3022Params) WithDollarSelect(dollarSelect *string) *CityBusAPIVehicleDepot3022Params

WithDollarSelect adds the dollarSelect to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api vehicle depot 3022 params

func (*CityBusAPIVehicleDepot3022Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIVehicleDepot3022Reader added in v0.15.0

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

CityBusAPIVehicleDepot3022Reader is a Reader for the CityBusAPIVehicleDepot3022 structure.

func (*CityBusAPIVehicleDepot3022Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIVehicleDepot3022Status299 added in v0.15.0

type CityBusAPIVehicleDepot3022Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIVehicleDepot3022Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIVehicleDepot3022Status299 added in v0.15.0

func NewCityBusAPIVehicleDepot3022Status299() *CityBusAPIVehicleDepot3022Status299

NewCityBusAPIVehicleDepot3022Status299 creates a CityBusAPIVehicleDepot3022Status299 with default headers values

func (*CityBusAPIVehicleDepot3022Status299) Error added in v0.15.0

func (*CityBusAPIVehicleDepot3022Status299) GetPayload added in v0.15.0

type CityBusAPIVehicleRoute3023NotModified added in v0.15.0

type CityBusAPIVehicleRoute3023NotModified struct {
}
CityBusAPIVehicleRoute3023NotModified describes a response with status code 304, with default header values.

服務端會在Response加上Last-Modified header,表示最近的更新時間。客戶端能利用此時間,於Request加上If-Modified-Since header,若沒有更新,服務端會回應304 StatusCode且空值Content

func NewCityBusAPIVehicleRoute3023NotModified added in v0.15.0

func NewCityBusAPIVehicleRoute3023NotModified() *CityBusAPIVehicleRoute3023NotModified

NewCityBusAPIVehicleRoute3023NotModified creates a CityBusAPIVehicleRoute3023NotModified with default headers values

func (*CityBusAPIVehicleRoute3023NotModified) Error added in v0.15.0

type CityBusAPIVehicleRoute3023OK added in v0.15.0

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

Success

func NewCityBusAPIVehicleRoute3023OK added in v0.15.0

func NewCityBusAPIVehicleRoute3023OK() *CityBusAPIVehicleRoute3023OK

NewCityBusAPIVehicleRoute3023OK creates a CityBusAPIVehicleRoute3023OK with default headers values

func (*CityBusAPIVehicleRoute3023OK) Error added in v0.15.0

type CityBusAPIVehicleRoute3023Params added in v0.15.0

type CityBusAPIVehicleRoute3023Params struct {

	/* DollarCount.

	   查詢數量
	*/
	DollarCount *bool

	/* DollarFilter.

	   過濾
	*/
	DollarFilter *string

	/* DollarFormat.

	   指定來源格式
	*/
	DollarFormat string

	/* DollarOrderby.

	   排序
	*/
	DollarOrderby *string

	/* DollarSelect.

	   挑選
	*/
	DollarSelect *string

	/* DollarSkip.

	   跳過前幾筆
	*/
	DollarSkip *string

	/* DollarTop.

	   取前幾筆

	   Default: 30
	*/
	DollarTop *int64

	/* City.

	   縣市
	*/
	City string

	/* Health.

	   加入參數'?health=true'即可查詢此API服務的健康狀態
	*/
	Health *string

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

CityBusAPIVehicleRoute3023Params contains all the parameters to send to the API endpoint

for the city bus Api vehicle route 3023 operation.

Typically these are written to a http.Request.

func NewCityBusAPIVehicleRoute3023Params added in v0.15.0

func NewCityBusAPIVehicleRoute3023Params() *CityBusAPIVehicleRoute3023Params

NewCityBusAPIVehicleRoute3023Params creates a new CityBusAPIVehicleRoute3023Params 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 NewCityBusAPIVehicleRoute3023ParamsWithContext added in v0.15.0

func NewCityBusAPIVehicleRoute3023ParamsWithContext(ctx context.Context) *CityBusAPIVehicleRoute3023Params

NewCityBusAPIVehicleRoute3023ParamsWithContext creates a new CityBusAPIVehicleRoute3023Params object with the ability to set a context for a request.

func NewCityBusAPIVehicleRoute3023ParamsWithHTTPClient added in v0.15.0

func NewCityBusAPIVehicleRoute3023ParamsWithHTTPClient(client *http.Client) *CityBusAPIVehicleRoute3023Params

NewCityBusAPIVehicleRoute3023ParamsWithHTTPClient creates a new CityBusAPIVehicleRoute3023Params object with the ability to set a custom HTTPClient for a request.

func NewCityBusAPIVehicleRoute3023ParamsWithTimeout added in v0.15.0

func NewCityBusAPIVehicleRoute3023ParamsWithTimeout(timeout time.Duration) *CityBusAPIVehicleRoute3023Params

NewCityBusAPIVehicleRoute3023ParamsWithTimeout creates a new CityBusAPIVehicleRoute3023Params object with the ability to set a timeout on a request.

func (*CityBusAPIVehicleRoute3023Params) SetCity added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetCity(city string)

SetCity adds the city to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetContext added in v0.15.0

SetContext adds the context to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDefaults added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDefaults()

SetDefaults hydrates default values in the city bus Api vehicle route 3023 params (not the query body).

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

func (*CityBusAPIVehicleRoute3023Params) SetDollarCount added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDollarFilter added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDollarFormat added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarFormat(dollarFormat string)

SetDollarFormat adds the dollarFormat to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDollarOrderby added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDollarSelect added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDollarSkip added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarSkip(dollarSkip *string)

SetDollarSkip adds the dollarSkip to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetDollarTop added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetHTTPClient added in v0.15.0

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

SetHTTPClient adds the HTTPClient to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetHealth added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) SetHealth(health *string)

SetHealth adds the health to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) SetTimeout added in v0.15.0

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

SetTimeout adds the timeout to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithCity added in v0.15.0

WithCity adds the city to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithContext added in v0.15.0

WithContext adds the context to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDefaults added in v0.15.0

WithDefaults hydrates default values in the city bus Api vehicle route 3023 params (not the query body).

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

func (*CityBusAPIVehicleRoute3023Params) WithDollarCount added in v0.15.0

WithDollarCount adds the dollarCount to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDollarFilter added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) WithDollarFilter(dollarFilter *string) *CityBusAPIVehicleRoute3023Params

WithDollarFilter adds the dollarFilter to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDollarFormat added in v0.15.0

WithDollarFormat adds the dollarFormat to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDollarOrderby added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) WithDollarOrderby(dollarOrderby *string) *CityBusAPIVehicleRoute3023Params

WithDollarOrderby adds the dollarOrderby to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDollarSelect added in v0.15.0

func (o *CityBusAPIVehicleRoute3023Params) WithDollarSelect(dollarSelect *string) *CityBusAPIVehicleRoute3023Params

WithDollarSelect adds the dollarSelect to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDollarSkip added in v0.15.0

WithDollarSkip adds the dollarSkip to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithDollarTop added in v0.15.0

WithDollarTop adds the dollarTop to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithHTTPClient added in v0.15.0

WithHTTPClient adds the HTTPClient to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithHealth added in v0.15.0

WithHealth adds the health to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WithTimeout added in v0.15.0

WithTimeout adds the timeout to the city bus Api vehicle route 3023 params

func (*CityBusAPIVehicleRoute3023Params) WriteToRequest added in v0.15.0

WriteToRequest writes these params to a swagger request

type CityBusAPIVehicleRoute3023Reader added in v0.15.0

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

CityBusAPIVehicleRoute3023Reader is a Reader for the CityBusAPIVehicleRoute3023 structure.

func (*CityBusAPIVehicleRoute3023Reader) ReadResponse added in v0.15.0

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

ReadResponse reads a server response into the received o.

type CityBusAPIVehicleRoute3023Status299 added in v0.15.0

type CityBusAPIVehicleRoute3023Status299 struct {
	Payload *models.PTXServiceDTOSharedSpecificationV3BaseDisplayHealth
}
CityBusAPIVehicleRoute3023Status299 describes a response with status code 299, with default header values.

加入參數'?health=true'即可查詢此API服務的健康狀態

func NewCityBusAPIVehicleRoute3023Status299 added in v0.15.0

func NewCityBusAPIVehicleRoute3023Status299() *CityBusAPIVehicleRoute3023Status299

NewCityBusAPIVehicleRoute3023Status299 creates a CityBusAPIVehicleRoute3023Status299 with default headers values

func (*CityBusAPIVehicleRoute3023Status299) Error added in v0.15.0

func (*CityBusAPIVehicleRoute3023Status299) GetPayload added in v0.15.0

type Client

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

Client for city bus API

func (*Client) CityBusAPIAlert3018 added in v0.15.0

CityBusAPIAlert3018 取得指定s 縣市 的公車通阻資料

市區公車之公車通阻資料

func (*Client) CityBusAPIDailyTimeTable3011 added in v0.15.0

CityBusAPIDailyTimeTable3011 取得指定s 縣市 的市區公車每日營運時刻表

func (*Client) CityBusAPIDepot3006 added in v0.15.0

CityBusAPIDepot3006 取得指定s 縣市 的市區公車行駛路線之營業所的資料

func (*Client) CityBusAPIDisplayStopOfRoute3008 added in v0.15.0

CityBusAPIDisplayStopOfRoute3008 取得指定s 縣市 的市區公車顯示用路線站序資料

func (*Client) CityBusAPIEstimatedTimeOfArrival3017 added in v0.15.0

CityBusAPIEstimatedTimeOfArrival3017 取得指定s 縣市 的公車預估到站資料 n1

[部分縣市] 當 StopStatus = 1(尚未發車) 且 EstimateTime > 0 (有值) 的情形, 屬正常情形, 雖目前尚未發車, 但提供EstimateTime值為預計多久後開始發車之時間

func (*Client) CityBusAPIEstimatedTimeOfArrival30171 added in v0.15.0

CityBusAPIEstimatedTimeOfArrival30171 取得指定s 縣市 路線名稱 的公車預估到站資料 n1

[部分縣市] 當 StopStatus = 1(尚未發車) 且 EstimateTime > 0 (有值) 的情形, 屬正常情形, 雖目前尚未發車, 但提供EstimateTime值為預計多久後開始發車之時間

func (*Client) CityBusAPIFirstLastTripInfo3005 added in v0.15.0

CityBusAPIFirstLastTripInfo3005 取得指定s 縣市 的市區公車路線定期首末班車資料

func (*Client) CityBusAPINetwork3000 added in v0.15.0

CityBusAPINetwork3000 取得指定s 縣市 的市區公車路網資料

func (*Client) CityBusAPINews3019 added in v0.15.0

CityBusAPINews3019 取得指定s 縣市 的公車最新消息

市區公車之最新消息

func (*Client) CityBusAPIOperator3020 added in v0.15.0

CityBusAPIOperator3020 取得指定s 縣市 的市區公車營運業者資料

func (*Client) CityBusAPIRealTimeByFrequency3015 added in v0.15.0

CityBusAPIRealTimeByFrequency3015 取得指定s 縣市 的公車動態定時資料 a1

市區公車之定時資料(A1)

func (*Client) CityBusAPIRealTimeByFrequency30151 added in v0.15.0

CityBusAPIRealTimeByFrequency30151 取得指定s 縣市 路線名稱 的公車動態定時資料 a1

市區公車之定時資料(A1)

func (*Client) CityBusAPIRealTimeNearStop3016 added in v0.15.0

CityBusAPIRealTimeNearStop3016 取得指定s 縣市 的公車動態定點資料 a2

市區公車之定點資料(A2)

func (*Client) CityBusAPIRealTimeNearStop30161 added in v0.15.0

CityBusAPIRealTimeNearStop30161 取得指定s 縣市 路線名稱 的公車動態定點資料 a2

市區公車之定點資料(A2)

func (*Client) CityBusAPIRoute3003 added in v0.15.0

CityBusAPIRoute3003 取得指定s 縣市 的市區公車路線資料

市區公車之路線資料

func (*Client) CityBusAPIRouteFare3009 added in v0.15.0

CityBusAPIRouteFare3009 取得指定s 縣市 的市區公車路線票價資料

func (*Client) CityBusAPIRouteNetwork3025 added in v0.15.0

CityBusAPIRouteNetwork3025 取得指定s 縣市 的市區公車路線網路拓撲資料

func (*Client) CityBusAPIS2STravelTime3026 added in v0.15.0

CityBusAPIS2STravelTime3026 取得指定s 縣市 的市區公車路線站間旅行時間基本資料

func (*Client) CityBusAPISchedule3010 added in v0.15.0

CityBusAPISchedule3010 取得指定s 縣市 的市區公車定期營運班表

func (*Client) CityBusAPIShape3024 added in v0.15.0

CityBusAPIShape3024 取得指定s 縣市 的市區公車空間線型資料

func (*Client) CityBusAPIStation3002 added in v0.15.0

CityBusAPIStation3002 取得指定s 縣市 的市區公車站位資料

func (*Client) CityBusAPIStop3001 added in v0.15.0

CityBusAPIStop3001 取得指定s 縣市 的市區公車站牌資料

func (*Client) CityBusAPIStopOfRoute3007 added in v0.15.0

CityBusAPIStopOfRoute3007 取得指定s 縣市 的市區公車路線站序資料

市區公車之路線站序資料

func (*Client) CityBusAPISubRoute3004 added in v0.15.0

CityBusAPISubRoute3004 取得指定s 縣市 的市區公車附屬路線資料

市區公車之附屬路線資料

func (*Client) CityBusAPIVehicle3021 added in v0.15.0

CityBusAPIVehicle3021 取得指定s 縣市 的市區公車車輛基本資料

func (*Client) CityBusAPIVehicleDepot3022 added in v0.15.0

CityBusAPIVehicleDepot3022 取得指定s 縣市 的市區公車車輛所屬的營業站基本資料

func (*Client) CityBusAPIVehicleRoute3023 added in v0.15.0

CityBusAPIVehicleRoute3023 取得指定s 縣市 的市區公車車輛所屬路線資料

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.11.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.5.0

type ClientService interface {
	CityBusAPIAlert3018(params *CityBusAPIAlert3018Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIAlert3018OK, *CityBusAPIAlert3018Status299, error)

	CityBusAPIDailyTimeTable3011(params *CityBusAPIDailyTimeTable3011Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIDailyTimeTable3011OK, *CityBusAPIDailyTimeTable3011Status299, error)

	CityBusAPIDepot3006(params *CityBusAPIDepot3006Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIDepot3006OK, *CityBusAPIDepot3006Status299, error)

	CityBusAPIDisplayStopOfRoute3008(params *CityBusAPIDisplayStopOfRoute3008Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIDisplayStopOfRoute3008OK, *CityBusAPIDisplayStopOfRoute3008Status299, error)

	CityBusAPIEstimatedTimeOfArrival3017(params *CityBusAPIEstimatedTimeOfArrival3017Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIEstimatedTimeOfArrival3017OK, *CityBusAPIEstimatedTimeOfArrival3017Status299, error)

	CityBusAPIEstimatedTimeOfArrival30171(params *CityBusAPIEstimatedTimeOfArrival30171Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIEstimatedTimeOfArrival30171OK, *CityBusAPIEstimatedTimeOfArrival30171Status299, error)

	CityBusAPIFirstLastTripInfo3005(params *CityBusAPIFirstLastTripInfo3005Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIFirstLastTripInfo3005OK, *CityBusAPIFirstLastTripInfo3005Status299, error)

	CityBusAPINetwork3000(params *CityBusAPINetwork3000Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPINetwork3000OK, *CityBusAPINetwork3000Status299, error)

	CityBusAPINews3019(params *CityBusAPINews3019Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPINews3019OK, *CityBusAPINews3019Status299, error)

	CityBusAPIOperator3020(params *CityBusAPIOperator3020Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIOperator3020OK, *CityBusAPIOperator3020Status299, error)

	CityBusAPIRealTimeByFrequency3015(params *CityBusAPIRealTimeByFrequency3015Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRealTimeByFrequency3015OK, *CityBusAPIRealTimeByFrequency3015Status299, error)

	CityBusAPIRealTimeByFrequency30151(params *CityBusAPIRealTimeByFrequency30151Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRealTimeByFrequency30151OK, *CityBusAPIRealTimeByFrequency30151Status299, error)

	CityBusAPIRealTimeNearStop3016(params *CityBusAPIRealTimeNearStop3016Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRealTimeNearStop3016OK, *CityBusAPIRealTimeNearStop3016Status299, error)

	CityBusAPIRealTimeNearStop30161(params *CityBusAPIRealTimeNearStop30161Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRealTimeNearStop30161OK, *CityBusAPIRealTimeNearStop30161Status299, error)

	CityBusAPIRouteFare3009(params *CityBusAPIRouteFare3009Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRouteFare3009OK, *CityBusAPIRouteFare3009Status299, error)

	CityBusAPIRouteNetwork3025(params *CityBusAPIRouteNetwork3025Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRouteNetwork3025OK, *CityBusAPIRouteNetwork3025Status299, error)

	CityBusAPIRoute3003(params *CityBusAPIRoute3003Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIRoute3003OK, *CityBusAPIRoute3003Status299, error)

	CityBusAPIS2STravelTime3026(params *CityBusAPIS2STravelTime3026Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIS2STravelTime3026OK, *CityBusAPIS2STravelTime3026Status299, error)

	CityBusAPISchedule3010(params *CityBusAPISchedule3010Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPISchedule3010OK, *CityBusAPISchedule3010Status299, error)

	CityBusAPIShape3024(params *CityBusAPIShape3024Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIShape3024OK, *CityBusAPIShape3024Status299, error)

	CityBusAPIStation3002(params *CityBusAPIStation3002Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIStation3002OK, *CityBusAPIStation3002Status299, error)

	CityBusAPIStopOfRoute3007(params *CityBusAPIStopOfRoute3007Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIStopOfRoute3007OK, *CityBusAPIStopOfRoute3007Status299, error)

	CityBusAPIStop3001(params *CityBusAPIStop3001Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIStop3001OK, *CityBusAPIStop3001Status299, error)

	CityBusAPISubRoute3004(params *CityBusAPISubRoute3004Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPISubRoute3004OK, *CityBusAPISubRoute3004Status299, error)

	CityBusAPIVehicleDepot3022(params *CityBusAPIVehicleDepot3022Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIVehicleDepot3022OK, *CityBusAPIVehicleDepot3022Status299, error)

	CityBusAPIVehicleRoute3023(params *CityBusAPIVehicleRoute3023Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIVehicleRoute3023OK, *CityBusAPIVehicleRoute3023Status299, error)

	CityBusAPIVehicle3021(params *CityBusAPIVehicle3021Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CityBusAPIVehicle3021OK, *CityBusAPIVehicle3021Status299, 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 city bus API client.

Source Files

Jump to

Keyboard shortcuts

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