LXC1Response class
This data object contains the response for the invoked request.
Namespace: Lenovo.XC1.PowerShell.Automation.Data
Properties
- public string JSONResponse { get; internal set; }
- Deserialized response, in JSON format, returned by the request
- public PSObject Response { get; internal set; }
- Deserialized response, as a PSObject
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback