IosApp constructor

IosApp({
  1. String? apiKeyId,
  2. String? appId,
  3. String? appStoreId,
  4. String? bundleId,
  5. String? displayName,
  6. String? etag,
  7. String? expireTime,
  8. String? name,
  9. String? projectId,
  10. String? state,
  11. String? teamId,
})

Implementation

IosApp({
  this.apiKeyId,
  this.appId,
  this.appStoreId,
  this.bundleId,
  this.displayName,
  this.etag,
  this.expireTime,
  this.name,
  this.projectId,
  this.state,
  this.teamId,
});