class TwitterAds::AuthenticatedUserAccess

Defined in:

twitter-ads/models/authenticated_user_access.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_226 : JSON::PullParser) #

[View source]

Instance Method Detail

def account_id : String #

def account_id=(v : String) : String #

def account_id=(v : Nil) #

nil assignments are always ignored


def account_id? : String | Nil #

def permissions : Array(String) #

[View source]
def permissions=(_permissions : Array(String)) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def to_pb #

[View source]
def user_id : Union(String, Nil) #

[View source]
def user_id=(_user_id : Union(String, Nil)) #

[View source]