Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.08 KB

File metadata and controls

108 lines (59 loc) · 3.08 KB

ProjectBackupInventoriesInner

Properties

Name Type Description Notes
Name Pointer to string [optional]
Inventory Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewProjectBackupInventoriesInner

func NewProjectBackupInventoriesInner() *ProjectBackupInventoriesInner

NewProjectBackupInventoriesInner instantiates a new ProjectBackupInventoriesInner 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

NewProjectBackupInventoriesInnerWithDefaults

func NewProjectBackupInventoriesInnerWithDefaults() *ProjectBackupInventoriesInner

NewProjectBackupInventoriesInnerWithDefaults instantiates a new ProjectBackupInventoriesInner 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 *ProjectBackupInventoriesInner) GetName() string

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

GetNameOk

func (o *ProjectBackupInventoriesInner) 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 *ProjectBackupInventoriesInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProjectBackupInventoriesInner) HasName() bool

HasName returns a boolean if a field has been set.

GetInventory

func (o *ProjectBackupInventoriesInner) GetInventory() string

GetInventory returns the Inventory field if non-nil, zero value otherwise.

GetInventoryOk

func (o *ProjectBackupInventoriesInner) GetInventoryOk() (*string, bool)

GetInventoryOk returns a tuple with the Inventory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetInventory

func (o *ProjectBackupInventoriesInner) SetInventory(v string)

SetInventory sets Inventory field to given value.

HasInventory

func (o *ProjectBackupInventoriesInner) HasInventory() bool

HasInventory returns a boolean if a field has been set.

GetType

func (o *ProjectBackupInventoriesInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ProjectBackupInventoriesInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ProjectBackupInventoriesInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ProjectBackupInventoriesInner) HasType() bool

HasType returns a boolean if a field has been set.

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