Id property

String? Id
Gets the Id of the subscription.

Implementation

String? get Id => this._id;
void Id=(String? value)

Implementation

set Id(String? value) => this._id = value;