AssessmentObjectTypeSummary¶
-
class
oci.database_migration.models.AssessmentObjectTypeSummary(**kwargs)¶ Bases:
objectAssessment Object Type
Methods
__init__(**kwargs)Initializes a new AssessmentObjectTypeSummary object with values from keyword arguments. Attributes
name[Required] Gets the name of this AssessmentObjectTypeSummary. -
__init__(**kwargs)¶ Initializes a new AssessmentObjectTypeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this AssessmentObjectTypeSummary.
-
name¶ [Required] Gets the name of this AssessmentObjectTypeSummary. Object type name
Returns: The name of this AssessmentObjectTypeSummary. Return type: str
-