struct Facebook::Proto::CpasParentCatalogSettings
- Facebook::Proto::CpasParentCatalogSettings
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/CpasParentCatalogSettings.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: :attribution_windows, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :default_currency, 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, attribution_windows : Array(String) | Nil = nil, default_currency : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #attribution_windows : Array(String) | Nil
- #attribution_windows=(attribution_windows : Array(String) | Nil)
- #attribution_windows=(attribution_windows : Array(String) | Nil)
- #default_currency : String | Nil
- #default_currency=(default_currency : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(id : String | Nil = nil, attribution_windows : Array(String) | Nil = nil, default_currency : String | Nil = nil)
#