Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.58 KB

HandlerPostBlobRequest.md

File metadata and controls

93 lines (50 loc) · 2.58 KB

HandlerPostBlobRequest

Properties

Name Type Description Notes
Commitment string
Hash string
Height int32

Methods

NewHandlerPostBlobRequest

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

NewHandlerPostBlobRequestWithDefaults

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

GetCommitment

func (o *HandlerPostBlobRequest) GetCommitment() string

GetCommitment returns the Commitment field if non-nil, zero value otherwise.

GetCommitmentOk

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.

SetCommitment

func (o *HandlerPostBlobRequest) SetCommitment(v string)

SetCommitment sets Commitment field to given value.

GetHash

func (o *HandlerPostBlobRequest) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

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.

SetHash

func (o *HandlerPostBlobRequest) SetHash(v string)

SetHash sets Hash field to given value.

GetHeight

func (o *HandlerPostBlobRequest) GetHeight() int32

GetHeight returns the Height field if non-nil, zero value otherwise.

GetHeightOk

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.

SetHeight

func (o *HandlerPostBlobRequest) SetHeight(v int32)

SetHeight sets Height field to given value.

[Back to Model list] [Back to API list] [Back to README]