Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

Source1.md

File metadata and controls

82 lines (45 loc) · 2.16 KB

Source1

Properties

Name Type Description Notes
Type Pointer to string The type of the source [optional]
Properties Pointer to map[string]interface{} The source properties [optional]

Methods

NewSource1

func NewSource1() *Source1

NewSource1 instantiates a new Source1 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

NewSource1WithDefaults

func NewSource1WithDefaults() *Source1

NewSource1WithDefaults instantiates a new Source1 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

GetType

func (o *Source1) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *Source1) GetTypeOk() (*string, 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.

SetType

func (o *Source1) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *Source1) HasType() bool

HasType returns a boolean if a field has been set.

GetProperties

func (o *Source1) GetProperties() map[string]interface{}

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *Source1) GetPropertiesOk() (*map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProperties

func (o *Source1) SetProperties(v map[string]interface{})

SetProperties sets Properties field to given value.

HasProperties

func (o *Source1) HasProperties() bool

HasProperties returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]