Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

ModelGenerateReportResp.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

ModelGenerateReportResp

Properties

Name Type Description Notes
ReportId Pointer to string [optional]

Methods

NewModelGenerateReportResp

func NewModelGenerateReportResp() *ModelGenerateReportResp

NewModelGenerateReportResp instantiates a new ModelGenerateReportResp 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

NewModelGenerateReportRespWithDefaults

func NewModelGenerateReportRespWithDefaults() *ModelGenerateReportResp

NewModelGenerateReportRespWithDefaults instantiates a new ModelGenerateReportResp 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

GetReportId

func (o *ModelGenerateReportResp) GetReportId() string

GetReportId returns the ReportId field if non-nil, zero value otherwise.

GetReportIdOk

func (o *ModelGenerateReportResp) GetReportIdOk() (*string, bool)

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

SetReportId

func (o *ModelGenerateReportResp) SetReportId(v string)

SetReportId sets ReportId field to given value.

HasReportId

func (o *ModelGenerateReportResp) HasReportId() bool

HasReportId returns a boolean if a field has been set.

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