Name | Type | Description | Notes |
---|---|---|---|
BlobsCount | Pointer to int32 | [optional] | |
Hash | Pointer to string | [optional] | |
Id | Pointer to int32 | [optional] | |
LastHeight | Pointer to int64 | [optional] | |
LastMessageTime | Pointer to time.Time | [optional] | |
Name | Pointer to string | [optional] | |
NamespaceId | Pointer to *os.File | [optional] | |
PfbCount | Pointer to int32 | [optional] | |
Reserved | Pointer to bool | [optional] | |
Size | Pointer to int32 | [optional] | |
Version | Pointer to int32 | [optional] |
func NewResponsesNamespace() *ResponsesNamespace
NewResponsesNamespace instantiates a new ResponsesNamespace 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 NewResponsesNamespaceWithDefaults() *ResponsesNamespace
NewResponsesNamespaceWithDefaults instantiates a new ResponsesNamespace 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 *ResponsesNamespace) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetBlobsCount(v int32)
SetBlobsCount sets BlobsCount field to given value.
func (o *ResponsesNamespace) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) 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 *ResponsesNamespace) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ResponsesNamespace) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetId(v int32)
SetId sets Id field to given value.
func (o *ResponsesNamespace) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetLastHeight() int64
GetLastHeight returns the LastHeight field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetLastHeightOk() (*int64, bool)
GetLastHeightOk returns a tuple with the LastHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetLastHeight(v int64)
SetLastHeight sets LastHeight field to given value.
func (o *ResponsesNamespace) HasLastHeight() bool
HasLastHeight returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetLastMessageTime() time.Time
GetLastMessageTime returns the LastMessageTime field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetLastMessageTimeOk() (*time.Time, bool)
GetLastMessageTimeOk returns a tuple with the LastMessageTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetLastMessageTime(v time.Time)
SetLastMessageTime sets LastMessageTime field to given value.
func (o *ResponsesNamespace) HasLastMessageTime() bool
HasLastMessageTime returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesNamespace) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetNamespaceId() *os.File
GetNamespaceId returns the NamespaceId field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetNamespaceIdOk() (**os.File, bool)
GetNamespaceIdOk returns a tuple with the NamespaceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetNamespaceId(v *os.File)
SetNamespaceId sets NamespaceId field to given value.
func (o *ResponsesNamespace) HasNamespaceId() bool
HasNamespaceId returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetPfbCount() int32
GetPfbCount returns the PfbCount field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetPfbCountOk() (*int32, bool)
GetPfbCountOk returns a tuple with the PfbCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetPfbCount(v int32)
SetPfbCount sets PfbCount field to given value.
func (o *ResponsesNamespace) HasPfbCount() bool
HasPfbCount returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetReserved() bool
GetReserved returns the Reserved field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetReservedOk() (*bool, bool)
GetReservedOk returns a tuple with the Reserved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetReserved(v bool)
SetReserved sets Reserved field to given value.
func (o *ResponsesNamespace) HasReserved() bool
HasReserved returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesNamespace) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ResponsesNamespace) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ResponsesNamespace) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesNamespace) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *ResponsesNamespace) HasVersion() bool
HasVersion returns a boolean if a field has been set.