Represents a shallow ref for a single iteration.

interface TeamSettingsIteration {
    _links?: any;
    attributes?: TeamIterationAttributes;
    id?: string;
    name?: string;
    path?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Collection of links relevant to resource

Attributes of the iteration such as start and end date.

id?: string

Id of the iteration.

name?: string

Name of the iteration.

path?: string

Relative path of the iteration.

url?: string

Full http link to the resource