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

Version Path
stackone_client-0.3.2 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.3.1 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.3.0 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.46 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.45 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.44 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.43 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.42 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.41 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.40 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.39 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.38 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.37 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.36 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.35 lib/stack_one/models/operations/marketing_create_push_template_request.rb
stackone_client-0.2.34 lib/stack_one/models/operations/marketing_create_push_template_request.rb