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] |
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
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
func (o *ApiRepositoryManagerDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ApiRepositoryManagerDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiRepositoryManagerDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiRepositoryManagerDTO) GetInstanceId() string
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
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.
func (o *ApiRepositoryManagerDTO) SetInstanceId(v string)
SetInstanceId sets InstanceId field to given value.
func (o *ApiRepositoryManagerDTO) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *ApiRepositoryManagerDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ApiRepositoryManagerDTO) SetName(v string)
SetName sets Name field to given value.
func (o *ApiRepositoryManagerDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiRepositoryManagerDTO) GetProductName() string
GetProductName returns the ProductName field if non-nil, zero value otherwise.
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.
func (o *ApiRepositoryManagerDTO) SetProductName(v string)
SetProductName sets ProductName field to given value.
func (o *ApiRepositoryManagerDTO) HasProductName() bool
HasProductName returns a boolean if a field has been set.
func (o *ApiRepositoryManagerDTO) GetProductVersion() string
GetProductVersion returns the ProductVersion field if non-nil, zero value otherwise.
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.
func (o *ApiRepositoryManagerDTO) SetProductVersion(v string)
SetProductVersion sets ProductVersion field to given value.
func (o *ApiRepositoryManagerDTO) HasProductVersion() bool
HasProductVersion returns a boolean if a field has been set.