Class SourceString
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class SourceString
Properties
|
Edit this page
View Source
BranchId
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
Context
Declaration
[JsonProperty("context")]
public string Context { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
DirectoryId
Declaration
[JsonProperty("directoryId")]
public long? DirectoryId { get; set; }
Property Value
|
Edit this page
View Source
FileId
Declaration
[JsonProperty("fileId")]
public long? FileId { get; set; }
Property Value
|
Edit this page
View Source
HasPlurals
Declaration
[JsonProperty("hasPlurals")]
public bool HasPlurals { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
|
Edit this page
View Source
IsDuplicate
Declaration
[JsonProperty("isDuplicate")]
public bool IsDuplicate { get; set; }
Property Value
|
Edit this page
View Source
IsHidden
Declaration
[JsonProperty("isHidden")]
public bool IsHidden { get; set; }
Property Value
|
Edit this page
View Source
IsIcu
Declaration
[JsonProperty("isIcu")]
public bool IsIcu { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public long[] LabelIds { get; set; }
Property Value
|
Edit this page
View Source
MasterStringId
Declaration
[JsonProperty("masterStringId")]
public long? MasterStringId { get; set; }
Property Value
|
Edit this page
View Source
MaxLength
Declaration
[JsonProperty("maxLength")]
public int MaxLength { get; set; }
Property Value
|
Edit this page
View Source
ProjectId
Declaration
[JsonProperty("projectId")]
public long ProjectId { get; set; }
Property Value
|
Edit this page
View Source
Revision
Declaration
[JsonProperty("revision")]
public int? Revision { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public object Text { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value