Class StringBatchOpPatchPath
Inheritance
StringBatchOpPatchPath
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class StringBatchOpPatchPath
Constructors
|
Edit this page
View Source
StringBatchOpPatchPath()
Declaration
public StringBatchOpPatchPath()
|
Edit this page
View Source
StringBatchOpPatchPath(long?, StringBatchOpPatchPathEntry?)
Declaration
public StringBatchOpPatchPath(long? stringId = null, StringBatchOpPatchPathEntry? property = null)
Parameters
Properties
|
Edit this page
View Source
Property
Declaration
public StringBatchOpPatchPathEntry? Property { get; set; }
Property Value
|
Edit this page
View Source
StringId
Declaration
public long? StringId { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides