Name | Type | Description | Notes |
---|---|---|---|
Commitment | string | ||
Hash | string | ||
Height | int32 |
func NewHandlerPostBlobRequest(commitment string, hash string, height int32, ) *HandlerPostBlobRequest
NewHandlerPostBlobRequest instantiates a new HandlerPostBlobRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHandlerPostBlobRequestWithDefaults() *HandlerPostBlobRequest
NewHandlerPostBlobRequestWithDefaults instantiates a new HandlerPostBlobRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *HandlerPostBlobRequest) GetCommitment() string
GetCommitment returns the Commitment field if non-nil, zero value otherwise.
func (o *HandlerPostBlobRequest) GetCommitmentOk() (*string, bool)
GetCommitmentOk returns a tuple with the Commitment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HandlerPostBlobRequest) SetCommitment(v string)
SetCommitment sets Commitment field to given value.
func (o *HandlerPostBlobRequest) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *HandlerPostBlobRequest) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HandlerPostBlobRequest) SetHash(v string)
SetHash sets Hash field to given value.
func (o *HandlerPostBlobRequest) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *HandlerPostBlobRequest) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HandlerPostBlobRequest) SetHeight(v int32)
SetHeight sets Height field to given value.