Class ListTemplateVersionsOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ListTemplateVersionsOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The listTemplateVersions options.
    • Method Detail

      • templateId

        public java.lang.String templateId()
        Gets the templateId. ID of the template that you want to list all versions of.
        Returns:
        the templateId
      • limit

        public java.lang.Long limit()
        Gets the limit. Return up to this limit of results where limit is between 0 and 100.
        Returns:
        the limit
      • offset

        public java.lang.Long offset()
        Gets the offset. The offset of the first result item to be returned.
        Returns:
        the offset