NBoomackClient
Show / Hide Table of Contents

Class BoomackActionResponse

Inheritance
object
ApiResponse
BoomackActionResponse
Inherited Members
ApiResponse.Success
ApiResponse.StatusCode
ApiResponse.Content
ApiResponse.Stats
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Responses
Assembly: NBoomackClient.dll
Syntax
public class BoomackActionResponse : ApiResponse

Constructors

BoomackActionResponse(ApiResponse, JsonSerializerSettings)

Declaration
public BoomackActionResponse(ApiResponse response, JsonSerializerSettings jsonSettings)
Parameters
Type Name Description
ApiResponse response
JsonSerializerSettings jsonSettings

Properties

Action

Declaration
public BoomackAction Action { get; }
Property Value
Type Description
BoomackAction
In This Article
Back to top
Boomack Homepage