Struct ContactGroupsClient.ObjectResponseResult<T>
Namespace: FastReport.Cloud.Client
Assembly: FastReport.Cloud.SDK.dll
Syntax
protected struct ObjectResponseResult<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
ObjectResponseResult(T, String)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
Type | Name | Description |
---|---|---|
T | responseObject | |
System.String | responseText |
Properties
Object
Declaration
public readonly T Object { get; }
Property Value
Type | Description |
---|---|
T |
Text
Declaration
public readonly string Text { get; }
Property Value
Type | Description |
---|---|
System.String |