class Webex::Models::Attachments::Column

Included Modules

Defined in:

webex/models/attachments/column.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def items : Array(Item) #

[View source]
def items=(items : Array(Item)) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def width : String | Int32 #

[View source]
def width=(width : String | Int32) #

[View source]