--- id: beta-multi-host-integrations-connector-attributes-multi-host-attributes title: MultiHostIntegrationsConnectorAttributesMultiHostAttributes pagination_label: MultiHostIntegrationsConnectorAttributesMultiHostAttributes sidebar_label: MultiHostIntegrationsConnectorAttributesMultiHostAttributes sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'MultiHostIntegrationsConnectorAttributesMultiHostAttributes', 'BetaMultiHostIntegrationsConnectorAttributesMultiHostAttributes'] slug: /tools/sdk/go/beta/models/multi-host-integrations-connector-attributes-multi-host-attributes tags: ['SDK', 'Software Development Kit', 'MultiHostIntegrationsConnectorAttributesMultiHostAttributes', 'BetaMultiHostIntegrationsConnectorAttributesMultiHostAttributes'] --- # MultiHostIntegrationsConnectorAttributesMultiHostAttributes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Password** | Pointer to **string** | Password. | [optional] **ConnectorFiles** | Pointer to **string** | Connector file. | [optional] **AuthType** | Pointer to **string** | Authentication type. | [optional] **User** | Pointer to **string** | Username. | [optional] ## Methods ### NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes `func NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes() *MultiHostIntegrationsConnectorAttributesMultiHostAttributes` NewMultiHostIntegrationsConnectorAttributesMultiHostAttributes instantiates a new MultiHostIntegrationsConnectorAttributesMultiHostAttributes 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 ### NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults `func NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults() *MultiHostIntegrationsConnectorAttributesMultiHostAttributes` NewMultiHostIntegrationsConnectorAttributesMultiHostAttributesWithDefaults instantiates a new MultiHostIntegrationsConnectorAttributesMultiHostAttributes 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 ### GetPassword `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetPassword() string` GetPassword returns the Password field if non-nil, zero value otherwise. ### GetPasswordOk `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetPasswordOk() (*string, bool)` GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetPassword `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetPassword(v string)` SetPassword sets Password field to given value. ### HasPassword `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasPassword() bool` HasPassword returns a boolean if a field has been set. ### GetConnectorFiles `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetConnectorFiles() string` GetConnectorFiles returns the ConnectorFiles field if non-nil, zero value otherwise. ### GetConnectorFilesOk `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetConnectorFilesOk() (*string, bool)` GetConnectorFilesOk returns a tuple with the ConnectorFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetConnectorFiles `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetConnectorFiles(v string)` SetConnectorFiles sets ConnectorFiles field to given value. ### HasConnectorFiles `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasConnectorFiles() bool` HasConnectorFiles returns a boolean if a field has been set. ### GetAuthType `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetAuthType() string` GetAuthType returns the AuthType field if non-nil, zero value otherwise. ### GetAuthTypeOk `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetAuthTypeOk() (*string, bool)` GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAuthType `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetAuthType(v string)` SetAuthType sets AuthType field to given value. ### HasAuthType `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasAuthType() bool` HasAuthType returns a boolean if a field has been set. ### GetUser `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetUser() string` GetUser returns the User field if non-nil, zero value otherwise. ### GetUserOk `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) GetUserOk() (*string, bool)` GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUser `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) SetUser(v string)` SetUser sets User field to given value. ### HasUser `func (o *MultiHostIntegrationsConnectorAttributesMultiHostAttributes) HasUser() bool` HasUser returns a boolean if a field has been set.