struct Facebook::Proto::ProductFeedSchedule

Included Modules

Defined in:

cli/proto/facebook/ProductFeedSchedule.pb.cr

Constant Summary

FIELDS = {1 => {name: :day_of_month, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :day_of_week, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :hour, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :interval, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :interval_count, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :minute, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :timezone, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :username, 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(day_of_month : Int64 | Nil = nil, day_of_week : String | Nil = nil, hour : Int64 | Nil = nil, interval : String | Nil = nil, interval_count : Int64 | Nil = nil, minute : Int64 | Nil = nil, timezone : String | Nil = nil, url : String | Nil = nil, username : String | Nil = nil) #

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

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def []=(key : String, val) #

def []?(key : String) #

def day_of_month : Int64 | Nil #

def day_of_month=(day_of_month : Int64 | Nil) #

def day_of_week : String | Nil #

def day_of_week=(day_of_week : String | Nil) #

def hour : Int64 | Nil #

def hour=(hour : Int64 | Nil) #

def interval : String | Nil #

def interval=(interval : String | Nil) #

def interval_count : Int64 | Nil #

def interval_count=(interval_count : Int64 | Nil) #

def minute : Int64 | Nil #

def minute=(minute : Int64 | Nil) #

def timezone : String | Nil #

def timezone=(timezone : String | Nil) #

def to_hash #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #

def url : String | Nil #

def url=(url : String | Nil) #

def username : String | Nil #

def username=(username : String | Nil) #