Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.64 KB

ResponsesNamespaceUsage.md

File metadata and controls

134 lines (73 loc) · 3.64 KB

ResponsesNamespaceUsage

Properties

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]

Methods

NewResponsesNamespaceUsage

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

NewResponsesNamespaceUsageWithDefaults

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

GetName

func (o *ResponsesNamespaceUsage) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ResponsesNamespaceUsage) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResponsesNamespaceUsage) HasName() bool

HasName returns a boolean if a field has been set.

GetNamespaceId

func (o *ResponsesNamespaceUsage) GetNamespaceId() *os.File

GetNamespaceId returns the NamespaceId field if non-nil, zero value otherwise.

GetNamespaceIdOk

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.

SetNamespaceId

func (o *ResponsesNamespaceUsage) SetNamespaceId(v *os.File)

SetNamespaceId sets NamespaceId field to given value.

HasNamespaceId

func (o *ResponsesNamespaceUsage) HasNamespaceId() bool

HasNamespaceId returns a boolean if a field has been set.

GetSize

func (o *ResponsesNamespaceUsage) GetSize() float32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *ResponsesNamespaceUsage) SetSize(v float32)

SetSize sets Size field to given value.

HasSize

func (o *ResponsesNamespaceUsage) HasSize() bool

HasSize returns a boolean if a field has been set.

GetVersion

func (o *ResponsesNamespaceUsage) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ResponsesNamespaceUsage) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *ResponsesNamespaceUsage) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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