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
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
46
+
- description:
47
+
frequencies:
48
+
- hourly:
49
+
hour: 1
50
+
filters:
51
+
- isIssue
52
+
- isOpen
53
+
- hasLabel:
54
+
label: duplicate
55
+
- noActivitySince:
56
+
days: 1
57
+
actions:
58
+
- addReply:
59
+
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
Copy file name to clipboardExpand all lines: src/Beta/Microsoft/Graph/Model/AccessReviewNotificationRecipientQueryScope.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class AccessReviewNotificationRecipientQueryScope extends AccessReviewNotificati
25
25
{
26
26
/**
27
27
* Gets the query
28
-
* This represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
28
+
* Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
29
29
*
30
30
* @return string|null The query
31
31
*/
@@ -40,7 +40,7 @@ public function getQuery()
40
40
41
41
/**
42
42
* Sets the query
43
-
* This represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
43
+
* Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
44
44
*
45
45
* @param string $val The value of the query
46
46
*
@@ -53,7 +53,7 @@ public function setQuery($val)
53
53
}
54
54
/**
55
55
* Gets the queryRoot
56
-
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query that is, ./manager) is specified.
56
+
* In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
57
57
*
58
58
* @return string|null The queryRoot
59
59
*/
@@ -68,7 +68,7 @@ public function getQueryRoot()
68
68
69
69
/**
70
70
* Sets the queryRoot
71
-
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query that is, ./manager) is specified.
71
+
* In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
0 commit comments