Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
NamespaceId | Pointer to *os.File | [optional] | |
Size | Pointer to float32 | [optional] | |
Version | Pointer to int32 | [optional] |
func NewResponsesNamespaceUsage() *ResponsesNamespaceUsage
NewResponsesNamespaceUsage instantiates a new ResponsesNamespaceUsage 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 NewResponsesNamespaceUsageWithDefaults() *ResponsesNamespaceUsage
NewResponsesNamespaceUsageWithDefaults instantiates a new ResponsesNamespaceUsage 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 *ResponsesNamespaceUsage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsesNamespaceUsage) 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 *ResponsesNamespaceUsage) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsesNamespaceUsage) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsesNamespaceUsage) GetNamespaceId() *os.File
GetNamespaceId returns the NamespaceId field if non-nil, zero value otherwise.
func (o *ResponsesNamespaceUsage) 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 *ResponsesNamespaceUsage) SetNamespaceId(v *os.File)
SetNamespaceId sets NamespaceId field to given value.
func (o *ResponsesNamespaceUsage) HasNamespaceId() bool
HasNamespaceId returns a boolean if a field has been set.
func (o *ResponsesNamespaceUsage) GetSize() float32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesNamespaceUsage) GetSizeOk() (*float32, 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 *ResponsesNamespaceUsage) SetSize(v float32)
SetSize sets Size field to given value.
func (o *ResponsesNamespaceUsage) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ResponsesNamespaceUsage) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ResponsesNamespaceUsage) 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 *ResponsesNamespaceUsage) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *ResponsesNamespaceUsage) HasVersion() bool
HasVersion returns a boolean if a field has been set.