Versions in this module Expand all Collapse all v0 v0.1.1 Aug 27, 2021 v0.1.0 Aug 26, 2021 Changes in this version + type AssetsItems0 struct + AssetID interface{} + AssetNo interface{} + Name interface{} + SerialNo interface{} + Type interface{} + func (o *AssetsItems0) MarshalBinary() ([]byte, error) + func (o *AssetsItems0) UnmarshalBinary(b []byte) error + func (o *AssetsItems0) Validate(formats strfmt.Registry) error + type Client struct + func (a *Client) DeleteAssetsRoom(params *DeleteAssetsRoomParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAssetsRoomOK, error) + func (a *Client) DeleteDeviceRoom(params *DeleteDeviceRoomParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeviceRoomOK, error) + func (a *Client) DeleteRoomsID(params *DeleteRoomsIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRoomsIDOK, error) + func (a *Client) GetRooms(params *GetRoomsParams, authInfo runtime.ClientAuthInfoWriter) (*GetRoomsOK, error) + func (a *Client) GetRoomsID(params *GetRoomsIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetRoomsIDOK, error) + func (a *Client) PostAssetsRoom(params *PostAssetsRoomParams, authInfo runtime.ClientAuthInfoWriter) (*PostAssetsRoomOK, error) + func (a *Client) PostDeviceRoom(params *PostDeviceRoomParams, authInfo runtime.ClientAuthInfoWriter) (*PostDeviceRoomOK, error) + func (a *Client) PostRooms(params *PostRoomsParams, authInfo runtime.ClientAuthInfoWriter) (*PostRoomsOK, error) + func (a *Client) PutCustomFieldsRoom(params *PutCustomFieldsRoomParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomFieldsRoomOK, error) + func (a *Client) PutRoomsID(params *PutRoomsIDParams, authInfo runtime.ClientAuthInfoWriter) (*PutRoomsIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeleteAssetsRoom func(params *DeleteAssetsRoomParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAssetsRoomOK, error) + DeleteDeviceRoom func(params *DeleteDeviceRoomParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeviceRoomOK, error) + DeleteRoomsID func(params *DeleteRoomsIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRoomsIDOK, error) + GetRooms func(params *GetRoomsParams, authInfo runtime.ClientAuthInfoWriter) (*GetRoomsOK, error) + GetRoomsID func(params *GetRoomsIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetRoomsIDOK, error) + PostAssetsRoom func(params *PostAssetsRoomParams, authInfo runtime.ClientAuthInfoWriter) (*PostAssetsRoomOK, error) + PostDeviceRoom func(params *PostDeviceRoomParams, authInfo runtime.ClientAuthInfoWriter) (*PostDeviceRoomOK, error) + PostRooms func(params *PostRoomsParams, authInfo runtime.ClientAuthInfoWriter) (*PostRoomsOK, error) + PutCustomFieldsRoom func(params *PutCustomFieldsRoomParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomFieldsRoomOK, error) + PutRoomsID func(params *PutRoomsIDParams, authInfo runtime.ClientAuthInfoWriter) (*PutRoomsIDOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteAssetsRoomBadRequest struct + func NewDeleteAssetsRoomBadRequest() *DeleteAssetsRoomBadRequest + func (o *DeleteAssetsRoomBadRequest) Error() string + type DeleteAssetsRoomForbidden struct + func NewDeleteAssetsRoomForbidden() *DeleteAssetsRoomForbidden + func (o *DeleteAssetsRoomForbidden) Error() string + type DeleteAssetsRoomGone struct + func NewDeleteAssetsRoomGone() *DeleteAssetsRoomGone + func (o *DeleteAssetsRoomGone) Error() string + type DeleteAssetsRoomInternalServerError struct + func NewDeleteAssetsRoomInternalServerError() *DeleteAssetsRoomInternalServerError + func (o *DeleteAssetsRoomInternalServerError) Error() string + type DeleteAssetsRoomMethodNotAllowed struct + func NewDeleteAssetsRoomMethodNotAllowed() *DeleteAssetsRoomMethodNotAllowed + func (o *DeleteAssetsRoomMethodNotAllowed) Error() string + type DeleteAssetsRoomNotFound struct + func NewDeleteAssetsRoomNotFound() *DeleteAssetsRoomNotFound + func (o *DeleteAssetsRoomNotFound) Error() string + type DeleteAssetsRoomOK struct + Payload *DeleteAssetsRoomOKBody + func NewDeleteAssetsRoomOK() *DeleteAssetsRoomOK + func (o *DeleteAssetsRoomOK) Error() string + func (o *DeleteAssetsRoomOK) GetPayload() *DeleteAssetsRoomOKBody + type DeleteAssetsRoomOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteAssetsRoomOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteAssetsRoomOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteAssetsRoomOKBody) Validate(formats strfmt.Registry) error + type DeleteAssetsRoomParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteAssetsRoomParams() *DeleteAssetsRoomParams + func NewDeleteAssetsRoomParamsWithContext(ctx context.Context) *DeleteAssetsRoomParams + func NewDeleteAssetsRoomParamsWithHTTPClient(client *http.Client) *DeleteAssetsRoomParams + func NewDeleteAssetsRoomParamsWithTimeout(timeout time.Duration) *DeleteAssetsRoomParams + func (o *DeleteAssetsRoomParams) SetContext(ctx context.Context) + func (o *DeleteAssetsRoomParams) SetHTTPClient(client *http.Client) + func (o *DeleteAssetsRoomParams) SetID(id int64) + func (o *DeleteAssetsRoomParams) SetTimeout(timeout time.Duration) + func (o *DeleteAssetsRoomParams) WithContext(ctx context.Context) *DeleteAssetsRoomParams + func (o *DeleteAssetsRoomParams) WithHTTPClient(client *http.Client) *DeleteAssetsRoomParams + func (o *DeleteAssetsRoomParams) WithID(id int64) *DeleteAssetsRoomParams + func (o *DeleteAssetsRoomParams) WithTimeout(timeout time.Duration) *DeleteAssetsRoomParams + func (o *DeleteAssetsRoomParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAssetsRoomReader struct + func (o *DeleteAssetsRoomReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAssetsRoomServiceUnavailable struct + func NewDeleteAssetsRoomServiceUnavailable() *DeleteAssetsRoomServiceUnavailable + func (o *DeleteAssetsRoomServiceUnavailable) Error() string + type DeleteAssetsRoomUnauthorized struct + func NewDeleteAssetsRoomUnauthorized() *DeleteAssetsRoomUnauthorized + func (o *DeleteAssetsRoomUnauthorized) Error() string + type DeleteDeviceRoomBadRequest struct + func NewDeleteDeviceRoomBadRequest() *DeleteDeviceRoomBadRequest + func (o *DeleteDeviceRoomBadRequest) Error() string + type DeleteDeviceRoomForbidden struct + func NewDeleteDeviceRoomForbidden() *DeleteDeviceRoomForbidden + func (o *DeleteDeviceRoomForbidden) Error() string + type DeleteDeviceRoomGone struct + func NewDeleteDeviceRoomGone() *DeleteDeviceRoomGone + func (o *DeleteDeviceRoomGone) Error() string + type DeleteDeviceRoomInternalServerError struct + func NewDeleteDeviceRoomInternalServerError() *DeleteDeviceRoomInternalServerError + func (o *DeleteDeviceRoomInternalServerError) Error() string + type DeleteDeviceRoomMethodNotAllowed struct + func NewDeleteDeviceRoomMethodNotAllowed() *DeleteDeviceRoomMethodNotAllowed + func (o *DeleteDeviceRoomMethodNotAllowed) Error() string + type DeleteDeviceRoomNotFound struct + func NewDeleteDeviceRoomNotFound() *DeleteDeviceRoomNotFound + func (o *DeleteDeviceRoomNotFound) Error() string + type DeleteDeviceRoomOK struct + Payload *DeleteDeviceRoomOKBody + func NewDeleteDeviceRoomOK() *DeleteDeviceRoomOK + func (o *DeleteDeviceRoomOK) Error() string + func (o *DeleteDeviceRoomOK) GetPayload() *DeleteDeviceRoomOKBody + type DeleteDeviceRoomOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteDeviceRoomOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteDeviceRoomOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteDeviceRoomOKBody) Validate(formats strfmt.Registry) error + type DeleteDeviceRoomParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteDeviceRoomParams() *DeleteDeviceRoomParams + func NewDeleteDeviceRoomParamsWithContext(ctx context.Context) *DeleteDeviceRoomParams + func NewDeleteDeviceRoomParamsWithHTTPClient(client *http.Client) *DeleteDeviceRoomParams + func NewDeleteDeviceRoomParamsWithTimeout(timeout time.Duration) *DeleteDeviceRoomParams + func (o *DeleteDeviceRoomParams) SetContext(ctx context.Context) + func (o *DeleteDeviceRoomParams) SetHTTPClient(client *http.Client) + func (o *DeleteDeviceRoomParams) SetID(id int64) + func (o *DeleteDeviceRoomParams) SetTimeout(timeout time.Duration) + func (o *DeleteDeviceRoomParams) WithContext(ctx context.Context) *DeleteDeviceRoomParams + func (o *DeleteDeviceRoomParams) WithHTTPClient(client *http.Client) *DeleteDeviceRoomParams + func (o *DeleteDeviceRoomParams) WithID(id int64) *DeleteDeviceRoomParams + func (o *DeleteDeviceRoomParams) WithTimeout(timeout time.Duration) *DeleteDeviceRoomParams + func (o *DeleteDeviceRoomParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDeviceRoomReader struct + func (o *DeleteDeviceRoomReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteDeviceRoomServiceUnavailable struct + func NewDeleteDeviceRoomServiceUnavailable() *DeleteDeviceRoomServiceUnavailable + func (o *DeleteDeviceRoomServiceUnavailable) Error() string + type DeleteDeviceRoomUnauthorized struct + func NewDeleteDeviceRoomUnauthorized() *DeleteDeviceRoomUnauthorized + func (o *DeleteDeviceRoomUnauthorized) Error() string + type DeleteRoomsIDBadRequest struct + func NewDeleteRoomsIDBadRequest() *DeleteRoomsIDBadRequest + func (o *DeleteRoomsIDBadRequest) Error() string + type DeleteRoomsIDForbidden struct + func NewDeleteRoomsIDForbidden() *DeleteRoomsIDForbidden + func (o *DeleteRoomsIDForbidden) Error() string + type DeleteRoomsIDGone struct + func NewDeleteRoomsIDGone() *DeleteRoomsIDGone + func (o *DeleteRoomsIDGone) Error() string + type DeleteRoomsIDInternalServerError struct + func NewDeleteRoomsIDInternalServerError() *DeleteRoomsIDInternalServerError + func (o *DeleteRoomsIDInternalServerError) Error() string + type DeleteRoomsIDMethodNotAllowed struct + func NewDeleteRoomsIDMethodNotAllowed() *DeleteRoomsIDMethodNotAllowed + func (o *DeleteRoomsIDMethodNotAllowed) Error() string + type DeleteRoomsIDNotFound struct + func NewDeleteRoomsIDNotFound() *DeleteRoomsIDNotFound + func (o *DeleteRoomsIDNotFound) Error() string + type DeleteRoomsIDOK struct + Payload *DeleteRoomsIDOKBody + func NewDeleteRoomsIDOK() *DeleteRoomsIDOK + func (o *DeleteRoomsIDOK) Error() string + func (o *DeleteRoomsIDOK) GetPayload() *DeleteRoomsIDOKBody + type DeleteRoomsIDOKBody struct + Deleted interface{} + ID interface{} + func (o *DeleteRoomsIDOKBody) MarshalBinary() ([]byte, error) + func (o *DeleteRoomsIDOKBody) UnmarshalBinary(b []byte) error + func (o *DeleteRoomsIDOKBody) Validate(formats strfmt.Registry) error + type DeleteRoomsIDParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteRoomsIDParams() *DeleteRoomsIDParams + func NewDeleteRoomsIDParamsWithContext(ctx context.Context) *DeleteRoomsIDParams + func NewDeleteRoomsIDParamsWithHTTPClient(client *http.Client) *DeleteRoomsIDParams + func NewDeleteRoomsIDParamsWithTimeout(timeout time.Duration) *DeleteRoomsIDParams + func (o *DeleteRoomsIDParams) SetContext(ctx context.Context) + func (o *DeleteRoomsIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteRoomsIDParams) SetID(id int64) + func (o *DeleteRoomsIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteRoomsIDParams) WithContext(ctx context.Context) *DeleteRoomsIDParams + func (o *DeleteRoomsIDParams) WithHTTPClient(client *http.Client) *DeleteRoomsIDParams + func (o *DeleteRoomsIDParams) WithID(id int64) *DeleteRoomsIDParams + func (o *DeleteRoomsIDParams) WithTimeout(timeout time.Duration) *DeleteRoomsIDParams + func (o *DeleteRoomsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteRoomsIDReader struct + func (o *DeleteRoomsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteRoomsIDServiceUnavailable struct + func NewDeleteRoomsIDServiceUnavailable() *DeleteRoomsIDServiceUnavailable + func (o *DeleteRoomsIDServiceUnavailable) Error() string + type DeleteRoomsIDUnauthorized struct + func NewDeleteRoomsIDUnauthorized() *DeleteRoomsIDUnauthorized + func (o *DeleteRoomsIDUnauthorized) Error() string + type DevicesItems0 struct + Device *DevicesItems0Device + func (o *DevicesItems0) MarshalBinary() ([]byte, error) + func (o *DevicesItems0) UnmarshalBinary(b []byte) error + func (o *DevicesItems0) Validate(formats strfmt.Registry) error + type DevicesItems0Device struct + AssetNo interface{} + DeviceID interface{} + DeviceURL interface{} + Name interface{} + SerialNo interface{} + Type interface{} + UUID interface{} + func (o *DevicesItems0Device) MarshalBinary() ([]byte, error) + func (o *DevicesItems0Device) UnmarshalBinary(b []byte) error + func (o *DevicesItems0Device) Validate(formats strfmt.Registry) error + type GetRoomsBadRequest struct + func NewGetRoomsBadRequest() *GetRoomsBadRequest + func (o *GetRoomsBadRequest) Error() string + type GetRoomsForbidden struct + func NewGetRoomsForbidden() *GetRoomsForbidden + func (o *GetRoomsForbidden) Error() string + type GetRoomsGone struct + func NewGetRoomsGone() *GetRoomsGone + func (o *GetRoomsGone) Error() string + type GetRoomsIDBadRequest struct + func NewGetRoomsIDBadRequest() *GetRoomsIDBadRequest + func (o *GetRoomsIDBadRequest) Error() string + type GetRoomsIDForbidden struct + func NewGetRoomsIDForbidden() *GetRoomsIDForbidden + func (o *GetRoomsIDForbidden) Error() string + type GetRoomsIDGone struct + func NewGetRoomsIDGone() *GetRoomsIDGone + func (o *GetRoomsIDGone) Error() string + type GetRoomsIDInternalServerError struct + func NewGetRoomsIDInternalServerError() *GetRoomsIDInternalServerError + func (o *GetRoomsIDInternalServerError) Error() string + type GetRoomsIDMethodNotAllowed struct + func NewGetRoomsIDMethodNotAllowed() *GetRoomsIDMethodNotAllowed + func (o *GetRoomsIDMethodNotAllowed) Error() string + type GetRoomsIDNotFound struct + func NewGetRoomsIDNotFound() *GetRoomsIDNotFound + func (o *GetRoomsIDNotFound) Error() string + type GetRoomsIDOK struct + Payload *GetRoomsIDOKBody + func NewGetRoomsIDOK() *GetRoomsIDOK + func (o *GetRoomsIDOK) Error() string + func (o *GetRoomsIDOK) GetPayload() *GetRoomsIDOKBody + type GetRoomsIDOKBody struct + Assets []*AssetsItems0 + Building interface{} + BuildingID interface{} + Devices []*DevicesItems0 + GridCols interface{} + GridRows interface{} + Name interface{} + Notes interface{} + Racks []*models.RoomsRacks + ReverseXaxis interface{} + ReverseYaxis interface{} + RoomID interface{} + func (o *GetRoomsIDOKBody) MarshalBinary() ([]byte, error) + func (o *GetRoomsIDOKBody) UnmarshalBinary(b []byte) error + func (o *GetRoomsIDOKBody) Validate(formats strfmt.Registry) error + type GetRoomsIDParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetRoomsIDParams() *GetRoomsIDParams + func NewGetRoomsIDParamsWithContext(ctx context.Context) *GetRoomsIDParams + func NewGetRoomsIDParamsWithHTTPClient(client *http.Client) *GetRoomsIDParams + func NewGetRoomsIDParamsWithTimeout(timeout time.Duration) *GetRoomsIDParams + func (o *GetRoomsIDParams) SetContext(ctx context.Context) + func (o *GetRoomsIDParams) SetHTTPClient(client *http.Client) + func (o *GetRoomsIDParams) SetID(id int64) + func (o *GetRoomsIDParams) SetTimeout(timeout time.Duration) + func (o *GetRoomsIDParams) WithContext(ctx context.Context) *GetRoomsIDParams + func (o *GetRoomsIDParams) WithHTTPClient(client *http.Client) *GetRoomsIDParams + func (o *GetRoomsIDParams) WithID(id int64) *GetRoomsIDParams + func (o *GetRoomsIDParams) WithTimeout(timeout time.Duration) *GetRoomsIDParams + func (o *GetRoomsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRoomsIDReader struct + func (o *GetRoomsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRoomsIDServiceUnavailable struct + func NewGetRoomsIDServiceUnavailable() *GetRoomsIDServiceUnavailable + func (o *GetRoomsIDServiceUnavailable) Error() string + type GetRoomsIDUnauthorized struct + func NewGetRoomsIDUnauthorized() *GetRoomsIDUnauthorized + func (o *GetRoomsIDUnauthorized) Error() string + type GetRoomsInternalServerError struct + func NewGetRoomsInternalServerError() *GetRoomsInternalServerError + func (o *GetRoomsInternalServerError) Error() string + type GetRoomsMethodNotAllowed struct + func NewGetRoomsMethodNotAllowed() *GetRoomsMethodNotAllowed + func (o *GetRoomsMethodNotAllowed) Error() string + type GetRoomsNotFound struct + func NewGetRoomsNotFound() *GetRoomsNotFound + func (o *GetRoomsNotFound) Error() string + type GetRoomsOK struct + Payload *GetRoomsOKBody + func NewGetRoomsOK() *GetRoomsOK + func (o *GetRoomsOK) Error() string + func (o *GetRoomsOK) GetPayload() *GetRoomsOKBody + type GetRoomsOKBody struct + Rooms models.Rooms + func (o *GetRoomsOKBody) MarshalBinary() ([]byte, error) + func (o *GetRoomsOKBody) UnmarshalBinary(b []byte) error + func (o *GetRoomsOKBody) Validate(formats strfmt.Registry) error + type GetRoomsParams struct + Building *string + BuildingID *string + Context context.Context + HTTPClient *http.Client + Name *string + func NewGetRoomsParams() *GetRoomsParams + func NewGetRoomsParamsWithContext(ctx context.Context) *GetRoomsParams + func NewGetRoomsParamsWithHTTPClient(client *http.Client) *GetRoomsParams + func NewGetRoomsParamsWithTimeout(timeout time.Duration) *GetRoomsParams + func (o *GetRoomsParams) SetBuilding(building *string) + func (o *GetRoomsParams) SetBuildingID(buildingID *string) + func (o *GetRoomsParams) SetContext(ctx context.Context) + func (o *GetRoomsParams) SetHTTPClient(client *http.Client) + func (o *GetRoomsParams) SetName(name *string) + func (o *GetRoomsParams) SetTimeout(timeout time.Duration) + func (o *GetRoomsParams) WithBuilding(building *string) *GetRoomsParams + func (o *GetRoomsParams) WithBuildingID(buildingID *string) *GetRoomsParams + func (o *GetRoomsParams) WithContext(ctx context.Context) *GetRoomsParams + func (o *GetRoomsParams) WithHTTPClient(client *http.Client) *GetRoomsParams + func (o *GetRoomsParams) WithName(name *string) *GetRoomsParams + func (o *GetRoomsParams) WithTimeout(timeout time.Duration) *GetRoomsParams + func (o *GetRoomsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRoomsReader struct + func (o *GetRoomsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRoomsServiceUnavailable struct + func NewGetRoomsServiceUnavailable() *GetRoomsServiceUnavailable + func (o *GetRoomsServiceUnavailable) Error() string + type GetRoomsUnauthorized struct + func NewGetRoomsUnauthorized() *GetRoomsUnauthorized + func (o *GetRoomsUnauthorized) Error() string + type PostAssetsRoomBadRequest struct + func NewPostAssetsRoomBadRequest() *PostAssetsRoomBadRequest + func (o *PostAssetsRoomBadRequest) Error() string + type PostAssetsRoomForbidden struct + func NewPostAssetsRoomForbidden() *PostAssetsRoomForbidden + func (o *PostAssetsRoomForbidden) Error() string + type PostAssetsRoomGone struct + func NewPostAssetsRoomGone() *PostAssetsRoomGone + func (o *PostAssetsRoomGone) Error() string + type PostAssetsRoomInternalServerError struct + func NewPostAssetsRoomInternalServerError() *PostAssetsRoomInternalServerError + func (o *PostAssetsRoomInternalServerError) Error() string + type PostAssetsRoomMethodNotAllowed struct + func NewPostAssetsRoomMethodNotAllowed() *PostAssetsRoomMethodNotAllowed + func (o *PostAssetsRoomMethodNotAllowed) Error() string + type PostAssetsRoomNotFound struct + func NewPostAssetsRoomNotFound() *PostAssetsRoomNotFound + func (o *PostAssetsRoomNotFound) Error() string + type PostAssetsRoomOK struct + Payload *PostAssetsRoomOKBody + func NewPostAssetsRoomOK() *PostAssetsRoomOK + func (o *PostAssetsRoomOK) Error() string + func (o *PostAssetsRoomOK) GetPayload() *PostAssetsRoomOKBody + type PostAssetsRoomOKBody struct + Code interface{} + Msg interface{} + func (o *PostAssetsRoomOKBody) MarshalBinary() ([]byte, error) + func (o *PostAssetsRoomOKBody) UnmarshalBinary(b []byte) error + func (o *PostAssetsRoomOKBody) Validate(formats strfmt.Registry) error + type PostAssetsRoomParams struct + Asset string + Context context.Context + HTTPClient *http.Client + RoomID string + Type string + Wall *string + func NewPostAssetsRoomParams() *PostAssetsRoomParams + func NewPostAssetsRoomParamsWithContext(ctx context.Context) *PostAssetsRoomParams + func NewPostAssetsRoomParamsWithHTTPClient(client *http.Client) *PostAssetsRoomParams + func NewPostAssetsRoomParamsWithTimeout(timeout time.Duration) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) SetAsset(asset string) + func (o *PostAssetsRoomParams) SetContext(ctx context.Context) + func (o *PostAssetsRoomParams) SetHTTPClient(client *http.Client) + func (o *PostAssetsRoomParams) SetRoomID(roomID string) + func (o *PostAssetsRoomParams) SetTimeout(timeout time.Duration) + func (o *PostAssetsRoomParams) SetType(typeVar string) + func (o *PostAssetsRoomParams) SetWall(wall *string) + func (o *PostAssetsRoomParams) WithAsset(asset string) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WithContext(ctx context.Context) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WithHTTPClient(client *http.Client) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WithRoomID(roomID string) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WithTimeout(timeout time.Duration) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WithType(typeVar string) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WithWall(wall *string) *PostAssetsRoomParams + func (o *PostAssetsRoomParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostAssetsRoomReader struct + func (o *PostAssetsRoomReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostAssetsRoomServiceUnavailable struct + func NewPostAssetsRoomServiceUnavailable() *PostAssetsRoomServiceUnavailable + func (o *PostAssetsRoomServiceUnavailable) Error() string + type PostAssetsRoomUnauthorized struct + func NewPostAssetsRoomUnauthorized() *PostAssetsRoomUnauthorized + func (o *PostAssetsRoomUnauthorized) Error() string + type PostDeviceRoomBadRequest struct + func NewPostDeviceRoomBadRequest() *PostDeviceRoomBadRequest + func (o *PostDeviceRoomBadRequest) Error() string + type PostDeviceRoomForbidden struct + func NewPostDeviceRoomForbidden() *PostDeviceRoomForbidden + func (o *PostDeviceRoomForbidden) Error() string + type PostDeviceRoomGone struct + func NewPostDeviceRoomGone() *PostDeviceRoomGone + func (o *PostDeviceRoomGone) Error() string + type PostDeviceRoomInternalServerError struct + func NewPostDeviceRoomInternalServerError() *PostDeviceRoomInternalServerError + func (o *PostDeviceRoomInternalServerError) Error() string + type PostDeviceRoomMethodNotAllowed struct + func NewPostDeviceRoomMethodNotAllowed() *PostDeviceRoomMethodNotAllowed + func (o *PostDeviceRoomMethodNotAllowed) Error() string + type PostDeviceRoomNotFound struct + func NewPostDeviceRoomNotFound() *PostDeviceRoomNotFound + func (o *PostDeviceRoomNotFound) Error() string + type PostDeviceRoomOK struct + Payload *PostDeviceRoomOKBody + func NewPostDeviceRoomOK() *PostDeviceRoomOK + func (o *PostDeviceRoomOK) Error() string + func (o *PostDeviceRoomOK) GetPayload() *PostDeviceRoomOKBody + type PostDeviceRoomOKBody struct + Code interface{} + Msg interface{} + func (o *PostDeviceRoomOKBody) MarshalBinary() ([]byte, error) + func (o *PostDeviceRoomOKBody) UnmarshalBinary(b []byte) error + func (o *PostDeviceRoomOKBody) Validate(formats strfmt.Registry) error + type PostDeviceRoomParams struct + Context context.Context + HTTPClient *http.Client + Name string + RoomID string + Type string + Wall *string + func NewPostDeviceRoomParams() *PostDeviceRoomParams + func NewPostDeviceRoomParamsWithContext(ctx context.Context) *PostDeviceRoomParams + func NewPostDeviceRoomParamsWithHTTPClient(client *http.Client) *PostDeviceRoomParams + func NewPostDeviceRoomParamsWithTimeout(timeout time.Duration) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) SetContext(ctx context.Context) + func (o *PostDeviceRoomParams) SetHTTPClient(client *http.Client) + func (o *PostDeviceRoomParams) SetName(name string) + func (o *PostDeviceRoomParams) SetRoomID(roomID string) + func (o *PostDeviceRoomParams) SetTimeout(timeout time.Duration) + func (o *PostDeviceRoomParams) SetType(typeVar string) + func (o *PostDeviceRoomParams) SetWall(wall *string) + func (o *PostDeviceRoomParams) WithContext(ctx context.Context) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WithHTTPClient(client *http.Client) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WithName(name string) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WithRoomID(roomID string) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WithTimeout(timeout time.Duration) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WithType(typeVar string) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WithWall(wall *string) *PostDeviceRoomParams + func (o *PostDeviceRoomParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostDeviceRoomReader struct + func (o *PostDeviceRoomReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostDeviceRoomServiceUnavailable struct + func NewPostDeviceRoomServiceUnavailable() *PostDeviceRoomServiceUnavailable + func (o *PostDeviceRoomServiceUnavailable) Error() string + type PostDeviceRoomUnauthorized struct + func NewPostDeviceRoomUnauthorized() *PostDeviceRoomUnauthorized + func (o *PostDeviceRoomUnauthorized) Error() string + type PostRoomsBadRequest struct + func NewPostRoomsBadRequest() *PostRoomsBadRequest + func (o *PostRoomsBadRequest) Error() string + type PostRoomsForbidden struct + func NewPostRoomsForbidden() *PostRoomsForbidden + func (o *PostRoomsForbidden) Error() string + type PostRoomsGone struct + func NewPostRoomsGone() *PostRoomsGone + func (o *PostRoomsGone) Error() string + type PostRoomsInternalServerError struct + func NewPostRoomsInternalServerError() *PostRoomsInternalServerError + func (o *PostRoomsInternalServerError) Error() string + type PostRoomsMethodNotAllowed struct + func NewPostRoomsMethodNotAllowed() *PostRoomsMethodNotAllowed + func (o *PostRoomsMethodNotAllowed) Error() string + type PostRoomsNotFound struct + func NewPostRoomsNotFound() *PostRoomsNotFound + func (o *PostRoomsNotFound) Error() string + type PostRoomsOK struct + Payload *PostRoomsOKBody + func NewPostRoomsOK() *PostRoomsOK + func (o *PostRoomsOK) Error() string + func (o *PostRoomsOK) GetPayload() *PostRoomsOKBody + type PostRoomsOKBody struct + Code interface{} + Msg interface{} + func (o *PostRoomsOKBody) MarshalBinary() ([]byte, error) + func (o *PostRoomsOKBody) UnmarshalBinary(b []byte) error + func (o *PostRoomsOKBody) Validate(formats strfmt.Registry) error + type PostRoomsParams struct + Building *string + BuildingID *string + Context context.Context + GridCols *string + GridRows *string + Groups *string + HTTPClient *http.Client + Height *string + HorizontalGridNumbering *string + HorizontalGridStart *string + Name string + Notes *string + RaisedFloor *string + RaisedFloorHeight *string + ReverseXaxis *string + ReverseYaxis *string + Uom *string + VerticalGridNumbering *string + VerticalGridStart *string + func NewPostRoomsParams() *PostRoomsParams + func NewPostRoomsParamsWithContext(ctx context.Context) *PostRoomsParams + func NewPostRoomsParamsWithHTTPClient(client *http.Client) *PostRoomsParams + func NewPostRoomsParamsWithTimeout(timeout time.Duration) *PostRoomsParams + func (o *PostRoomsParams) SetBuilding(building *string) + func (o *PostRoomsParams) SetBuildingID(buildingID *string) + func (o *PostRoomsParams) SetContext(ctx context.Context) + func (o *PostRoomsParams) SetGridCols(gridCols *string) + func (o *PostRoomsParams) SetGridRows(gridRows *string) + func (o *PostRoomsParams) SetGroups(groups *string) + func (o *PostRoomsParams) SetHTTPClient(client *http.Client) + func (o *PostRoomsParams) SetHeight(height *string) + func (o *PostRoomsParams) SetHorizontalGridNumbering(horizontalGridNumbering *string) + func (o *PostRoomsParams) SetHorizontalGridStart(horizontalGridStart *string) + func (o *PostRoomsParams) SetName(name string) + func (o *PostRoomsParams) SetNotes(notes *string) + func (o *PostRoomsParams) SetRaisedFloor(raisedFloor *string) + func (o *PostRoomsParams) SetRaisedFloorHeight(raisedFloorHeight *string) + func (o *PostRoomsParams) SetReverseXaxis(reverseXaxis *string) + func (o *PostRoomsParams) SetReverseYaxis(reverseYaxis *string) + func (o *PostRoomsParams) SetTimeout(timeout time.Duration) + func (o *PostRoomsParams) SetUom(uom *string) + func (o *PostRoomsParams) SetVerticalGridNumbering(verticalGridNumbering *string) + func (o *PostRoomsParams) SetVerticalGridStart(verticalGridStart *string) + func (o *PostRoomsParams) WithBuilding(building *string) *PostRoomsParams + func (o *PostRoomsParams) WithBuildingID(buildingID *string) *PostRoomsParams + func (o *PostRoomsParams) WithContext(ctx context.Context) *PostRoomsParams + func (o *PostRoomsParams) WithGridCols(gridCols *string) *PostRoomsParams + func (o *PostRoomsParams) WithGridRows(gridRows *string) *PostRoomsParams + func (o *PostRoomsParams) WithGroups(groups *string) *PostRoomsParams + func (o *PostRoomsParams) WithHTTPClient(client *http.Client) *PostRoomsParams + func (o *PostRoomsParams) WithHeight(height *string) *PostRoomsParams + func (o *PostRoomsParams) WithHorizontalGridNumbering(horizontalGridNumbering *string) *PostRoomsParams + func (o *PostRoomsParams) WithHorizontalGridStart(horizontalGridStart *string) *PostRoomsParams + func (o *PostRoomsParams) WithName(name string) *PostRoomsParams + func (o *PostRoomsParams) WithNotes(notes *string) *PostRoomsParams + func (o *PostRoomsParams) WithRaisedFloor(raisedFloor *string) *PostRoomsParams + func (o *PostRoomsParams) WithRaisedFloorHeight(raisedFloorHeight *string) *PostRoomsParams + func (o *PostRoomsParams) WithReverseXaxis(reverseXaxis *string) *PostRoomsParams + func (o *PostRoomsParams) WithReverseYaxis(reverseYaxis *string) *PostRoomsParams + func (o *PostRoomsParams) WithTimeout(timeout time.Duration) *PostRoomsParams + func (o *PostRoomsParams) WithUom(uom *string) *PostRoomsParams + func (o *PostRoomsParams) WithVerticalGridNumbering(verticalGridNumbering *string) *PostRoomsParams + func (o *PostRoomsParams) WithVerticalGridStart(verticalGridStart *string) *PostRoomsParams + func (o *PostRoomsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostRoomsReader struct + func (o *PostRoomsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostRoomsServiceUnavailable struct + func NewPostRoomsServiceUnavailable() *PostRoomsServiceUnavailable + func (o *PostRoomsServiceUnavailable) Error() string + type PostRoomsUnauthorized struct + func NewPostRoomsUnauthorized() *PostRoomsUnauthorized + func (o *PostRoomsUnauthorized) Error() string + type PutCustomFieldsRoomBadRequest struct + func NewPutCustomFieldsRoomBadRequest() *PutCustomFieldsRoomBadRequest + func (o *PutCustomFieldsRoomBadRequest) Error() string + type PutCustomFieldsRoomForbidden struct + func NewPutCustomFieldsRoomForbidden() *PutCustomFieldsRoomForbidden + func (o *PutCustomFieldsRoomForbidden) Error() string + type PutCustomFieldsRoomGone struct + func NewPutCustomFieldsRoomGone() *PutCustomFieldsRoomGone + func (o *PutCustomFieldsRoomGone) Error() string + type PutCustomFieldsRoomInternalServerError struct + func NewPutCustomFieldsRoomInternalServerError() *PutCustomFieldsRoomInternalServerError + func (o *PutCustomFieldsRoomInternalServerError) Error() string + type PutCustomFieldsRoomMethodNotAllowed struct + func NewPutCustomFieldsRoomMethodNotAllowed() *PutCustomFieldsRoomMethodNotAllowed + func (o *PutCustomFieldsRoomMethodNotAllowed) Error() string + type PutCustomFieldsRoomNotFound struct + func NewPutCustomFieldsRoomNotFound() *PutCustomFieldsRoomNotFound + func (o *PutCustomFieldsRoomNotFound) Error() string + type PutCustomFieldsRoomOK struct + Payload *PutCustomFieldsRoomOKBody + func NewPutCustomFieldsRoomOK() *PutCustomFieldsRoomOK + func (o *PutCustomFieldsRoomOK) Error() string + func (o *PutCustomFieldsRoomOK) GetPayload() *PutCustomFieldsRoomOKBody + type PutCustomFieldsRoomOKBody struct + Code interface{} + Msg interface{} + func (o *PutCustomFieldsRoomOKBody) MarshalBinary() ([]byte, error) + func (o *PutCustomFieldsRoomOKBody) UnmarshalBinary(b []byte) error + func (o *PutCustomFieldsRoomOKBody) Validate(formats strfmt.Registry) error + type PutCustomFieldsRoomParams struct + AddToPicklist *string + BulkFields *string + ClearValue *string + Context context.Context + HTTPClient *http.Client + ID *string + Key string + Name *string + Notes *string + RelatedFieldName *string + Type *string + Value *string + func NewPutCustomFieldsRoomParams() *PutCustomFieldsRoomParams + func NewPutCustomFieldsRoomParamsWithContext(ctx context.Context) *PutCustomFieldsRoomParams + func NewPutCustomFieldsRoomParamsWithHTTPClient(client *http.Client) *PutCustomFieldsRoomParams + func NewPutCustomFieldsRoomParamsWithTimeout(timeout time.Duration) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) SetAddToPicklist(addToPicklist *string) + func (o *PutCustomFieldsRoomParams) SetBulkFields(bulkFields *string) + func (o *PutCustomFieldsRoomParams) SetClearValue(clearValue *string) + func (o *PutCustomFieldsRoomParams) SetContext(ctx context.Context) + func (o *PutCustomFieldsRoomParams) SetHTTPClient(client *http.Client) + func (o *PutCustomFieldsRoomParams) SetID(id *string) + func (o *PutCustomFieldsRoomParams) SetKey(key string) + func (o *PutCustomFieldsRoomParams) SetName(name *string) + func (o *PutCustomFieldsRoomParams) SetNotes(notes *string) + func (o *PutCustomFieldsRoomParams) SetRelatedFieldName(relatedFieldName *string) + func (o *PutCustomFieldsRoomParams) SetTimeout(timeout time.Duration) + func (o *PutCustomFieldsRoomParams) SetType(typeVar *string) + func (o *PutCustomFieldsRoomParams) SetValue(value *string) + func (o *PutCustomFieldsRoomParams) WithAddToPicklist(addToPicklist *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithBulkFields(bulkFields *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithClearValue(clearValue *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithContext(ctx context.Context) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithHTTPClient(client *http.Client) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithID(id *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithKey(key string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithName(name *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithNotes(notes *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithRelatedFieldName(relatedFieldName *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithTimeout(timeout time.Duration) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithType(typeVar *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WithValue(value *string) *PutCustomFieldsRoomParams + func (o *PutCustomFieldsRoomParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutCustomFieldsRoomReader struct + func (o *PutCustomFieldsRoomReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutCustomFieldsRoomServiceUnavailable struct + func NewPutCustomFieldsRoomServiceUnavailable() *PutCustomFieldsRoomServiceUnavailable + func (o *PutCustomFieldsRoomServiceUnavailable) Error() string + type PutCustomFieldsRoomUnauthorized struct + func NewPutCustomFieldsRoomUnauthorized() *PutCustomFieldsRoomUnauthorized + func (o *PutCustomFieldsRoomUnauthorized) Error() string + type PutRoomsIDBadRequest struct + func NewPutRoomsIDBadRequest() *PutRoomsIDBadRequest + func (o *PutRoomsIDBadRequest) Error() string + type PutRoomsIDForbidden struct + func NewPutRoomsIDForbidden() *PutRoomsIDForbidden + func (o *PutRoomsIDForbidden) Error() string + type PutRoomsIDGone struct + func NewPutRoomsIDGone() *PutRoomsIDGone + func (o *PutRoomsIDGone) Error() string + type PutRoomsIDInternalServerError struct + func NewPutRoomsIDInternalServerError() *PutRoomsIDInternalServerError + func (o *PutRoomsIDInternalServerError) Error() string + type PutRoomsIDMethodNotAllowed struct + func NewPutRoomsIDMethodNotAllowed() *PutRoomsIDMethodNotAllowed + func (o *PutRoomsIDMethodNotAllowed) Error() string + type PutRoomsIDNotFound struct + func NewPutRoomsIDNotFound() *PutRoomsIDNotFound + func (o *PutRoomsIDNotFound) Error() string + type PutRoomsIDOK struct + Payload *PutRoomsIDOKBody + func NewPutRoomsIDOK() *PutRoomsIDOK + func (o *PutRoomsIDOK) Error() string + func (o *PutRoomsIDOK) GetPayload() *PutRoomsIDOKBody + type PutRoomsIDOKBody struct + Code interface{} + Msg interface{} + func (o *PutRoomsIDOKBody) MarshalBinary() ([]byte, error) + func (o *PutRoomsIDOKBody) UnmarshalBinary(b []byte) error + func (o *PutRoomsIDOKBody) Validate(formats strfmt.Registry) error + type PutRoomsIDParams struct + BuildingID *string + Context context.Context + GridCols *string + GridRows *string + Groups *string + HTTPClient *http.Client + Height *string + HorizontalGridNumbering *string + HorizontalGridStart *string + ID int64 + Name *string + Notes *string + RaisedFloor *string + RaisedFloorHeight *string + ReverseXaxis *string + ReverseYaxis *string + Uom *string + VerticalGridNumbering *string + VerticalGridStart *string + func NewPutRoomsIDParams() *PutRoomsIDParams + func NewPutRoomsIDParamsWithContext(ctx context.Context) *PutRoomsIDParams + func NewPutRoomsIDParamsWithHTTPClient(client *http.Client) *PutRoomsIDParams + func NewPutRoomsIDParamsWithTimeout(timeout time.Duration) *PutRoomsIDParams + func (o *PutRoomsIDParams) SetBuildingID(buildingID *string) + func (o *PutRoomsIDParams) SetContext(ctx context.Context) + func (o *PutRoomsIDParams) SetGridCols(gridCols *string) + func (o *PutRoomsIDParams) SetGridRows(gridRows *string) + func (o *PutRoomsIDParams) SetGroups(groups *string) + func (o *PutRoomsIDParams) SetHTTPClient(client *http.Client) + func (o *PutRoomsIDParams) SetHeight(height *string) + func (o *PutRoomsIDParams) SetHorizontalGridNumbering(horizontalGridNumbering *string) + func (o *PutRoomsIDParams) SetHorizontalGridStart(horizontalGridStart *string) + func (o *PutRoomsIDParams) SetID(id int64) + func (o *PutRoomsIDParams) SetName(name *string) + func (o *PutRoomsIDParams) SetNotes(notes *string) + func (o *PutRoomsIDParams) SetRaisedFloor(raisedFloor *string) + func (o *PutRoomsIDParams) SetRaisedFloorHeight(raisedFloorHeight *string) + func (o *PutRoomsIDParams) SetReverseXaxis(reverseXaxis *string) + func (o *PutRoomsIDParams) SetReverseYaxis(reverseYaxis *string) + func (o *PutRoomsIDParams) SetTimeout(timeout time.Duration) + func (o *PutRoomsIDParams) SetUom(uom *string) + func (o *PutRoomsIDParams) SetVerticalGridNumbering(verticalGridNumbering *string) + func (o *PutRoomsIDParams) SetVerticalGridStart(verticalGridStart *string) + func (o *PutRoomsIDParams) WithBuildingID(buildingID *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithContext(ctx context.Context) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithGridCols(gridCols *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithGridRows(gridRows *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithGroups(groups *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithHTTPClient(client *http.Client) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithHeight(height *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithHorizontalGridNumbering(horizontalGridNumbering *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithHorizontalGridStart(horizontalGridStart *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithID(id int64) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithName(name *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithNotes(notes *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithRaisedFloor(raisedFloor *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithRaisedFloorHeight(raisedFloorHeight *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithReverseXaxis(reverseXaxis *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithReverseYaxis(reverseYaxis *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithTimeout(timeout time.Duration) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithUom(uom *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithVerticalGridNumbering(verticalGridNumbering *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WithVerticalGridStart(verticalGridStart *string) *PutRoomsIDParams + func (o *PutRoomsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutRoomsIDReader struct + func (o *PutRoomsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutRoomsIDServiceUnavailable struct + func NewPutRoomsIDServiceUnavailable() *PutRoomsIDServiceUnavailable + func (o *PutRoomsIDServiceUnavailable) Error() string + type PutRoomsIDUnauthorized struct + func NewPutRoomsIDUnauthorized() *PutRoomsIDUnauthorized + func (o *PutRoomsIDUnauthorized) Error() string