ResourceTagCheckDetails

class oci.fleet_apps_management.models.ResourceTagCheckDetails(**kwargs)

Bases: object

Request to check resource tagging

Methods

__init__(**kwargs) Initializes a new ResourceTagCheckDetails object with values from keyword arguments.

Attributes

tag_enablement_info [Required] Gets the tag_enablement_info of this ResourceTagCheckDetails.
__init__(**kwargs)

Initializes a new ResourceTagCheckDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:tag_enablement_info (list[oci.fleet_apps_management.models.ResourceTagEnablementInfo]) – The value to assign to the tag_enablement_info property of this ResourceTagCheckDetails.
tag_enablement_info

[Required] Gets the tag_enablement_info of this ResourceTagCheckDetails. Tag enablement Information for resources.

Returns:The tag_enablement_info of this ResourceTagCheckDetails.
Return type:list[oci.fleet_apps_management.models.ResourceTagEnablementInfo]