Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.29 KB

WhiteLabelingResponse.md

File metadata and controls

72 lines (39 loc) · 2.29 KB

WhiteLabelingResponse

Properties

Name Type Description Notes
RemoveBranding bool
Integrations map[string]interface{}

Methods

NewWhiteLabelingResponse

func NewWhiteLabelingResponse(removeBranding bool, integrations map[string]interface{}, ) *WhiteLabelingResponse

NewWhiteLabelingResponse instantiates a new WhiteLabelingResponse 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

NewWhiteLabelingResponseWithDefaults

func NewWhiteLabelingResponseWithDefaults() *WhiteLabelingResponse

NewWhiteLabelingResponseWithDefaults instantiates a new WhiteLabelingResponse 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

GetRemoveBranding

func (o *WhiteLabelingResponse) GetRemoveBranding() bool

GetRemoveBranding returns the RemoveBranding field if non-nil, zero value otherwise.

GetRemoveBrandingOk

func (o *WhiteLabelingResponse) GetRemoveBrandingOk() (*bool, bool)

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

SetRemoveBranding

func (o *WhiteLabelingResponse) SetRemoveBranding(v bool)

SetRemoveBranding sets RemoveBranding field to given value.

GetIntegrations

func (o *WhiteLabelingResponse) GetIntegrations() map[string]interface{}

GetIntegrations returns the Integrations field if non-nil, zero value otherwise.

GetIntegrationsOk

func (o *WhiteLabelingResponse) GetIntegrationsOk() (*map[string]interface{}, bool)

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

SetIntegrations

func (o *WhiteLabelingResponse) SetIntegrations(v map[string]interface{})

SetIntegrations sets Integrations field to given value.

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