struct Facebook::Proto::ProductFeedSchedule
- Facebook::Proto::ProductFeedSchedule
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/ProductFeedSchedule.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #day_of_month : Int64 | Nil
- #day_of_month=(day_of_month : Int64 | Nil)
- #day_of_week : String | Nil
- #day_of_week=(day_of_week : String | Nil)
- #hour : Int64 | Nil
- #hour=(hour : Int64 | Nil)
- #interval : String | Nil
- #interval=(interval : String | Nil)
- #interval_count : Int64 | Nil
- #interval_count=(interval_count : Int64 | Nil)
- #minute : Int64 | Nil
- #minute=(minute : Int64 | Nil)
- #timezone : String | Nil
- #timezone=(timezone : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #url : String | Nil
- #url=(url : String | Nil)
- #username : String | Nil
- #username=(username : String | Nil)
Constructor Detail
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)
#