| Name | Type | Description | Notes |
|---|---|---|---|
| AuthType | string | Auth Type | |
| BasicAuth | Pointer to BasicAuthCredentials | [optional] | |
| Endpoint | string | End Point | |
| OrganizationID | Pointer to string | Organization/Tenant ID | [optional] |
func NewLokiConfig(authType string, endpoint string, ) *LokiConfig
NewLokiConfig instantiates a new LokiConfig 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 NewLokiConfigWithDefaults() *LokiConfig
NewLokiConfigWithDefaults instantiates a new LokiConfig 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 *LokiConfig) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *LokiConfig) 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.
func (o *LokiConfig) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *LokiConfig) GetBasicAuth() BasicAuthCredentials
GetBasicAuth returns the BasicAuth field if non-nil, zero value otherwise.
func (o *LokiConfig) GetBasicAuthOk() (*BasicAuthCredentials, bool)
GetBasicAuthOk returns a tuple with the BasicAuth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LokiConfig) SetBasicAuth(v BasicAuthCredentials)
SetBasicAuth sets BasicAuth field to given value.
func (o *LokiConfig) HasBasicAuth() bool
HasBasicAuth returns a boolean if a field has been set.
func (o *LokiConfig) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *LokiConfig) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LokiConfig) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *LokiConfig) GetOrganizationID() string
GetOrganizationID returns the OrganizationID field if non-nil, zero value otherwise.
func (o *LokiConfig) GetOrganizationIDOk() (*string, bool)
GetOrganizationIDOk returns a tuple with the OrganizationID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LokiConfig) SetOrganizationID(v string)
SetOrganizationID sets OrganizationID field to given value.
func (o *LokiConfig) HasOrganizationID() bool
HasOrganizationID returns a boolean if a field has been set.