Class DeleteTagsResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_tagging.v1.model.DeleteTagsResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteTagsResult extends com.ibm.cloud.sdk.core.service.model.GenericModelResults of deleting unattatched tags.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DeleteTagsResultItem>getItems()Gets the items.java.lang.LonggetTotalCount()Gets the totalCount.java.lang.BooleanisErrors()Gets the errors.
-
-
-
Method Detail
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. The number of tags that have been deleted.- Returns:
- the totalCount
-
isErrors
public java.lang.Boolean isErrors()
Gets the errors. It is set to true if there is at least one tag operation in error.- Returns:
- the errors
-
getItems
public java.util.List<DeleteTagsResultItem> getItems()
Gets the items. The list of tag operation results.- Returns:
- the items
-
-