TaggingAssociationsIterationSpec
The Associations.IterationSpec structure contains fields used to break results into pages when listing tags associated to objects see Associations.list).
Properties
string
marker
Optional
Marker is an opaque token that allows the caller to request the next page of tag associations. If unset or empty, first page of tag associations will be returned. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.tagging.associations.Marker. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.tagging.associations.Marker.
JSON Example
{
"marker": "string"
}