Sha256: efb95a9b40af4d78ddfdff65904bf45520aef3391cd791d15049e93120f503b6

Contents?: true

Size: 1.11 KB

Versions: 27

Compression:

Stored size: 1.11 KB

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  

    class MarketingUpdateContentBlockRequest < ::StackOne::Utils::FieldAugmented
      extend T::Sig


      field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }

      field :marketing_create_content_blocks_request_dto, ::StackOne::Shared::MarketingCreateContentBlocksRequestDto, { '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(id: ::String, marketing_create_content_blocks_request_dto: ::StackOne::Shared::MarketingCreateContentBlocksRequestDto, x_account_id: ::String).void }
      def initialize(id: nil, marketing_create_content_blocks_request_dto: nil, x_account_id: nil)
        @id = id
        @marketing_create_content_blocks_request_dto = marketing_create_content_blocks_request_dto
        @x_account_id = x_account_id
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
stackone_client-0.5.7 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.6 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.5 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.4 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.3 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.2 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.1 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.5.0 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.4.1 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.4.0 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.3.3 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.3.2 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.3.1 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.3.0 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.2.46 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.2.45 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.2.44 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.2.43 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.2.42 lib/stack_one/models/operations/marketing_update_content_block_request.rb
stackone_client-0.2.41 lib/stack_one/models/operations/marketing_update_content_block_request.rb