Sha256: e6947e37cd9832a444b8a28ddc28325c972f7f8f5abb79b7e725b5af3a6029d8
Contents?: true
Size: 954 Bytes
Versions: 3
Compression:
Stored size: 954 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class MarketingCreateOmniChannelTemplateRequest < ::Crystalline::FieldAugmented extend T::Sig field :marketing_create_template_request_dto, ::StackOne::Shared::MarketingCreateTemplateRequestDto, { 'request': { 'media_type': 'application/json' } } # The account identifier field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } } sig { params(marketing_create_template_request_dto: ::StackOne::Shared::MarketingCreateTemplateRequestDto, x_account_id: ::String).void } def initialize(marketing_create_template_request_dto: nil, x_account_id: nil) @marketing_create_template_request_dto = marketing_create_template_request_dto @x_account_id = x_account_id end end end end
Version data entries
3 entries across 3 versions & 1 rubygems