Name | Type | Description | Notes |
---|---|---|---|
Components | Pointer to []ApiReportComponentDTOV2 | [optional] | |
GlobalInformation | Pointer to ApiGlobalInformationDTOV2 | [optional] | |
MatchSummary | Pointer to ApiMatchStateSummaryDTOV2 | [optional] |
func NewApiReportRawDataDTOV2() *ApiReportRawDataDTOV2
NewApiReportRawDataDTOV2 instantiates a new ApiReportRawDataDTOV2 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 NewApiReportRawDataDTOV2WithDefaults() *ApiReportRawDataDTOV2
NewApiReportRawDataDTOV2WithDefaults instantiates a new ApiReportRawDataDTOV2 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 *ApiReportRawDataDTOV2) GetComponents() []ApiReportComponentDTOV2
GetComponents returns the Components field if non-nil, zero value otherwise.
func (o *ApiReportRawDataDTOV2) GetComponentsOk() (*[]ApiReportComponentDTOV2, bool)
GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReportRawDataDTOV2) SetComponents(v []ApiReportComponentDTOV2)
SetComponents sets Components field to given value.
func (o *ApiReportRawDataDTOV2) HasComponents() bool
HasComponents returns a boolean if a field has been set.
func (o *ApiReportRawDataDTOV2) GetGlobalInformation() ApiGlobalInformationDTOV2
GetGlobalInformation returns the GlobalInformation field if non-nil, zero value otherwise.
func (o *ApiReportRawDataDTOV2) GetGlobalInformationOk() (*ApiGlobalInformationDTOV2, bool)
GetGlobalInformationOk returns a tuple with the GlobalInformation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReportRawDataDTOV2) SetGlobalInformation(v ApiGlobalInformationDTOV2)
SetGlobalInformation sets GlobalInformation field to given value.
func (o *ApiReportRawDataDTOV2) HasGlobalInformation() bool
HasGlobalInformation returns a boolean if a field has been set.
func (o *ApiReportRawDataDTOV2) GetMatchSummary() ApiMatchStateSummaryDTOV2
GetMatchSummary returns the MatchSummary field if non-nil, zero value otherwise.
func (o *ApiReportRawDataDTOV2) GetMatchSummaryOk() (*ApiMatchStateSummaryDTOV2, bool)
GetMatchSummaryOk returns a tuple with the MatchSummary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReportRawDataDTOV2) SetMatchSummary(v ApiMatchStateSummaryDTOV2)
SetMatchSummary sets MatchSummary field to given value.
func (o *ApiReportRawDataDTOV2) HasMatchSummary() bool
HasMatchSummary returns a boolean if a field has been set.