archived property

bool? archived
getter/setter pair

Whether this subscription is archived.

Archived subscriptions are not available to any subscriber any longer, cannot be updated, and are not returned in list requests unless the show archived flag is passed in.

Output only.

Implementation

core.bool? archived;