Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.27 KB

IntegrationBlockMarkdownOneOf.md

File metadata and controls

72 lines (39 loc) · 2.27 KB

IntegrationBlockMarkdownOneOf

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

NewIntegrationBlockMarkdownOneOf

func NewIntegrationBlockMarkdownOneOf(codeblock string, body string, ) *IntegrationBlockMarkdownOneOf

NewIntegrationBlockMarkdownOneOf instantiates a new IntegrationBlockMarkdownOneOf 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

NewIntegrationBlockMarkdownOneOfWithDefaults

func NewIntegrationBlockMarkdownOneOfWithDefaults() *IntegrationBlockMarkdownOneOf

NewIntegrationBlockMarkdownOneOfWithDefaults instantiates a new IntegrationBlockMarkdownOneOf 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 *IntegrationBlockMarkdownOneOf) GetCodeblock() string

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

GetCodeblockOk

func (o *IntegrationBlockMarkdownOneOf) 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 *IntegrationBlockMarkdownOneOf) SetCodeblock(v string)

SetCodeblock sets Codeblock field to given value.

GetBody

func (o *IntegrationBlockMarkdownOneOf) GetBody() string

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

GetBodyOk

func (o *IntegrationBlockMarkdownOneOf) 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 *IntegrationBlockMarkdownOneOf) SetBody(v string)

SetBody sets Body field to given value.

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