| Name | Type | Description | Notes |
|---|---|---|---|
| has_analytics_scope | Boolean | [optional] | |
| requires_reauthorization | Boolean | [optional] | |
| reauthorize_url | String | URL to redirect user for reauthorization | [optional] |
require 'late-sdk'
instance = Late::YouTubeScopeMissingResponseScopeStatus.new(
has_analytics_scope: false,
requires_reauthorization: true,
reauthorize_url: null
)