struct Facebook::Proto::AgencyClientDeclaration
- Facebook::Proto::AgencyClientDeclaration
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/AgencyClientDeclaration.pb.crConstant Summary
-
FIELDS =
{1 => {name: :agency_representing_client, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :client_based_in_france, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :client_city, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :client_country_code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :client_email_address, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :client_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :client_postal_code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :client_province, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :client_street, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :client_street2, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :has_written_mandate_from_advertiser, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :is_client_paying_invoices, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, 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(agency_representing_client : Int64 | Nil = nil, client_based_in_france : Int64 | Nil = nil, client_city : String | Nil = nil, client_country_code : String | Nil = nil, client_email_address : String | Nil = nil, client_name : String | Nil = nil, client_postal_code : String | Nil = nil, client_province : String | Nil = nil, client_street : String | Nil = nil, client_street2 : String | Nil = nil, has_written_mandate_from_advertiser : Int64 | Nil = nil, is_client_paying_invoices : Int64 | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #agency_representing_client : Int64 | Nil
- #agency_representing_client=(agency_representing_client : Int64 | Nil)
- #client_based_in_france : Int64 | Nil
- #client_based_in_france=(client_based_in_france : Int64 | Nil)
- #client_city : String | Nil
- #client_city=(client_city : String | Nil)
- #client_country_code : String | Nil
- #client_country_code=(client_country_code : String | Nil)
- #client_email_address : String | Nil
- #client_email_address=(client_email_address : String | Nil)
- #client_name : String | Nil
- #client_name=(client_name : String | Nil)
- #client_postal_code : String | Nil
- #client_postal_code=(client_postal_code : String | Nil)
- #client_province : String | Nil
- #client_province=(client_province : String | Nil)
- #client_street : String | Nil
- #client_street2 : String | Nil
- #client_street2=(client_street2 : String | Nil)
- #client_street=(client_street : String | Nil)
- #has_written_mandate_from_advertiser : Int64 | Nil
- #has_written_mandate_from_advertiser=(has_written_mandate_from_advertiser : Int64 | Nil)
- #is_client_paying_invoices : Int64 | Nil
- #is_client_paying_invoices=(is_client_paying_invoices : Int64 | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(agency_representing_client : Int64 | Nil = nil, client_based_in_france : Int64 | Nil = nil, client_city : String | Nil = nil, client_country_code : String | Nil = nil, client_email_address : String | Nil = nil, client_name : String | Nil = nil, client_postal_code : String | Nil = nil, client_province : String | Nil = nil, client_street : String | Nil = nil, client_street2 : String | Nil = nil, has_written_mandate_from_advertiser : Int64 | Nil = nil, is_client_paying_invoices : Int64 | Nil = nil)
#