Name | Type | Description | Notes |
---|---|---|---|
Subjects | Pointer to []string | [optional] | |
ContextType | Pointer to string | [optional] | |
Context | Pointer to string | [optional] | |
SubjectRenameFormat | Pointer to string | [optional] | |
Config | Pointer to map[string]string | [optional] |
func NewUpdateExporterRequest() *UpdateExporterRequest
NewUpdateExporterRequest instantiates a new UpdateExporterRequest 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 NewUpdateExporterRequestWithDefaults() *UpdateExporterRequest
NewUpdateExporterRequestWithDefaults instantiates a new UpdateExporterRequest 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 *UpdateExporterRequest) GetSubjects() []string
GetSubjects returns the Subjects field if non-nil, zero value otherwise.
func (o *UpdateExporterRequest) GetSubjectsOk() (*[]string, bool)
GetSubjectsOk returns a tuple with the Subjects field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExporterRequest) SetSubjects(v []string)
SetSubjects sets Subjects field to given value.
func (o *UpdateExporterRequest) HasSubjects() bool
HasSubjects returns a boolean if a field has been set.
func (o *UpdateExporterRequest) GetContextType() string
GetContextType returns the ContextType field if non-nil, zero value otherwise.
func (o *UpdateExporterRequest) GetContextTypeOk() (*string, bool)
GetContextTypeOk returns a tuple with the ContextType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExporterRequest) SetContextType(v string)
SetContextType sets ContextType field to given value.
func (o *UpdateExporterRequest) HasContextType() bool
HasContextType returns a boolean if a field has been set.
func (o *UpdateExporterRequest) GetContext() string
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *UpdateExporterRequest) GetContextOk() (*string, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExporterRequest) SetContext(v string)
SetContext sets Context field to given value.
func (o *UpdateExporterRequest) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *UpdateExporterRequest) GetSubjectRenameFormat() string
GetSubjectRenameFormat returns the SubjectRenameFormat field if non-nil, zero value otherwise.
func (o *UpdateExporterRequest) GetSubjectRenameFormatOk() (*string, bool)
GetSubjectRenameFormatOk returns a tuple with the SubjectRenameFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExporterRequest) SetSubjectRenameFormat(v string)
SetSubjectRenameFormat sets SubjectRenameFormat field to given value.
func (o *UpdateExporterRequest) HasSubjectRenameFormat() bool
HasSubjectRenameFormat returns a boolean if a field has been set.
func (o *UpdateExporterRequest) GetConfig() map[string]string
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *UpdateExporterRequest) GetConfigOk() (*map[string]string, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateExporterRequest) SetConfig(v map[string]string)
SetConfig sets Config field to given value.
func (o *UpdateExporterRequest) HasConfig() bool
HasConfig returns a boolean if a field has been set.