ReportTypeSummary¶
-
class
oci.marketplace.models.ReportTypeSummary(**kwargs)¶ Bases:
objectThe model of the description of a report.
Methods
__init__(**kwargs)Initializes a new ReportTypeSummary object with values from keyword arguments. Attributes
columnsGets the columns of this ReportTypeSummary. descriptionGets the description of this ReportTypeSummary. nameGets the name of this ReportTypeSummary. report_typeGets the report_type of this ReportTypeSummary. -
__init__(**kwargs)¶ Initializes a new ReportTypeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - report_type (str) – The value to assign to the report_type property of this ReportTypeSummary.
- name (str) – The value to assign to the name property of this ReportTypeSummary.
- description (str) – The value to assign to the description property of this ReportTypeSummary.
- columns (list[str]) – The value to assign to the columns property of this ReportTypeSummary.
-
columns¶ Gets the columns of this ReportTypeSummary. The columns in the report.
Returns: The columns of this ReportTypeSummary. Return type: list[str]
-
description¶ Gets the description of this ReportTypeSummary. A description of the report.
Returns: The description of this ReportTypeSummary. Return type: str
-
name¶ Gets the name of this ReportTypeSummary. The name of the report.
Returns: The name of this ReportTypeSummary. Return type: str
-
report_type¶ Gets the report_type of this ReportTypeSummary. The type of report.
Returns: The report_type of this ReportTypeSummary. Return type: str
-