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