We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286b627 commit 2e17559Copy full SHA for 2e17559
src/main/java/com/twilio/sdk/resource/InstanceResource.java
@@ -75,6 +75,12 @@ public String getProperty(String name) {
75
+ " is an object. Use getObject() instead.");
76
}
77
78
+ /**
79
+ * Gets the property as an Object.
80
+ *
81
+ * @param name the name of the property
82
+ * @return the property as an Object
83
+ */
84
public Object getObject(String name) {
85
Object prop = getAndLoadIfNecessary(name);
86
0 commit comments