You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Represents the min amount of entities which are required to approve the transaction, default is 1.
[optional]
Example
fromfireblocks.models.legacy_policy_rule_authorization_groups_groups_innerimportLegacyPolicyRuleAuthorizationGroupsGroupsInner# TODO update the JSON string belowjson="{}"# create an instance of LegacyPolicyRuleAuthorizationGroupsGroupsInner from a JSON stringlegacy_policy_rule_authorization_groups_groups_inner_instance=LegacyPolicyRuleAuthorizationGroupsGroupsInner.from_json(json)
# print the JSON string representation of the objectprint(LegacyPolicyRuleAuthorizationGroupsGroupsInner.to_json())
# convert the object into a dictlegacy_policy_rule_authorization_groups_groups_inner_dict=legacy_policy_rule_authorization_groups_groups_inner_instance.to_dict()
# create an instance of LegacyPolicyRuleAuthorizationGroupsGroupsInner from a dictlegacy_policy_rule_authorization_groups_groups_inner_from_dict=LegacyPolicyRuleAuthorizationGroupsGroupsInner.from_dict(legacy_policy_rule_authorization_groups_groups_inner_dict)