Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 511 Bytes

File metadata and controls

24 lines (18 loc) · 511 Bytes

Zernio::GetLinkedInPostAnalytics403Response

Properties

Name Type Description Notes
error String [optional]
code String [optional]
required_scope String [optional]
action String [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetLinkedInPostAnalytics403Response.new(
  error: null,
  code: missing_scope,
  required_scope: null,
  action: reconnect
)