Procore.Model.RestV10AppInstallationsGet200ResponseInnerAllOfDeveloperAppMarketplaceApp (procore_sdk v0.1.3)

Summary

Types

@type t() ::
  %Procore.Model.RestV10AppInstallationsGet200ResponseInnerAllOfDeveloperAppMarketplaceApp{
    about: String.t() | nil,
    approval_state: String.t() | nil,
    built_by: String.t() | nil,
    costs_money: boolean() | nil,
    created_at: DateTime.t() | nil,
    description: String.t() | nil,
    feature_bullets: [String.t()] | nil,
    helpful_links:
      [
        Procore.Model.RestV10AppInstallationsGet200ResponseInnerAllOfDeveloperAppMarketplaceAppHelpfulLinksInner.t()
      ]
      | nil,
    how_it_works: String.t() | nil,
    id: String.t() | nil,
    live: boolean() | nil,
    pictures:
      [
        Procore.Model.RestV10AppInstallationsGet200ResponseInnerAllOfDeveloperAppMarketplaceAppPicturesInner.t()
      ]
      | nil,
    public_name: String.t() | nil,
    requirements: [String.t()] | nil,
    small_logo_url: String.t() | nil,
    state: String.t() | nil,
    support_email: String.t() | nil,
    updated_at: DateTime.t() | nil,
    version: integer() | nil,
    videos:
      [
        Procore.Model.RestV10AppInstallationsGet200ResponseInnerAllOfDeveloperAppMarketplaceAppVideosInner.t()
      ]
      | nil,
    website_link:
      Procore.Model.RestV10AppInstallationsGet200ResponseInnerAllOfDeveloperAppMarketplaceAppWebsiteLink.t()
      | nil
  }

Functions