Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.57 KB

File metadata and controls

134 lines (73 loc) · 3.57 KB

ResponsesShortProposal

Properties

Name Type Description Notes
Description Pointer to string [optional]
Id Pointer to int64 [optional]
Status Pointer to string [optional]
Title Pointer to string [optional]

Methods

NewResponsesShortProposal

func NewResponsesShortProposal() *ResponsesShortProposal

NewResponsesShortProposal instantiates a new ResponsesShortProposal 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

NewResponsesShortProposalWithDefaults

func NewResponsesShortProposalWithDefaults() *ResponsesShortProposal

NewResponsesShortProposalWithDefaults instantiates a new ResponsesShortProposal 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

GetDescription

func (o *ResponsesShortProposal) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ResponsesShortProposal) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *ResponsesShortProposal) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ResponsesShortProposal) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *ResponsesShortProposal) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResponsesShortProposal) GetIdOk() (*int64, bool)

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

SetId

func (o *ResponsesShortProposal) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *ResponsesShortProposal) HasId() bool

HasId returns a boolean if a field has been set.

GetStatus

func (o *ResponsesShortProposal) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ResponsesShortProposal) GetStatusOk() (*string, bool)

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

SetStatus

func (o *ResponsesShortProposal) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ResponsesShortProposal) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetTitle

func (o *ResponsesShortProposal) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *ResponsesShortProposal) GetTitleOk() (*string, bool)

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

SetTitle

func (o *ResponsesShortProposal) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ResponsesShortProposal) HasTitle() bool

HasTitle returns a boolean if a field has been set.

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