Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.19 KB

IntegrationBlockMarkdown.md

File metadata and controls

72 lines (39 loc) · 2.19 KB

IntegrationBlockMarkdown

Properties

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.

Methods

NewIntegrationBlockMarkdown

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

NewIntegrationBlockMarkdownWithDefaults

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

GetCodeblock

func (o *IntegrationBlockMarkdown) GetCodeblock() string

GetCodeblock returns the Codeblock field if non-nil, zero value otherwise.

GetCodeblockOk

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.

SetCodeblock

func (o *IntegrationBlockMarkdown) SetCodeblock(v string)

SetCodeblock sets Codeblock field to given value.

GetBody

func (o *IntegrationBlockMarkdown) GetBody() string

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

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.

SetBody

func (o *IntegrationBlockMarkdown) SetBody(v string)

SetBody sets Body field to given value.

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