Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.81 KB

IntegrationConfigurationComponent.md

File metadata and controls

51 lines (28 loc) · 1.81 KB

IntegrationConfigurationComponent

Properties

Name Type Description Notes
ComponentId string ID of the ContentKit component defined in the integration

Methods

NewIntegrationConfigurationComponent

func NewIntegrationConfigurationComponent(componentId string, ) *IntegrationConfigurationComponent

NewIntegrationConfigurationComponent instantiates a new IntegrationConfigurationComponent 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

NewIntegrationConfigurationComponentWithDefaults

func NewIntegrationConfigurationComponentWithDefaults() *IntegrationConfigurationComponent

NewIntegrationConfigurationComponentWithDefaults instantiates a new IntegrationConfigurationComponent 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

GetComponentId

func (o *IntegrationConfigurationComponent) GetComponentId() string

GetComponentId returns the ComponentId field if non-nil, zero value otherwise.

GetComponentIdOk

func (o *IntegrationConfigurationComponent) GetComponentIdOk() (*string, bool)

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

SetComponentId

func (o *IntegrationConfigurationComponent) SetComponentId(v string)

SetComponentId sets ComponentId field to given value.

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