Class: OpenApiSDK::Shared::GithubConfigureCodeSamplesResponse

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/githubconfigurecodesamplesresponse.rb

Overview

A response to configure GitHub code samples

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(code_sample_overlay_registry_url: nil, source: nil, gh_action_id: nil) ⇒ GithubConfigureCodeSamplesResponse

Returns a new instance of GithubConfigureCodeSamplesResponse.



23
24
25
26
27
# File 'lib/open_api_sdk/models/shared/githubconfigurecodesamplesresponse.rb', line 23

def initialize(code_sample_overlay_registry_url: nil, source: nil, gh_action_id: nil)
  @code_sample_overlay_registry_url = code_sample_overlay_registry_url
  @source = source
  @gh_action_id = gh_action_id
end