Name | Type | Description | Notes |
---|---|---|---|
Connector | Pointer to Connector | [optional] | |
OnTheFlyConnector | Pointer to Connector | [optional] |
func NewMaskingJobConnectorsResponse() *MaskingJobConnectorsResponse
NewMaskingJobConnectorsResponse instantiates a new MaskingJobConnectorsResponse 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 NewMaskingJobConnectorsResponseWithDefaults() *MaskingJobConnectorsResponse
NewMaskingJobConnectorsResponseWithDefaults instantiates a new MaskingJobConnectorsResponse 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 *MaskingJobConnectorsResponse) GetConnector() Connector
GetConnector returns the Connector field if non-nil, zero value otherwise.
func (o *MaskingJobConnectorsResponse) GetConnectorOk() (*Connector, bool)
GetConnectorOk returns a tuple with the Connector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaskingJobConnectorsResponse) SetConnector(v Connector)
SetConnector sets Connector field to given value.
func (o *MaskingJobConnectorsResponse) HasConnector() bool
HasConnector returns a boolean if a field has been set.
func (o *MaskingJobConnectorsResponse) GetOnTheFlyConnector() Connector
GetOnTheFlyConnector returns the OnTheFlyConnector field if non-nil, zero value otherwise.
func (o *MaskingJobConnectorsResponse) GetOnTheFlyConnectorOk() (*Connector, bool)
GetOnTheFlyConnectorOk returns a tuple with the OnTheFlyConnector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaskingJobConnectorsResponse) SetOnTheFlyConnector(v Connector)
SetOnTheFlyConnector sets OnTheFlyConnector field to given value.
func (o *MaskingJobConnectorsResponse) HasOnTheFlyConnector() bool
HasOnTheFlyConnector returns a boolean if a field has been set.