Class SecretVersionMetadataCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretVersionMetadataCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SecretVersionMetadataCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that describe a collection of your secret version metadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetTotalCount()Gets the totalCount.List<SecretVersionMetadata>getVersions()Gets the versions.
-
-
-
Method Detail
-
getVersions
public List<SecretVersionMetadata> getVersions()
Gets the versions. A collection of secret version metadata.- Returns:
- the versions
-
getTotalCount
public Long getTotalCount()
Gets the totalCount. The total number of resources in a collection.- Returns:
- the totalCount
-
-