Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Type | DataSourceRequestType | ||
SourceUrl | string | ||
Enabled | Pointer to bool | [optional] | |
Description | Pointer to string | [optional] | |
Comments | Pointer to string | [optional] | |
Parameters | Pointer to interface{} | [optional] | |
IgnoreRules | Pointer to string | Patterns (one per line) matching files to ignore when syncing | [optional] |
CustomFields | Pointer to map[string]interface{} | [optional] |
func NewDataSourceRequest(name string, type_ DataSourceRequestType, sourceUrl string, ) *DataSourceRequest
NewDataSourceRequest instantiates a new DataSourceRequest 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 NewDataSourceRequestWithDefaults() *DataSourceRequest
NewDataSourceRequestWithDefaults instantiates a new DataSourceRequest 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 *DataSourceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DataSourceRequest) 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 *DataSourceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *DataSourceRequest) GetType() DataSourceRequestType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetTypeOk() (*DataSourceRequestType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetType(v DataSourceRequestType)
SetType sets Type field to given value.
func (o *DataSourceRequest) GetSourceUrl() string
GetSourceUrl returns the SourceUrl field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetSourceUrlOk() (*string, bool)
GetSourceUrlOk returns a tuple with the SourceUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetSourceUrl(v string)
SetSourceUrl sets SourceUrl field to given value.
func (o *DataSourceRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *DataSourceRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *DataSourceRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DataSourceRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DataSourceRequest) GetComments() string
GetComments returns the Comments field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetCommentsOk() (*string, bool)
GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetComments(v string)
SetComments sets Comments field to given value.
func (o *DataSourceRequest) HasComments() bool
HasComments returns a boolean if a field has been set.
func (o *DataSourceRequest) GetParameters() interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetParametersOk() (*interface{}, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetParameters(v interface{})
SetParameters sets Parameters field to given value.
func (o *DataSourceRequest) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *DataSourceRequest) SetParametersNil(b bool)
SetParametersNil sets the value for Parameters to be an explicit nil
func (o *DataSourceRequest) UnsetParameters()
UnsetParameters ensures that no value is present for Parameters, not even an explicit nil
func (o *DataSourceRequest) GetIgnoreRules() string
GetIgnoreRules returns the IgnoreRules field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetIgnoreRulesOk() (*string, bool)
GetIgnoreRulesOk returns a tuple with the IgnoreRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetIgnoreRules(v string)
SetIgnoreRules sets IgnoreRules field to given value.
func (o *DataSourceRequest) HasIgnoreRules() bool
HasIgnoreRules returns a boolean if a field has been set.
func (o *DataSourceRequest) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *DataSourceRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataSourceRequest) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *DataSourceRequest) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.