Inttegro.Apps.ApplicationRelationship (inttegro v0.1.1)

Copy Markdown View Source

Typed Inttegro domain value.

Summary

Types

t()

@type t() :: %Inttegro.Apps.ApplicationRelationship{
  actor_app_id: String.t(),
  child_app_id: String.t(),
  child_standing: String.t(),
  created_at: String.t(),
  creator_app_id: String.t(),
  id: String.t(),
  kind: Inttegro.Apps.AppRelationshipKind.t(),
  placement_parent_app_id: String.t(),
  policy_version: String.t(),
  relationship_policy: Inttegro.Apps.ApplicationRelationshipPolicy.t(),
  retained_creator_authority_exists: boolean(),
  status: Inttegro.Apps.AppRelationshipStatus.t(),
  subject_app_id: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()

new!(attrs \\ %{})

@spec new!(map() | keyword()) :: t()

to_map(value)

@spec to_map(t()) :: map()