Sha256: c646311616ed4cde93b3223549adabc23d9d02b2ef9cb802ad169e40c811b405
Contents?: true
Size: 976 Bytes
Versions: 16
Compression:
Stored size: 976 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Operations class MarketingCreateSmsTemplateRequest < ::StackOne::Utils::FieldAugmented extend T::Sig field :marketing_create_sms_template_request_dto, ::StackOne::Shared::MarketingCreateSmsTemplateRequestDto, { '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_sms_template_request_dto: ::StackOne::Shared::MarketingCreateSmsTemplateRequestDto, x_account_id: ::String).void } def initialize(marketing_create_sms_template_request_dto: nil, x_account_id: nil) @marketing_create_sms_template_request_dto = marketing_create_sms_template_request_dto @x_account_id = x_account_id end end end end
Version data entries
16 entries across 16 versions & 1 rubygems