Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.41 KB

ApiRepositoryManagerDTO.md

File metadata and controls

160 lines (87 loc) · 4.41 KB

ApiRepositoryManagerDTO

Properties

Name Type Description Notes
Id Pointer to string [optional]
InstanceId Pointer to string [optional]
Name Pointer to string [optional]
ProductName Pointer to string [optional]
ProductVersion Pointer to string [optional]

Methods

NewApiRepositoryManagerDTO

func NewApiRepositoryManagerDTO() *ApiRepositoryManagerDTO

NewApiRepositoryManagerDTO instantiates a new ApiRepositoryManagerDTO 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

NewApiRepositoryManagerDTOWithDefaults

func NewApiRepositoryManagerDTOWithDefaults() *ApiRepositoryManagerDTO

NewApiRepositoryManagerDTOWithDefaults instantiates a new ApiRepositoryManagerDTO 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

GetId

func (o *ApiRepositoryManagerDTO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ApiRepositoryManagerDTO) GetIdOk() (*string, 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.

SetId

func (o *ApiRepositoryManagerDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApiRepositoryManagerDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetInstanceId

func (o *ApiRepositoryManagerDTO) GetInstanceId() string

GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.

GetInstanceIdOk

func (o *ApiRepositoryManagerDTO) GetInstanceIdOk() (*string, bool)

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

SetInstanceId

func (o *ApiRepositoryManagerDTO) SetInstanceId(v string)

SetInstanceId sets InstanceId field to given value.

HasInstanceId

func (o *ApiRepositoryManagerDTO) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

GetName

func (o *ApiRepositoryManagerDTO) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ApiRepositoryManagerDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetProductName

func (o *ApiRepositoryManagerDTO) GetProductName() string

GetProductName returns the ProductName field if non-nil, zero value otherwise.

GetProductNameOk

func (o *ApiRepositoryManagerDTO) GetProductNameOk() (*string, bool)

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

SetProductName

func (o *ApiRepositoryManagerDTO) SetProductName(v string)

SetProductName sets ProductName field to given value.

HasProductName

func (o *ApiRepositoryManagerDTO) HasProductName() bool

HasProductName returns a boolean if a field has been set.

GetProductVersion

func (o *ApiRepositoryManagerDTO) GetProductVersion() string

GetProductVersion returns the ProductVersion field if non-nil, zero value otherwise.

GetProductVersionOk

func (o *ApiRepositoryManagerDTO) GetProductVersionOk() (*string, bool)

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

SetProductVersion

func (o *ApiRepositoryManagerDTO) SetProductVersion(v string)

SetProductVersion sets ProductVersion field to given value.

HasProductVersion

func (o *ApiRepositoryManagerDTO) HasProductVersion() bool

HasProductVersion returns a boolean if a field has been set.

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