Struct BoxesResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct BoxesResponse : IEquatable<BoxesResponse>
Properties
ApplicationId
[appidx] application index.
Declaration
[AlgoApiField("application-id")]
public ulong ApplicationId { get; set; }
Property Value
Boxes
Declaration
[AlgoApiField("boxes")]
public BoxDescriptor[] Boxes { get; set; }
Property Value
NextToken
Used for pagination, when making another request provide this token with the next parameter.
Declaration
[AlgoApiField("next-token")]
public string NextToken { get; set; }
Property Value
Methods
Equals(BoxesResponse)
Declaration
public bool Equals(BoxesResponse other)
Parameters
Returns