Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 649 Bytes

File metadata and controls

22 lines (14 loc) · 649 Bytes

freeclimb.Model.ReplaceBlobRequest

Properties

Name Type Description Notes
Blob Object

Example

using Newtonsoft.Json;
using freeclimb.Model;

string json = "{\"blob\":{\"firstName\":\"John\",\"lastName\":\"Doe\"}}";

// create an instance of ReplaceBlobRequest from a JSON string
ReplaceBlobRequest replaceBlobRequest = JsonConvert.DeserializeObject<ReplaceBlobRequest>(json);

[Back to Model list] [Back to API list] [Back to README]