Method: CreateAPIVersionGitLinked#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



35877
35878
35879
35880
35881
35882
35883
35884
35885
# File 'lib/schemas.rb', line 35877

def to_dynamic
  {
    "branch"       => branch,
    "collections"  => collections&.map { |x| x.to_dynamic },
    "name"         => create_api_version_git_linked_name,
    "releaseNotes" => release_notes,
    "schemas"      => schemas&.map { |x| x.to_dynamic },
  }
end