Class AppRelationship
Inheritance
AppRelationship
Assembly: Inttegro.dll
Syntax
public sealed class AppRelationship
Properties
|
Edit this page
View Source
ActorAppId
Declaration
[JsonPropertyName("actor_app_id")]
public string? ActorAppId { get; set; }
Property Value
|
Edit this page
View Source
ChildAppId
Declaration
[JsonPropertyName("child_app_id")]
public string? ChildAppId { get; set; }
Property Value
|
Edit this page
View Source
ChildStanding
Declaration
[JsonPropertyName("child_standing")]
public string? ChildStanding { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
CreatorAppId
Declaration
[JsonPropertyName("creator_app_id")]
public string? CreatorAppId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Kind
Declaration
[JsonPropertyName("kind")]
public string? Kind { get; set; }
Property Value
|
Edit this page
View Source
PlacementParentAppId
Declaration
[JsonPropertyName("placement_parent_app_id")]
public string? PlacementParentAppId { get; set; }
Property Value
|
Edit this page
View Source
RelationshipPolicy
Declaration
[JsonPropertyName("relationship_policy")]
public JsonObject? RelationshipPolicy { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
|
Edit this page
View Source
SubjectAppId
Declaration
[JsonPropertyName("subject_app_id")]
public string? SubjectAppId { get; set; }
Property Value