Name | Type | Description | Notes |
---|---|---|---|
Codeblock | string | Code block syntax to use to identify the block. | |
Body | string | Key of the property to use as body of the codeblock. |
func NewIntegrationBlockMarkdown(codeblock string, body string, ) *IntegrationBlockMarkdown
NewIntegrationBlockMarkdown instantiates a new IntegrationBlockMarkdown 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 NewIntegrationBlockMarkdownWithDefaults() *IntegrationBlockMarkdown
NewIntegrationBlockMarkdownWithDefaults instantiates a new IntegrationBlockMarkdown 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 *IntegrationBlockMarkdown) GetCodeblock() string
GetCodeblock returns the Codeblock field if non-nil, zero value otherwise.
func (o *IntegrationBlockMarkdown) GetCodeblockOk() (*string, bool)
GetCodeblockOk returns a tuple with the Codeblock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationBlockMarkdown) SetCodeblock(v string)
SetCodeblock sets Codeblock field to given value.
func (o *IntegrationBlockMarkdown) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *IntegrationBlockMarkdown) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationBlockMarkdown) SetBody(v string)
SetBody sets Body field to given value.