Skip to main content

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
TypeName
System.Stringdata

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?