Class BodyMetaDirectoryInfoContext
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Storage
Assembly: Xperiflow.dll
Declaration
public class BodyMetaDirectoryInfoContext
Properties
Path
Declaration
[JsonProperty("path", Required = Required.Always)]
public string Path { get; set; }
ExistOk
Declaration
[JsonProperty("exist_ok", Required = Required.Always)]
public bool ExistOk { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static BodyMetaDirectoryInfoContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.Storage.BodyMetaDirectoryInfoContext
Parameters
| Type | Name |
|---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString