| Name | Type | Description | Notes |
|---|---|---|---|
| InstallationParams | Pointer to InstallationParams | [optional] | |
| Sharing | Pointer to SharingSpec | [optional] | |
| Version | Pointer to string | version of the profile | [optional] |
func NewMeshProfileSpec() *MeshProfileSpec
NewMeshProfileSpec instantiates a new MeshProfileSpec 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 NewMeshProfileSpecWithDefaults() *MeshProfileSpec
NewMeshProfileSpecWithDefaults instantiates a new MeshProfileSpec 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 *MeshProfileSpec) GetInstallationParams() InstallationParams
GetInstallationParams returns the InstallationParams field if non-nil, zero value otherwise.
func (o *MeshProfileSpec) GetInstallationParamsOk() (*InstallationParams, bool)
GetInstallationParamsOk returns a tuple with the InstallationParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MeshProfileSpec) SetInstallationParams(v InstallationParams)
SetInstallationParams sets InstallationParams field to given value.
func (o *MeshProfileSpec) HasInstallationParams() bool
HasInstallationParams returns a boolean if a field has been set.
func (o *MeshProfileSpec) GetSharing() SharingSpec
GetSharing returns the Sharing field if non-nil, zero value otherwise.
func (o *MeshProfileSpec) GetSharingOk() (*SharingSpec, bool)
GetSharingOk returns a tuple with the Sharing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MeshProfileSpec) SetSharing(v SharingSpec)
SetSharing sets Sharing field to given value.
func (o *MeshProfileSpec) HasSharing() bool
HasSharing returns a boolean if a field has been set.
func (o *MeshProfileSpec) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *MeshProfileSpec) GetVersionOk() (*string, 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 *MeshProfileSpec) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *MeshProfileSpec) HasVersion() bool
HasVersion returns a boolean if a field has been set.