allowMissing property

bool? allowMissing
getter/setter pair

If set to true, and the subscription with the given package_name and product_id doesn't exist, the subscription will be created.

If a new subscription is created, update_mask is ignored.

Optional.

Implementation

core.bool? allowMissing;