Class GetResourceCatalogResponse
A class representing a response containing a ResourceCatalog resource.
Inherited Members
Namespace: WhenFresh.Api.Client.Http
Assembly: WhenFresh.Api.Client.dll
Syntax
public class GetResourceCatalogResponse : Response<ResourceCatalog>
Constructors
GetResourceCatalogResponse(int, ResourceCatalog)
A class representing a response containing a ResourceCatalog resource.
Declaration
public GetResourceCatalogResponse(int status, ResourceCatalog content)
Parameters
Type | Name | Description |
---|---|---|
int | status | |
ResourceCatalog | content |
Properties
ResourceCatalog
A class representing a response containing a ResourceCatalog resource.
Declaration
public ResourceCatalog ResourceCatalog { get; }
Property Value
Type | Description |
---|---|
ResourceCatalog |