struct Facebook::Proto::EventTour
- Facebook::Proto::EventTour
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/EventTour.pb.crConstant Summary
-
FIELDS =
{1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :description, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :dominant_color, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :end_time, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :is_past, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :last_event_timestamp, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :num_events, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :publishing_state, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :scheduled_publish_timestamp, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :start_time, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :ticketing_uri, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(id : String | Nil = nil, description : String | Nil = nil, dominant_color : String | Nil = nil, end_time : String | Nil = nil, is_past : Bool | Nil = nil, last_event_timestamp : Int64 | Nil = nil, name : String | Nil = nil, num_events : Int64 | Nil = nil, publishing_state : String | Nil = nil, scheduled_publish_timestamp : Int64 | Nil = nil, start_time : String | Nil = nil, ticketing_uri : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #description : String | Nil
- #description=(description : String | Nil)
- #dominant_color : String | Nil
- #dominant_color=(dominant_color : String | Nil)
- #end_time : String | Nil
- #end_time=(end_time : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #is_past : Bool | Nil
- #is_past=(is_past : Bool | Nil)
- #last_event_timestamp : Int64 | Nil
- #last_event_timestamp=(last_event_timestamp : Int64 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #num_events : Int64 | Nil
- #num_events=(num_events : Int64 | Nil)
- #publishing_state : String | Nil
- #publishing_state=(publishing_state : String | Nil)
- #scheduled_publish_timestamp : Int64 | Nil
- #scheduled_publish_timestamp=(scheduled_publish_timestamp : Int64 | Nil)
- #start_time : String | Nil
- #start_time=(start_time : String | Nil)
- #ticketing_uri : String | Nil
- #ticketing_uri=(ticketing_uri : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(id : String | Nil = nil, description : String | Nil = nil, dominant_color : String | Nil = nil, end_time : String | Nil = nil, is_past : Bool | Nil = nil, last_event_timestamp : Int64 | Nil = nil, name : String | Nil = nil, num_events : Int64 | Nil = nil, publishing_state : String | Nil = nil, scheduled_publish_timestamp : Int64 | Nil = nil, start_time : String | Nil = nil, ticketing_uri : String | Nil = nil)
#